OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="essential" | 5 Name="essential" |
6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | 6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" | 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN
ame)" |
8 CharacterSet="1" | 8 CharacterSet="1" |
9 > | 9 > |
10 <Tool | 10 <Tool |
11 Name="VCCLCompilerTool" | 11 Name="VCCLCompilerTool" |
12 AdditionalOptions="/MP" | |
13 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" | 12 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" | 13 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" | 14 MinimalRebuild="false" |
16 ExceptionHandling="0" | 15 ExceptionHandling="0" |
17 BufferSecurityCheck="true" | 16 BufferSecurityCheck="true" |
18 EnableFunctionLevelLinking="true" | 17 EnableFunctionLevelLinking="true" |
19 RuntimeTypeInfo="false" | 18 RuntimeTypeInfo="false" |
20 WarningLevel="3" | 19 WarningLevel="3" |
21 WarnAsError="true" | 20 WarnAsError="true" |
22 DebugInformationFormat="3" | 21 DebugInformationFormat="3" |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 /> | 68 /> |
70 <UserMacro | 69 <UserMacro |
71 Name="DefaultOutputDirectory" | 70 Name="DefaultOutputDirectory" |
72 Value="$(SolutionDir)$(ConfigurationName)" | 71 Value="$(SolutionDir)$(ConfigurationName)" |
73 /> | 72 /> |
74 <UserMacro | 73 <UserMacro |
75 Name="DefaultIntermediateDirectory" | 74 Name="DefaultIntermediateDirectory" |
76 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" | 75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" |
77 /> | 76 /> |
78 </VisualStudioPropertySheet> | 77 </VisualStudioPropertySheet> |
OLD | NEW |