main
vcxproj 68 lines 2.78 KB
Raw
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 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Release|Win32">
10 <Configuration>Release</Configuration>
11 <Platform>Win32</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Debug|X64">
14 <Configuration>Debug</Configuration>
15 <Platform>X64</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|X64">
18 <Configuration>Release</Configuration>
19 <Platform>X64</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Debug|ARM64">
22 <Configuration>Debug</Configuration>
23 <Platform>ARM64</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Release|ARM64">
26 <Configuration>Release</Configuration>
27 <Platform>ARM64</Platform>
28 </ProjectConfiguration>
29 </ItemGroup>
30 <PropertyGroup Label="Globals">
31 <ProjectGuid>{CAD56A7E-342B-4324-9DCB-BCEB8F3BC80D}</ProjectGuid>
32 <ConfigurationType>DynamicLibrary</ConfigurationType>
33 <TargetName>msmqca</TargetName>
34 <CharacterSet>Unicode</CharacterSet>
35 <ProjectModuleDefinitionFile>msmqca.def</ProjectModuleDefinitionFile>
36 <Description>WiX Toolset MSMQ CustomAction</Description>
37 </PropertyGroup>
38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
39 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40 <PropertyGroup>
41 <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries>
42 </PropertyGroup>
43 <ItemGroup>
44 <ClCompile Include="dllmain.cpp">
45 <PrecompiledHeader>Create</PrecompiledHeader>
46 </ClCompile>
47 <ClCompile Include="mqexec.cpp" />
48 <ClCompile Include="mqqueueexec.cpp" />
49 <ClCompile Include="mqqueuesched.cpp" />
50 <ClCompile Include="mqsched.cpp" />
51 <ClCompile Include="mqutilexec.cpp" />
52 </ItemGroup>
53 <ItemGroup>
54 <ClInclude Include="mqcost.h" />
55 <ClInclude Include="mqqueueexec.h" />
56 <ClInclude Include="mqqueuesched.h" />
57 <ClInclude Include="mqutilexec.h" />
58 <ClInclude Include="precomp.h" />
59 </ItemGroup>
60 <ItemGroup>
61 <None Include="msmqca.def" />
62 </ItemGroup>
63 <ItemGroup>
64 <PackageReference Include="WixToolset.WcaUtil" />
65 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
66 </ItemGroup>
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
68 </Project>