Skip to content

Commit

Permalink
83957 - Display API Example does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Kolodnytskyy committed Dec 14, 2023
1 parent ef11411 commit 2b97d0d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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")]
Original file line number Diff line number Diff line change
@@ -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")]

0 comments on commit 2b97d0d

Please sign in to comment.