您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

27 行
1.2 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="config-build.xml" />
  4. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  5. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  6. <UseDebugLibraries>true</UseDebugLibraries>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  9. <UseDebugLibraries>false</UseDebugLibraries>
  10. <WholeProgramOptimization>true</WholeProgramOptimization>
  11. </PropertyGroup>
  12. <PropertyGroup Label="Configuration">
  13. <CharacterSet>MultiByte</CharacterSet>
  14. <UseOfMfc>Dynamic</UseOfMfc>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Platform)'=='Win32'" Label="Configuration">
  17. <PlatformToolset>v110</PlatformToolset>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Platform)'=='x64'" Label="Configuration">
  20. <PlatformToolset>v110</PlatformToolset>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">
  23. <PlatformToolset>SNC</PlatformToolset>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  26. </Project>