2010-04-14 19:48:32 +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>
|
|
|
|
<SvnRootDir>$(ProjectRootDir)\..</SvnRootDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
|
|
<OutDir>$(SvnRootDir)\deps\$(PlatformName)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2015-06-30 21:28:06 +00:00
|
|
|
<AdditionalIncludeDirectories>$(SvnRootDir)\common\include\$(ProjectName);$(SvnRootDir)\common\include;$(SvnRootDir)\3rdparty\wxwidgets3.0\include;$(SvnRootDir)\3rdparty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2010-04-14 19:48:32 +00:00
|
|
|
<PreprocessorDefinitions>__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<StructMemberAlignment>16Bytes</StructMemberAlignment>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
<CompileAs>Default</CompileAs>
|
|
|
|
<DisableSpecificWarnings>4063;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BuildMacro Include="ProjectRootDir">
|
|
|
|
<Value>$(ProjectRootDir)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
<BuildMacro Include="SvnRootDir">
|
|
|
|
<Value>$(SvnRootDir)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|