/
dgrigorev
/
IdentityServerQuickstart
Обзор
Документация
Войти
/
dgrigorev
/
IdentityServerQuickstart
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Quickstart.sln
41 строка
2 KB
dagrigorev
changed readme
24 авг 2021, 22:48
24 авг 2021, 22:48
8f3ada1
Код
Авторство
О чём код?
Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31612.314 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthorizationServer", "Quickstart\AuthorizationServer.csproj", "{9F4A4AD8-E861-40F7-87D9-7482F5D9B8BA}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{6A382FC9-E911-4BE2-863B-96A651BAFEA6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{D8722366-A5EF-4440-84BB-9EAF8F2BE6F7}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E35D8565-733D-4185-8381-2EDCECC1A41B}" ProjectSection(SolutionItems) = preProject README.md = README.md EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {9F4A4AD8-E861-40F7-87D9-7482F5D9B8BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9F4A4AD8-E861-40F7-87D9-7482F5D9B8BA}.Debug|Any CPU.Build.0 = Debug|Any CPU {9F4A4AD8-E861-40F7-87D9-7482F5D9B8BA}.Release|Any CPU.ActiveCfg = Release|Any CPU {9F4A4AD8-E861-40F7-87D9-7482F5D9B8BA}.Release|Any CPU.Build.0 = Release|Any CPU {6A382FC9-E911-4BE2-863B-96A651BAFEA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6A382FC9-E911-4BE2-863B-96A651BAFEA6}.Debug|Any CPU.Build.0 = Debug|Any CPU {6A382FC9-E911-4BE2-863B-96A651BAFEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU {6A382FC9-E911-4BE2-863B-96A651BAFEA6}.Release|Any CPU.Build.0 = Release|Any CPU {D8722366-A5EF-4440-84BB-9EAF8F2BE6F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D8722366-A5EF-4440-84BB-9EAF8F2BE6F7}.Debug|Any CPU.Build.0 = Debug|Any CPU {D8722366-A5EF-4440-84BB-9EAF8F2BE6F7}.Release|Any CPU.ActiveCfg = Release|Any CPU {D8722366-A5EF-4440-84BB-9EAF8F2BE6F7}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {F0295221-B964-480C-8A08-44A9D8007A1C} EndGlobalSection EndGlobal