aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-02-17 13:02:04 -0800
committerRob Mensching <rob@firegiant.com>2022-02-17 14:52:59 -0800
commite103be995f566e42ea4cf91fda5dd0e940e5aabd (patch)
tree2225fe4703460c9ed6dc7b2ae569efda43ae7b91 /src/test
parent18c8a4eedb907b56abdd92963fffde9f59e9dae2 (diff)
downloadwix-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/test')
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
index d938b0c9..cb3e14e7 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
@@ -1,5 +1,6 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
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. --> 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
3<Project DefaultTargets="Build" Toolsxmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 4<Project DefaultTargets="Build" Toolsxmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <ItemGroup Label="ProjectConfigurations"> 5 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|ARM64"> 6 <ProjectConfiguration Include="Debug|ARM64">
@@ -27,18 +28,23 @@
27 <Platform>x64</Platform> 28 <Platform>x64</Platform>
28 </ProjectConfiguration> 29 </ProjectConfiguration>
29 </ItemGroup> 30 </ItemGroup>
31
30 <PropertyGroup Label="Globals"> 32 <PropertyGroup Label="Globals">
31 <ProjectGuid>{565E99AE-975F-4F26-8A6E-852603386A80}</ProjectGuid> 33 <ProjectGuid>{565E99AE-975F-4F26-8A6E-852603386A80}</ProjectGuid>
32 <ConfigurationType>DynamicLibrary</ConfigurationType> 34 <ConfigurationType>DynamicLibrary</ConfigurationType>
33 <CharacterSet>Unicode</CharacterSet> 35 <CharacterSet>Unicode</CharacterSet>
34 <TargetName>BafThmUtilTesting</TargetName> 36 <TargetName>BafThmUtilTesting</TargetName>
35 <ProjectModuleDefinitionFile>BafThmUtilTesting.def</ProjectModuleDefinitionFile> 37 <ProjectModuleDefinitionFile>BafThmUtilTesting.def</ProjectModuleDefinitionFile>
38 <IsWixTestProject>true</IsWixTestProject>
36 </PropertyGroup> 39 </PropertyGroup>
40
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 42 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43
39 <PropertyGroup> 44 <PropertyGroup>
40 <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib</ProjectAdditionalLinkLibraries> 45 <ProjectAdditionalLinkLibraries>comctl32.lib;gdiplus.lib;msimg32.lib;shlwapi.lib;wininet.lib</ProjectAdditionalLinkLibraries>
41 </PropertyGroup> 46 </PropertyGroup>
47
42 <ItemGroup> 48 <ItemGroup>
43 <ClCompile Include="BafThmUtilTesting.cpp" /> 49 <ClCompile Include="BafThmUtilTesting.cpp" />
44 <ClCompile Include="precomp.cpp"> 50 <ClCompile Include="precomp.cpp">
@@ -54,10 +60,12 @@
54 <ItemGroup> 60 <ItemGroup>
55 <None Include="BafThmUtilTesting.def" /> 61 <None Include="BafThmUtilTesting.def" />
56 </ItemGroup> 62 </ItemGroup>
63
57 <ItemGroup> 64 <ItemGroup>
58 <PackageReference Include="WixToolset.Dutil" /> 65 <PackageReference Include="WixToolset.Dutil" />
59 <PackageReference Include="WixToolset.BalUtil" /> 66 <PackageReference Include="WixToolset.BalUtil" />
60 <PackageReference Include="WixToolset.BootstrapperCore.Native" /> 67 <PackageReference Include="WixToolset.BootstrapperCore.Native" />
61 </ItemGroup> 68 </ItemGroup>
69
62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 70 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
63</Project> \ No newline at end of file 71</Project>