diff options
author | Rob Mensching <rob@firegiant.com> | 2021-02-27 15:38:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-02-27 15:42:33 -0800 |
commit | 1550b30702ae4e83ea8b30bf95a4f20a6424aa4b (patch) | |
tree | 5093d4cd9dbf7999782382e1b91ad225f9c121d7 /src/wixlib/dependency.wixproj | |
parent | 3fae69ccb71d99c79adba6855ba7d6402216085d (diff) | |
download | wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.gz wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.bz2 wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.zip |
Include native .pdbs in .wixext.nupkg and refine build process
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/dependency.wixproj | 8 |
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> |