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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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.c" /> |
243 <ClCompile Include="parse.cpp" /> | 243 <ClCompile Include="parse.cpp"> |
| 244 <DisableLanguageExtensions>false</DisableLanguageExtensions> |
| 245 </ClCompile> |
244 <ClCompile Include="prscmnts.cpp" /> | 246 <ClCompile Include="prscmnts.cpp" /> |
245 <ClCompile Include="rbutil.c" /> | 247 <ClCompile Include="rbutil.c" /> |
246 <ClCompile Include="read.c" /> | 248 <ClCompile Include="read.c" /> |
247 <ClCompile Include="reslist.c" /> | 249 <ClCompile Include="reslist.c" /> |
248 <ClCompile Include="rle.c" /> | 250 <ClCompile Include="rle.c" /> |
249 <ClCompile Include="ustr.c" /> | 251 <ClCompile Include="ustr.c" /> |
250 <ClCompile Include="wrtjava.c" /> | 252 <ClCompile Include="wrtjava.c" /> |
251 <ClCompile Include="wrtxml.cpp" /> | 253 <ClCompile Include="wrtxml.cpp" /> |
252 </ItemGroup> | 254 </ItemGroup> |
253 <ItemGroup> | 255 <ItemGroup> |
(...skipping 17 matching lines...) Expand all Loading... |
271 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 273 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
272 </ProjectReference> | 274 </ProjectReference> |
273 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> | 275 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
274 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> | 276 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
275 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | 277 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
276 </ProjectReference> | 278 </ProjectReference> |
277 </ItemGroup> | 279 </ItemGroup> |
278 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 280 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
279 <ImportGroup Label="ExtensionTargets"> | 281 <ImportGroup Label="ExtensionTargets"> |
280 </ImportGroup> | 282 </ImportGroup> |
281 </Project> | 283 </Project> |
OLD | NEW |