From 47582b162368e8edf7a3b11c13b8e9dabc5f0a26 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 31 Mar 2022 11:56:14 -0700 Subject: Provide managed CA and Embedded UI DTF libraries via NuGet Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080 --- src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs (limited to 'src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs') diff --git a/src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs b/src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs deleted file mode 100644 index 7a2fa039..00000000 --- a/src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs +++ /dev/null @@ -1,5 +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. - -using System.Reflection; - -[assembly: AssemblyDescription("Sample managed embedded external UI")] -- cgit v1.2.3-55-g6feb