diff --git a/ControlApp.Properties/Resources.cs b/ControlApp.Properties/Resources.cs deleted file mode 100644 index abd2c76..0000000 --- a/ControlApp.Properties/Resources.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System.CodeDom.Compiler; -using System.ComponentModel; -using System.Diagnostics; -using System.Globalization; -using System.Resources; -using System.Runtime.CompilerServices; - -namespace ControlApp.Properties; - -[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] -[DebuggerNonUserCode] -[CompilerGenerated] -internal class Resources -{ - private static ResourceManager resourceMan; - - private static CultureInfo resourceCulture; - - [EditorBrowsable(EditorBrowsableState.Advanced)] - internal static ResourceManager ResourceManager - { - get - { - if (resourceMan == null) - { - resourceMan = new ResourceManager("ControlApp.Properties.Resources", typeof(Resources).Assembly); - } - return resourceMan; - } - } - - [EditorBrowsable(EditorBrowsableState.Advanced)] - internal static CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - - internal Resources() - { - } -} diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index a4c67ec..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.Versioning; - -[assembly: AssemblyCompany("ControlApp")] -[assembly: AssemblyConfiguration("Release")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0")] -[assembly: AssemblyProduct("ControlApp")] -[assembly: AssemblyTitle("ControlApp")] -[assembly: TargetPlatform("Windows7.0")] -[assembly: SupportedOSPlatform("Windows7.0")] -[assembly: AssemblyVersion("1.0.0.0")] -// [module: RefSafetyRules(11)]