forked from JonPSmith/PermissionAccessControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PermissionAccessControl.sln
74 lines (74 loc) · 4.7 KB
/
PermissionAccessControl.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{608F451A-9063-4191-AFCD-398A429CFC33}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
PermissionAccessControlHomePage.png = PermissionAccessControlHomePage.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PermissionParts", "PermissionParts\PermissionParts.csproj", "{02633708-C1E3-45D1-9016-0499134BC581}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestWebApp", "TestWebApp\TestWebApp.csproj", "{9EE2BC43-3AC9-4D97-8E5E-15099A20C440}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{DBA80257-4697-480E-85C6-87C23047E415}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RolesToPermission", "RolesToPermission\RolesToPermission.csproj", "{D75D71AF-EFEE-4C37-BD28-9BC11B2ADACA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StartupCode", "StartupCode\StartupCode.csproj", "{7CE53160-EA4F-4395-90FC-C1A10290BD62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAuthWebApp", "DataAuthWebApp\DataAuthWebApp.csproj", "{09B56163-769A-4BEB-A3D0-A4BF41581125}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAuthorize", "DataAuthorize\DataAuthorize.csproj", "{321D2524-A63F-403A-9F6E-5FA3772B7C70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{D0BDF24D-5D22-4492-A4BF-5153423D2606}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02633708-C1E3-45D1-9016-0499134BC581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02633708-C1E3-45D1-9016-0499134BC581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02633708-C1E3-45D1-9016-0499134BC581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02633708-C1E3-45D1-9016-0499134BC581}.Release|Any CPU.Build.0 = Release|Any CPU
{9EE2BC43-3AC9-4D97-8E5E-15099A20C440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EE2BC43-3AC9-4D97-8E5E-15099A20C440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EE2BC43-3AC9-4D97-8E5E-15099A20C440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EE2BC43-3AC9-4D97-8E5E-15099A20C440}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA80257-4697-480E-85C6-87C23047E415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA80257-4697-480E-85C6-87C23047E415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA80257-4697-480E-85C6-87C23047E415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA80257-4697-480E-85C6-87C23047E415}.Release|Any CPU.Build.0 = Release|Any CPU
{D75D71AF-EFEE-4C37-BD28-9BC11B2ADACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D75D71AF-EFEE-4C37-BD28-9BC11B2ADACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D75D71AF-EFEE-4C37-BD28-9BC11B2ADACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D75D71AF-EFEE-4C37-BD28-9BC11B2ADACA}.Release|Any CPU.Build.0 = Release|Any CPU
{7CE53160-EA4F-4395-90FC-C1A10290BD62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CE53160-EA4F-4395-90FC-C1A10290BD62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CE53160-EA4F-4395-90FC-C1A10290BD62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CE53160-EA4F-4395-90FC-C1A10290BD62}.Release|Any CPU.Build.0 = Release|Any CPU
{09B56163-769A-4BEB-A3D0-A4BF41581125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09B56163-769A-4BEB-A3D0-A4BF41581125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09B56163-769A-4BEB-A3D0-A4BF41581125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09B56163-769A-4BEB-A3D0-A4BF41581125}.Release|Any CPU.Build.0 = Release|Any CPU
{321D2524-A63F-403A-9F6E-5FA3772B7C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{321D2524-A63F-403A-9F6E-5FA3772B7C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{321D2524-A63F-403A-9F6E-5FA3772B7C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{321D2524-A63F-403A-9F6E-5FA3772B7C70}.Release|Any CPU.Build.0 = Release|Any CPU
{D0BDF24D-5D22-4492-A4BF-5153423D2606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0BDF24D-5D22-4492-A4BF-5153423D2606}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0BDF24D-5D22-4492-A4BF-5153423D2606}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0BDF24D-5D22-4492-A4BF-5153423D2606}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECE7B0F7-28D5-4824-9D7B-8673FE3DBF04}
EndGlobalSection
EndGlobal