2016-05-22 03:53:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<CodeAnalysisRuleSet>MixedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<OutDir>$(SolutionDir)bin\VC10\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(SolutionDir)objs\VC10\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2016-05-22 04:44:12 +00:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-05-22 03:53:04 +00:00
|
|
|
<PreprocessorDefinitions>HAVE_PNG;COMPVERSION;HAVE_BLUA;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
<BrowseInformation>true</BrowseInformation>
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
<EnablePREfast>false</EnablePREfast>
|
2016-05-22 05:04:21 +00:00
|
|
|
<SDLCheck>true</SDLCheck>
|
2016-05-22 04:44:12 +00:00
|
|
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
2016-05-22 03:53:04 +00:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|