-
Notifications
You must be signed in to change notification settings - Fork 6
/
FeatureManagement.UI.sln
67 lines (67 loc) · 5.09 KB
/
FeatureManagement.UI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI", "Source\FeatureManagement.UI\FeatureManagement.UI\FeatureManagement.UI.csproj", "{C189427B-18B8-41E5-8818-F2BABD6FDEFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.Core", "Source\FeatureManagement.UI\FeatureManagement.UI.Core\FeatureManagement.UI.Core.csproj", "{6B52CC5A-F07E-4875-AD83-404BD11F564E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.InMemory.Storage", "Source\FeatureManagement.UI\FeatureManagement.UI.InMemory.Storage\FeatureManagement.UI.InMemory.Storage.csproj", "{B9138DC9-8867-4C7E-80F7-FF32E524C2D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.SqlServer.Storage", "Source\FeatureManagement.UI\FeatureManagement.UI.SqlServer.Storage\FeatureManagement.UI.SqlServer.Storage.csproj", "{189A6A88-2C92-485F-B118-0FF3512D90A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleFeaturesApi", "Samples\Back\SampleFeaturesApi\SampleFeaturesApi.csproj", "{97027AB5-EBF2-4346-BA3E-EB25009DFE54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.Tests", "Source\FeatureManagement.UI\FeatureManagement.UI.Tests\FeatureManagement.UI.Tests.csproj", "{9927B447-4EEB-4EBE-8152-40035FE76AAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.Configuration.GroupFeature", "Source\FeatureManagement.UI\FeatureManagement.UI.Configuration.GroupFeature\FeatureManagement.UI.Configuration.GroupFeature.csproj", "{A5C6D26E-170C-499D-8630-A53F5C266D6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureManagement.UI.Configuration.TimeWindowFeature", "Source\FeatureManagement.UI\FeatureManagement.UI.Configuration.TimeWindowFeature\FeatureManagement.UI.Configuration.TimeWindowFeature.csproj", "{5040D658-625C-41DD-8E82-7B3E36269812}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C189427B-18B8-41E5-8818-F2BABD6FDEFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C189427B-18B8-41E5-8818-F2BABD6FDEFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C189427B-18B8-41E5-8818-F2BABD6FDEFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C189427B-18B8-41E5-8818-F2BABD6FDEFA}.Release|Any CPU.Build.0 = Release|Any CPU
{6B52CC5A-F07E-4875-AD83-404BD11F564E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B52CC5A-F07E-4875-AD83-404BD11F564E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B52CC5A-F07E-4875-AD83-404BD11F564E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B52CC5A-F07E-4875-AD83-404BD11F564E}.Release|Any CPU.Build.0 = Release|Any CPU
{B9138DC9-8867-4C7E-80F7-FF32E524C2D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9138DC9-8867-4C7E-80F7-FF32E524C2D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9138DC9-8867-4C7E-80F7-FF32E524C2D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9138DC9-8867-4C7E-80F7-FF32E524C2D1}.Release|Any CPU.Build.0 = Release|Any CPU
{189A6A88-2C92-485F-B118-0FF3512D90A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{189A6A88-2C92-485F-B118-0FF3512D90A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{189A6A88-2C92-485F-B118-0FF3512D90A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{189A6A88-2C92-485F-B118-0FF3512D90A2}.Release|Any CPU.Build.0 = Release|Any CPU
{97027AB5-EBF2-4346-BA3E-EB25009DFE54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97027AB5-EBF2-4346-BA3E-EB25009DFE54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97027AB5-EBF2-4346-BA3E-EB25009DFE54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97027AB5-EBF2-4346-BA3E-EB25009DFE54}.Release|Any CPU.Build.0 = Release|Any CPU
{9927B447-4EEB-4EBE-8152-40035FE76AAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9927B447-4EEB-4EBE-8152-40035FE76AAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9927B447-4EEB-4EBE-8152-40035FE76AAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9927B447-4EEB-4EBE-8152-40035FE76AAD}.Release|Any CPU.Build.0 = Release|Any CPU
{A5C6D26E-170C-499D-8630-A53F5C266D6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5C6D26E-170C-499D-8630-A53F5C266D6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5C6D26E-170C-499D-8630-A53F5C266D6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5C6D26E-170C-499D-8630-A53F5C266D6B}.Release|Any CPU.Build.0 = Release|Any CPU
{5040D658-625C-41DD-8E82-7B3E36269812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5040D658-625C-41DD-8E82-7B3E36269812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5040D658-625C-41DD-8E82-7B3E36269812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5040D658-625C-41DD-8E82-7B3E36269812}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14DEA3D0-8B01-4CCC-BA38-4A3B4E4EAD68}
EndGlobalSection
EndGlobal