-
Notifications
You must be signed in to change notification settings - Fork 0
/
FeatureSwitches.sln
43 lines (43 loc) · 2.65 KB
/
FeatureSwitches.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureSwitches.Test", "test\FeatureSwitches.Test\FeatureSwitches.Test.csproj", "{C4D0812B-92B3-4578-8B0A-6A289E83C8DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureSwitches", "src\FeatureSwitches\FeatureSwitches.csproj", "{54CD76AF-7D32-42E6-9213-C7D99328E9D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureSwitches.ServiceCollection", "src\FeatureSwitches.ServiceCollection\FeatureSwitches.ServiceCollection.csproj", "{AA6A9E05-C689-4A66-BCB5-AE4C3267FE4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FeatureSwitches.MSTest", "src\FeatureSwitches.MSTest\FeatureSwitches.MSTest.csproj", "{7814BA68-B2B9-461F-9705-671E5B439759}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4D0812B-92B3-4578-8B0A-6A289E83C8DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D0812B-92B3-4578-8B0A-6A289E83C8DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D0812B-92B3-4578-8B0A-6A289E83C8DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D0812B-92B3-4578-8B0A-6A289E83C8DD}.Release|Any CPU.Build.0 = Release|Any CPU
{54CD76AF-7D32-42E6-9213-C7D99328E9D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54CD76AF-7D32-42E6-9213-C7D99328E9D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54CD76AF-7D32-42E6-9213-C7D99328E9D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54CD76AF-7D32-42E6-9213-C7D99328E9D7}.Release|Any CPU.Build.0 = Release|Any CPU
{AA6A9E05-C689-4A66-BCB5-AE4C3267FE4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA6A9E05-C689-4A66-BCB5-AE4C3267FE4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA6A9E05-C689-4A66-BCB5-AE4C3267FE4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA6A9E05-C689-4A66-BCB5-AE4C3267FE4D}.Release|Any CPU.Build.0 = Release|Any CPU
{7814BA68-B2B9-461F-9705-671E5B439759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7814BA68-B2B9-461F-9705-671E5B439759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7814BA68-B2B9-461F-9705-671E5B439759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7814BA68-B2B9-461F-9705-671E5B439759}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7BF65E2F-4824-4C01-8E18-0274215AB790}
EndGlobalSection
EndGlobal