2013-10-22 11:56:08 +04: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">
|
|
|
|
<EngineRoot>$(MSBuildThisFileDirectory)..\..\</EngineRoot>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup />
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2017-01-19 08:55:14 +03:00
|
|
|
<AdditionalIncludeDirectories>$(EngineRoot)cocos;$(EngineRoot)cocos/editor-support;$(EngineRoot)external\glfw3\include\win32;$(EngineRoot)external\win32-specific\gles\include\OGLES;$(EngineRoot)external\freetype2\include\win32\freetype2;$(EngineRoot)external\freetype2\include\win32\;$(EngineRoot)external;$(EngineRoot)external\openssl\include\win32</AdditionalIncludeDirectories>
|
2013-10-23 12:48:51 +04:00
|
|
|
<PreprocessorDefinitions>_VARIADIC_MAX=10;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-10-22 11:56:08 +04:00
|
|
|
</ClCompile>
|
2014-09-03 13:37:34 +04:00
|
|
|
<ProjectReference>
|
2014-09-04 06:49:45 +04:00
|
|
|
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
2014-09-03 13:37:34 +04:00
|
|
|
</ProjectReference>
|
2013-10-22 11:56:08 +04:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BuildMacro Include="EngineRoot">
|
|
|
|
<Value>$(EngineRoot)</Value>
|
|
|
|
<EnvironmentVariable>true</EnvironmentVariable>
|
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
2016-03-21 16:04:06 +03:00
|
|
|
</Project>
|