2009-07-03 00:49:40 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="CommonLibrary"
|
|
|
|
OutputDirectory="..\..\deps\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-09-12 02:58:22 +00:00
|
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\common\include\$(ProjectName)";"$(SvnRootDir)\common\include";"$(SvnRootDir)\3rdparty\wxWidgets\include";"$(SvnRootDir)\3rdparty""
|
2009-07-03 00:49:40 +00:00
|
|
|
PreprocessorDefinitions="__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
|
|
|
StructMemberAlignment="5"
|
|
|
|
RuntimeTypeInfo="false"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="ProjectRootDir"
|
|
|
|
Value="$(ProjectDir)\..\.."
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="SvnRootDir"
|
|
|
|
Value="$(ProjectRootDir)\.."
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|