Fix missing VC project options

campaignd project did not inherit warning supression for simple_wml from project/solution options.
This commit is contained in:
lundberg 2018-03-26 00:13:16 -05:00
parent 948839692c
commit 95332aee09
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -115,7 +115,7 @@
</ClCompile>
<ClCompile Include="..\..\src\server\simple_wml.cpp">
<ObjectFileName>$(IntDir)Server\</ObjectFileName>
<DisableSpecificWarnings>4458</DisableSpecificWarnings>
<DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />