1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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
+ <PropertyGroup Label =" Globals" >
22
+ <VCProjectVersion >15.0</VCProjectVersion >
23
+ <ProjectGuid >{E34CE8A4-4A28-4AE1-B825-8BC1EC0093EC}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <RootNamespace >ComClient</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >Application</ConfigurationType >
31
+ <UseDebugLibraries >true</UseDebugLibraries >
32
+ <PlatformToolset >v141</PlatformToolset >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35
+ <ConfigurationType >Application</ConfigurationType >
36
+ <UseDebugLibraries >false</UseDebugLibraries >
37
+ <PlatformToolset >v141</PlatformToolset >
38
+ <WholeProgramOptimization >true</WholeProgramOptimization >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >Application</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v141</PlatformToolset >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
46
+ <ConfigurationType >Application</ConfigurationType >
47
+ <UseDebugLibraries >false</UseDebugLibraries >
48
+ <PlatformToolset >v141</PlatformToolset >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ </PropertyGroup >
51
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
52
+ <ImportGroup Label =" ExtensionSettings" >
53
+ </ImportGroup >
54
+ <ImportGroup Label =" Shared" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
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|x64'" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <LinkIncremental >false</LinkIncremental >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
79
+ <LinkIncremental >false</LinkIncremental >
80
+ </PropertyGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82
+ <ClCompile >
83
+ <PrecompiledHeader >Use</PrecompiledHeader >
84
+ <WarningLevel >Level3</WarningLevel >
85
+ <Optimization >Disabled</Optimization >
86
+ <SDLCheck >true</SDLCheck >
87
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
89
+ </ClCompile >
90
+ <Link >
91
+ <SubSystem >Console</SubSystem >
92
+ <GenerateDebugInformation >true</GenerateDebugInformation >
93
+ </Link >
94
+ </ItemDefinitionGroup >
95
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
96
+ <ClCompile >
97
+ <PrecompiledHeader >Use</PrecompiledHeader >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <Optimization >Disabled</Optimization >
100
+ <SDLCheck >true</SDLCheck >
101
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
102
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
103
+ </ClCompile >
104
+ <Link >
105
+ <SubSystem >Console</SubSystem >
106
+ <GenerateDebugInformation >true</GenerateDebugInformation >
107
+ </Link >
108
+ </ItemDefinitionGroup >
109
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
110
+ <ClCompile >
111
+ <PrecompiledHeader >Use</PrecompiledHeader >
112
+ <WarningLevel >Level3</WarningLevel >
113
+ <Optimization >MaxSpeed</Optimization >
114
+ <FunctionLevelLinking >true</FunctionLevelLinking >
115
+ <IntrinsicFunctions >true</IntrinsicFunctions >
116
+ <SDLCheck >true</SDLCheck >
117
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
119
+ </ClCompile >
120
+ <Link >
121
+ <SubSystem >Console</SubSystem >
122
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
123
+ <OptimizeReferences >true</OptimizeReferences >
124
+ <GenerateDebugInformation >true</GenerateDebugInformation >
125
+ </Link >
126
+ </ItemDefinitionGroup >
127
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
128
+ <ClCompile >
129
+ <PrecompiledHeader >Use</PrecompiledHeader >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <Optimization >MaxSpeed</Optimization >
132
+ <FunctionLevelLinking >true</FunctionLevelLinking >
133
+ <IntrinsicFunctions >true</IntrinsicFunctions >
134
+ <SDLCheck >true</SDLCheck >
135
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136
+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
137
+ </ClCompile >
138
+ <Link >
139
+ <SubSystem >Console</SubSystem >
140
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
141
+ <OptimizeReferences >true</OptimizeReferences >
142
+ <GenerateDebugInformation >true</GenerateDebugInformation >
143
+ </Link >
144
+ </ItemDefinitionGroup >
145
+ <ItemGroup >
146
+ <ClInclude Include =" stdafx.h" />
147
+ <ClInclude Include =" targetver.h" />
148
+ </ItemGroup >
149
+ <ItemGroup >
150
+ <ClCompile Include =" ComClient.cpp" />
151
+ <ClCompile Include =" stdafx.cpp" >
152
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
153
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
154
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
155
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
156
+ </ClCompile >
157
+ </ItemGroup >
158
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
159
+ <ImportGroup Label =" ExtensionTargets" >
160
+ </ImportGroup >
161
+ </Project >
0 commit comments