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 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops" | 9 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops" |
10 > | 10 > |
(...skipping 12 matching lines...) Expand all Loading... |
23 /> | 23 /> |
24 <Tool | 24 <Tool |
25 Name="VCLibrarianTool" | 25 Name="VCLibrarianTool" |
26 AdditionalOptions="/ignore:4221" | 26 AdditionalOptions="/ignore:4221" |
27 OutputFile="$(OutDir)\lib\$(ProjectName).lib" | 27 OutputFile="$(OutDir)\lib\$(ProjectName).lib" |
28 AdditionalLibraryDirectories="$(SDKLibs)" | 28 AdditionalLibraryDirectories="$(SDKLibs)" |
29 /> | 29 /> |
30 <Tool | 30 <Tool |
31 Name="VCLinkerTool" | 31 Name="VCLinkerTool" |
32 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:42
21 /nxcompat" | 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" | 33 » » AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_
32.lib usp10.lib psapi.lib dbghelp.lib" |
34 AdditionalLibraryDirectories="$(SDKLibs);$(OutDir)\lib" | 34 AdditionalLibraryDirectories="$(SDKLibs);$(OutDir)\lib" |
35 » » DelayLoadDLLs="dwmapi.dll,uxtheme.dll" | 35 » » DelayLoadDLLs="dbghelp.dll,dwmapi.dll,uxtheme.dll" |
36 MapFileName="$(OutDir)\$(TargetName).map" | 36 MapFileName="$(OutDir)\$(TargetName).map" |
37 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" | 37 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" |
38 TargetMachine="1" | 38 TargetMachine="1" |
39 FixedBaseAddress="1" | 39 FixedBaseAddress="1" |
40 /> | 40 /> |
41 <Tool | 41 <Tool |
42 Name="VCMIDLTool" | 42 Name="VCMIDLTool" |
43 GenerateStublessProxies="true" | 43 GenerateStublessProxies="true" |
44 TypeLibraryName="$(InputName).tlb" | 44 TypeLibraryName="$(InputName).tlb" |
45 OutputDirectory="$(IntDir)" | 45 OutputDirectory="$(IntDir)" |
(...skipping 21 matching lines...) Expand all Loading... |
67 /> | 67 /> |
68 <UserMacro | 68 <UserMacro |
69 Name="DefaultOutputDirectory" | 69 Name="DefaultOutputDirectory" |
70 Value="$(SolutionDir)$(ConfigurationName)" | 70 Value="$(SolutionDir)$(ConfigurationName)" |
71 /> | 71 /> |
72 <UserMacro | 72 <UserMacro |
73 Name="DefaultIntermediateDirectory" | 73 Name="DefaultIntermediateDirectory" |
74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" | 74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" |
75 /> | 75 /> |
76 </VisualStudioPropertySheet> | 76 </VisualStudioPropertySheet> |
OLD | NEW |