From 5c509f5611a45bdf9d252b88605537bd28f24a35 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 2 Oct 2022 19:37:55 -0700 Subject: Move WixVersion to new WixToolset.Versioning package in libs segment WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943 --- .../WixToolsetTest.Versioning.csproj | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/libs/test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj (limited to 'src/libs/test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj') diff --git a/src/libs/test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj b/src/libs/test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj new file mode 100644 index 00000000..0ac65fec --- /dev/null +++ b/src/libs/test/WixToolsetTest.Versioning/WixToolsetTest.Versioning.csproj @@ -0,0 +1,17 @@ + + + + + + net6.0 + true + + + + + + + + + + -- cgit v1.2.3-55-g6feb