aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Msmq/ca
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-04-19 16:03:02 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-04-19 18:35:15 -0500
commit6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0 (patch)
treecfe3ac420978e599acd801d31edc3657c5cca613 /src/ext/Msmq/ca
parenta4e1d547d22d8226a7911605439d5abb15c61465 (diff)
downloadwix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.tar.gz
wix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.tar.bz2
wix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.zip
Set each native library dependency version to the build version.
Diffstat (limited to 'src/ext/Msmq/ca')
-rw-r--r--src/ext/Msmq/ca/msmqca.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/Msmq/ca/msmqca.vcxproj b/src/ext/Msmq/ca/msmqca.vcxproj
index 0e712f63..8460179d 100644
--- a/src/ext/Msmq/ca/msmqca.vcxproj
+++ b/src/ext/Msmq/ca/msmqca.vcxproj
@@ -1,8 +1,6 @@
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<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">
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')" />
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')" />
6 <ItemGroup Label="ProjectConfigurations"> 4 <ItemGroup Label="ProjectConfigurations">
7 <ProjectConfiguration Include="Debug|Win32"> 5 <ProjectConfiguration Include="Debug|Win32">
8 <Configuration>Debug</Configuration> 6 <Configuration>Debug</Configuration>
@@ -63,7 +61,6 @@
63 <None Include="msmqca.def" /> 61 <None Include="msmqca.def" />
64 </ItemGroup> 62 </ItemGroup>
65 <ItemGroup> 63 <ItemGroup>
66 <PackageReference Include="WixToolset.Dutil" />
67 <PackageReference Include="WixToolset.WcaUtil" /> 64 <PackageReference Include="WixToolset.WcaUtil" />
68 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 65 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
69 <PackageReference Include="GitInfo" PrivateAssets="All" /> 66 <PackageReference Include="GitInfo" PrivateAssets="All" />