| | |
| | | <Compile Include="Controllers\licenseEncryptionController.cs" /> |
| | | <Compile Include="Controllers\TBController.cs" /> |
| | | <Compile Include="Controllers\TerraController.cs" /> |
| | | <Compile Include="Controllers\UploadController.cs" /> |
| | | <Compile Include="cs\CacheUtils.cs" /> |
| | | <Compile Include="cs\ConvertUtils.cs" /> |
| | | <Compile Include="cs\CustomMultipartFormDataStreamProvider.cs" /> |
| | |
| | | </Compile> |
| | | <Compile Include="Models\Decrypt.cs" /> |
| | | <Compile Include="Models\ExportArgs.cs" /> |
| | | <Compile Include="Models\FileDesc.cs" /> |
| | | <Compile Include="Models\ResponseMsg.cs" /> |
| | | <Compile Include="Models\Secret.cs" /> |
| | | <Compile Include="Models\SpatialItem.cs" /> |
| | |
| | | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| | | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <OutputPath>bin\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <DebugType>full</DebugType> |
| | | <PlatformTarget>x64</PlatformTarget> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| | | <OutputPath>bin\</OutputPath> |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <Optimize>true</Optimize> |
| | | <DebugType>pdbonly</DebugType> |
| | | <PlatformTarget>x64</PlatformTarget> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| | | </PropertyGroup> |
| | | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| | | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
| | | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |