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.
 
 
 
 
 
 

50 satır
1.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!--
  4. - Import defaults settings from Visual Studio
  5. -->
  6. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  7. <!--
  8. - Default settings for Debug configurations
  9. -->
  10. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  11. <UseDebugLibraries>true</UseDebugLibraries>
  12. </PropertyGroup>
  13. <!--
  14. - Default settings for Release configurations
  15. -->
  16. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  17. <UseDebugLibraries>false</UseDebugLibraries>
  18. <WholeProgramOptimization>true</WholeProgramOptimization>
  19. </PropertyGroup>
  20. <!--
  21. - Default settings for any configuration
  22. -->
  23. <PropertyGroup Label="Configuration">
  24. <CharacterSet>MultiByte</CharacterSet>
  25. <UseOfMfc>false</UseOfMfc>
  26. <ExceptionHandling>false</ExceptionHandling>
  27. <FloatingPointModel>Fast</FloatingPointModel>
  28. </PropertyGroup>
  29. <!--
  30. - Select the platform toolset depending on the platform
  31. -->
  32. <PropertyGroup Condition="'$(Platform)'=='Win32'" Label="Configuration">
  33. <PlatformToolset>v143</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Platform)'=='x64'" Label="Configuration">
  36. <PlatformToolset>v143</PlatformToolset>
  37. </PropertyGroup>
  38. <!--
  39. - Import final settings from Visual Studio
  40. -->
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  42. </Project>