| 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 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 InterfaceIdentifierFileName="$(InputName)_i.c" | 49 InterfaceIdentifierFileName="$(InputName)_i.c" |
| 50 ProxyFileName="$(InputName)_p.c" | 50 ProxyFileName="$(InputName)_p.c" |
| 51 /> | 51 /> |
| 52 <Tool | 52 <Tool |
| 53 Name="VCResourceCompilerTool" | 53 Name="VCResourceCompilerTool" |
| 54 Culture="1033" | 54 Culture="1033" |
| 55 AdditionalIncludeDirectories="$(SolutionDir).." | 55 AdditionalIncludeDirectories="$(SolutionDir).." |
| 56 /> | 56 /> |
| 57 <UserMacro | 57 <UserMacro |
| 58 Name="SDK" | 58 Name="SDK" |
| 59 » » Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\file
s" | 59 » » Value="$(SolutionDir)..\third_party\platformsdk_vista_6_0\files" |
| 60 /> | 60 /> |
| 61 <UserMacro | 61 <UserMacro |
| 62 Name="SDKIncludes" | 62 Name="SDKIncludes" |
| 63 Value="$(SDK)\Include;$(SDK)\VC\INCLUDE;$(VSInstallDir)\VC\atlmf
c\include" | 63 Value="$(SDK)\Include;$(SDK)\VC\INCLUDE;$(VSInstallDir)\VC\atlmf
c\include" |
| 64 /> | 64 /> |
| 65 <UserMacro | 65 <UserMacro |
| 66 Name="SDKLibs" | 66 Name="SDKLibs" |
| 67 Value="$(SDK)\Lib;$(SDK)\VC\LIB" | 67 Value="$(SDK)\Lib;$(SDK)\VC\LIB" |
| 68 /> | 68 /> |
| 69 <UserMacro | 69 <UserMacro |
| 70 Name="DefaultOutputDirectory" | 70 Name="DefaultOutputDirectory" |
| 71 Value="$(SolutionDir)$(ConfigurationName)" | 71 Value="$(SolutionDir)$(ConfigurationName)" |
| 72 /> | 72 /> |
| 73 <UserMacro | 73 <UserMacro |
| 74 Name="DefaultIntermediateDirectory" | 74 Name="DefaultIntermediateDirectory" |
| 75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" | 75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" |
| 76 /> | 76 /> |
| 77 </VisualStudioPropertySheet> | 77 </VisualStudioPropertySheet> |
| OLD | NEW |