| 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="image_diff" | 5 Name="image_diff" |
| 6 ProjectGUID="{50B079C7-CD01-42D3-B8C4-9F8D9322E822}" | 6 ProjectGUID="{50B079C7-CD01-42D3-B8C4-9F8D9322E822}" |
| 7 RootNamespace="image_diff" | 7 RootNamespace="image_diff" |
| 8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
| 9 > | 9 > |
| 10 <Platforms> | 10 <Platforms> |
| 11 <Platform | 11 <Platform |
| 12 Name="Win32" | 12 Name="Win32" |
| 13 /> | 13 /> |
| 14 </Platforms> | 14 </Platforms> |
| 15 <ToolFiles> |
| 16 </ToolFiles> |
| 15 <Configurations> | 17 <Configurations> |
| 16 <Configuration | 18 <Configuration |
| 17 Name="Debug|Win32" | 19 Name="Debug|Win32" |
| 18 ConfigurationType="1" | 20 ConfigurationType="1" |
| 19 InheritedPropertySheets="$(SolutionDir)..\build\common.v
sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libpng\
using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" | 21 InheritedPropertySheets="$(SolutionDir)..\build\common.v
sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libpng\
using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" |
| 20 > | 22 > |
| 21 <Tool | 23 <Tool |
| 22 Name="VCLinkerTool" | 24 Name="VCLinkerTool" |
| 23 SubSystem="1" | 25 SubSystem="1" |
| 24 /> | 26 /> |
| 25 <Tool | 27 <Tool |
| 26 Name="VCCLCompilerTool" | 28 Name="VCCLCompilerTool" |
| 27 /> | 29 /> |
| 28 </Configuration> | 30 </Configuration> |
| 29 <Configuration | 31 <Configuration |
| 30 Name="Release|Win32" | 32 Name="Release|Win32" |
| 31 ConfigurationType="1" | 33 ConfigurationType="1" |
| 32 InheritedPropertySheets="$(SolutionDir)..\build\common.v
sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libpn
g\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" | 34 InheritedPropertySheets="$(SolutionDir)..\build\common.v
sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libpn
g\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops" |
| 33 > | 35 > |
| 34 <Tool | 36 <Tool |
| 35 Name="VCLinkerTool" | 37 Name="VCLinkerTool" |
| 36 SubSystem="1" | 38 SubSystem="1" |
| 37 /> | 39 /> |
| 38 <Tool | 40 <Tool |
| 39 Name="VCCLCompilerTool" | 41 Name="VCCLCompilerTool" |
| 40 /> | 42 /> |
| 41 </Configuration> | 43 </Configuration> |
| 42 </Configurations> | 44 </Configurations> |
| 45 <References> |
| 46 </References> |
| 43 <Files> | 47 <Files> |
| 44 <File | 48 <File |
| 45 RelativePath=".\image_diff.cc" | 49 RelativePath=".\image_diff.cc" |
| 46 > | 50 > |
| 47 </File> | 51 </File> |
| 48 </Files> | 52 </Files> |
| 53 <Globals> |
| 54 </Globals> |
| 49 </VisualStudioProject> | 55 </VisualStudioProject> |
| OLD | NEW |