| 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="rlz" | 5 Name="rlz" |
| 6 ProjectGUID="{BF4F447B-72B5-4059-BE1B-F94337B1F385}" | 6 ProjectGUID="{BF4F447B-72B5-4059-BE1B-F94337B1F385}" |
| 7 RootNamespace="rlz" | 7 RootNamespace="rlz" |
| 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> | 15 <ToolFiles> |
| 16 <ToolFile | 16 <ToolFile |
| 17 RelativePath=".\output_rlz_copy.rules" | 17 RelativePath=".\output_rlz_copy.rules" |
| 18 /> | 18 /> |
| 19 </ToolFiles> | 19 </ToolFiles> |
| 20 <Configurations> | 20 <Configurations> |
| 21 <Configuration | 21 <Configuration |
| 22 Name="Debug|Win32" | 22 Name="Debug|Win32" |
| 23 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
| 24 IntermediateDirectory="$(SolutionDir)$(ConfigurationName
)\obj\$(ProjectName)" | |
| 25 ConfigurationType="10" | 23 ConfigurationType="10" |
| 24 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs
props" |
| 26 > | 25 > |
| 27 <Tool | 26 <Tool |
| 28 Name="VCPreBuildEventTool" | 27 Name="VCPreBuildEventTool" |
| 29 /> | 28 /> |
| 30 <Tool | 29 <Tool |
| 31 Name="Output RLZ copy" | 30 Name="Output RLZ copy" |
| 32 /> | 31 /> |
| 33 <Tool | 32 <Tool |
| 34 Name="VCCustomBuildTool" | 33 Name="VCCustomBuildTool" |
| 35 /> | 34 /> |
| 36 <Tool | 35 <Tool |
| 37 Name="VCMIDLTool" | 36 Name="VCMIDLTool" |
| 38 /> | 37 /> |
| 39 <Tool | 38 <Tool |
| 40 Name="VCPostBuildEventTool" | 39 Name="VCPostBuildEventTool" |
| 41 /> | 40 /> |
| 42 </Configuration> | 41 </Configuration> |
| 43 <Configuration | 42 <Configuration |
| 44 Name="Release|Win32" | 43 Name="Release|Win32" |
| 45 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
| 46 IntermediateDirectory="$(SolutionDir)$(ConfigurationName
)\obj\$(ProjectName)" | |
| 47 ConfigurationType="10" | 44 ConfigurationType="10" |
| 45 InheritedPropertySheets="$(SolutionDir)..\build\release.
vsprops" |
| 48 > | 46 > |
| 49 <Tool | 47 <Tool |
| 50 Name="VCPreBuildEventTool" | 48 Name="VCPreBuildEventTool" |
| 51 /> | 49 /> |
| 52 <Tool | 50 <Tool |
| 53 Name="Output RLZ copy" | 51 Name="Output RLZ copy" |
| 54 /> | 52 /> |
| 55 <Tool | 53 <Tool |
| 56 Name="VCCustomBuildTool" | 54 Name="VCCustomBuildTool" |
| 57 /> | 55 /> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 71 > | 69 > |
| 72 </File> | 70 </File> |
| 73 <File | 71 <File |
| 74 RelativePath="binaries\rlz_dll.pdb" | 72 RelativePath="binaries\rlz_dll.pdb" |
| 75 > | 73 > |
| 76 </File> | 74 </File> |
| 77 </Files> | 75 </Files> |
| 78 <Globals> | 76 <Globals> |
| 79 </Globals> | 77 </Globals> |
| 80 </VisualStudioProject> | 78 </VisualStudioProject> |
| OLD | NEW |