2009-02-24 02:08:37 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="3rdparty"
|
2009-03-10 11:45:20 +00:00
|
|
|
OutputDirectory="..\..\deps\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2009-02-24 02:08:37 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(ProjectDir)""
|
|
|
|
PreprocessorDefinitions="__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
|
|
|
StructMemberAlignment="5"
|
2009-10-05 14:40:46 +00:00
|
|
|
EnableFunctionLevelLinking="true"
|
2009-02-24 02:08:37 +00:00
|
|
|
RuntimeTypeInfo="false"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|