From 3f583916719eeef598d10a5d4e14ef14f008243b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 11 May 2021 07:36:37 -0700 Subject: Merge Dtf --- src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs | 5 +++++ 1 file changed, 5 insertions(+) create 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 new file mode 100644 index 00000000..7a2fa039 --- /dev/null +++ b/src/samples/Dtf/EmbeddedUI/AssemblyInfo.cs @@ -0,0 +1,5 @@ +// 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