1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{36BF451A-EAEF-4140-92E4-6EA461A26107}</ProjectGuid> 23 <Keyword>Win32Proj</Keyword> 24 <RootNamespace>uses_cases</RootNamespace> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseDebugLibraries>true</UseDebugLibraries> 30 <PlatformToolset>v140</PlatformToolset> 31 <CharacterSet>Unicode</CharacterSet> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 34 <ConfigurationType>Application</ConfigurationType> 35 <UseDebugLibraries>true</UseDebugLibraries> 36 <PlatformToolset>v140</PlatformToolset> 37 <CharacterSet>Unicode</CharacterSet> 38 </PropertyGroup> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseDebugLibraries>false</UseDebugLibraries> 42 <PlatformToolset>v140</PlatformToolset> 43 <WholeProgramOptimization>true</WholeProgramOptimization> 44 <CharacterSet>Unicode</CharacterSet> 45 </PropertyGroup> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 47 <ConfigurationType>Application</ConfigurationType> 48 <UseDebugLibraries>false</UseDebugLibraries> 49 <PlatformToolset>v140</PlatformToolset> 50 <WholeProgramOptimization>true</WholeProgramOptimization> 51 <CharacterSet>Unicode</CharacterSet> 52 </PropertyGroup> 53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 54 <ImportGroup Label="ExtensionSettings"> 55 </ImportGroup> 56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="..\common.props" /> 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 <Import Project="..\common.props" /> 63 </ImportGroup> 64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 <Import Project="..\common.props" /> 67 </ImportGroup> 68 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 70 <Import Project="..\common.props" /> 71 </ImportGroup> 72 <PropertyGroup Label="UserMacros" /> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 74 <LinkIncremental>true</LinkIncremental> 75 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> 76 </PropertyGroup> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 78 <LinkIncremental>true</LinkIncremental> 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 81 <LinkIncremental>false</LinkIncremental> 82 <ExecutablePath>..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x64);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath> 83 </PropertyGroup> 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 85 <LinkIncremental>false</LinkIncremental> 86 </PropertyGroup> 87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 88 <ClCompile> 89 <PrecompiledHeader> 90 </PrecompiledHeader> 91 <WarningLevel>Level3</WarningLevel> 92 <Optimization>Disabled</Optimization> 93 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <SDLCheck>true</SDLCheck> 95 </ClCompile> 96 <Link> 97 <SubSystem>Console</SubSystem> 98 <GenerateDebugInformation>true</GenerateDebugInformation> 99 </Link> 100 </ItemDefinitionGroup> 101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 102 <ClCompile> 103 <PrecompiledHeader> 104 </PrecompiledHeader> 105 <WarningLevel>Level3</WarningLevel> 106 <Optimization>Disabled</Optimization> 107 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 108 <SDLCheck>true</SDLCheck> 109 </ClCompile> 110 <Link> 111 <SubSystem>Console</SubSystem> 112 <GenerateDebugInformation>true</GenerateDebugInformation> 113 </Link> 114 </ItemDefinitionGroup> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 116 <ClCompile> 117 <WarningLevel>Level3</WarningLevel> 118 <PrecompiledHeader> 119 </PrecompiledHeader> 120 <Optimization>MaxSpeed</Optimization> 121 <FunctionLevelLinking>true</FunctionLevelLinking> 122 <IntrinsicFunctions>true</IntrinsicFunctions> 123 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 124 <SDLCheck>true</SDLCheck> 125 </ClCompile> 126 <Link> 127 <SubSystem>Console</SubSystem> 128 <GenerateDebugInformation>true</GenerateDebugInformation> 129 <EnableCOMDATFolding>true</EnableCOMDATFolding> 130 <OptimizeReferences>true</OptimizeReferences> 131 </Link> 132 </ItemDefinitionGroup> 133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 134 <ClCompile> 135 <WarningLevel>Level3</WarningLevel> 136 <PrecompiledHeader> 137 </PrecompiledHeader> 138 <Optimization>MaxSpeed</Optimization> 139 <FunctionLevelLinking>true</FunctionLevelLinking> 140 <IntrinsicFunctions>true</IntrinsicFunctions> 141 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 142 <SDLCheck>true</SDLCheck> 143 </ClCompile> 144 <Link> 145 <SubSystem>Console</SubSystem> 146 <GenerateDebugInformation>true</GenerateDebugInformation> 147 <EnableCOMDATFolding>true</EnableCOMDATFolding> 148 <OptimizeReferences>true</OptimizeReferences> 149 </Link> 150 </ItemDefinitionGroup> 151 <ItemGroup> 152 <ClCompile Include="..\..\..\example\use_cases.cpp" /> 153 </ItemGroup> 154 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 155 <ImportGroup Label="ExtensionTargets"> 156 </ImportGroup> 157</Project>