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
+ <ProjectGuid >{3725ABB7-5ACB-4424-A324-D0EA06C95E9C}</ProjectGuid >
24
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
25
+ <Keyword >ManagedCProj</Keyword >
26
+ <RootNamespace >CppGenericsExample</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 >v142</PlatformToolset >
34
+ <CLRSupport >true</CLRSupport >
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 >v142</PlatformToolset >
41
+ <CLRSupport >true</CLRSupport >
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 >v142</PlatformToolset >
48
+ <CLRSupport >true</CLRSupport >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
52
+ <ConfigurationType >Application</ConfigurationType >
53
+ <UseDebugLibraries >false</UseDebugLibraries >
54
+ <PlatformToolset >v142</PlatformToolset >
55
+ <CLRSupport >true</CLRSupport >
56
+ <CharacterSet >Unicode</CharacterSet >
57
+ </PropertyGroup >
58
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
59
+ <ImportGroup Label =" ExtensionSettings" >
60
+ </ImportGroup >
61
+ <ImportGroup Label =" Shared" >
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <PropertyGroup Label =" UserMacros" />
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
77
+ <LinkIncremental >true</LinkIncremental >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80
+ <LinkIncremental >true</LinkIncremental >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83
+ <LinkIncremental >false</LinkIncremental >
84
+ </PropertyGroup >
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86
+ <LinkIncremental >false</LinkIncremental >
87
+ </PropertyGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89
+ <ClCompile >
90
+ <PrecompiledHeader >Use</PrecompiledHeader >
91
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
92
+ <WarningLevel >Level3</WarningLevel >
93
+ <Optimization >Disabled</Optimization >
94
+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95
+ </ClCompile >
96
+ <Link >
97
+ <AdditionalDependencies />
98
+ <SubSystem >Console</SubSystem >
99
+ </Link >
100
+ </ItemDefinitionGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
102
+ <ClCompile >
103
+ <PrecompiledHeader >Use</PrecompiledHeader >
104
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
105
+ <WarningLevel >Level3</WarningLevel >
106
+ <Optimization >Disabled</Optimization >
107
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
108
+ </ClCompile >
109
+ <Link >
110
+ <AdditionalDependencies />
111
+ <SubSystem >Console</SubSystem >
112
+ </Link >
113
+ </ItemDefinitionGroup >
114
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
115
+ <ClCompile >
116
+ <PrecompiledHeader >Use</PrecompiledHeader >
117
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
118
+ <WarningLevel >Level3</WarningLevel >
119
+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ </ClCompile >
121
+ <Link >
122
+ <AdditionalDependencies />
123
+ <SubSystem >Console</SubSystem >
124
+ </Link >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
127
+ <ClCompile >
128
+ <PrecompiledHeader >Use</PrecompiledHeader >
129
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ </ClCompile >
133
+ <Link >
134
+ <AdditionalDependencies />
135
+ <SubSystem >Console</SubSystem >
136
+ </Link >
137
+ </ItemDefinitionGroup >
138
+ <ItemGroup >
139
+ <ResourceCompile Include =" app.rc" />
140
+ </ItemGroup >
141
+ <ItemGroup >
142
+ <ClInclude Include =" ClassTemplate.h" />
143
+ <ClInclude Include =" IGeneric.h" />
144
+ <ClInclude Include =" pch.h" />
145
+ <ClInclude Include =" Resource.h" />
146
+ <ClInclude Include =" UInt16Class.h" />
147
+ <ClInclude Include =" UInt32Class.h" />
148
+ <ClInclude Include =" UInt64Class.h" />
149
+ <ClInclude Include =" UInt8Class.h" />
150
+ </ItemGroup >
151
+ <ItemGroup >
152
+ <ClCompile Include =" AssemblyInfo.cpp" />
153
+ <ClCompile Include =" CppGenericsExample.cpp" />
154
+ <ClCompile Include =" pch.cpp" >
155
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
156
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
157
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
158
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
159
+ </ClCompile >
160
+ </ItemGroup >
161
+ <ItemGroup >
162
+ <Image Include =" app.ico" />
163
+ </ItemGroup >
164
+ <ItemGroup >
165
+ <Reference Include =" System" />
166
+ <Reference Include =" System.Data" />
167
+ <Reference Include =" System.Xml" />
168
+ </ItemGroup >
169
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
170
+ <ImportGroup Label =" ExtensionTargets" >
171
+ </ImportGroup >
172
+ </Project >
0 commit comments