From 0ce1839aee9d5a87731d7e1c68a0afa9073016a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=9A=D1=80?= =?UTF-8?q?=D1=8E=D0=BA=D0=BE=D0=B2?= Date: Sun, 19 May 2024 03:04:49 +0400 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=BD=D0=B5=20=D0=BF=D0=BE=D0=BD?= =?UTF-8?q?=D0=B8=D0=BC=D0=B0=D1=8E,=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BA=D1=82=D0=BE-=D1=82=D0=BE=20=D0=BF=D0=BE=D0=BD=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=B5=D1=82,=20=D0=BD=D0=BE=20=D1=8F=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=BE=D0=BD=D0=B8=D0=BC=D0=B0=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ TypographyFileImplement/TypographyFileImplement.csproj | 8 +++++++- TypographyListImplement/TypographyListImplement.csproj | 6 +++++- .../TypographyDatabaseImplements.csproj | 4 ++++ TypographyView/TypographyView.sln | 2 -- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ca1c7a3..fd1bc54 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ *.userosscache *.sln.docstates +# dll files +*.dll + # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/TypographyFileImplement/TypographyFileImplement.csproj b/TypographyFileImplement/TypographyFileImplement.csproj index 95efe1f..6a3ed9c 100644 --- a/TypographyFileImplement/TypographyFileImplement.csproj +++ b/TypographyFileImplement/TypographyFileImplement.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -11,4 +11,10 @@ + + + + + + diff --git a/TypographyListImplement/TypographyListImplement.csproj b/TypographyListImplement/TypographyListImplement.csproj index 95efe1f..0870c01 100644 --- a/TypographyListImplement/TypographyListImplement.csproj +++ b/TypographyListImplement/TypographyListImplement.csproj @@ -1,4 +1,4 @@ - + net6.0 @@ -11,4 +11,8 @@ + + + + diff --git a/TypographyShopDatabaseImplements/TypographyDatabaseImplements.csproj b/TypographyShopDatabaseImplements/TypographyDatabaseImplements.csproj index 30ea109..db8df79 100644 --- a/TypographyShopDatabaseImplements/TypographyDatabaseImplements.csproj +++ b/TypographyShopDatabaseImplements/TypographyDatabaseImplements.csproj @@ -20,4 +20,8 @@ + + + + diff --git a/TypographyView/TypographyView.sln b/TypographyView/TypographyView.sln index 8d34c86..f007842 100644 --- a/TypographyView/TypographyView.sln +++ b/TypographyView/TypographyView.sln @@ -21,8 +21,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypographyRestApi", "..\Typ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypographyClientApp", "..\TypographyClientApp\TypographyClientApp.csproj", "{2A9DA290-8A05-4524-A37C-5F19A66371FA}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImplementationExtensions", "ImplementationExtensions", "{A6806C98-7F85-4C86-A8C1-00AEFB154001}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU