config projects

master
xieguigang 6 years ago
parent ee98819a1c
commit c1a2daa306

@ -192,11 +192,13 @@
<DefineTrace>true</DefineTrace>
<OutputPath>..\build\</OutputPath>
<DocumentationFile>Centos.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep|x86'">
<DefineTrace>true</DefineTrace>

@ -192,11 +192,13 @@
<DefineTrace>true</DefineTrace>
<OutputPath>..\build\</OutputPath>
<DocumentationFile>Docker.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Biodeep|x86'">
<DefineTrace>true</DefineTrace>

@ -85,12 +85,14 @@
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\BioDeep\</OutputPath>
<DocumentationFile>test.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

Loading…
Cancel
Save