| 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 | <ProjectConfiguration Include="Debug|ARM64"> |
| 23 | <Configuration>Debug</Configuration> |
| 24 | <Platform>ARM64</Platform> |
| 25 | </ProjectConfiguration> |
| 26 | <ProjectConfiguration Include="Release|ARM64"> |
| 27 | <Configuration>Release</Configuration> |
| 28 | <Platform>ARM64</Platform> |
| 29 | </ProjectConfiguration> |
| 30 | </ItemGroup> |
| 31 | |
| 32 | <PropertyGroup Label="Globals"> |
| 33 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> |
| 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 35 | <CharacterSet>Unicode</CharacterSet> |
| 36 | <TargetName>complusca</TargetName> |
| 37 | <ProjectModuleDefinitionFile>complusca.def</ProjectModuleDefinitionFile> |
| 38 | <Description>WiX Toolset ComPlus CustomAction</Description> |
| 39 | </PropertyGroup> |
| 40 | |
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 43 | |
| 44 | <PropertyGroup> |
| 45 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
| 46 | </PropertyGroup> |
| 47 | |
| 48 | <ItemGroup> |
| 49 | <ClCompile Include="cpappexec.cpp" /> |
| 50 | <ClCompile Include="cpapproleexec.cpp" /> |
| 51 | <ClCompile Include="cpapprolesched.cpp" /> |
| 52 | <ClCompile Include="cpappsched.cpp" /> |
| 53 | <ClCompile Include="cpasmexec.cpp" /> |
| 54 | <ClCompile Include="cpasmsched.cpp" /> |
| 55 | <ClCompile Include="cpexec.cpp" /> |
| 56 | <ClCompile Include="cppartexec.cpp" /> |
| 57 | <ClCompile Include="cppartroleexec.cpp" /> |
| 58 | <ClCompile Include="cppartrolesched.cpp" /> |
| 59 | <ClCompile Include="cppartsched.cpp" /> |
| 60 | <ClCompile Include="cpsched.cpp" /> |
| 61 | <ClCompile Include="cpsubsexec.cpp" /> |
| 62 | <ClCompile Include="cpsubssched.cpp" /> |
| 63 | <ClCompile Include="cputilexec.cpp" /> |
| 64 | <ClCompile Include="cputilsched.cpp" /> |
| 65 | <ClCompile Include="dllmain.cpp"> |
| 66 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 67 | </ClCompile> |
| 68 | </ItemGroup> |
| 69 | |
| 70 | <ItemGroup> |
| 71 | <ClInclude Include="cpappexec.h" /> |
| 72 | <ClInclude Include="cpapproleexec.h" /> |
| 73 | <ClInclude Include="cpapprolesched.h" /> |
| 74 | <ClInclude Include="cpappsched.h" /> |
| 75 | <ClInclude Include="cpasmexec.h" /> |
| 76 | <ClInclude Include="cpasmsched.h" /> |
| 77 | <ClInclude Include="cpcost.h" /> |
| 78 | <ClInclude Include="cppartexec.h" /> |
| 79 | <ClInclude Include="cppartroleexec.h" /> |
| 80 | <ClInclude Include="cppartrolesched.h" /> |
| 81 | <ClInclude Include="cppartsched.h" /> |
| 82 | <ClInclude Include="cpsubsexec.h" /> |
| 83 | <ClInclude Include="cpsubssched.h" /> |
| 84 | <ClInclude Include="cputilexec.h" /> |
| 85 | <ClInclude Include="cputilsched.h" /> |
| 86 | <ClInclude Include="precomp.h" /> |
| 87 | </ItemGroup> |
| 88 | |
| 89 | <ItemGroup> |
| 90 | <None Include="complusca.def" /> |
| 91 | </ItemGroup> |
| 92 | |
| 93 | <ItemGroup> |
| 94 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 95 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 96 | </ItemGroup> |
| 97 | |
| 98 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 99 | </Project> |