diff options
Diffstat (limited to 'src/ext/Msmq/ca/msmqca.vcxproj')
-rw-r--r-- | src/ext/Msmq/ca/msmqca.vcxproj | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/src/ext/Msmq/ca/msmqca.vcxproj b/src/ext/Msmq/ca/msmqca.vcxproj index b00cd88e..0e712f63 100644 --- a/src/ext/Msmq/ca/msmqca.vcxproj +++ b/src/ext/Msmq/ca/msmqca.vcxproj | |||
@@ -1,10 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 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. --> | 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"> | 3 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.0-preview.0-build.1\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.0-preview.0-build.1\build\WixToolset.DUtil.props')" /> | 4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.0-preview.0-build.1\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.0-preview.0-build.1\build\WixToolset.DUtil.props')" /> |
6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> | 5 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> |
7 | |||
8 | <ItemGroup Label="ProjectConfigurations"> | 6 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|Win32"> | 7 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Debug</Configuration> | 8 | <Configuration>Debug</Configuration> |
@@ -14,8 +12,23 @@ | |||
14 | <Configuration>Release</Configuration> | 12 | <Configuration>Release</Configuration> |
15 | <Platform>Win32</Platform> | 13 | <Platform>Win32</Platform> |
16 | </ProjectConfiguration> | 14 | </ProjectConfiguration> |
15 | <ProjectConfiguration Include="Debug|X64"> | ||
16 | <Configuration>Debug</Configuration> | ||
17 | <Platform>X64</Platform> | ||
18 | </ProjectConfiguration> | ||
19 | <ProjectConfiguration Include="Release|X64"> | ||
20 | <Configuration>Release</Configuration> | ||
21 | <Platform>X64</Platform> | ||
22 | </ProjectConfiguration> | ||
23 | <ProjectConfiguration Include="Debug|ARM64"> | ||
24 | <Configuration>Debug</Configuration> | ||
25 | <Platform>ARM64</Platform> | ||
26 | </ProjectConfiguration> | ||
27 | <ProjectConfiguration Include="Release|ARM64"> | ||
28 | <Configuration>Release</Configuration> | ||
29 | <Platform>ARM64</Platform> | ||
30 | </ProjectConfiguration> | ||
17 | </ItemGroup> | 31 | </ItemGroup> |
18 | |||
19 | <PropertyGroup Label="Globals"> | 32 | <PropertyGroup Label="Globals"> |
20 | <ProjectGuid>{CAD56A7E-342B-4324-9DCB-BCEB8F3BC80D}</ProjectGuid> | 33 | <ProjectGuid>{CAD56A7E-342B-4324-9DCB-BCEB8F3BC80D}</ProjectGuid> |
21 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
@@ -24,14 +37,11 @@ | |||
24 | <ProjectModuleDefinitionFile>msmqca.def</ProjectModuleDefinitionFile> | 37 | <ProjectModuleDefinitionFile>msmqca.def</ProjectModuleDefinitionFile> |
25 | <Description>WiX Toolset MSMQ CustomAction</Description> | 38 | <Description>WiX Toolset MSMQ CustomAction</Description> |
26 | </PropertyGroup> | 39 | </PropertyGroup> |
27 | |||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
30 | |||
31 | <PropertyGroup> | 42 | <PropertyGroup> |
32 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | 43 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
33 | </PropertyGroup> | 44 | </PropertyGroup> |
34 | |||
35 | <ItemGroup> | 45 | <ItemGroup> |
36 | <ClCompile Include="dllmain.cpp"> | 46 | <ClCompile Include="dllmain.cpp"> |
37 | <PrecompiledHeader>Create</PrecompiledHeader> | 47 | <PrecompiledHeader>Create</PrecompiledHeader> |
@@ -41,28 +51,22 @@ | |||
41 | <ClCompile Include="mqqueuesched.cpp" /> | 51 | <ClCompile Include="mqqueuesched.cpp" /> |
42 | <ClCompile Include="mqsched.cpp" /> | 52 | <ClCompile Include="mqsched.cpp" /> |
43 | <ClCompile Include="mqutilexec.cpp" /> | 53 | <ClCompile Include="mqutilexec.cpp" /> |
44 | <ClCompile Include="mqutilsched.cpp" /> | ||
45 | </ItemGroup> | 54 | </ItemGroup> |
46 | |||
47 | <ItemGroup> | 55 | <ItemGroup> |
48 | <ClInclude Include="mqcost.h" /> | 56 | <ClInclude Include="mqcost.h" /> |
49 | <ClInclude Include="mqqueueexec.h" /> | 57 | <ClInclude Include="mqqueueexec.h" /> |
50 | <ClInclude Include="mqqueuesched.h" /> | 58 | <ClInclude Include="mqqueuesched.h" /> |
51 | <ClInclude Include="mqutilexec.h" /> | 59 | <ClInclude Include="mqutilexec.h" /> |
52 | <ClInclude Include="mqutilsched.h" /> | ||
53 | <ClInclude Include="precomp.h" /> | 60 | <ClInclude Include="precomp.h" /> |
54 | </ItemGroup> | 61 | </ItemGroup> |
55 | |||
56 | <ItemGroup> | 62 | <ItemGroup> |
57 | <None Include="msmqca.def" /> | 63 | <None Include="msmqca.def" /> |
58 | </ItemGroup> | 64 | </ItemGroup> |
59 | |||
60 | <ItemGroup> | 65 | <ItemGroup> |
61 | <PackageReference Include="WixToolset.Dutil" /> | 66 | <PackageReference Include="WixToolset.Dutil" /> |
62 | <PackageReference Include="WixToolset.WcaUtil" /> | 67 | <PackageReference Include="WixToolset.WcaUtil" /> |
63 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 68 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
64 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | 69 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
65 | </ItemGroup> | 70 | </ItemGroup> |
66 | |||
67 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
68 | </Project> | 72 | </Project> \ No newline at end of file |