GCM test - initial import

This commit is contained in:
Paul Schneider 2016-07-22 11:46:03 +02:00
commit c1dc610f22
7 changed files with 216 additions and 0 deletions

View file

@ -0,0 +1,19 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MessageSender")]
[assembly: AssemblyTrademark("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2f4ae1ac-5311-483b-ab03-f8bfdf998f29")]

View file

@ -0,0 +1,5 @@
{
"profiles": {
"console1": {}
}
}