From 9acfdd7a5b883f10fd24f9bb90dea233bd6733f1 Mon Sep 17 00:00:00 2001 From: ekallin Date: Fri, 29 Mar 2024 11:44:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=9D=D0=9E=20=D0=A0=D0=90=D0=91=D0=9E?= =?UTF-8?q?=D0=A2=D0=90=D0=95=D0=A2,=20=D0=9E=D0=9D=D0=9E=20=D0=96=D0=98?= =?UTF-8?q?=D0=92=D0=9E=D0=95=20=D0=AF=20=D0=9F=D0=95=D0=A0=D0=95=D0=A3?= =?UTF-8?q?=D0=A1=D0=A2=D0=90=D0=9D=D0=9E=D0=92=D0=98=D0=9B=D0=90=20=D0=9C?= =?UTF-8?q?=D0=98=D0=93=D0=A0=D0=90=20=D0=94=D0=9E=D0=9A=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D1=80=D0=B0=D0=BD=D0=BD=D1=8E?= =?UTF-8?q?=D1=8E=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarView.csproj | 1 + SushiBarBusinessLogic/OfficePackage/Implements/SaveToPdf.cs | 2 +- SushiBarBusinessLogic/SushiBarBusinessLogic.csproj | 4 +--- SushiBarContracts/SushiBarContracts.csproj | 1 + SushiBarDataModels/SushiBarDataModels.csproj | 1 + SushiBarDatabaseImplement/SushiBarDatabase.cs | 2 +- SushiBarDatabaseImplement/SushiBarDatabaseImplement.csproj | 1 + SushiBarFileImplement/SushiBarFileImplement.csproj | 4 ++++ SushiBarListImplements/SushiBarListImplements.csproj | 4 ++++ 9 files changed, 15 insertions(+), 5 deletions(-) diff --git a/SushiBar/SushiBarView.csproj b/SushiBar/SushiBarView.csproj index 1c49319..09adf49 100644 --- a/SushiBar/SushiBarView.csproj +++ b/SushiBar/SushiBarView.csproj @@ -19,6 +19,7 @@ + diff --git a/SushiBarBusinessLogic/OfficePackage/Implements/SaveToPdf.cs b/SushiBarBusinessLogic/OfficePackage/Implements/SaveToPdf.cs index c18d035..98f6b40 100644 --- a/SushiBarBusinessLogic/OfficePackage/Implements/SaveToPdf.cs +++ b/SushiBarBusinessLogic/OfficePackage/Implements/SaveToPdf.cs @@ -95,4 +95,4 @@ namespace SushiBarBusinessLogic.OfficePackage.Implements renderer.PdfDocument.Save(info.FileName); } } -} +} \ No newline at end of file diff --git a/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj b/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj index 2215cb8..481913c 100644 --- a/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj +++ b/SushiBarBusinessLogic/SushiBarBusinessLogic.csproj @@ -12,10 +12,8 @@ - - - + diff --git a/SushiBarContracts/SushiBarContracts.csproj b/SushiBarContracts/SushiBarContracts.csproj index 47af33f..84fff51 100644 --- a/SushiBarContracts/SushiBarContracts.csproj +++ b/SushiBarContracts/SushiBarContracts.csproj @@ -12,6 +12,7 @@ + diff --git a/SushiBarDataModels/SushiBarDataModels.csproj b/SushiBarDataModels/SushiBarDataModels.csproj index 1409f86..8faa54c 100644 --- a/SushiBarDataModels/SushiBarDataModels.csproj +++ b/SushiBarDataModels/SushiBarDataModels.csproj @@ -12,6 +12,7 @@ + diff --git a/SushiBarDatabaseImplement/SushiBarDatabase.cs b/SushiBarDatabaseImplement/SushiBarDatabase.cs index 7c0c158..013642e 100644 --- a/SushiBarDatabaseImplement/SushiBarDatabase.cs +++ b/SushiBarDatabaseImplement/SushiBarDatabase.cs @@ -10,7 +10,7 @@ namespace SushiBarDatabaseImplement if (optionsBuilder.IsConfigured == false) { - optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-78EBD1B\SQLEXPRESS; + optionsBuilder.UseSqlServer(@"Data Source=localhost\SQLEXPRESS; Initial Catalog=SushiBarDatabase; Integrated Security=True; MultipleActiveResultSets=True;; diff --git a/SushiBarDatabaseImplement/SushiBarDatabaseImplement.csproj b/SushiBarDatabaseImplement/SushiBarDatabaseImplement.csproj index 4a4eae2..165d34d 100644 --- a/SushiBarDatabaseImplement/SushiBarDatabaseImplement.csproj +++ b/SushiBarDatabaseImplement/SushiBarDatabaseImplement.csproj @@ -13,6 +13,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/SushiBarFileImplement/SushiBarFileImplement.csproj b/SushiBarFileImplement/SushiBarFileImplement.csproj index 50a9ff9..8b692d7 100644 --- a/SushiBarFileImplement/SushiBarFileImplement.csproj +++ b/SushiBarFileImplement/SushiBarFileImplement.csproj @@ -6,6 +6,10 @@ enable + + + + diff --git a/SushiBarListImplements/SushiBarListImplements.csproj b/SushiBarListImplements/SushiBarListImplements.csproj index 50a9ff9..8b692d7 100644 --- a/SushiBarListImplements/SushiBarListImplements.csproj +++ b/SushiBarListImplements/SushiBarListImplements.csproj @@ -6,6 +6,10 @@ enable + + + +