This repository was archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuth0.Fga.sln
More file actions
27 lines (27 loc) · 1.43 KB
/
Auth0.Fga.sln
File metadata and controls
27 lines (27 loc) · 1.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{c69c281b-e235-4002-8de4-318fbce7f037}") = "Auth0.Fga", "src\Auth0.Fga\Auth0.Fga.csproj", "{03762f5f-c523-4498-ae62-565559d56ad6}"
EndProject
Project("{c69c281b-e235-4002-8de4-318fbce7f037}") = "Auth0.Fga.Test", "src\Auth0.Fga.Test\Auth0.Fga.Test.csproj", "{b00c97a6-c236-451e-9301-0bda35ff1075}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03762f5f-c523-4498-ae62-565559d56ad6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03762f5f-c523-4498-ae62-565559d56ad6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03762f5f-c523-4498-ae62-565559d56ad6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03762f5f-c523-4498-ae62-565559d56ad6}.Release|Any CPU.Build.0 = Release|Any CPU
{b00c97a6-c236-451e-9301-0bda35ff1075}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b00c97a6-c236-451e-9301-0bda35ff1075}.Debug|Any CPU.Build.0 = Debug|Any CPU
{b00c97a6-c236-451e-9301-0bda35ff1075}.Release|Any CPU.ActiveCfg = Release|Any CPU
{b00c97a6-c236-451e-9301-0bda35ff1075}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal