| 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="8.00" | 4 Version="8.00" |
| 5 Name="setup" | 5 Name="setup" |
| 6 ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}" | 6 ProjectGUID="{21C76E6E-8B38-44D6-8148-B589C13B9554}" |
| 7 RootNamespace="setup" | 7 RootNamespace="setup" |
| 8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
| 9 > | 9 > |
| 10 <Platforms> | 10 <Platforms> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 </File> | 101 </File> |
| 102 <File | 102 <File |
| 103 RelativePath=".\setup.cc" | 103 RelativePath=".\setup.cc" |
| 104 > | 104 > |
| 105 </File> | 105 </File> |
| 106 <File | 106 <File |
| 107 RelativePath=".\setup.h" | 107 RelativePath=".\setup.h" |
| 108 > | 108 > |
| 109 </File> | 109 </File> |
| 110 <File | 110 <File |
| 111 RelativePath=".\setup_util.cc" |
| 112 > |
| 113 </File> |
| 114 <File |
| 115 RelativePath=".\setup_util.h" |
| 116 > |
| 117 </File> |
| 118 <File |
| 111 RelativePath=".\setup_constants.cc" | 119 RelativePath=".\setup_constants.cc" |
| 112 > | 120 > |
| 113 </File> | 121 </File> |
| 114 <File | 122 <File |
| 115 RelativePath=".\setup_constants.h" | 123 RelativePath=".\setup_constants.h" |
| 116 > | 124 > |
| 117 </File> | 125 </File> |
| 118 <File | 126 <File |
| 119 RelativePath=".\uninstall.cc" | 127 RelativePath=".\uninstall.cc" |
| 120 > | 128 > |
| 121 </File> | 129 </File> |
| 122 <File | 130 <File |
| 123 RelativePath=".\uninstall.h" | 131 RelativePath=".\uninstall.h" |
| 124 > | 132 > |
| 125 </File> | 133 </File> |
| 126 </Files> | 134 </Files> |
| 127 <Globals> | 135 <Globals> |
| 128 </Globals> | 136 </Globals> |
| 129 </VisualStudioProject> | 137 </VisualStudioProject> |
| OLD | NEW |