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