OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioPropertySheet | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="essential" | |
6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" | |
8 CharacterSet="1" | |
9 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops" | |
10 > | |
11 <Tool | |
12 Name="VCCLCompilerTool" | |
13 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" | |
14 PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32
;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELD
S;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0" | |
15 MinimalRebuild="false" | |
16 ExceptionHandling="0" | |
17 BufferSecurityCheck="true" | |
18 EnableFunctionLevelLinking="true" | |
19 RuntimeTypeInfo="false" | |
20 WarningLevel="3" | |
21 WarnAsError="true" | |
22 DisableSpecificWarnings="4503; 4819" | |
23 /> | |
24 <Tool | |
25 Name="VCLibrarianTool" | |
26 AdditionalOptions="/ignore:4221" | |
27 OutputFile="$(OutDir)\lib\$(ProjectName).lib" | |
28 AdditionalLibraryDirectories="$(SDKLibs)" | |
29 /> | |
30 <Tool | |
31 Name="VCLinkerTool" | |
32 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:42
21 /nxcompat" | |
33 AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_
32.lib usp10.lib psapi.lib dbghelp.lib" | |
34 AdditionalLibraryDirectories="$(SDKLibs);$(OutDir)\lib" | |
35 DelayLoadDLLs="dbghelp.dll,dwmapi.dll,uxtheme.dll" | |
36 MapFileName="$(OutDir)\$(TargetName).map" | |
37 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" | |
38 TargetMachine="1" | |
39 FixedBaseAddress="1" | |
40 /> | |
41 <Tool | |
42 Name="VCMIDLTool" | |
43 GenerateStublessProxies="true" | |
44 TypeLibraryName="$(InputName).tlb" | |
45 OutputDirectory="$(IntDir)" | |
46 HeaderFileName="$(InputName).h" | |
47 DLLDataFileName="dlldata.c" | |
48 InterfaceIdentifierFileName="$(InputName)_i.c" | |
49 ProxyFileName="$(InputName)_p.c" | |
50 /> | |
51 <Tool | |
52 Name="VCResourceCompilerTool" | |
53 Culture="1033" | |
54 AdditionalIncludeDirectories="$(SolutionDir).." | |
55 /> | |
56 <UserMacro | |
57 Name="SDK" | |
58 Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\file
s" | |
59 /> | |
60 <UserMacro | |
61 Name="SDKIncludes" | |
62 Value="$(SDK)\Include;$(VSInstallDir)\VC\atlmfc\include" | |
63 /> | |
64 <UserMacro | |
65 Name="SDKLibs" | |
66 Value="$(SDK)\Lib" | |
67 /> | |
68 <UserMacro | |
69 Name="DefaultOutputDirectory" | |
70 Value="$(SolutionDir)$(ConfigurationName)" | |
71 /> | |
72 <UserMacro | |
73 Name="DefaultIntermediateDirectory" | |
74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" | |
75 /> | |
76 </VisualStudioPropertySheet> | |
OLD | NEW |