-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAPI-Auth0.sln
31 lines (31 loc) · 1.52 KB
/
API-Auth0.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{2C32F0C7-55C8-4B6A-BCE4-A00D5C9D48E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API-Auth0", "API-Auth0\API-Auth0.csproj", "{CFA9D7BD-3030-4B98-B4E9-5544BBE03141}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C32F0C7-55C8-4B6A-BCE4-A00D5C9D48E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C32F0C7-55C8-4B6A-BCE4-A00D5C9D48E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C32F0C7-55C8-4B6A-BCE4-A00D5C9D48E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C32F0C7-55C8-4B6A-BCE4-A00D5C9D48E5}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA9D7BD-3030-4B98-B4E9-5544BBE03141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA9D7BD-3030-4B98-B4E9-5544BBE03141}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA9D7BD-3030-4B98-B4E9-5544BBE03141}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA9D7BD-3030-4B98-B4E9-5544BBE03141}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF210460-8A63-4839-A232-E132CAD04D36}
EndGlobalSection
EndGlobal