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 =" 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
+ <ItemGroup >
22
+ <ClCompile Include =" Homework2.c" />
23
+ </ItemGroup >
24
+ <PropertyGroup Label =" Globals" >
25
+ <ProjectGuid >{2C7D00BC-FECA-431E-B291-F380C3ADE48B}</ProjectGuid >
26
+ <Keyword >Win32Proj</Keyword >
27
+ <RootNamespace >HomeWork2</RootNamespace >
28
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
29
+ </PropertyGroup >
30
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
32
+ <ConfigurationType >Application</ConfigurationType >
33
+ <UseDebugLibraries >true</UseDebugLibraries >
34
+ <PlatformToolset >v140</PlatformToolset >
35
+ <CharacterSet >Unicode</CharacterSet >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38
+ <ConfigurationType >Application</ConfigurationType >
39
+ <UseDebugLibraries >false</UseDebugLibraries >
40
+ <PlatformToolset >v140</PlatformToolset >
41
+ <WholeProgramOptimization >true</WholeProgramOptimization >
42
+ <CharacterSet >Unicode</CharacterSet >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
45
+ <ConfigurationType >Application</ConfigurationType >
46
+ <UseDebugLibraries >true</UseDebugLibraries >
47
+ <PlatformToolset >v140</PlatformToolset >
48
+ <CharacterSet >Unicode</CharacterSet >
49
+ </PropertyGroup >
50
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
51
+ <ConfigurationType >Application</ConfigurationType >
52
+ <UseDebugLibraries >false</UseDebugLibraries >
53
+ <PlatformToolset >v140</PlatformToolset >
54
+ <WholeProgramOptimization >true</WholeProgramOptimization >
55
+ <CharacterSet >Unicode</CharacterSet >
56
+ </PropertyGroup >
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
+ <PropertyGroup Label =" UserMacros" />
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
76
+ <LinkIncremental >true</LinkIncremental >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79
+ <LinkIncremental >true</LinkIncremental >
80
+ </PropertyGroup >
81
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82
+ <LinkIncremental >false</LinkIncremental >
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
+ </ClCompile >
95
+ <Link >
96
+ <SubSystem >Console</SubSystem >
97
+ <GenerateDebugInformation >true</GenerateDebugInformation >
98
+ </Link >
99
+ </ItemDefinitionGroup >
100
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
101
+ <ClCompile >
102
+ <PrecompiledHeader >
103
+ </PrecompiledHeader >
104
+ <WarningLevel >Level3</WarningLevel >
105
+ <Optimization >Disabled</Optimization >
106
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
+ </ClCompile >
108
+ <Link >
109
+ <SubSystem >Console</SubSystem >
110
+ <GenerateDebugInformation >true</GenerateDebugInformation >
111
+ </Link >
112
+ </ItemDefinitionGroup >
113
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
114
+ <ClCompile >
115
+ <WarningLevel >Level3</WarningLevel >
116
+ <PrecompiledHeader >
117
+ </PrecompiledHeader >
118
+ <Optimization >MaxSpeed</Optimization >
119
+ <FunctionLevelLinking >true</FunctionLevelLinking >
120
+ <IntrinsicFunctions >true</IntrinsicFunctions >
121
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
122
+ </ClCompile >
123
+ <Link >
124
+ <SubSystem >Console</SubSystem >
125
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126
+ <OptimizeReferences >true</OptimizeReferences >
127
+ <GenerateDebugInformation >true</GenerateDebugInformation >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
131
+ <ClCompile >
132
+ <WarningLevel >Level3</WarningLevel >
133
+ <PrecompiledHeader >
134
+ </PrecompiledHeader >
135
+ <Optimization >MaxSpeed</Optimization >
136
+ <FunctionLevelLinking >true</FunctionLevelLinking >
137
+ <IntrinsicFunctions >true</IntrinsicFunctions >
138
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
139
+ </ClCompile >
140
+ <Link >
141
+ <SubSystem >Console</SubSystem >
142
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
143
+ <OptimizeReferences >true</OptimizeReferences >
144
+ <GenerateDebugInformation >true</GenerateDebugInformation >
145
+ </Link >
146
+ </ItemDefinitionGroup >
147
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
148
+ <ImportGroup Label =" ExtensionTargets" >
149
+ </ImportGroup >
150
+ </Project >
0 commit comments