GCM test - initial import
This commit is contained in:
parent
fea0240fc0
commit
c1dc610f22
7 changed files with 216 additions and 0 deletions
19
MessageSender/Properties/AssemblyInfo.cs
Normal file
19
MessageSender/Properties/AssemblyInfo.cs
Normal 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")]
|
||||
5
MessageSender/Properties/launchSettings.json
Normal file
5
MessageSender/Properties/launchSettings.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"profiles": {
|
||||
"console1": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue