diff options
Diffstat (limited to 'src/wixlib/complus.wixproj')
-rw-r--r-- | src/wixlib/complus.wixproj | 14 |
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> |