Update LINQ.vbproj

master
xieguigang 5 years ago
parent 95ece6ff63
commit b21b0bc949

@ -126,12 +126,14 @@
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\build\</OutputPath>
<DocumentationFile>LINQ.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