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.

designer-extras.vcxproj-tpl 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|{{ platform_target }}">
  5. <Configuration>Debug</Configuration>
  6. <Platform>{{ platform_target }}</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|{{ platform_target }}">
  9. <Configuration>Release</Configuration>
  10. <Platform>{{ platform_target }}</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{C003281C-E8FC-49FE-8B50-37A6035730D7}</ProjectGuid>
  15. <RootNamespace>designerextras</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|{{ platform_target }}'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <PlatformToolset>v120</PlatformToolset>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|{{ platform_target }}'" Label="Configuration">
  25. <ConfigurationType>Application</ConfigurationType>
  26. <UseDebugLibraries>false</UseDebugLibraries>
  27. <PlatformToolset>v120</PlatformToolset>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|{{ platform_target }}'">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|{{ platform_target }}'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup />
  42. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|{{ platform_target }}'">
  43. <ClCompile>
  44. <WarningLevel>Level3</WarningLevel>
  45. <Optimization>Disabled</Optimization>
  46. <SDLCheck>true</SDLCheck>
  47. </ClCompile>
  48. <Link>
  49. <GenerateDebugInformation>true</GenerateDebugInformation>
  50. </Link>
  51. </ItemDefinitionGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|{{ platform_target }}'">
  53. <ClCompile>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>MaxSpeed</Optimization>
  56. <FunctionLevelLinking>true</FunctionLevelLinking>
  57. <IntrinsicFunctions>true</IntrinsicFunctions>
  58. <SDLCheck>true</SDLCheck>
  59. </ClCompile>
  60. <Link>
  61. <GenerateDebugInformation>true</GenerateDebugInformation>
  62. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  63. <OptimizeReferences>true</OptimizeReferences>
  64. </Link>
  65. </ItemDefinitionGroup>
  66. <ItemGroup>
  67. </ItemGroup>
  68. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  69. <ImportGroup Label="ExtensionTargets">
  70. </ImportGroup>
  71. </Project>