mirror of https://github.com/axmolengine/axmol.git
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
<?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">
|
||
|
<EngineRoot>$(MSBuildThisFileDirectory)..\..\</EngineRoot>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup />
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<PreprocessorDefinitions>_VARIADIC_MAX=10;NOMINMAX;GL_GLEXT_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<CompileAsWinRT>true</CompileAsWinRT>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<MinimalRebuild>false</MinimalRebuild>
|
||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4056;4996;</DisableSpecificWarnings>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<AdditionalOptions>/IGNORE:4264 %(AdditionalOptions)</AdditionalOptions>
|
||
|
</Link>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemGroup>
|
||
|
<BuildMacro Include="EngineRoot">
|
||
|
<Value>$(EngineRoot)</Value>
|
||
|
<EnvironmentVariable>true</EnvironmentVariable>
|
||
|
</BuildMacro>
|
||
|
</ItemGroup>
|
||
|
</Project>
|