diff options
| author | AShifter <[email protected]> | 2017-03-17 17:31:41 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-17 17:31:41 -0600 |
| commit | 0c00b5f33c37427228c53794732d513adc862261 (patch) | |
| tree | b7d2682a04ec002bc5e800d28e8be1791f695777 /TimeHACK.Engine/Properties/AssemblyInfo.cs | |
| parent | 2ef1e277a54e698f0d96cc87ab5523c2471d0ef4 (diff) | |
| download | histacom2-0c00b5f33c37427228c53794732d513adc862261.tar.gz histacom2-0c00b5f33c37427228c53794732d513adc862261.tar.bz2 histacom2-0c00b5f33c37427228c53794732d513adc862261.zip | |
HUGE OVERHAUL
Added TimeHACK.Engine - Starting a new engine system to render Operating
System borders
Made more changes ( ͡° ͜ʖ ͡°)
Diffstat (limited to 'TimeHACK.Engine/Properties/AssemblyInfo.cs')
| -rw-r--r-- | TimeHACK.Engine/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/TimeHACK.Engine/Properties/AssemblyInfo.cs b/TimeHACK.Engine/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..85e2b5d --- /dev/null +++ b/TimeHACK.Engine/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("TimeHACK.Engine")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("TimeHACK.Engine")] +[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("9477b70f-2d32-4e1d-857b-4624a1deeb1b")] + +// 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")] |
