aboutsummaryrefslogtreecommitdiff
path: root/Pinger/MyNet/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorSyndamia <kami02882@gmail.com>2019-11-16 19:04:59 +0200
committerSyndamia <kami02882@gmail.com>2019-11-16 19:04:59 +0200
commit680e83d2972330206fa75171a00d50a1a80402d5 (patch)
tree2b765aa201d0c0705d1adcc6021df3de333749b6 /Pinger/MyNet/Properties/AssemblyInfo.cs
parentea771ca5f29fcdf3c401c1748b6fce9afcb0a3a7 (diff)
downloadShower-680e83d2972330206fa75171a00d50a1a80402d5.tar
Shower-680e83d2972330206fa75171a00d50a1a80402d5.tar.gz
Shower-680e83d2972330206fa75171a00d50a1a80402d5.zip
Did a small project called Pinger. The app pings a certain address and says the value.
Diffstat (limited to 'Pinger/MyNet/Properties/AssemblyInfo.cs')
-rw-r--r--Pinger/MyNet/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Pinger/MyNet/Properties/AssemblyInfo.cs b/Pinger/MyNet/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..361ca08
--- /dev/null
+++ b/Pinger/MyNet/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+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")]