aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/dependency.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/dependency.wixproj')
-rw-r--r--src/wixlib/dependency.wixproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wixlib/dependency.wixproj b/src/wixlib/dependency.wixproj
index 6a04e2a4..76e3ecd3 100644
--- a/src/wixlib/dependency.wixproj
+++ b/src/wixlib/dependency.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>
@@ -16,9 +18,9 @@
16 </ItemGroup> 18 </ItemGroup>
17 19
18 <ItemGroup> 20 <ItemGroup>
19 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=ARM64" /> 21 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" />
20 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x86" /> 22 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
21 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x64" /> 23 <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" />
22 </ItemGroup> 24 </ItemGroup>
23 25
24 <ItemGroup> 26 <ItemGroup>