From b9b29019a63e06f5e404c300cb7b5dfb485e4159 Mon Sep 17 00:00:00 2001 From: achi Date: Fri, 28 Aug 2020 16:25:19 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D1=91=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=20SDK=20Style=20CSPROJ=20=D0=B8=20=D0=B2=D0=B7?= =?UTF-8?q?=D1=8F=D0=BB=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20Lers.FW=20=D0=B8=D0=B7=20NuGet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj | 135 +----------------- .../Vkt5_RemoteConsole.csproj.user | 4 + .../Vkt5_RemoteConsole_debug.csproj | 134 ----------------- .../Vkt5_RemoteConsole_debug.sln | 22 --- 5 files changed, 11 insertions(+), 285 deletions(-) create mode 100644 VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj.user delete mode 100644 VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.csproj delete mode 100644 VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.sln diff --git a/.gitignore b/.gitignore index 55f7034..3cb5cd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ VKT5_RemoteConsole/.vs/ VKT5_RemoteConsole/obj/ +/VKT5_RemoteConsole/bin/Debug/net48 diff --git a/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj b/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj index 5e95860..8af4c2d 100644 --- a/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj +++ b/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj @@ -1,133 +1,10 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8} - Library - Properties - Vkt5_RemoteConsole - Vkt5_RemoteConsole - v4.8 - 512 - - - - true - full - false - C:\Program Files\LERS\Common\Plugins\ - DEBUG;TRACE - prompt - 4 - false - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - false - - - - + net48 + false + True - - - - False - - - False - - - - False - - - False - False - - - - - - - + - - - - UserControl - - - Vkt5ConsoleControl.cs - - - Form - - - - - True - True - Resources.resx - - - - - Vkt5ConsoleControl.cs - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj.user b/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/VKT5_RemoteConsole/Vkt5_RemoteConsole.csproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.csproj b/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.csproj deleted file mode 100644 index 8bdd364..0000000 --- a/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.csproj +++ /dev/null @@ -1,134 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8} - Library - Properties - Vkt5_RemoteConsole - Vkt5_RemoteConsole - v4.0 - 512 - - - true - full - false - C:\Program Files\LERS\Common\Plugins\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - False - ..\..\Framework\Lers.Plugins\bin\Debug\Lers.Plugins.dll - False - - - False - ..\..\Framework\Lers.Plugins.Attributes\bin\Debug\Lers.Plugins.Attributes.dll - False - - - False - ..\..\Framework\Lers.System\bin\Debug\Lers.System.dll - False - - - False - ..\..\Framework\Lers.UI\bin\Debug\Lers.UI.dll - False - - - - - - - - - - - - UserControl - - - Vkt5ConsoleControl.cs - - - Form - - - - - True - True - Resources.resx - - - - - Vkt5ConsoleControl.cs - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.sln b/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.sln deleted file mode 100644 index 8f6701d..0000000 --- a/VKT5_RemoteConsole/Vkt5_RemoteConsole_debug.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vkt5_RemoteConsole_debug", "Vkt5_RemoteConsole_debug.csproj", "{5622B98C-E274-4C99-BF9B-6FCC2E85EBD8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5622B98C-E274-4C99-BF9B-6FCC2E85EBD8}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal