| OLD | NEW | 
|    1 <?xml version="1.0" encoding="utf-8"?> |    1 <?xml version="1.0" encoding="utf-8"?> | 
|    2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
     ft.com/developer/msbuild/2003"> |    2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
     ft.com/developer/msbuild/2003"> | 
|    3   <ItemGroup Label="ProjectConfigurations"> |    3   <ItemGroup Label="ProjectConfigurations"> | 
|    4     <ProjectConfiguration Include="Debug|Win32"> |    4     <ProjectConfiguration Include="Debug|Win32"> | 
|    5       <Configuration>Debug</Configuration> |    5       <Configuration>Debug</Configuration> | 
|    6       <Platform>Win32</Platform> |    6       <Platform>Win32</Platform> | 
|    7     </ProjectConfiguration> |    7     </ProjectConfiguration> | 
|    8     <ProjectConfiguration Include="Debug|x64"> |    8     <ProjectConfiguration Include="Debug|x64"> | 
|    9       <Configuration>Debug</Configuration> |    9       <Configuration>Debug</Configuration> | 
|   10       <Platform>x64</Platform> |   10       <Platform>x64</Platform> | 
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  232       <OutputFile>.\x64\Debug/genrb.exe</OutputFile> |  232       <OutputFile>.\x64\Debug/genrb.exe</OutputFile> | 
|  233       <SuppressStartupBanner>true</SuppressStartupBanner> |  233       <SuppressStartupBanner>true</SuppressStartupBanner> | 
|  234       <GenerateDebugInformation>true</GenerateDebugInformation> |  234       <GenerateDebugInformation>true</GenerateDebugInformation> | 
|  235       <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile> |  235       <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile> | 
|  236       <SubSystem>Console</SubSystem> |  236       <SubSystem>Console</SubSystem> | 
|  237       <TargetMachine>MachineX64</TargetMachine> |  237       <TargetMachine>MachineX64</TargetMachine> | 
|  238     </Link> |  238     </Link> | 
|  239   </ItemDefinitionGroup> |  239   </ItemDefinitionGroup> | 
|  240   <ItemGroup> |  240   <ItemGroup> | 
|  241     <ClCompile Include="errmsg.c" /> |  241     <ClCompile Include="errmsg.c" /> | 
|  242     <ClCompile Include="genrb.c" /> |  242     <ClCompile Include="genrb.cpp" /> | 
|  243     <ClCompile Include="parse.cpp"> |  243     <ClCompile Include="parse.cpp"> | 
|  244       <DisableLanguageExtensions>false</DisableLanguageExtensions> |  244       <DisableLanguageExtensions>false</DisableLanguageExtensions> | 
|  245     </ClCompile> |  245     </ClCompile> | 
|  246     <ClCompile Include="prscmnts.cpp" /> |  246     <ClCompile Include="prscmnts.cpp" /> | 
|  247     <ClCompile Include="rbutil.c" /> |  247     <ClCompile Include="rbutil.c" /> | 
|  248     <ClCompile Include="read.c" /> |  248     <ClCompile Include="read.c" /> | 
|  249     <ClCompile Include="reslist.c" /> |  249     <ClCompile Include="reslist.cpp" /> | 
|  250     <ClCompile Include="rle.c" /> |  250     <ClCompile Include="rle.c" /> | 
|  251     <ClCompile Include="ustr.c" /> |  251     <ClCompile Include="ustr.c" /> | 
|  252     <ClCompile Include="wrtjava.c" /> |  252     <ClCompile Include="wrtjava.cpp" /> | 
|  253     <ClCompile Include="wrtxml.cpp" /> |  253     <ClCompile Include="wrtxml.cpp" /> | 
|  254   </ItemGroup> |  254   </ItemGroup> | 
|  255   <ItemGroup> |  255   <ItemGroup> | 
|  256     <ClInclude Include="errmsg.h" /> |  256     <ClInclude Include="errmsg.h" /> | 
|  257     <ClInclude Include="genrb.h" /> |  257     <ClInclude Include="genrb.h" /> | 
|  258     <ClInclude Include="parse.h" /> |  258     <ClInclude Include="parse.h" /> | 
|  259     <ClInclude Include="prscmnts.h" /> |  259     <ClInclude Include="prscmnts.h" /> | 
|  260     <ClInclude Include="rbutil.h" /> |  260     <ClInclude Include="rbutil.h" /> | 
|  261     <ClInclude Include="read.h" /> |  261     <ClInclude Include="read.h" /> | 
|  262     <ClInclude Include="reslist.h" /> |  262     <ClInclude Include="reslist.h" /> | 
| (...skipping 11 matching lines...) Expand all  Loading... | 
|  274     </ProjectReference> |  274     </ProjectReference> | 
|  275     <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |  275     <ProjectReference Include="..\toolutil\toolutil.vcxproj"> | 
|  276       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |  276       <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> | 
|  277       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |  277       <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 
|  278     </ProjectReference> |  278     </ProjectReference> | 
|  279   </ItemGroup> |  279   </ItemGroup> | 
|  280   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |  280   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
|  281   <ImportGroup Label="ExtensionTargets"> |  281   <ImportGroup Label="ExtensionTargets"> | 
|  282   </ImportGroup> |  282   </ImportGroup> | 
|  283 </Project> |  283 </Project> | 
| OLD | NEW |