diff options
| author | Syndamia <kami02882@gmail.com> | 2019-04-16 16:23:03 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-04-16 16:23:03 +0300 |
| commit | c36dd556603ce6905066710497cd6d85488a3f0b (patch) | |
| tree | a9755e840056b69c4b2220ebe35fda6f62756406 /Chopsticks/cSharpVersion/FingerGameCSharp/Properties | |
| parent | 7f2aed65f77ab7477f53a5844ad031c6d603df8a (diff) | |
| download | Shower-c36dd556603ce6905066710497cd6d85488a3f0b.tar Shower-c36dd556603ce6905066710497cd6d85488a3f0b.tar.gz Shower-c36dd556603ce6905066710497cd6d85488a3f0b.zip | |
Added the personal project Chopsticks with it's original logs
Diffstat (limited to 'Chopsticks/cSharpVersion/FingerGameCSharp/Properties')
| -rw-r--r-- | Chopsticks/cSharpVersion/FingerGameCSharp/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Chopsticks/cSharpVersion/FingerGameCSharp/Properties/AssemblyInfo.cs b/Chopsticks/cSharpVersion/FingerGameCSharp/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..df1af1c --- /dev/null +++ b/Chopsticks/cSharpVersion/FingerGameCSharp/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("FingerGameCSharp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("FingerGameCSharp")] +[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("bc7a1a20-429c-45b9-a0bf-4fdc22ced6f1")] + +// 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")] |
