From 03d5c46cbbb94f73ac468709345fc6a0e50def8d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 22 Apr 2021 17:57:31 -0700 Subject: Move Tools into wix --- src/samples/thmviewer/precomp.cpp | 3 +++ 1 file changed, 3 insertions(+) create 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 new file mode 100644 index 00000000..37664a1c --- /dev/null +++ b/src/samples/thmviewer/precomp.cpp @@ -0,0 +1,3 @@ +// 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