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|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+ </ItemGroup >
13+ <ItemGroup >
14+ <ClCompile Include =" code16.cpp" />
15+ </ItemGroup >
16+ <PropertyGroup Label =" Globals" >
17+ <ProjectGuid >{48DF0788-2D72-474C-9946-5512D2A5D092}</ProjectGuid >
18+ <Keyword >Win32Proj</Keyword >
19+ <RootNamespace >FunPractice</RootNamespace >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
23+ <ConfigurationType >Application</ConfigurationType >
24+ <UseDebugLibraries >true</UseDebugLibraries >
25+ <PlatformToolset >v120</PlatformToolset >
26+ <CharacterSet >Unicode</CharacterSet >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Application</ConfigurationType >
30+ <UseDebugLibraries >false</UseDebugLibraries >
31+ <PlatformToolset >v120</PlatformToolset >
32+ <WholeProgramOptimization >true</WholeProgramOptimization >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
36+ <ImportGroup Label =" ExtensionSettings" >
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
42+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43+ </ImportGroup >
44+ <PropertyGroup Label =" UserMacros" />
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
46+ <LinkIncremental >true</LinkIncremental >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
49+ <LinkIncremental >false</LinkIncremental >
50+ </PropertyGroup >
51+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
52+ <ClCompile >
53+ <PrecompiledHeader >
54+ </PrecompiledHeader >
55+ <WarningLevel >Level3</WarningLevel >
56+ <Optimization >Disabled</Optimization >
57+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
58+ <SDLCheck >true</SDLCheck >
59+ </ClCompile >
60+ <Link >
61+ <SubSystem >Console</SubSystem >
62+ <GenerateDebugInformation >true</GenerateDebugInformation >
63+ </Link >
64+ </ItemDefinitionGroup >
65+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
66+ <ClCompile >
67+ <WarningLevel >Level3</WarningLevel >
68+ <PrecompiledHeader >
69+ </PrecompiledHeader >
70+ <Optimization >MaxSpeed</Optimization >
71+ <FunctionLevelLinking >true</FunctionLevelLinking >
72+ <IntrinsicFunctions >true</IntrinsicFunctions >
73+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74+ <SDLCheck >true</SDLCheck >
75+ </ClCompile >
76+ <Link >
77+ <SubSystem >Console</SubSystem >
78+ <GenerateDebugInformation >true</GenerateDebugInformation >
79+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
80+ <OptimizeReferences >true</OptimizeReferences >
81+ </Link >
82+ </ItemDefinitionGroup >
83+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
84+ <ImportGroup Label =" ExtensionTargets" >
85+ </ImportGroup >
86+ </Project >
0 commit comments