-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFeatureController.sln
More file actions
51 lines (51 loc) · 2.8 KB
/
FeatureController.sln
File metadata and controls
51 lines (51 loc) · 2.8 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeatureController", "FeatureController\FeatureController.csproj", "{FE4C9C0B-0FDC-43FC-AABF-A9B1ED0A96BE}"
ProjectSection(ProjectDependencies) = postProject
{43ACAD3E-D776-44EA-8806-A1ADE69EE914} = {43ACAD3E-D776-44EA-8806-A1ADE69EE914}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeatureController.Features.Bar", "FeatureController.Bar\FeatureController.Features.Bar.csproj", "{43ACAD3E-D776-44EA-8806-A1ADE69EE914}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{77E9943E-F474-4524-B77D-3494072CC1FE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CC674E5-7FCB-4386-80AA-F101433F17A6}"
ProjectSection(SolutionItems) = preProject
.deployment = .deployment
AzureContinuousDeployment.11.xaml = AzureContinuousDeployment.11.xaml
IISExpressSettings.txt = IISExpressSettings.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FeatureController.Common", "FeatureController.Common\FeatureController.Common.csproj", "{9A4D875E-60FD-4B85-9FCA-01B62DCCD484}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE4C9C0B-0FDC-43FC-AABF-A9B1ED0A96BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE4C9C0B-0FDC-43FC-AABF-A9B1ED0A96BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE4C9C0B-0FDC-43FC-AABF-A9B1ED0A96BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE4C9C0B-0FDC-43FC-AABF-A9B1ED0A96BE}.Release|Any CPU.Build.0 = Release|Any CPU
{43ACAD3E-D776-44EA-8806-A1ADE69EE914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43ACAD3E-D776-44EA-8806-A1ADE69EE914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43ACAD3E-D776-44EA-8806-A1ADE69EE914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43ACAD3E-D776-44EA-8806-A1ADE69EE914}.Release|Any CPU.Build.0 = Release|Any CPU
{9A4D875E-60FD-4B85-9FCA-01B62DCCD484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4D875E-60FD-4B85-9FCA-01B62DCCD484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4D875E-60FD-4B85-9FCA-01B62DCCD484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4D875E-60FD-4B85-9FCA-01B62DCCD484}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal