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+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{73f11ee8-f565-479e-8366-bd74ee467ce8}</ProjectGuid >
25+ <RootNamespace >My244ClrProtection</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
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 >v142</PlatformToolset >
34+ <CharacterSet >Unicode</CharacterSet >
35+ <CLRSupport >true</CLRSupport >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38+ <ConfigurationType >Application</ConfigurationType >
39+ <UseDebugLibraries >false</UseDebugLibraries >
40+ <PlatformToolset >v142</PlatformToolset >
41+ <WholeProgramOptimization >true</WholeProgramOptimization >
42+ <CharacterSet >Unicode</CharacterSet >
43+ <CLRSupport >true</CLRSupport >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
46+ <ConfigurationType >Application</ConfigurationType >
47+ <UseDebugLibraries >true</UseDebugLibraries >
48+ <PlatformToolset >v142</PlatformToolset >
49+ <CharacterSet >Unicode</CharacterSet >
50+ <CLRSupport >true</CLRSupport >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
53+ <ConfigurationType >Application</ConfigurationType >
54+ <UseDebugLibraries >false</UseDebugLibraries >
55+ <PlatformToolset >v142</PlatformToolset >
56+ <WholeProgramOptimization >true</WholeProgramOptimization >
57+ <CharacterSet >Unicode</CharacterSet >
58+ <CLRSupport >true</CLRSupport >
59+ </PropertyGroup >
60+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
61+ <ImportGroup Label =" ExtensionSettings" >
62+ </ImportGroup >
63+ <ImportGroup Label =" Shared" >
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|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)'=='Release|Win32'" >
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)'=='Debug|x64'" >
72+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
73+ </ImportGroup >
74+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
75+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
76+ </ImportGroup >
77+ <PropertyGroup Label =" UserMacros" />
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79+ <LinkIncremental >true</LinkIncremental >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82+ <LinkIncremental >false</LinkIncremental >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
85+ <LinkIncremental >true</LinkIncremental >
86+ </PropertyGroup >
87+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
88+ <LinkIncremental >false</LinkIncremental >
89+ </PropertyGroup >
90+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91+ <ClCompile >
92+ <WarningLevel >Level3</WarningLevel >
93+ <SDLCheck >true</SDLCheck >
94+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95+ <ConformanceMode >false</ConformanceMode >
96+ </ClCompile >
97+ <Link >
98+ <SubSystem >Console</SubSystem >
99+ <GenerateDebugInformation >false</GenerateDebugInformation >
100+ <EntryPointSymbol >main</EntryPointSymbol >
101+ </Link >
102+ </ItemDefinitionGroup >
103+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
104+ <ClCompile >
105+ <WarningLevel >Level3</WarningLevel >
106+ <FunctionLevelLinking >true</FunctionLevelLinking >
107+ <IntrinsicFunctions >true</IntrinsicFunctions >
108+ <SDLCheck >true</SDLCheck >
109+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110+ <ConformanceMode >false</ConformanceMode >
111+ </ClCompile >
112+ <Link >
113+ <SubSystem >Console</SubSystem >
114+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
115+ <OptimizeReferences >true</OptimizeReferences >
116+ <GenerateDebugInformation >false</GenerateDebugInformation >
117+ <EntryPointSymbol >main</EntryPointSymbol >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
121+ <ClCompile >
122+ <WarningLevel >Level3</WarningLevel >
123+ <SDLCheck >true</SDLCheck >
124+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125+ <ConformanceMode >false</ConformanceMode >
126+ </ClCompile >
127+ <Link >
128+ <SubSystem >Console</SubSystem >
129+ <GenerateDebugInformation >false</GenerateDebugInformation >
130+ <EntryPointSymbol >main</EntryPointSymbol >
131+ </Link >
132+ </ItemDefinitionGroup >
133+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
134+ <ClCompile >
135+ <WarningLevel >Level3</WarningLevel >
136+ <FunctionLevelLinking >true</FunctionLevelLinking >
137+ <IntrinsicFunctions >true</IntrinsicFunctions >
138+ <SDLCheck >true</SDLCheck >
139+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
140+ <ConformanceMode >false</ConformanceMode >
141+ </ClCompile >
142+ <Link >
143+ <SubSystem >Console</SubSystem >
144+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
145+ <OptimizeReferences >true</OptimizeReferences >
146+ <GenerateDebugInformation >false</GenerateDebugInformation >
147+ <EntryPointSymbol >main</EntryPointSymbol >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemGroup >
151+ <ClCompile Include =" Program.cpp" />
152+ </ItemGroup >
153+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
154+ <ImportGroup Label =" ExtensionTargets" >
155+ </ImportGroup >
156+ </Project >
0 commit comments