Update gitignore

This commit is contained in:
ksenianeva 2023-12-01 02:34:53 +04:00
parent 943f6ee0ec
commit d80bc5497c
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
*.dll
# User-specific files
*.rsuser
*.suo

View File

@ -15,7 +15,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountContracts", "Account
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountBusinessLogic", "AccountBusinessLogic\AccountBusinessLogic.csproj", "{4EB11E48-32B2-4300-A134-BEC339991D95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountDatabaseImplement", "AccountDatabaseImplement\AccountDatabaseImplement.csproj", "{E25D2269-2C4C-4176-B5E0-9D44B084306D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountDatabaseImplement", "AccountDatabaseImplement\AccountDatabaseImplement.csproj", "{E25D2269-2C4C-4176-B5E0-9D44B084306D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginsConventionLibrary", "PluginsConventionLibrary\PluginsConventionLibrary.csproj", "{230C6E4F-CB10-47D7-B273-260BE1F30340}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -51,6 +53,10 @@ Global
{E25D2269-2C4C-4176-B5E0-9D44B084306D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25D2269-2C4C-4176-B5E0-9D44B084306D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25D2269-2C4C-4176-B5E0-9D44B084306D}.Release|Any CPU.Build.0 = Release|Any CPU
{230C6E4F-CB10-47D7-B273-260BE1F30340}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{230C6E4F-CB10-47D7-B273-260BE1F30340}.Debug|Any CPU.Build.0 = Debug|Any CPU
{230C6E4F-CB10-47D7-B273-260BE1F30340}.Release|Any CPU.ActiveCfg = Release|Any CPU
{230C6E4F-CB10-47D7-B273-260BE1F30340}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE