summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/wixlib/msmq.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Msmq/wixlib/msmq.wixproj')
-rw-r--r--src/ext/Msmq/wixlib/msmq.wixproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ext/Msmq/wixlib/msmq.wixproj b/src/ext/Msmq/wixlib/msmq.wixproj
index ccccbf49..15111cb5 100644
--- a/src/ext/Msmq/wixlib/msmq.wixproj
+++ b/src/ext/Msmq/wixlib/msmq.wixproj
@@ -1,6 +1,5 @@
1<!-- 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. --> 1<!-- 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<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3
4 <PropertyGroup> 3 <PropertyGroup>
5 <OutputType>Library</OutputType> 4 <OutputType>Library</OutputType>
6 <BindFiles>true</BindFiles> 5 <BindFiles>true</BindFiles>
@@ -8,11 +7,11 @@
8 </PropertyGroup> 7 </PropertyGroup>
9 8
10 <ItemGroup> 9 <ItemGroup>
11 <ProjectReference Include="..\ca\msmqca.vcxproj" /> 10 <ProjectReference Include="..\ca\msmqca.vcxproj" ReferenceOutputAssembly="false" />
12 </ItemGroup> 11 </ItemGroup>
13 12
14 <ItemGroup> 13 <ItemGroup>
15 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> 14 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
15 <PackageReference Include="GitInfo" PrivateAssets="All" />
16 </ItemGroup> 16 </ItemGroup>
17
18</Project> 17</Project>