2011-02-08 04:03:48 +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>
|
|
|
|
<IntDir>$(ProjectName)$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<ForcedIncludeFiles>
|
|
|
|
</ForcedIncludeFiles>
|
|
|
|
<PrecompiledHeaderFile>wx/wxprec.h</PrecompiledHeaderFile>
|
2011-02-08 07:08:19 +00:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
|
|
|
<DisableSpecificWarnings>4267</DisableSpecificWarnings>
|
2011-02-10 02:53:08 +00:00
|
|
|
<PreprocessorDefinitions>_LIB;__WXMSW__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-02-10 06:31:12 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\include;..\..\include\msvc;..\..\..\zlib;..\..\src\png;</AdditionalIncludeDirectories>
|
2011-02-08 04:03:48 +00:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|