-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFeatureGates.sln
43 lines (43 loc) · 2.5 KB
/
FeatureGates.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{CD9FC378-8188-481D-B564-F266D73BD5F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "Sources\ExampleApp\ExampleApp.csproj", "{E4576521-6023-4437-850C-7CC09123AF0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeatureGates", "Sources\FeatureGates\FeatureGates.csproj", "{DD44D84D-4E67-41A2-9AB5-230E0249CDA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8DD6DBEB-7536-40CB-87B3-B98481805398}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeatureGates.UnitTests", "Tests\FeatureGates.UnitTests\FeatureGates.UnitTests.csproj", "{401B4393-F400-494B-823C-19208D36C2F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4576521-6023-4437-850C-7CC09123AF0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4576521-6023-4437-850C-7CC09123AF0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4576521-6023-4437-850C-7CC09123AF0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4576521-6023-4437-850C-7CC09123AF0C}.Release|Any CPU.Build.0 = Release|Any CPU
{DD44D84D-4E67-41A2-9AB5-230E0249CDA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD44D84D-4E67-41A2-9AB5-230E0249CDA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD44D84D-4E67-41A2-9AB5-230E0249CDA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD44D84D-4E67-41A2-9AB5-230E0249CDA8}.Release|Any CPU.Build.0 = Release|Any CPU
{401B4393-F400-494B-823C-19208D36C2F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401B4393-F400-494B-823C-19208D36C2F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401B4393-F400-494B-823C-19208D36C2F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401B4393-F400-494B-823C-19208D36C2F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E4576521-6023-4437-850C-7CC09123AF0C} = {CD9FC378-8188-481D-B564-F266D73BD5F5}
{DD44D84D-4E67-41A2-9AB5-230E0249CDA8} = {CD9FC378-8188-481D-B564-F266D73BD5F5}
{401B4393-F400-494B-823C-19208D36C2F0} = {8DD6DBEB-7536-40CB-87B3-B98481805398}
EndGlobalSection
EndGlobal