2013-12-07 21:12:02 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 11:27:57 +02:00
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-02-08 05:03:48 +01:00
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2013-10-19 11:27:57 +02:00
|
|
|
<ForcedIncludeFiles></ForcedIncludeFiles>
|
2011-02-08 05:03:48 +01:00
|
|
|
<PrecompiledHeaderFile>wx/wxprec.h</PrecompiledHeaderFile>
|
2011-02-08 08:08:19 +01:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2013-10-19 11:27:57 +02:00
|
|
|
<DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
<PreprocessorDefinitions>__WXMSW__;WXBUILDING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-03-18 10:31:19 +01:00
|
|
|
<AdditionalIncludeDirectories>..\..\;..\..\include;..\..\..\zlib;..\..\..\libpng</AdditionalIncludeDirectories>
|
2011-02-08 05:03:48 +01:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|