diff options
Diffstat (limited to 'src/ca/complusca.vcxproj')
-rw-r--r-- | src/ca/complusca.vcxproj | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/src/ca/complusca.vcxproj b/src/ca/complusca.vcxproj new file mode 100644 index 00000000..5085f61d --- /dev/null +++ b/src/ca/complusca.vcxproj | |||
@@ -0,0 +1,99 @@ | |||
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 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.16\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.16\build\WixToolset.DUtil.props')" /> | ||
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.2\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.2\build\WixToolset.WcaUtil.props')" /> | ||
7 | |||
8 | <ItemGroup Label="ProjectConfigurations"> | ||
9 | <ProjectConfiguration Include="Debug|Win32"> | ||
10 | <Configuration>Debug</Configuration> | ||
11 | <Platform>Win32</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Release|Win32"> | ||
14 | <Configuration>Release</Configuration> | ||
15 | <Platform>Win32</Platform> | ||
16 | </ProjectConfiguration> | ||
17 | <ProjectConfiguration Include="Debug|x64"> | ||
18 | <Configuration>Debug</Configuration> | ||
19 | <Platform>x64</Platform> | ||
20 | </ProjectConfiguration> | ||
21 | <ProjectConfiguration Include="Release|x64"> | ||
22 | <Configuration>Release</Configuration> | ||
23 | <Platform>x64</Platform> | ||
24 | </ProjectConfiguration> | ||
25 | </ItemGroup> | ||
26 | |||
27 | <PropertyGroup Label="Globals"> | ||
28 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> | ||
29 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
30 | <PlatformToolset>v141</PlatformToolset> | ||
31 | <CharacterSet>Unicode</CharacterSet> | ||
32 | <TargetName>complusca</TargetName> | ||
33 | <ProjectModuleDefinitionFile>complusca.def</ProjectModuleDefinitionFile> | ||
34 | <Description>WiX Toolset ComPlus CustomAction</Description> | ||
35 | </PropertyGroup> | ||
36 | |||
37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
39 | |||
40 | <PropertyGroup> | ||
41 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | ||
42 | </PropertyGroup> | ||
43 | |||
44 | <ItemGroup> | ||
45 | <ClCompile Include="cpappexec.cpp" /> | ||
46 | <ClCompile Include="cpapproleexec.cpp" /> | ||
47 | <ClCompile Include="cpapprolesched.cpp" /> | ||
48 | <ClCompile Include="cpappsched.cpp" /> | ||
49 | <ClCompile Include="cpasmexec.cpp" /> | ||
50 | <ClCompile Include="cpasmsched.cpp" /> | ||
51 | <ClCompile Include="cpexec.cpp" /> | ||
52 | <ClCompile Include="cppartexec.cpp" /> | ||
53 | <ClCompile Include="cppartroleexec.cpp" /> | ||
54 | <ClCompile Include="cppartrolesched.cpp" /> | ||
55 | <ClCompile Include="cppartsched.cpp" /> | ||
56 | <ClCompile Include="cpsched.cpp" /> | ||
57 | <ClCompile Include="cpsubsexec.cpp" /> | ||
58 | <ClCompile Include="cpsubssched.cpp" /> | ||
59 | <ClCompile Include="cputilexec.cpp" /> | ||
60 | <ClCompile Include="cputilsched.cpp" /> | ||
61 | <ClCompile Include="dllmain.cpp"> | ||
62 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
63 | </ClCompile> | ||
64 | </ItemGroup> | ||
65 | |||
66 | <ItemGroup> | ||
67 | <ClInclude Include="cpappexec.h" /> | ||
68 | <ClInclude Include="cpapproleexec.h" /> | ||
69 | <ClInclude Include="cpapprolesched.h" /> | ||
70 | <ClInclude Include="cpappsched.h" /> | ||
71 | <ClInclude Include="cpasmexec.h" /> | ||
72 | <ClInclude Include="cpasmsched.h" /> | ||
73 | <ClInclude Include="cpcost.h" /> | ||
74 | <ClInclude Include="cppartexec.h" /> | ||
75 | <ClInclude Include="cppartroleexec.h" /> | ||
76 | <ClInclude Include="cppartrolesched.h" /> | ||
77 | <ClInclude Include="cppartsched.h" /> | ||
78 | <ClInclude Include="cpsubsexec.h" /> | ||
79 | <ClInclude Include="cpsubssched.h" /> | ||
80 | <ClInclude Include="cputilexec.h" /> | ||
81 | <ClInclude Include="cputilsched.h" /> | ||
82 | <ClInclude Include="precomp.h" /> | ||
83 | </ItemGroup> | ||
84 | |||
85 | <ItemGroup> | ||
86 | <None Include="packages.config" /> | ||
87 | <None Include="complusca.def" /> | ||
88 | </ItemGroup> | ||
89 | |||
90 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
91 | |||
92 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
93 | <PropertyGroup> | ||
94 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
95 | </PropertyGroup> | ||
96 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.16\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.16\build\WixToolset.DUtil.props'))" /> | ||
97 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.2\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.2\build\WixToolset.WcaUtil.props'))" /> | ||
98 | </Target> | ||
99 | </Project> | ||