diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-06 13:35:06 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-06 13:35:06 -0500 |
commit | 5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714 (patch) | |
tree | 1ffc892e23799b5551d45784b662075dc679e1c4 /vsprojects/InstallerUpdater/Properties/AssemblyInfo.cs | |
parent | 35fe5ea166024af87f9f927c83b9d086fc087181 (diff) | |
download | infinitytier-5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714.tar.gz infinitytier-5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714.zip |
Delete some obsolete Windows false starts.
Diffstat (limited to 'vsprojects/InstallerUpdater/Properties/AssemblyInfo.cs')
-rw-r--r-- | vsprojects/InstallerUpdater/Properties/AssemblyInfo.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/vsprojects/InstallerUpdater/Properties/AssemblyInfo.cs b/vsprojects/InstallerUpdater/Properties/AssemblyInfo.cs deleted file mode 100644 index 03edc8bd..00000000 --- a/vsprojects/InstallerUpdater/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("InstallerUpdater")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("InstallerUpdater")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[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("8ae5142c-2de0-430e-aff7-b2487042615d")] - -// 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")] |