From 229242cf7c328b89b5aa65ed7a04e33c8b93b393 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 14 Jul 2022 15:19:53 -0700 Subject: Rename "samples" segment to "tools" This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section. --- src/samples/ThmViewerPackage/Package.wxs | 30 ---------------------- .../ThmViewerPackage/ThmViewerPackage.wixproj | 10 -------- 2 files changed, 40 deletions(-) delete mode 100644 src/samples/ThmViewerPackage/Package.wxs delete mode 100644 src/samples/ThmViewerPackage/ThmViewerPackage.wixproj (limited to 'src/samples/ThmViewerPackage') diff --git a/src/samples/ThmViewerPackage/Package.wxs b/src/samples/ThmViewerPackage/Package.wxs deleted file mode 100644 index dae6a9d0..00000000 --- a/src/samples/ThmViewerPackage/Package.wxs +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/samples/ThmViewerPackage/ThmViewerPackage.wixproj b/src/samples/ThmViewerPackage/ThmViewerPackage.wixproj deleted file mode 100644 index 9b2a2b02..00000000 --- a/src/samples/ThmViewerPackage/ThmViewerPackage.wixproj +++ /dev/null @@ -1,10 +0,0 @@ - - - - $(PackageOutputPath) - - - - - - -- cgit v1.2.3-55-g6feb