1 |
william |
31 |
<?xml version="1.0" encoding="windows-1250"?> |
2 |
|
|
<VisualStudioPropertySheet |
3 |
|
|
ProjectType="Visual C++" |
4 |
|
|
Version="8.00" |
5 |
|
|
Name="3rdparty" |
6 |
|
|
OutputDirectory="$(SvnRootDir)\deps\$(PlatformName)\$(ConfigurationName)" |
7 |
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
8 |
|
|
DeleteExtensionsOnClean="*.bsc;*.idb;*.sbr;*.res;*.pch;*.pdb;*.obj;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;$(TargetPath)" |
9 |
|
|
> |
10 |
|
|
<Tool |
11 |
|
|
Name="VCCLCompilerTool" |
12 |
|
|
AdditionalIncludeDirectories=""$(ProjectDir)"" |
13 |
|
|
PreprocessorDefinitions="__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" |
14 |
|
|
StructMemberAlignment="5" |
15 |
|
|
EnableFunctionLevelLinking="true" |
16 |
|
|
RuntimeTypeInfo="false" |
17 |
|
|
WarningLevel="3" |
18 |
|
|
DebugInformationFormat="3" |
19 |
|
|
CompileAs="0" |
20 |
|
|
/> |
21 |
|
|
<Tool |
22 |
|
|
Name="VCLinkerTool" |
23 |
|
|
GenerateDebugInformation="true" |
24 |
|
|
SubSystem="2" |
25 |
|
|
/> |
26 |
|
|
</VisualStudioPropertySheet> |