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|ARM64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >ARM64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|Win32" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|ARM64" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >ARM64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|Win32" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >Win32</Platform >
19
+ </ProjectConfiguration >
20
+ <ProjectConfiguration Include =" Debug|x64" >
21
+ <Configuration >Debug</Configuration >
22
+ <Platform >x64</Platform >
23
+ </ProjectConfiguration >
24
+ <ProjectConfiguration Include =" Release|x64" >
25
+ <Configuration >Release</Configuration >
26
+ <Platform >x64</Platform >
27
+ </ProjectConfiguration >
28
+ </ItemGroup >
29
+ <PropertyGroup Label =" Globals" >
30
+ <VCProjectVersion >17.0</VCProjectVersion >
31
+ <Keyword >Win32Proj</Keyword >
32
+ <ProjectGuid >{a652730b-fc03-49aa-8d0c-cde9e39b281b}</ProjectGuid >
33
+ <RootNamespace >CProgrammingExamples</RootNamespace >
34
+ </PropertyGroup >
35
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <WholeProgramOptimization >true</WholeProgramOptimization >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50
+ <ConfigurationType >Application</ConfigurationType >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" Configuration" >
54
+ <ConfigurationType >Application</ConfigurationType >
55
+ <WholeProgramOptimization >true</WholeProgramOptimization >
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 Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" Label =" PropertySheets" >
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
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" Label =" PropertySheets" >
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <PropertyGroup Label =" UserMacros" />
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <ClCompile >
83
+ <SDLCheck >true</SDLCheck >
84
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ </ClCompile >
86
+ <Link >
87
+ <SubSystem >Console</SubSystem >
88
+ </Link >
89
+ </ItemDefinitionGroup >
90
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
91
+ <ClCompile >
92
+ <FunctionLevelLinking >true</FunctionLevelLinking >
93
+ <IntrinsicFunctions >true</IntrinsicFunctions >
94
+ <SDLCheck >true</SDLCheck >
95
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96
+ </ClCompile >
97
+ <Link >
98
+ <SubSystem >Console</SubSystem >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102
+ <ClCompile >
103
+ <SDLCheck >true</SDLCheck >
104
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105
+ </ClCompile >
106
+ <Link >
107
+ <SubSystem >Console</SubSystem >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
111
+ <ClCompile >
112
+ <SDLCheck >true</SDLCheck >
113
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ </ClCompile >
115
+ <Link >
116
+ <SubSystem >Console</SubSystem >
117
+ </Link >
118
+ </ItemDefinitionGroup >
119
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
120
+ <ClCompile >
121
+ <FunctionLevelLinking >true</FunctionLevelLinking >
122
+ <IntrinsicFunctions >true</IntrinsicFunctions >
123
+ <SDLCheck >true</SDLCheck >
124
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125
+ </ClCompile >
126
+ <Link >
127
+ <SubSystem >Console</SubSystem >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
131
+ <ClCompile >
132
+ <FunctionLevelLinking >true</FunctionLevelLinking >
133
+ <IntrinsicFunctions >true</IntrinsicFunctions >
134
+ <SDLCheck >true</SDLCheck >
135
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136
+ </ClCompile >
137
+ <Link >
138
+ <SubSystem >Console</SubSystem >
139
+ </Link >
140
+ </ItemDefinitionGroup >
141
+ <ItemGroup >
142
+ <ClInclude Include =" Public.h" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <ClCompile Include =" DataStructure\LinkedListReverse.c" />
146
+ <ClCompile Include =" Main.c" />
147
+ <ClCompile Include =" Print\MultiplicationTable.c" />
148
+ <ClCompile Include =" Public.c" />
149
+ </ItemGroup >
150
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
151
+ <ImportGroup Label =" ExtensionTargets" >
152
+ </ImportGroup >
153
+ </Project >
0 commit comments