summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@protonmail.com>2017-10-10 11:21:01 +0200
committermarcinzelent <zelent.marcin@protonmail.com>2017-10-10 11:21:01 +0200
commita7b4fc7be6dac8c4ff9ae7924eb499d7e2ac1453 (patch)
treea9a560ccfa0fb990ed766d1a1d225115c16ffa55 /Client/Properties/AssemblyInfo.cs
parent9ce162142924b6f3c8c977624ed2b2c1916f9be2 (diff)
Removed packages, added Client project properly.HEADmaster
Diffstat (limited to 'Client/Properties/AssemblyInfo.cs')
-rw-r--r--Client/Properties/AssemblyInfo.cs26
1 files changed, 26 insertions, 0 deletions
diff --git a/Client/Properties/AssemblyInfo.cs b/Client/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..7614f1a
--- /dev/null
+++ b/Client/Properties/AssemblyInfo.cs
@@ -0,0 +1,26 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following attributes.
+// Change them to the values specific to your project.
+
+[assembly: AssemblyTitle("Client")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("${AuthorCopyright}")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
+// The form "{Major}.{Minor}.*" will automatically update the build and revision,
+// and "{Major}.{Minor}.{Build}.*" will update just the revision.
+
+[assembly: AssemblyVersion("1.0.*")]
+
+// The following attributes are used to specify the signing key for the assembly,
+// if desired. See the Mono documentation for more information about signing.
+
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]