summaryrefslogtreecommitdiff
path: root/kurier/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-13 18:01:37 +0200
committeremkael <emkael@tlen.pl>2019-10-27 14:53:06 +0100
commit4414cc3a6f2b9fe9c318a9c7438ee139ef830099 (patch)
tree4a210f24a68fef7fdca4b34816cba6387b401ecc /kurier/Properties/AssemblyInfo.cs
parentae9fddd795e67f3b6129053020fdb15856601285 (diff)
Renaming project
Diffstat (limited to 'kurier/Properties/AssemblyInfo.cs')
-rw-r--r--kurier/Properties/AssemblyInfo.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/kurier/Properties/AssemblyInfo.cs b/kurier/Properties/AssemblyInfo.cs
deleted file mode 100644
index e58baa3..0000000
--- a/kurier/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("kurier")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Hewlett-Packard Company")]
-[assembly: AssemblyProduct("kurier")]
-[assembly: AssemblyCopyright("Copyright © Hewlett-Packard Company 2018")]
-[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("f40f0a87-ea23-4e47-8262-de884c6e08c8")]
-
-// 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")]