-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthorization.API.sln
More file actions
34 lines (34 loc) · 2.04 KB
/
Authorization.API.sln
File metadata and controls
34 lines (34 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authorization.API", "Authorization.API\Authorization.API.csproj", "{B1FF94A3-76F2-456A-8718-DA49C5F99668}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authorization.API.AppHost", "Authorization.API.AppHost\Authorization.API.AppHost.csproj", "{7837B4C0-FC78-4116-8727-A0BF147F459A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authorization.API.ServiceDefaults", "Authorization.API.ServiceDefaults\Authorization.API.ServiceDefaults.csproj", "{C104DBFB-51D8-40D9-995B-2DE4A342E10A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1FF94A3-76F2-456A-8718-DA49C5F99668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1FF94A3-76F2-456A-8718-DA49C5F99668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1FF94A3-76F2-456A-8718-DA49C5F99668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1FF94A3-76F2-456A-8718-DA49C5F99668}.Release|Any CPU.Build.0 = Release|Any CPU
{7837B4C0-FC78-4116-8727-A0BF147F459A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7837B4C0-FC78-4116-8727-A0BF147F459A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7837B4C0-FC78-4116-8727-A0BF147F459A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7837B4C0-FC78-4116-8727-A0BF147F459A}.Release|Any CPU.Build.0 = Release|Any CPU
{C104DBFB-51D8-40D9-995B-2DE4A342E10A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C104DBFB-51D8-40D9-995B-2DE4A342E10A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C104DBFB-51D8-40D9-995B-2DE4A342E10A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C104DBFB-51D8-40D9-995B-2DE4A342E10A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal