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 >17.0</VCProjectVersion >
23
+ <ProjectGuid >{9050efac-15da-4a90-9642-2c796549a566}</ProjectGuid >
24
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
25
+ <Keyword >ManagedCProj</Keyword >
26
+ <RootNamespace >CppWinFormsApp1</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 >v143</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 />
77
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78
+ <ClCompile >
79
+ <WarningLevel >Level3</WarningLevel >
80
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81
+ </ClCompile >
82
+ <Link >
83
+ <AdditionalDependencies />
84
+ <SubSystem >Windows</SubSystem >
85
+ <EntryPointSymbol >main</EntryPointSymbol >
86
+ </Link >
87
+ </ItemDefinitionGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89
+ <ClCompile >
90
+ <WarningLevel >Level3</WarningLevel >
91
+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92
+ </ClCompile >
93
+ <Link >
94
+ <AdditionalDependencies />
95
+ <SubSystem >Windows</SubSystem >
96
+ <EntryPointSymbol >main</EntryPointSymbol >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100
+ <ClCompile >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ </ClCompile >
104
+ <Link >
105
+ <AdditionalDependencies />
106
+ <SubSystem >Windows</SubSystem >
107
+ <EntryPointSymbol >main</EntryPointSymbol >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
111
+ <ClCompile >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ </ClCompile >
115
+ <Link >
116
+ <AdditionalDependencies />
117
<
72A8
code class="diff-text syntax-highlighted-line addition">+ <SubSystem >Windows</SubSystem >
118
+ <EntryPointSymbol >main</EntryPointSymbol >
119
+ </Link >
120
+ </ItemDefinitionGroup >
121
+ <ItemGroup >
122
+ <Reference Include =" System" />
123
+ <Reference Include =" System.Data" />
124
+ <Reference Include =" System.Drawing" />
125
+ <Reference Include =" System.Windows.Forms" />
126
+ <Reference Include =" System.Xml" />
127
+ </ItemGroup >
128
+ <ItemGroup >
129
+ <ClCompile Include =" MyForm.cpp" />
130
+ </ItemGroup >
131
+ <ItemGroup >
132
+ <ClInclude Include =" MyForm.h" >
133
+ <FileType >CppForm</FileType >
134
+ </ClInclude >
135
+ </ItemGroup >
136
+ <ItemGroup >
137
+ <EmbeddedResource Include =" MyForm.resx" >
138
+ <DependentUpon >MyForm.h</DependentUpon >
139
+ </EmbeddedResource >
140
+ </ItemGroup >
141
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
142
+ <ImportGroup Label =" ExtensionTargets" >
143
+ </ImportGroup >
144
+ </Project >
0 commit comments