25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

29 satır
1.3 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>false</UseOfMfc>
  15. <ExceptionHandling>false</ExceptionHandling>
  16. <FloatingPointModel>Fast</FloatingPointModel>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Platform)'=='Win32'" Label="Configuration">
  19. <PlatformToolset>v120</PlatformToolset>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Platform)'=='x64'" Label="Configuration">
  22. <PlatformToolset>v120</PlatformToolset>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Platform)'=='PS3'" Label="Configuration">
  25. <PlatformToolset>SNC</PlatformToolset>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  28. </Project>