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