aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/complus.wixproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-01 12:36:48 -0800
committerRob Mensching <rob@firegiant.com>2021-03-01 14:04:39 -0800
commit45d84392eed8a1e6eae4f906ab382858ca23d740 (patch)
tree5d3957db8aa889ee3815d9cad2f13281c8ff43c0 /src/wixlib/complus.wixproj
parented6d7629e6e8bebdd7335c099e03140998a91032 (diff)
downloadwix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.gz
wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.bz2
wix-45d84392eed8a1e6eae4f906ab382858ca23d740.zip
Update to latest build infrastructure
Diffstat (limited to '')
-rw-r--r--src/wixlib/complus.wixproj14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/wixlib/complus.wixproj b/src/wixlib/complus.wixproj
index c0c39550..ef792a13 100644
--- a/src/wixlib/complus.wixproj
+++ b/src/wixlib/complus.wixproj
@@ -1,4 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?>
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<!-- 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
2<Project Sdk="WixToolset.Sdk"> 4<Project Sdk="WixToolset.Sdk">
3 5
4 <PropertyGroup> 6 <PropertyGroup>
@@ -8,7 +10,17 @@
8 </PropertyGroup> 10 </PropertyGroup>
9 11
10 <ItemGroup> 12 <ItemGroup>
11 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> 13 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
14 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
15 </ItemGroup>
16
17 <ItemGroup>
18 <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
19 <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" />
20 </ItemGroup>
21
22 <ItemGroup>
23 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
12 </ItemGroup> 24 </ItemGroup>
13 25
14</Project> 26</Project>