-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthorizationService.Api.sln
48 lines (48 loc) · 2.97 KB
/
AuthorizationService.Api.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizationService.Api", "AuthorizationService.Api\AuthorizationService.Api.csproj", "{02EF75FA-BF5B-4BCE-AF34-D6BEC00A988A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizationService.Repositories", "AuthorizationService.Repositories\AuthorizationService.Repositories.csproj", "{A6FD174F-88A5-460B-84E2-677DB078E8C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthorizationService.Business", "AuthorizationService.Business\AuthorizationService.Business.csproj", "{6840647C-7F6C-4F23-9F30-3D79A8A0244B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1DE676C8-8A82-47DC-B84A-E508D24BE70B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthorizationService.Unit.Tests", "Tests\AuthorizationService.Unit.Tests\AuthorizationService.Unit.Tests.csproj", "{232C1FE6-8459-4092-A195-DFA142EE2A85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02EF75FA-BF5B-4BCE-AF34-D6BEC00A988A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02EF75FA-BF5B-4BCE-AF34-D6BEC00A988A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02EF75FA-BF5B-4BCE-AF34-D6BEC00A988A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02EF75FA-BF5B-4BCE-AF34-D6BEC00A988A}.Release|Any CPU.Build.0 = Release|Any CPU
{A6FD174F-88A5-460B-84E2-677DB078E8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FD174F-88A5-460B-84E2-677DB078E8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FD174F-88A5-460B-84E2-677DB078E8C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6FD174F-88A5-460B-84E2-677DB078E8C7}.Release|Any CPU.Build.0 = Release|Any CPU
{6840647C-7F6C-4F23-9F30-3D79A8A0244B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6840647C-7F6C-4F23-9F30-3D79A8A0244B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6840647C-7F6C-4F23-9F30-3D79A8A0244B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6840647C-7F6C-4F23-9F30-3D79A8A0244B}.Release|Any CPU.Build.0 = Release|Any CPU
{232C1FE6-8459-4092-A195-DFA142EE2A85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{232C1FE6-8459-4092-A195-DFA142EE2A85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{232C1FE6-8459-4092-A195-DFA142EE2A85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{232C1FE6-8459-4092-A195-DFA142EE2A85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{232C1FE6-8459-4092-A195-DFA142EE2A85} = {1DE676C8-8A82-47DC-B84A-E508D24BE70B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38D3F6CD-32B3-4371-9631-C5A7C82FC6D6}
EndGlobalSection
EndGlobal