| OLD | NEW |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
| 2 <VisualStudioProject | 2 <VisualStudioProject |
| 3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
| 4 Version="9.00" | 4 Version="9.00" |
| 5 Name="genversion" | 5 Name="genversion" |
| 6 ProjectGUID="{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" | 6 ProjectGUID="{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" |
| 7 RootNamespace="genversion" | 7 RootNamespace="genversion" |
| 8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
| 9 TargetFrameworkVersion="131072" | 9 TargetFrameworkVersion="131072" |
| 10 > | 10 > |
| 11 <Platforms> | 11 <Platforms> |
| 12 <Platform | 12 <Platform |
| 13 Name="Win32" | 13 Name="Win32" |
| 14 /> | 14 /> |
| 15 </Platforms> | 15 </Platforms> |
| 16 <ToolFiles> | 16 <ToolFiles> |
| 17 </ToolFiles> | 17 </ToolFiles> |
| 18 <Configurations> | 18 <Configurations> |
| 19 <Configuration | 19 <Configuration |
| 20 Name="Debug|Win32" | 20 Name="Debug|Win32" |
| 21 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | 21 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
| 22 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa
me)" | 22 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa
me)" |
| 23 ConfigurationType="1" | 23 ConfigurationType="1" |
| 24 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr
ops" | 24 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr
ops" |
| 25 CharacterSet="2" | 25 CharacterSet="2" |
| 26 > | 26 > |
| 27 <Tool | 27 <Tool |
| 28 Name="VCPreBuildEventTool" | 28 Name="VCPreBuildEventTool" |
| 29 CommandLine="runpre.bat" |
| 29 /> | 30 /> |
| 30 <Tool | 31 <Tool |
| 31 Name="VCCustomBuildTool" | 32 Name="VCCustomBuildTool" |
| 32 /> | 33 /> |
| 33 <Tool | 34 <Tool |
| 34 Name="VCXMLDataGeneratorTool" | 35 Name="VCXMLDataGeneratorTool" |
| 35 /> | 36 /> |
| 36 <Tool | 37 <Tool |
| 37 Name="VCWebServiceProxyGeneratorTool" | 38 Name="VCWebServiceProxyGeneratorTool" |
| 38 /> | 39 /> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 <Configuration | 100 <Configuration |
| 100 Name="Release|Win32" | 101 Name="Release|Win32" |
| 101 OutputDirectory="$(PlatformName)\$(ConfigurationName)" | 102 OutputDirectory="$(PlatformName)\$(ConfigurationName)" |
| 102 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa
me)" | 103 IntermediateDirectory="$(PlatformName)\$(ConfigurationNa
me)" |
| 103 ConfigurationType="1" | 104 ConfigurationType="1" |
| 104 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr
ops" | 105 InheritedPropertySheets="..\crt_secure_no_deprecate.vspr
ops" |
| 105 CharacterSet="2" | 106 CharacterSet="2" |
| 106 > | 107 > |
| 107 <Tool | 108 <Tool |
| 108 Name="VCPreBuildEventTool" | 109 Name="VCPreBuildEventTool" |
| 110 CommandLine="runpre.bat" |
| 109 /> | 111 /> |
| 110 <Tool | 112 <Tool |
| 111 Name="VCCustomBuildTool" | 113 Name="VCCustomBuildTool" |
| 112 /> | 114 /> |
| 113 <Tool | 115 <Tool |
| 114 Name="VCXMLDataGeneratorTool" | 116 Name="VCXMLDataGeneratorTool" |
| 115 /> | 117 /> |
| 116 <Tool | 118 <Tool |
| 117 Name="VCWebServiceProxyGeneratorTool" | 119 Name="VCWebServiceProxyGeneratorTool" |
| 118 /> | 120 /> |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 </File> | 202 </File> |
| 201 </Filter> | 203 </Filter> |
| 202 <File | 204 <File |
| 203 RelativePath=".\run.bat" | 205 RelativePath=".\run.bat" |
| 204 > | 206 > |
| 205 </File> | 207 </File> |
| 206 </Files> | 208 </Files> |
| 207 <Globals> | 209 <Globals> |
| 208 </Globals> | 210 </Globals> |
| 209 </VisualStudioProject> | 211 </VisualStudioProject> |
| OLD | NEW |