Update Docker.vbproj

master
xieguigang 5 years ago
parent 05e21e34b4
commit aa178ae355

@ -103,13 +103,15 @@
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\..\..\..\..\mzkit\dist\bin\</OutputPath>
<DocumentationFile>Docker.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<WarningsAsErrors>
</WarningsAsErrors>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|x64'">
<DefineTrace>true</DefineTrace>

Loading…
Cancel
Save