-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecurityUsingPermissions.sln
49 lines (49 loc) · 3.04 KB
/
SecurityUsingPermissions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecuredAPI", "SecuredAPI\SecuredAPI.csproj", "{0D2E5E57-C50F-4752-8B77-3C13048BFD0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorClient", "BlazorClient\BlazorClient.csproj", "{0031968F-CD12-452E-BE50-1801A4BF9E89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Security.Infrastructure", "Security.Infrastructure\Security.Infrastructure.csproj", "{8D9A9A9A-1592-4D5D-BF5D-6F689C307A7D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Security.Core", "Security.Core\Security.Core.csproj", "{21126912-6416-48D2-A67C-132C0D4E98CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Security.SharedKernel", "Security.SharedKernel\Security.SharedKernel.csproj", "{B9692516-6CF0-40B9-8CF3-ECDE6CEA5ABE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D2E5E57-C50F-4752-8B77-3C13048BFD0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2E5E57-C50F-4752-8B77-3C13048BFD0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2E5E57-C50F-4752-8B77-3C13048BFD0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2E5E57-C50F-4752-8B77-3C13048BFD0E}.Release|Any CPU.Build.0 = Release|Any CPU
{0031968F-CD12-452E-BE50-1801A4BF9E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0031968F-CD12-452E-BE50-1801A4BF9E89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0031968F-CD12-452E-BE50-1801A4BF9E89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0031968F-CD12-452E-BE50-1801A4BF9E89}.Release|Any CPU.Build.0 = Release|Any CPU
{8D9A9A9A-1592-4D5D-BF5D-6F689C307A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D9A9A9A-1592-4D5D-BF5D-6F689C307A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D9A9A9A-1592-4D5D-BF5D-6F689C307A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D9A9A9A-1592-4D5D-BF5D-6F689C307A7D}.Release|Any CPU.Build.0 = Release|Any CPU
{21126912-6416-48D2-A67C-132C0D4E98CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21126912-6416-48D2-A67C-132C0D4E98CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21126912-6416-48D2-A67C-132C0D4E98CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21126912-6416-48D2-A67C-132C0D4E98CA}.Release|Any CPU.Build.0 = Release|Any CPU
{B9692516-6CF0-40B9-8CF3-ECDE6CEA5ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9692516-6CF0-40B9-8CF3-ECDE6CEA5ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9692516-6CF0-40B9-8CF3-ECDE6CEA5ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9692516-6CF0-40B9-8CF3-ECDE6CEA5ABE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DC10AF0-6E10-4C18-9A2A-07944759CAB5}
EndGlobalSection
EndGlobal