-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Privileged.sln
56 lines (56 loc) · 3.26 KB
/
Privileged.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Privileged", "src\Privileged\Privileged.csproj", "{9CE78075-9509-4113-B645-45A082C68839}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Privileged.Tests", "test\Privileged.Tests\Privileged.Tests.csproj", "{DA3CCF24-533A-436A-9929-28AF83D29B32}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{4F71B12A-605F-48FE-94F5-FF3B776FEA6D}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Privileged.Components", "src\Privileged.Components\Privileged.Components.csproj", "{42D9B9F9-FB74-419B-8499-6F7C42EF2E15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Privileged.Components.Tests", "test\Privileged.Components.Tests\Privileged.Components.Tests.csproj", "{F3824A00-371D-48C3-A033-D2EEDDFCCFC1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{01948D35-B382-4A70-AC7F-3CD0D8C43A0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CE78075-9509-4113-B645-45A082C68839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CE78075-9509-4113-B645-45A082C68839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CE78075-9509-4113-B645-45A082C68839}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CE78075-9509-4113-B645-45A082C68839}.Release|Any CPU.Build.0 = Release|Any CPU
{DA3CCF24-533A-436A-9929-28AF83D29B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA3CCF24-533A-436A-9929-28AF83D29B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA3CCF24-533A-436A-9929-28AF83D29B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA3CCF24-533A-436A-9929-28AF83D29B32}.Release|Any CPU.Build.0 = Release|Any CPU
{42D9B9F9-FB74-419B-8499-6F7C42EF2E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D9B9F9-FB74-419B-8499-6F7C42EF2E15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D9B9F9-FB74-419B-8499-6F7C42EF2E15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D9B9F9-FB74-419B-8499-6F7C42EF2E15}.Release|Any CPU.Build.0 = Release|Any CPU
{F3824A00-371D-48C3-A033-D2EEDDFCCFC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3824A00-371D-48C3-A033-D2EEDDFCCFC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3824A00-371D-48C3-A033-D2EEDDFCCFC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3824A00-371D-48C3-A033-D2EEDDFCCFC1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DA3CCF24-533A-436A-9929-28AF83D29B32} = {01948D35-B382-4A70-AC7F-3CD0D8C43A0D}
{F3824A00-371D-48C3-A033-D2EEDDFCCFC1} = {01948D35-B382-4A70-AC7F-3CD0D8C43A0D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E07DA442-1D4F-4528-BB2E-29E884BFFA66}
EndGlobalSection
EndGlobal