1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Code cleanup and optimizing

This commit is contained in:
Michael Gordeev
2020-03-14 09:23:24 +03:00
parent 79d58c0e12
commit 15cb370209
11 changed files with 30 additions and 114 deletions
@@ -1,16 +1,15 @@
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("GUT.Schedule.UWP")]
[assembly: AssemblyTitle("GUT.Schedule")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GUT.Schedule.UWP")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCompany("Michael \"XFox\" Gordeev")]
[assembly: AssemblyProduct("GUT.Schedule")]
[assembly: AssemblyCopyright("Copyright ©2020 Michael \"XFox\" Gordeev")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]