diff options
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj')
-rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj | 291 |
1 files changed, 291 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj new file mode 100644 index 00000000..d2e7b2b6 --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.vcxproj | |||
@@ -0,0 +1,291 @@ | |||
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>{EB199FA2-F9F7-4A2F-A4D3-6689F8A18952}</ProjectGuid> | ||
24 | <Keyword>AtlProj</Keyword> | ||
25 | <WindowsTargetPlatformVersion>10.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>Unicode</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>Unicode</CharacterSet> | ||
39 | </PropertyGroup> | ||
40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
41 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
42 | <UseDebugLibraries>true</UseDebugLibraries> | ||
43 | <PlatformToolset>v143</PlatformToolset> | ||
44 | <CharacterSet>Unicode</CharacterSet> | ||
45 | </PropertyGroup> | ||
46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
47 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
48 | <UseDebugLibraries>false</UseDebugLibraries> | ||
49 | <PlatformToolset>v143</PlatformToolset> | ||
50 | <CharacterSet>Unicode</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|x64'"> | ||
71 | <IgnoreImportLibrary>true</IgnoreImportLibrary> | ||
72 | <LinkIncremental>true</LinkIncremental> | ||
73 | <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir> | ||
74 | <IntDir>$(ProjectDir)obj\$(Configuration)\</IntDir> | ||
75 | </PropertyGroup> | ||
76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
77 | <IgnoreImportLibrary>true</IgnoreImportLibrary> | ||
78 | <LinkIncremental>true</LinkIncremental> | ||
79 | <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir> | ||
80 | <IntDir>$(ProjectDir)obj\$(Configuration)\</IntDir> | ||
81 | </PropertyGroup> | ||
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
83 | <IgnoreImportLibrary>true</IgnoreImportLibrary> | ||
84 | <LinkIncremental>false</LinkIncremental> | ||
85 | <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> | ||
86 | <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> | ||
87 | </PropertyGroup> | ||
88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
89 | <IgnoreImportLibrary>true</IgnoreImportLibrary> | ||
90 | <LinkIncremental>false</LinkIncremental> | ||
91 | <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir> | ||
92 | <IntDir>$(ProjectDir)obj\$(Platform)\$(Configuration)\</IntDir> | ||
93 | </PropertyGroup> | ||
94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
95 | <ClCompile> | ||
96 | <PrecompiledHeader>Use</PrecompiledHeader> | ||
97 | <WarningLevel>Level3</WarningLevel> | ||
98 | <Optimization>Disabled</Optimization> | ||
99 | <PreprocessorDefinitions>_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
100 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | ||
101 | <SDLCheck>true</SDLCheck> | ||
102 | <ControlFlowGuard>false</ControlFlowGuard> | ||
103 | </ClCompile> | ||
104 | <Midl> | ||
105 | <MkTypLibCompatible>false</MkTypLibCompatible> | ||
106 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
107 | <HeaderFileName>TestComponentNative_i.h</HeaderFileName> | ||
108 | <InterfaceIdentifierFileName>TestComponentNative_i.c</InterfaceIdentifierFileName> | ||
109 | <ProxyFileName>TestComponentNative_p.c</ProxyFileName> | ||
110 | <GenerateStublessProxies>true</GenerateStublessProxies> | ||
111 | <TypeLibraryName>$(IntDir)TestComponentNative.tlb</TypeLibraryName> | ||
112 | <DllDataFileName /> | ||
113 | <ValidateAllParameters>true</ValidateAllParameters> | ||
114 | </Midl> | ||
115 | <ResourceCompile> | ||
116 | <Culture>0x0409</Culture> | ||
117 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
118 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
119 | </ResourceCompile> | ||
120 | <Link> | ||
121 | <SubSystem>Windows</SubSystem> | ||
122 | <ModuleDefinitionFile>.\TestComponentNative.def</ModuleDefinitionFile> | ||
123 | <RegisterOutput>false</RegisterOutput> | ||
124 | </Link> | ||
125 | </ItemDefinitionGroup> | ||
126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
127 | <ClCompile> | ||
128 | <PrecompiledHeader>Use</PrecompiledHeader> | ||
129 | <WarningLevel>Level3</WarningLevel> | ||
130 | <Optimization>Disabled</Optimization> | ||
131 | <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
132 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | ||
133 | <SDLCheck>true</SDLCheck> | ||
134 | <ControlFlowGuard>false</ControlFlowGuard> | ||
135 | </ClCompile> | ||
136 | <Midl> | ||
137 | <MkTypLibCompatible>false</MkTypLibCompatible> | ||
138 | <TargetEnvironment>Win32</TargetEnvironment> | ||
139 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
140 | <HeaderFileName>TestComponentNative_i.h</HeaderFileName> | ||
141 | <InterfaceIdentifierFileName>TestComponentNative_i.c</InterfaceIdentifierFileName> | ||
142 | <ProxyFileName>TestComponentNative_p.c</ProxyFileName> | ||
143 | <GenerateStublessProxies>true</GenerateStublessProxies> | ||
144 | <TypeLibraryName>$(IntDir)TestComponentNative.tlb</TypeLibraryName> | ||
145 | <DllDataFileName /> | ||
146 | <ValidateAllParameters>true</ValidateAllParameters> | ||
147 | </Midl> | ||
148 | <ResourceCompile> | ||
149 | <Culture>0x0409</Culture> | ||
150 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
151 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
152 | </ResourceCompile> | ||
153 | <Link> | ||
154 | <SubSystem>Windows</SubSystem> | ||
155 | <ModuleDefinitionFile>.\TestComponentNative.def</ModuleDefinitionFile> | ||
156 | <RegisterOutput>false</RegisterOutput> | ||
157 | </Link> | ||
158 | </ItemDefinitionGroup> | ||
159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
160 | <ClCompile> | ||
161 | <PrecompiledHeader>Use</PrecompiledHeader> | ||
162 | <WarningLevel>Level3</WarningLevel> | ||
163 | <Optimization>MaxSpeed</Optimization> | ||
164 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
165 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | ||
166 | <SDLCheck>true</SDLCheck> | ||
167 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
168 | <ControlFlowGuard>false</ControlFlowGuard> | ||
169 | </ClCompile> | ||
170 | <Midl> | ||
171 | <MkTypLibCompatible>false</MkTypLibCompatible> | ||
172 | <TargetEnvironment>Win32</TargetEnvironment> | ||
173 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
174 | <HeaderFileName>TestComponentNative_i.h</HeaderFileName> | ||
175 | <InterfaceIdentifierFileName>TestComponentNative_i.c</InterfaceIdentifierFileName> | ||
176 | <ProxyFileName>TestComponentNative_p.c</ProxyFileName> | ||
177 | <GenerateStublessProxies>true</GenerateStublessProxies> | ||
178 | <TypeLibraryName>$(IntDir)TestComponentNative.tlb</TypeLibraryName> | ||
179 | <DllDataFileName /> | ||
180 | <ValidateAllParameters>true</ValidateAllParameters> | ||
181 | </Midl> | ||
182 | <ResourceCompile> | ||
183 | <Culture>0x0409</Culture> | ||
184 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
185 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
186 | </ResourceCompile> | ||
187 | <Link> | ||
188 | <SubSystem>Windows</SubSystem> | ||
189 | <ModuleDefinitionFile>.\TestComponentNative.def</ModuleDefinitionFile> | ||
190 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
191 | <OptimizeReferences>true</OptimizeReferences> | ||
192 | <RegisterOutput>false</RegisterOutput> | ||
193 | </Link> | ||
194 | </ItemDefinitionGroup> | ||
195 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
196 | <ClCompile> | ||
197 | <PrecompiledHeader>Use</PrecompiledHeader> | ||
198 | <WarningLevel>Level3</WarningLevel> | ||
199 | <Optimization>MaxSpeed</Optimization> | ||
200 | <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
201 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | ||
202 | <SDLCheck>true</SDLCheck> | ||
203 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
204 | <ControlFlowGuard>false</ControlFlowGuard> | ||
205 | </ClCompile> | ||
206 | <Midl> | ||
207 | <MkTypLibCompatible>false</MkTypLibCompatible> | ||
208 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
209 | <HeaderFileName>TestComponentNative_i.h</HeaderFileName> | ||
210 | <InterfaceIdentifierFileName>TestComponentNative_i.c</InterfaceIdentifierFileName> | ||
211 | <ProxyFileName>TestComponentNative_p.c</ProxyFileName> | ||
212 | <GenerateStublessProxies>true</GenerateStublessProxies> | ||
213 | <TypeLibraryName>$(IntDir)TestComponentNative.tlb</TypeLibraryName> | ||
214 | <DllDataFileName /> | ||
215 | <ValidateAllParameters>true</ValidateAllParameters> | ||
216 | </Midl> | ||
217 | <ResourceCompile> | ||
218 | <Culture>0x0409</Culture> | ||
219 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
220 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
221 | </ResourceCompile> | ||
222 | <Link> | ||
223 | <SubSystem>Windows</SubSystem> | ||
224 | <ModuleDefinitionFile>.\TestComponentNative.def</ModuleDefinitionFile> | ||
225 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
226 | <OptimizeReferences>true</OptimizeReferences> | ||
227 | <RegisterOutput>false</RegisterOutput> | ||
228 | </Link> | ||
229 | </ItemDefinitionGroup> | ||
230 | <ItemGroup> | ||
231 | <ClInclude Include="dllmain.h" /> | ||
232 | <ClInclude Include="framework.h" /> | ||
233 | <ClInclude Include="Message.h" /> | ||
234 | <ClInclude Include="pch.h" /> | ||
235 | <ClInclude Include="Resource.h" /> | ||
236 | <ClInclude Include="targetver.h" /> | ||
237 | <ClInclude Include="TestComponentNative_i.h" /> | ||
238 | </ItemGroup> | ||
239 | <ItemGroup> | ||
240 | <ClCompile Include="dllmain.cpp"> | ||
241 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> | ||
242 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> | ||
243 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> | ||
244 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> | ||
245 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
246 | </PrecompiledHeader> | ||
247 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
248 | </PrecompiledHeader> | ||
249 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
250 | </PrecompiledHeader> | ||
251 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
252 | </PrecompiledHeader> | ||
253 | </ClCompile> | ||
254 | <ClCompile Include="Message.cpp" /> | ||
255 | <ClCompile Include="pch.cpp"> | ||
256 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | ||
257 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | ||
258 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | ||
259 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | ||
260 | </ClCompile> | ||
261 | <ClCompile Include="TestComponentNative.cpp" /> | ||
262 | <ClCompile Include="TestComponentNative_i.c"> | ||
263 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> | ||
264 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> | ||
265 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> | ||
266 | <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> | ||
267 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
268 | </PrecompiledHeader> | ||
269 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
270 | </PrecompiledHeader> | ||
271 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
272 | </PrecompiledHeader> | ||
273 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
274 | </PrecompiledHeader> | ||
275 | </ClCompile> | ||
276 | </ItemGroup> | ||
277 | <ItemGroup> | ||
278 | <ResourceCompile Include="TestComponentNative.rc" /> | ||
279 | </ItemGroup> | ||
280 | <ItemGroup> | ||
281 | <None Include="Message.rgs" /> | ||
282 | <None Include="TestComponentNative.def" /> | ||
283 | <None Include="TestComponentNative.rgs" /> | ||
284 | </ItemGroup> | ||
285 | <ItemGroup> | ||
286 | <Midl Include="TestComponentNative.idl" /> | ||
287 | </ItemGroup> | ||
288 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
289 | <ImportGroup Label="ExtensionTargets"> | ||
290 | </ImportGroup> | ||
291 | </Project> \ No newline at end of file | ||