diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-17 13:02:04 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-17 14:52:59 -0800 |
commit | e103be995f566e42ea4cf91fda5dd0e940e5aabd (patch) | |
tree | 2225fe4703460c9ed6dc7b2ae569efda43ae7b91 /src/internal/WixBuildTools.TestSupport.Native | |
parent | 18c8a4eedb907b56abdd92963fffde9f59e9dae2 (diff) | |
download | wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.gz wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.tar.bz2 wix-e103be995f566e42ea4cf91fda5dd0e940e5aabd.zip |
Create single .zip file for non-embedded pdb files
No longer create .snupkg/.symbols.nupkgs since they don't actually
support native pdbs, which are all of our non-embedded pdb files.
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj index a96f8d2f..0eae7750 100644 --- a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj +++ b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |||
@@ -33,6 +33,7 @@ | |||
33 | <CLRSupport>true</CLRSupport> | 33 | <CLRSupport>true</CLRSupport> |
34 | <Description>WixBuildTools C++/CLI Test Support</Description> | 34 | <Description>WixBuildTools C++/CLI Test Support</Description> |
35 | <SignOutput>false</SignOutput> | 35 | <SignOutput>false</SignOutput> |
36 | <IsWixTestProject>true</IsWixTestProject> | ||
36 | </PropertyGroup> | 37 | </PropertyGroup> |
37 | 38 | ||
38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |