diff options
Diffstat (limited to 'src/ext/ComPlus/ca/complusca.vcxproj')
-rw-r--r-- | src/ext/ComPlus/ca/complusca.vcxproj | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj new file mode 100644 index 00000000..3a7f6e64 --- /dev/null +++ b/src/ext/ComPlus/ca/complusca.vcxproj | |||
@@ -0,0 +1,95 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
5 | <ItemGroup Label="ProjectConfigurations"> | ||
6 | <ProjectConfiguration Include="Debug|Win32"> | ||
7 | <Configuration>Debug</Configuration> | ||
8 | <Platform>Win32</Platform> | ||
9 | </ProjectConfiguration> | ||
10 | <ProjectConfiguration Include="Release|Win32"> | ||
11 | <Configuration>Release</Configuration> | ||
12 | <Platform>Win32</Platform> | ||
13 | </ProjectConfiguration> | ||
14 | <ProjectConfiguration Include="Debug|x64"> | ||
15 | <Configuration>Debug</Configuration> | ||
16 | <Platform>x64</Platform> | ||
17 | </ProjectConfiguration> | ||
18 | <ProjectConfiguration Include="Release|x64"> | ||
19 | <Configuration>Release</Configuration> | ||
20 | <Platform>x64</Platform> | ||
21 | </ProjectConfiguration> | ||
22 | </ItemGroup> | ||
23 | |||
24 | <PropertyGroup Label="Globals"> | ||
25 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> | ||
26 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
27 | <PlatformToolset>v142</PlatformToolset> | ||
28 | <CharacterSet>Unicode</CharacterSet> | ||
29 | <TargetName>complusca</TargetName> | ||
30 | <ProjectModuleDefinitionFile>complusca.def</ProjectModuleDefinitionFile> | ||
31 | <Description>WiX Toolset ComPlus CustomAction</Description> | ||
32 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
33 | </PropertyGroup> | ||
34 | |||
35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
37 | |||
38 | <PropertyGroup> | ||
39 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | ||
40 | </PropertyGroup> | ||
41 | |||
42 | <ItemGroup> | ||
43 | <ClCompile Include="cpappexec.cpp" /> | ||
44 | <ClCompile Include="cpapproleexec.cpp" /> | ||
45 | <ClCompile Include="cpapprolesched.cpp" /> | ||
46 | <ClCompile Include="cpappsched.cpp" /> | ||
47 | <ClCompile Include="cpasmexec.cpp" /> | ||
48 | <ClCompile Include="cpasmsched.cpp" /> | ||
49 | <ClCompile Include="cpexec.cpp" /> | ||
50 | <ClCompile Include="cppartexec.cpp" /> | ||
51 | <ClCompile Include="cppartroleexec.cpp" /> | ||
52 | <ClCompile Include="cppartrolesched.cpp" /> | ||
53 | <ClCompile Include="cppartsched.cpp" /> | ||
54 | <ClCompile Include="cpsched.cpp" /> | ||
55 | <ClCompile Include="cpsubsexec.cpp" /> | ||
56 | <ClCompile Include="cpsubssched.cpp" /> | ||
57 | <ClCompile Include="cputilexec.cpp" /> | ||
58 | <ClCompile Include="cputilsched.cpp" /> | ||
59 | <ClCompile Include="dllmain.cpp"> | ||
60 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
61 | </ClCompile> | ||
62 | </ItemGroup> | ||
63 | |||
64 | <ItemGroup> | ||
65 | <ClInclude Include="cpappexec.h" /> | ||
66 | <ClInclude Include="cpapproleexec.h" /> | ||
67 | <ClInclude Include="cpapprolesched.h" /> | ||
68 | <ClInclude Include="cpappsched.h" /> | ||
69 | <ClInclude Include="cpasmexec.h" /> | ||
70 | <ClInclude Include="cpasmsched.h" /> | ||
71 | <ClInclude Include="cpcost.h" /> | ||
72 | <ClInclude Include="cppartexec.h" /> | ||
73 | <ClInclude Include="cppartroleexec.h" /> | ||
74 | <ClInclude Include="cppartrolesched.h" /> | ||
75 | <ClInclude Include="cppartsched.h" /> | ||
76 | <ClInclude Include="cpsubsexec.h" /> | ||
77 | <ClInclude Include="cpsubssched.h" /> | ||
78 | <ClInclude Include="cputilexec.h" /> | ||
79 | <ClInclude Include="cputilsched.h" /> | ||
80 | <ClInclude Include="precomp.h" /> | ||
81 | </ItemGroup> | ||
82 | |||
83 | <ItemGroup> | ||
84 | <None Include="complusca.def" /> | ||
85 | </ItemGroup> | ||
86 | |||
87 | <ItemGroup> | ||
88 | <PackageReference Include="WixToolset.Dutil" Version="4.0.62" /> | ||
89 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
90 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
91 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
92 | </ItemGroup> | ||
93 | |||
94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
95 | </Project> \ No newline at end of file | ||