diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-11-11 01:21:29 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2017-11-11 01:21:29 +0100 |
commit | 4bc687ddbc5f262bcee09bc606fff8f98a10ac0f (patch) | |
tree | 38e63f3015b629fdcca5ba41bdb0566d3c412cac /Space Invaders/Properties | |
parent | 128b5074210e8f21125c364716c482836dd6529a (diff) | |
download | Space-Invaders-CS-Console-4bc687ddbc5f262bcee09bc606fff8f98a10ac0f.tar.gz Space-Invaders-CS-Console-4bc687ddbc5f262bcee09bc606fff8f98a10ac0f.zip |
Add project files.
Diffstat (limited to 'Space Invaders/Properties')
-rw-r--r-- | Space Invaders/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Space Invaders/Properties/AssemblyInfo.cs b/Space Invaders/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..84b7252 --- /dev/null +++ b/Space Invaders/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("Space Invaders")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Space Invaders")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[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("18538779-cf6c-4bc3-8317-6bcd74bf5058")] + +// 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")] |