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/api/burn/test/BalUtilUnitTest | |
| 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/api/burn/test/BalUtilUnitTest')
| -rw-r--r-- | src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj index 323561b9..113edeaa 100644 --- a/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj +++ b/src/api/burn/test/BalUtilUnitTest/BalUtilUnitTest.vcxproj | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | <CharacterSet>Unicode</CharacterSet> | 25 | <CharacterSet>Unicode</CharacterSet> |
| 26 | <CLRSupport>true</CLRSupport> | 26 | <CLRSupport>true</CLRSupport> |
| 27 | <SignOutput>false</SignOutput> | 27 | <SignOutput>false</SignOutput> |
| 28 | <IsWixTestProject>true</IsWixTestProject> | ||
| 28 | </PropertyGroup> | 29 | </PropertyGroup> |
| 29 | 30 | ||
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
