-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuantum.PolicyProvider.sln
More file actions
58 lines (58 loc) · 3.46 KB
/
Quantum.PolicyProvider.sln
File metadata and controls
58 lines (58 loc) · 3.46 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
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
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}") = "Quantum.UnitTests", "tests\Quantum.UnitTests\Quantum.UnitTests.csproj", "{569E516D-B7C5-40EC-9EFC-59AC0E58EA12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5074ECE4-CB41-4155-9202-1252A2E15654}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2011D3CD-8BB3-4E56-8282-DCC1042B3407}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09EB2FBF-5DE0-49CE-9D6B-ED6351A0A82F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantum.PolicyProvider.Command", "src\Command\Quantum.PolicyProvider.Command.csproj", "{0838F994-B49E-430D-AA6C-8F72491729B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantum.PolicyProvider", "src\PolicyProvider\Quantum.PolicyProvider.csproj", "{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quantum.PolicyProvider.Query", "src\Query\Quantum.PolicyProvider.Query.csproj", "{3A37F512-2665-48CA-BD3C-81D9DF401005}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{569E516D-B7C5-40EC-9EFC-59AC0E58EA12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569E516D-B7C5-40EC-9EFC-59AC0E58EA12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569E516D-B7C5-40EC-9EFC-59AC0E58EA12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569E516D-B7C5-40EC-9EFC-59AC0E58EA12}.Release|Any CPU.Build.0 = Release|Any CPU
{0838F994-B49E-430D-AA6C-8F72491729B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0838F994-B49E-430D-AA6C-8F72491729B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0838F994-B49E-430D-AA6C-8F72491729B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0838F994-B49E-430D-AA6C-8F72491729B5}.Release|Any CPU.Build.0 = Release|Any CPU
{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6}.Release|Any CPU.Build.0 = Release|Any CPU
{3A37F512-2665-48CA-BD3C-81D9DF401005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A37F512-2665-48CA-BD3C-81D9DF401005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A37F512-2665-48CA-BD3C-81D9DF401005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A37F512-2665-48CA-BD3C-81D9DF401005}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{569E516D-B7C5-40EC-9EFC-59AC0E58EA12} = {2011D3CD-8BB3-4E56-8282-DCC1042B3407}
{0838F994-B49E-430D-AA6C-8F72491729B5} = {5074ECE4-CB41-4155-9202-1252A2E15654}
{D2C9FE9F-6CC9-4315-B62D-0A973523FFA6} = {5074ECE4-CB41-4155-9202-1252A2E15654}
{3A37F512-2665-48CA-BD3C-81D9DF401005} = {5074ECE4-CB41-4155-9202-1252A2E15654}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CE69326-D13A-4A9B-974F-50FB4C5203BA}
EndGlobalSection
EndGlobal