2015-07-02 00:56:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Label="UserMacros">
|
|
|
|
<ProjectRootDir>$(ProjectDir)..\..</ProjectRootDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<IntDir>$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
|
2016-07-11 23:17:50 +00:00
|
|
|
<OutDir>$(SolutionDir)deps\$(PlatformName)\$(Configuration)\</OutDir>
|
2015-07-02 00:56:42 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BuildMacro Include="ProjectRootDir">
|
|
|
|
<Value>$(ProjectRootDir)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<CompileAs>Default</CompileAs>
|
2016-07-11 23:17:50 +00:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectRootDir)\include;$(SolutionDir)3rdparty\libpng;$(SolutionDir)3rdparty\libjpeg;$(SolutionDir)3rdparty\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-07-02 00:56:42 +00:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2016-07-11 23:17:50 +00:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<PrecompiledHeaderFile>wx/wxprec.h</PrecompiledHeaderFile>
|
2015-07-02 00:56:42 +00:00
|
|
|
</ClCompile>
|
|
|
|
<ResourceCompile>
|
2016-07-11 23:17:50 +00:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectRootDir)\include;$(SolutionDir)3rdparty\libpng;$(SolutionDir)3rdparty\libjpeg;$(SolutionDir)3rdparty\zlib</AdditionalIncludeDirectories>
|
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;WXBUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2015-07-02 00:56:42 +00:00
|
|
|
</ResourceCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2016-07-11 23:17:50 +00:00
|
|
|
</Project>
|