-
Notifications
You must be signed in to change notification settings - Fork 0
/
blazey.features.sln
35 lines (35 loc) · 1.67 KB
/
blazey.features.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "features", "features\features.csproj", "{341462FA-EA2E-40AF-AB0C-A1EBA6C66C39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "features.specs", "features.specs\features.specs.csproj", "{6625E1C5-1499-47DD-8992-1B02AE324A0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{341462FA-EA2E-40AF-AB0C-A1EBA6C66C39}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{341462FA-EA2E-40AF-AB0C-A1EBA6C66C39}.Debug|Any CPU.Build.0 = Release|Any CPU
{341462FA-EA2E-40AF-AB0C-A1EBA6C66C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{341462FA-EA2E-40AF-AB0C-A1EBA6C66C39}.Release|Any CPU.Build.0 = Release|Any CPU
{6625E1C5-1499-47DD-8992-1B02AE324A0B}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6625E1C5-1499-47DD-8992-1B02AE324A0B}.Debug|Any CPU.Build.0 = Release|Any CPU
{6625E1C5-1499-47DD-8992-1B02AE324A0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6625E1C5-1499-47DD-8992-1B02AE324A0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = features\features.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal