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/thmviewer/precomp.cpp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/samples/thmviewer/precomp.cpp (limited to 'src/samples/thmviewer/precomp.cpp') diff --git a/src/samples/thmviewer/precomp.cpp b/src/samples/thmviewer/precomp.cpp deleted file mode 100644 index 37664a1c..00000000 --- a/src/samples/thmviewer/precomp.cpp +++ /dev/null @@ -1,3 +0,0 @@ -// 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. - -#include "precomp.h" -- cgit v1.2.3-55-g6feb