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