|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" 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="Release|Win32"> |
| 9 | + <Configuration>Release</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="Debug|x64"> |
| 13 | + <Configuration>Debug</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
| 20 | + |
| 21 | + </ItemGroup> |
| 22 | + <PropertyGroup Label="Globals"> |
| 23 | + <VCProjectVersion>16.0</VCProjectVersion> |
| 24 | + <Keyword>Win32Proj</Keyword> |
| 25 | + <ProjectGuid>{953e5be8-e0c9-44da-816d-cb7f22077260}</ProjectGuid> |
| 26 | + <RootNamespace>AdvancedCppProgramming</RootNamespace> |
| 27 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 28 | + </PropertyGroup> |
| 29 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 30 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 31 | + <ConfigurationType>Application</ConfigurationType> |
| 32 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 33 | + <PlatformToolset>v143</PlatformToolset> |
| 34 | + <CharacterSet>Unicode</CharacterSet> |
| 35 | + </PropertyGroup> |
| 36 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 37 | + <ConfigurationType>Application</ConfigurationType> |
| 38 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 39 | + <PlatformToolset>v143</PlatformToolset> |
| 40 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 41 | + <CharacterSet>Unicode</CharacterSet> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 44 | + <ConfigurationType>Application</ConfigurationType> |
| 45 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 46 | + <PlatformToolset>v143</PlatformToolset> |
| 47 | + <CharacterSet>Unicode</CharacterSet> |
| 48 | + </PropertyGroup> |
| 49 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 50 | + <ConfigurationType>Application</ConfigurationType> |
| 51 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 52 | + <PlatformToolset>v143</PlatformToolset> |
| 53 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 54 | + <CharacterSet>Unicode</CharacterSet> |
| 55 | + </PropertyGroup> |
| 56 | + |
| 57 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 58 | + <ImportGroup Label="ExtensionSettings"> |
| 59 | + </ImportGroup> |
| 60 | + <ImportGroup Label="Shared" > |
| 61 | + </ImportGroup> |
| 62 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 63 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 64 | + </ImportGroup> |
| 65 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 66 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 67 | + </ImportGroup> |
| 68 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 69 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 70 | + </ImportGroup> |
| 71 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 72 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 73 | + </ImportGroup> |
| 74 | + |
| 75 | + <PropertyGroup Label="UserMacros" /> |
| 76 | + |
| 77 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 78 | + <ClCompile> |
| 79 | + <WarningLevel>Level3</WarningLevel> |
| 80 | + <SDLCheck>true</SDLCheck> |
| 81 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 82 | + <ConformanceMode>true</ConformanceMode> |
| 83 | + </ClCompile> |
| 84 | + <Link> |
| 85 | + <SubSystem>Console</SubSystem> |
| 86 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 87 | + </Link> |
| 88 | + </ItemDefinitionGroup> |
| 89 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 90 | + <ClCompile> |
| 91 | + <WarningLevel>Level3</WarningLevel> |
| 92 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 93 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 94 | + <SDLCheck>true</SDLCheck> |
| 95 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 96 | + <ConformanceMode>true</ConformanceMode> |
| 97 | + </ClCompile> |
| 98 | + <Link> |
| 99 | + <SubSystem>Console</SubSystem> |
| 100 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 101 | + <OptimizeReferences>true</OptimizeReferences> |
| 102 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 103 | + </Link> |
| 104 | + </ItemDefinitionGroup> |
| 105 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 106 | + <ClCompile> |
| 107 | + <WarningLevel>Level3</WarningLevel> |
| 108 | + <SDLCheck>true</SDLCheck> |
| 109 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 110 | + <ConformanceMode>true</ConformanceMode> |
| 111 | + </ClCompile> |
| 112 | + <Link> |
| 113 | + <SubSystem>Console</SubSystem> |
| 114 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 115 | + </Link> |
| 116 | + </ItemDefinitionGroup> |
| 117 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 118 | + <ClCompile> |
| 119 | + <WarningLevel>Level3</WarningLevel> |
| 120 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 121 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 122 | + <SDLCheck>true</SDLCheck> |
| 123 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 124 | + <ConformanceMode>true</ConformanceMode> |
| 125 | + </ClCompile> |
| 126 | + <Link> |
| 127 | + <SubSystem>Console</SubSystem> |
| 128 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 129 | + <OptimizeReferences>true</OptimizeReferences> |
| 130 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 131 | + </Link> |
| 132 | + </ItemDefinitionGroup> |
| 133 | + |
| 134 | + <ItemGroup></ItemGroup> |
| 135 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 136 | + <ImportGroup Label="ExtensionTargets"> |
| 137 | + </ImportGroup> |
| 138 | +</Project> |
0 commit comments