Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

57 рядки
1.9 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 settings that can be overridden by the user
  5. -->
  6. <Import Project="config-build.xml" />
  7. <!--
  8. - Import defaults settings from Visual Studio
  9. -->
  10. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  11. <!--
  12. - Default settings for Debug configurations
  13. -->
  14. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  15. <UseDebugLibraries>true</UseDebugLibraries>
  16. </PropertyGroup>
  17. <!--
  18. - Default settings for Release configurations
  19. -->
  20. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  21. <UseDebugLibraries>false</UseDebugLibraries>
  22. <WholeProgramOptimization>true</WholeProgramOptimization>
  23. </PropertyGroup>
  24. <!--
  25. - Default settings for any configuration
  26. -->
  27. <PropertyGroup Label="Configuration">
  28. <CharacterSet>MultiByte</CharacterSet>
  29. <UseOfMfc>false</UseOfMfc>
  30. <ExceptionHandling>false</ExceptionHandling>
  31. <FloatingPointModel>Fast</FloatingPointModel>
  32. </PropertyGroup>
  33. <!--
  34. - Select the platform toolset depending on the platform
  35. -->
  36. <PropertyGroup Condition="'$(Platform)'=='Win32'" Label="Configuration">
  37. <PlatformToolset Condition="'$(SolutionName)'=='Lol (vs2013)'">v120</PlatformToolset>
  38. <PlatformToolset Condition="'$(SolutionName)'=='Lol (vs2015)'">v140</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Platform)'=='x64'" Label="Configuration">
  41. <PlatformToolset Condition="'$(SolutionName)'=='Lol (vs2013)'">v120</PlatformToolset>
  42. <PlatformToolset Condition="'$(SolutionName)'=='Lol (vs2015)'">v140</PlatformToolset>
  43. </PropertyGroup>
  44. <!--
  45. - Import final settings from Visual Studio
  46. -->
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. </Project>