You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  4. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  5. <UseDebugLibraries>true</UseDebugLibraries>
  6. <CharacterSet>MultiByte</CharacterSet>
  7. <UseOfMfc>Dynamic</UseOfMfc>
  8. </PropertyGroup>
  9. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration">
  10. <UseDebugLibraries>true</UseDebugLibraries>
  11. <CharacterSet>MultiByte</CharacterSet>
  12. <UseOfMfc>Dynamic</UseOfMfc>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  15. <UseDebugLibraries>false</UseDebugLibraries>
  16. <WholeProgramOptimization>true</WholeProgramOptimization>
  17. <CharacterSet>MultiByte</CharacterSet>
  18. <UseOfMfc>Dynamic</UseOfMfc>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration">
  21. <UseDebugLibraries>false</UseDebugLibraries>
  22. <WholeProgramOptimization>true</WholeProgramOptimization>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <UseOfMfc>Dynamic</UseOfMfc>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  27. </Project>