From 2b97d0d6d6a1fc665de1042e6a52b8e03e7c810e Mon Sep 17 00:00:00 2001 From: Mykola Kolodnytskyy Date: Thu, 14 Dec 2023 17:38:25 +0000 Subject: [PATCH] 83957 - Display API Example does not work --- .../Properties/AssemblyInfo.cs | 8 ++++++++ .../Resources/AssemblyInfo.cs | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 MAT.Atlas.Plugins.Samples.HelloConsole/Properties/AssemblyInfo.cs create mode 100644 MAT.Atlas.Plugins.Samples.HelloWorld/Resources/AssemblyInfo.cs diff --git a/MAT.Atlas.Plugins.Samples.HelloConsole/Properties/AssemblyInfo.cs b/MAT.Atlas.Plugins.Samples.HelloConsole/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5eed24b --- /dev/null +++ b/MAT.Atlas.Plugins.Samples.HelloConsole/Properties/AssemblyInfo.cs @@ -0,0 +1,8 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("MAT.Atlas.Plugins.Samples.HelloConsole")] +[assembly: AssemblyDescription("Samples Hello Console")] +[assembly: Guid("ED41DC27-813D-46AC-B2FA-BE3308D0CB12")] + +[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")] \ No newline at end of file diff --git a/MAT.Atlas.Plugins.Samples.HelloWorld/Resources/AssemblyInfo.cs b/MAT.Atlas.Plugins.Samples.HelloWorld/Resources/AssemblyInfo.cs new file mode 100644 index 0000000..3e2bb2e --- /dev/null +++ b/MAT.Atlas.Plugins.Samples.HelloWorld/Resources/AssemblyInfo.cs @@ -0,0 +1,8 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyTitle("MAT.Atlas.Plugins.Samples.HelloWorld")] +[assembly: AssemblyDescription("Samples Hello HelloWorld")] +[assembly: Guid("54DDB988-7E5B-4696-A0D4-121E653C6BB0")] + +[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")] \ No newline at end of file