diff options
| author | Michael <[email protected]> | 2017-04-16 08:06:17 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 08:06:17 -0400 |
| commit | 664645986d11ec314047dcb58ea1a293d829eaca (patch) | |
| tree | 8c01ed68ad822c76a27b3aba518ed95ac1362724 /ShiftOS.Updater.exe/Properties/AssemblyInfo.cs | |
| parent | 1db8c4a00d102c5a184f9e4da29e3051a67a756b (diff) | |
| download | shiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.tar.gz shiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.tar.bz2 shiftos_thereturn-664645986d11ec314047dcb58ea1a293d829eaca.zip | |
Document the Appearance Manager
Also removed obsolete/unused code.
Diffstat (limited to 'ShiftOS.Updater.exe/Properties/AssemblyInfo.cs')
| -rw-r--r-- | ShiftOS.Updater.exe/Properties/AssemblyInfo.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ShiftOS.Updater.exe/Properties/AssemblyInfo.cs b/ShiftOS.Updater.exe/Properties/AssemblyInfo.cs deleted file mode 100644 index 69ba9c9..0000000 --- a/ShiftOS.Updater.exe/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("ShiftOS.Updater.exe")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ShiftOS.Updater.exe")] -[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("8031adf5-caf0-4210-bec0-964a9db130a9")] - -// 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")] |
