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 >{8EB3046C-6CE8-4537-9B58-6EDD46E6D632}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <WindowsTargetPlatformVersion >10.0.22000.0</WindowsTargetPlatformVersion >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <PlatformToolset >v143</PlatformToolset >
32
+ <CharacterSet >NotSet</CharacterSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36
+ <UseDebugLibraries >false</UseDebugLibraries >
37
+ <PlatformToolset >v143</PlatformToolset >
38
+ <CharacterSet >NotSet</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v142</PlatformToolset >
44
+ <CharacterSet >NotSet</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v142</PlatformToolset >
50
+ <CharacterSet >NotSet</CharacterSet >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" Shared" >
56
+ </ImportGroup >
57
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
58
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
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|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <PropertyGroup Label =" UserMacros" />
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
71
+ <LinkIncremental >true</LinkIncremental >
72
+ </PropertyGroup >
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74
+ <LinkIncremental >true</LinkIncremental >
75
+ </PropertyGroup >
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77
+ <LinkIncremental >true</LinkIncremental >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80
+ <LinkIncremental >true</LinkIncremental >
81
+ </PropertyGroup >
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
+ <ClCompile >
84
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;PYCOMTEST_EXPORTS;/nologo /MDd /W3 /Gm /GX /ZI /Od /D _DEBUG /D WIN32 /D _WINDOWS /D _USRDLL /D _UNICODE /D _WINDLL /D _AFXDLL /D _MBCS /Yupreconn.h /FD /c;%(PreprocessorDefinitions)</PreprocessorDefinitions >
85
+ <WarningLevel >Level3</WarningLevel >
86
+ </ClCompile >
87
+ <Link >
88
+ <GenerateDebugInformation >true</GenerateDebugInformation >
89
+ <SubSystem >Windows</SubSystem >
90
+ <ModuleDefinitionFile >Connect.def</ModuleDefinitionFile >
91
+ </Link >
92
+ </ItemDefinitionGroup >
93
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
94
+ <ClCompile >
95
+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;_USRDLL;PYCOMTEST_EXPORTS;/nologo /MDd /W3 /Gm /GX /ZI /Od /D _DEBUG /D WIN32 /D _WINDOWS /D _USRDLL /D _UNICODE /D _WINDLL /D _AFXDLL /D _MBCS /Yupreconn.h /FD /c;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96
+ <WarningLevel >Level3</WarningLevel >
97
+ </ClCompile >
98
+ <Link >
99
+ <GenerateDebugInformation >true</GenerateDebugInformation >
100
+ <SubSystem >Windows</SubSystem >
101
+ <ModuleDefinitionFile >Connect.def</ModuleDefinitionFile >
102
+ </Link >
103
+ </ItemDefinitionGroup >
104
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
105
+ <ClCompile >
106
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;PYCOMTEST_EXPORTS;/nologo /MD /W3 /GX /O2 /D NDEBUG /D WIN32 /D _WINDOWS /D _USRDLL /D _UNICODE /D _WINDLL /D _AFXDLL /D _MBCS /Yupreconn.h /FD /c;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107
+ <WarningLevel >Level3</WarningLevel >
108
+ </ClCompile >
109
+ <Link >
110
+ <GenerateDebugInformation >true</GenerateDebugInformation >
111
+ <SubSystem >Windows</SubSystem >
112
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
113
+ <OptimizeReferences >true</OptimizeReferences >
114
+ <ModuleDefinitionFile >Connect.def</ModuleDefinitionFile >
115
+ </Link >
116
+ </ItemDefinitionGroup >
117
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
118
+ <ClCompile >
119
+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;_USRDLL;PYCOMTEST_EXPORTS;/nologo /MD /W3 /GX /O2 /D NDEBUG /D WIN32 /D _WINDOWS /D _USRDLL /D _UNICODE /D _WINDLL /D _AFXDLL /D _MBCS /Yupreconn.h /FD /c;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <WarningLevel >Level3</WarningLevel >
121
+ </ClCompile >
122
+ <Link >
123
+ <GenerateDebugInformation >true</GenerateDebugInformation >
124
+ <SubSystem >Windows</SubSystem >
125
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126
+ <OptimizeReferences >false</OptimizeReferences >
127
+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
128
+ <ModuleDefinitionFile >Connect.def</ModuleDefinitionFile >
129
+ </Link >
130
+ </ItemDefinitionGroup >
131
+ <ItemGroup >
132
+ <ClCompile Include =" Connect.cpp" />
133
+ <ClCompile Include =" DSCArrayTest.cpp" />
134
+ <ClCompile Include =" preconn.cpp" />
135
+ <ClCompile Include =" PyCOMImpl.cpp" />
136
+ <ClCompile Include =" SimpleCounter.cpp" />
137
+ </ItemGroup >
138
+ <ItemGroup >
139
+ <Midl Include =" PyCOMTest.idl" >
140
+ <HeaderFileName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >%(Filename).h</HeaderFileName >
141
+ <TypeLibraryName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >%(Filename).tlb</TypeLibraryName >
142
+ <HeaderFileName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >%(Filename).h</HeaderFileName >
143
+ <TypeLibraryName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >%(Filename).tlb</TypeLibraryName >
144
+ </Midl >
145
+ </ItemGroup >
146
+ <ItemGroup >
147
+ <None Include =" ArrayTest.rgs" />
148
+ <None Include =" Connect.def" />
149
+ <None Include =" PyCOMTest.rgs" />
150
+ </ItemGroup >
151
+ <ItemGroup >
152
+ <ClInclude Include =" connres.h" />
153
+ <ClInclude Include =" DSCArrayTest.h" />
154
+ <ClInclude Include =" preconn.h" />
155
+ <ClInclude Include =" PyCOMImpl.h" />
156
+ <ClInclude Include =" SimpleCounter.h" />
157
+ </ItemGroup >
158
+ <ItemGroup >
159
+ <ResourceCompile Include =" Connect.rc" />
160
+ </ItemGroup >
161
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
162
+ <ImportGroup Label =" ExtensionTargets" >
163
+ </ImportGroup >
164
+ </Project >
0 commit comments