From bda4e06bb49dd7546169b1345720db8af949180f Mon Sep 17 00:00:00 2001 From: 1kamma Date: Mon, 15 May 2023 00:06:06 +0300 Subject: [PATCH] no properties --- .../PublishProfiles/FolderProfile.pubxml | 17 --- .../PublishProfiles/FolderProfile.pubxml.user | 9 -- NetWork/Properties/Resources.Designer.cs | 73 ----------- NetWork/Properties/Resources.resx | 124 ------------------ NetWork/Properties/launchSettings.json | 7 - 5 files changed, 230 deletions(-) delete mode 100644 NetWork/Properties/PublishProfiles/FolderProfile.pubxml delete mode 100644 NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user delete mode 100644 NetWork/Properties/Resources.Designer.cs delete mode 100644 NetWork/Properties/Resources.resx delete mode 100644 NetWork/Properties/launchSettings.json diff --git a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml deleted file mode 100644 index 3d15dfc..0000000 --- a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Release - Any CPU - C:\Users\Saret\Programming\C#\NetWork\Publish - FileSystem - net5.0-windows7.0 - win-x64 - true - true - true - - \ No newline at end of file diff --git a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user b/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user deleted file mode 100644 index 79a14ae..0000000 --- a/NetWork/Properties/PublishProfiles/FolderProfile.pubxml.user +++ /dev/null @@ -1,9 +0,0 @@ - - - - - False|2022-05-03T06:50:53.5646344Z;False|2022-05-03T09:41:57.9488569+03:00;True|2021-08-21T15:35:05.8080222+03:00;False|2021-08-21T15:33:33.8944048+03:00;False|2021-08-21T15:31:04.3461039+03:00;False|2021-08-21T15:29:29.3574574+03:00;False|2021-08-21T15:27:18.4014348+03:00;False|2021-08-21T15:26:37.2854938+03:00;False|2021-08-21T15:25:34.2229695+03:00;False|2021-08-21T15:21:35.5431259+03:00;True|2021-07-05T19:01:01.3302488+03:00;False|2021-07-05T18:53:34.6361454+03:00;False|2021-07-05T18:51:45.7049687+03:00;True|2021-06-26T21:39:14.9764613+03:00; - - \ No newline at end of file diff --git a/NetWork/Properties/Resources.Designer.cs b/NetWork/Properties/Resources.Designer.cs deleted file mode 100644 index e05f63a..0000000 --- a/NetWork/Properties/Resources.Designer.cs +++ /dev/null @@ -1,73 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace NetWork.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NetWork.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] ek { - get { - object obj = ResourceManager.GetObject("ek", resourceCulture); - return ((byte[])(obj)); - } - } - } -} diff --git a/NetWork/Properties/Resources.resx b/NetWork/Properties/Resources.resx deleted file mode 100644 index 4801d1e..0000000 --- a/NetWork/Properties/Resources.resx +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - ..\Other\ek.pbk;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/NetWork/Properties/launchSettings.json b/NetWork/Properties/launchSettings.json deleted file mode 100644 index 5ed5ab7..0000000 --- a/NetWork/Properties/launchSettings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "profiles": { - "NetWork": { - "commandName": "Project" - } - } -} \ No newline at end of file