-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFga.NET.sln
59 lines (59 loc) · 3.68 KB
/
Fga.NET.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
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fga.Net.DependencyInjection", "src\Fga.Net\Fga.Net.DependencyInjection.csproj", "{FFEC7554-C5AF-4B8D-B697-36A0CF9828A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fga.Net.AspNetCore", "src\Fga.Net.AspNetCore\Fga.Net.AspNetCore.csproj", "{D346482C-1C65-4122-8809-D1EF34140112}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fga.Example.AspNetCore", "samples\Fga.Example.AspNetCore\Fga.Example.AspNetCore.csproj", "{DB891535-88D2-4D33-B1C8-5A22873AD8E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{7C318096-13A3-4788-98AC-123904C78379}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D3E546F-C2BC-458C-9B8A-D76FEE41A5F7}"
ProjectSection(SolutionItems) = preProject
Package.Build.props = Package.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fga.Net.Tests", "tests\Fga.Net.Tests\Fga.Net.Tests.csproj", "{C3849ACA-38F3-41D4-8DD5-0726506BE02B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fga.Example.GenericHost", "samples\Fga.Example.GenericHost\Fga.Example.GenericHost.csproj", "{248EDC3F-2889-4D82-B486-83A4346F282F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFEC7554-C5AF-4B8D-B697-36A0CF9828A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFEC7554-C5AF-4B8D-B697-36A0CF9828A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFEC7554-C5AF-4B8D-B697-36A0CF9828A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFEC7554-C5AF-4B8D-B697-36A0CF9828A9}.Release|Any CPU.Build.0 = Release|Any CPU
{D346482C-1C65-4122-8809-D1EF34140112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D346482C-1C65-4122-8809-D1EF34140112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D346482C-1C65-4122-8809-D1EF34140112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D346482C-1C65-4122-8809-D1EF34140112}.Release|Any CPU.Build.0 = Release|Any CPU
{DB891535-88D2-4D33-B1C8-5A22873AD8E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB891535-88D2-4D33-B1C8-5A22873AD8E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB891535-88D2-4D33-B1C8-5A22873AD8E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB891535-88D2-4D33-B1C8-5A22873AD8E3}.Release|Any CPU.Build.0 = Release|Any CPU
{7C318096-13A3-4788-98AC-123904C78379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C318096-13A3-4788-98AC-123904C78379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3849ACA-38F3-41D4-8DD5-0726506BE02B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3849ACA-38F3-41D4-8DD5-0726506BE02B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3849ACA-38F3-41D4-8DD5-0726506BE02B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3849ACA-38F3-41D4-8DD5-0726506BE02B}.Release|Any CPU.Build.0 = Release|Any CPU
{248EDC3F-2889-4D82-B486-83A4346F282F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{248EDC3F-2889-4D82-B486-83A4346F282F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{248EDC3F-2889-4D82-B486-83A4346F282F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248EDC3F-2889-4D82-B486-83A4346F282F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC299FBC-3AAB-4DB3-902F-8F56D6237E12}
EndGlobalSection
EndGlobal