This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCollector Common FeatureFlags LaunchDarkly.sln
55 lines (55 loc) · 3.48 KB
/
Collector Common FeatureFlags LaunchDarkly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{478F2C45-1C50-4714-91A9-4296DA54DDA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6F2CD49A-14E3-4335-B810-55772F768DC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collector.Common.FeatureFlags.LaunchDarkly.Tests", "test\Collector.Common.FeatureFlags.LaunchDarkly.Tests\Collector.Common.FeatureFlags.LaunchDarkly.Tests.csproj", "{431F23CC-80BC-4A3B-81CA-571586C81151}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Collector.Common.FeatureFlags.LaunchDarkly", "src\Collector.Common.FeatureFlags.LaunchDarkly\Collector.Common.FeatureFlags.LaunchDarkly.csproj", "{5A6EAD47-C368-48F4-B360-3F3D493F790E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{6B928358-03D0-48C1-87DF-E211F3AA9BE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.NetCore", "examples\Example.NetCore\Example.NetCore.csproj", "{6F963BDB-A8A0-4758-BA60-3C1C116656D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Framework", "examples\Example.Framework\Example.Framework.csproj", "{2546D398-4995-4FBD-8276-2B75CA86DB64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{431F23CC-80BC-4A3B-81CA-571586C81151}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{431F23CC-80BC-4A3B-81CA-571586C81151}.Debug|Any CPU.Build.0 = Debug|Any CPU
{431F23CC-80BC-4A3B-81CA-571586C81151}.Release|Any CPU.ActiveCfg = Release|Any CPU
{431F23CC-80BC-4A3B-81CA-571586C81151}.Release|Any CPU.Build.0 = Release|Any CPU
{5A6EAD47-C368-48F4-B360-3F3D493F790E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6EAD47-C368-48F4-B360-3F3D493F790E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6EAD47-C368-48F4-B360-3F3D493F790E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6EAD47-C368-48F4-B360-3F3D493F790E}.Release|Any CPU.Build.0 = Release|Any CPU
{6F963BDB-A8A0-4758-BA60-3C1C116656D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F963BDB-A8A0-4758-BA60-3C1C116656D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F963BDB-A8A0-4758-BA60-3C1C116656D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F963BDB-A8A0-4758-BA60-3C1C116656D0}.Release|Any CPU.Build.0 = Release|Any CPU
{2546D398-4995-4FBD-8276-2B75CA86DB64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2546D398-4995-4FBD-8276-2B75CA86DB64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2546D398-4995-4FBD-8276-2B75CA86DB64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2546D398-4995-4FBD-8276-2B75CA86DB64}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{431F23CC-80BC-4A3B-81CA-571586C81151} = {6F2CD49A-14E3-4335-B810-55772F768DC3}
{5A6EAD47-C368-48F4-B360-3F3D493F790E} = {478F2C45-1C50-4714-91A9-4296DA54DDA6}
{6F963BDB-A8A0-4758-BA60-3C1C116656D0} = {6B928358-03D0-48C1-87DF-E211F3AA9BE7}
{2546D398-4995-4FBD-8276-2B75CA86DB64} = {6B928358-03D0-48C1-87DF-E211F3AA9BE7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E98B08F-FF20-451E-9E79-F6FBD34F1E67}
EndGlobalSection
EndGlobal