strip unessecary files
This commit is contained in:
parent
c18314a558
commit
bc90f68f66
2 changed files with 0 additions and 63 deletions
|
@ -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()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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)]
|
|
Loading…
Reference in a new issue