diff options
| author | Syndamia <kami02882@gmail.com> | 2019-11-16 19:12:26 +0200 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-11-16 19:12:26 +0200 |
| commit | 78cc8af9f418e9cacccc945186a242f02e9e049e (patch) | |
| tree | fbb3594d4cc04e1365f63e209937eb3fe5dc5bdf /Pinger/MyNet/Properties/AssemblyInfo.cs | |
| parent | 4bac9163c5b6b190f526e622b651ab815a97ac96 (diff) | |
| download | Shower-78cc8af9f418e9cacccc945186a242f02e9e049e.tar Shower-78cc8af9f418e9cacccc945186a242f02e9e049e.tar.gz Shower-78cc8af9f418e9cacccc945186a242f02e9e049e.zip | |
Fixed Pinger naming
Diffstat (limited to 'Pinger/MyNet/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Pinger/MyNet/Properties/AssemblyInfo.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Pinger/MyNet/Properties/AssemblyInfo.cs b/Pinger/MyNet/Properties/AssemblyInfo.cs deleted file mode 100644 index 361ca08..0000000 --- a/Pinger/MyNet/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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: AssemblyTitle("MyNet")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MyNet")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// 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("b8002690-91a8-4ca8-8b1c-d7e4fb16c58b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] |
