diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:57:38 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 15:14:44 -0800 |
commit | d15c04e29d7ac167e382efe37365b8fa451728de (patch) | |
tree | 0680621cc1b167a7cad23dc774e305372488d471 /src/wixlib | |
parent | bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203 (diff) | |
download | wix-d15c04e29d7ac167e382efe37365b8fa451728de.tar.gz wix-d15c04e29d7ac167e382efe37365b8fa451728de.tar.bz2 wix-d15c04e29d7ac167e382efe37365b8fa451728de.zip |
Update to latest build infrastructure
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/vs.wixproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wixlib/vs.wixproj b/src/wixlib/vs.wixproj index 8da8378d..40333913 100644 --- a/src/wixlib/vs.wixproj +++ b/src/wixlib/vs.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,11 +10,11 @@ | |||
8 | </PropertyGroup> | 10 | </PropertyGroup> |
9 | 11 | ||
10 | <ItemGroup> | 12 | <ItemGroup> |
11 | <ProjectReference Include="..\ca\vsca.vcxproj" /> | 13 | <ProjectReference Include="..\ca\vsca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> |
12 | </ItemGroup> | 14 | </ItemGroup> |
13 | 15 | ||
14 | <ItemGroup> | 16 | <ItemGroup> |
15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 17 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
16 | </ItemGroup> | 18 | </ItemGroup> |
17 | 19 | ||
18 | </Project> | 20 | </Project> |