From efb13dc071947a3d003fdcf7d63dbe72e9e8f309 Mon Sep 17 00:00:00 2001 From: easynickname1 <7326033@gmail.com> Date: Tue, 21 May 2024 00:52:52 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D0=B9=20=D1=81=D0=B5=D0=B9=D0=B2?= =?UTF-8?q?=20=D0=B8=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Exceptions/CollectionOverflowException.cs | 2 +- .../ProjectMotorBoat/ProjectMotorBoat.csproj | 10 ++++------ ProjectMotorBoat/ProjectMotorBoat/nlog.config | 15 --------------- ProjectMotorBoat/ProjectMotorBoat/save2.txt | 2 -- 4 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 ProjectMotorBoat/ProjectMotorBoat/nlog.config delete mode 100644 ProjectMotorBoat/ProjectMotorBoat/save2.txt diff --git a/ProjectMotorBoat/ProjectMotorBoat/Exceptions/CollectionOverflowException.cs b/ProjectMotorBoat/ProjectMotorBoat/Exceptions/CollectionOverflowException.cs index 25aa59b..d24baa0 100644 --- a/ProjectMotorBoat/ProjectMotorBoat/Exceptions/CollectionOverflowException.cs +++ b/ProjectMotorBoat/ProjectMotorBoat/Exceptions/CollectionOverflowException.cs @@ -10,7 +10,7 @@ internal class CollectionOverflowException : ApplicationException { public CollectionOverflowException(int count) : base("В коллекции превышено допустимое количество: " + count) { } - public CollectionOverflowException() : base() { } + public CollectionOverflowException() : base() { } public CollectionOverflowException(string message) : base(message) { } diff --git a/ProjectMotorBoat/ProjectMotorBoat/ProjectMotorBoat.csproj b/ProjectMotorBoat/ProjectMotorBoat/ProjectMotorBoat.csproj index 659ff05..fda71c6 100644 --- a/ProjectMotorBoat/ProjectMotorBoat/ProjectMotorBoat.csproj +++ b/ProjectMotorBoat/ProjectMotorBoat/ProjectMotorBoat.csproj @@ -8,6 +8,10 @@ enable + + + + @@ -29,10 +33,4 @@ - - - Always - - - \ No newline at end of file diff --git a/ProjectMotorBoat/ProjectMotorBoat/nlog.config b/ProjectMotorBoat/ProjectMotorBoat/nlog.config deleted file mode 100644 index d94f71a..0000000 --- a/ProjectMotorBoat/ProjectMotorBoat/nlog.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/ProjectMotorBoat/ProjectMotorBoat/save2.txt b/ProjectMotorBoat/ProjectMotorBoat/save2.txt deleted file mode 100644 index 458d81f..0000000 --- a/ProjectMotorBoat/ProjectMotorBoat/save2.txt +++ /dev/null @@ -1,2 +0,0 @@ -CollectionsStorage -1|Massive|55|EntityMotorBoat:100:100:Yellow:Pink:False:True:True;EntityMotorBoat:100:100:Yellow:Pink:False:True:True;EntityMotorBoat:100:100:Yellow:Pink:False:True:True;EntityMotorBoat:100:100:Yellow:Pink:False:True:True;EntityMotorBoat:100:100:Yellow:Pink:False:True:True; \ No newline at end of file