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/ext | |
| 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/ext')
9 files changed, 1 insertions, 27 deletions
diff --git a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj index 12abe976..68e66741 100644 --- a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | |||
| @@ -35,6 +35,7 @@ | |||
| 35 | <ProjectSubSystem>Console</ProjectSubSystem> | 35 | <ProjectSubSystem>Console</ProjectSubSystem> |
| 36 | <TargetName>Example.TestEngine</TargetName> | 36 | <TargetName>Example.TestEngine</TargetName> |
| 37 | <CharacterSet>Unicode</CharacterSet> | 37 | <CharacterSet>Unicode</CharacterSet> |
| 38 | <IsWixTestProject>true</IsWixTestProject> | ||
| 38 | </PropertyGroup> | 39 | </PropertyGroup> |
| 39 | 40 | ||
| 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec index 5bf600fb..4abfa98c 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | |||
| @@ -20,9 +20,5 @@ | |||
| 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> |
| 21 | 21 | ||
| 22 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
| 23 | |||
| 24 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 25 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 26 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 27 | </files> | 23 | </files> |
| 28 | </package> | 24 | </package> |
diff --git a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec index 20712f58..7143d993 100644 --- a/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec +++ b/src/ext/ComPlus/wixext/WixToolset.ComPlus.wixext.nuspec | |||
| @@ -17,8 +17,5 @@ | |||
| 17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 18 | 18 | ||
| 19 | <file src="$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
| 20 | |||
| 21 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 22 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 23 | </files> | 20 | </files> |
| 24 | </package> | 21 | </package> |
diff --git a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.nuspec b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.nuspec index da07f591..7143d993 100644 --- a/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.nuspec +++ b/src/ext/Dependency/wixext/WixToolset.Dependency.wixext.nuspec | |||
| @@ -17,9 +17,5 @@ | |||
| 17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 18 | 18 | ||
| 19 | <file src="$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
| 20 | |||
| 21 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 22 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 23 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 24 | </files> | 20 | </files> |
| 25 | </package> | 21 | </package> |
diff --git a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec index 73df56ab..4abfa98c 100644 --- a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec +++ b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec | |||
| @@ -20,9 +20,5 @@ | |||
| 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> |
| 21 | 21 | ||
| 22 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
| 23 | |||
| 24 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 25 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 26 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 27 | </files> | 23 | </files> |
| 28 | </package> | 24 | </package> |
diff --git a/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec b/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec index da07f591..7143d993 100644 --- a/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec +++ b/src/ext/Sql/wixext/WixToolset.Sql.wixext.nuspec | |||
| @@ -17,9 +17,5 @@ | |||
| 17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 18 | 18 | ||
| 19 | <file src="$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
| 20 | |||
| 21 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 22 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 23 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 24 | </files> | 20 | </files> |
| 25 | </package> | 21 | </package> |
diff --git a/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec b/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec index 33a43d34..4abfa98c 100644 --- a/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec +++ b/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec | |||
| @@ -20,7 +20,5 @@ | |||
| 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> |
| 21 | 21 | ||
| 22 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
| 23 | |||
| 24 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 25 | </files> | 23 | </files> |
| 26 | </package> | 24 | </package> |
diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec b/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec index 73df56ab..4abfa98c 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec +++ b/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec | |||
| @@ -20,9 +20,5 @@ | |||
| 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> |
| 21 | 21 | ||
| 22 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
| 23 | |||
| 24 | <file src="..\ARM64\*.pdb" target="pdbs\ARM64" /> | ||
| 25 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 26 | <file src="..\x64\*.pdb" target="pdbs\x64" /> | ||
| 27 | </files> | 23 | </files> |
| 28 | </package> | 24 | </package> |
diff --git a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.nuspec b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.nuspec index 504d4458..7143d993 100644 --- a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.nuspec +++ b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.nuspec | |||
| @@ -17,7 +17,5 @@ | |||
| 17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 17 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 18 | 18 | ||
| 19 | <file src="$id$.dll" target="tools" /> | 19 | <file src="$id$.dll" target="tools" /> |
| 20 | |||
| 21 | <file src="..\x86\*.pdb" target="pdbs\x86" /> | ||
| 22 | </files> | 20 | </files> |
| 23 | </package> | 21 | </package> |
