-
Notifications
You must be signed in to change notification settings - Fork 0
/
FeatureFlags.sln
42 lines (42 loc) · 2.39 KB
/
FeatureFlags.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureFlags", "src\FeatureFlags\FeatureFlags.csproj", "{B05C9660-173D-4C41-9B3F-B98AC59FB5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureFlags.Test", "test\FeatureFlags.Test\FeatureFlags.Test.csproj", "{74D87BF8-6754-4961-97F0-88C0502389C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{1736040B-45DB-4CDD-B713-6643B344AAD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureFlags.Sample", "samples\FeatureFlags.Sample\FeatureFlags.Sample.csproj", "{811BB548-B1A6-427D-A340-00482E205C75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B05C9660-173D-4C41-9B3F-B98AC59FB5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B05C9660-173D-4C41-9B3F-B98AC59FB5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B05C9660-173D-4C41-9B3F-B98AC59FB5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B05C9660-173D-4C41-9B3F-B98AC59FB5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{74D87BF8-6754-4961-97F0-88C0502389C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D87BF8-6754-4961-97F0-88C0502389C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D87BF8-6754-4961-97F0-88C0502389C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D87BF8-6754-4961-97F0-88C0502389C9}.Release|Any CPU.Build.0 = Release|Any CPU
{811BB548-B1A6-427D-A340-00482E205C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{811BB548-B1A6-427D-A340-00482E205C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{811BB548-B1A6-427D-A340-00482E205C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{811BB548-B1A6-427D-A340-00482E205C75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{811BB548-B1A6-427D-A340-00482E205C75} = {1736040B-45DB-4CDD-B713-6643B344AAD2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D04BB94C-A035-44E2-AEA2-AF59BD20422C}
EndGlobalSection
EndGlobal