forked from ChrisFulstow/NBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNBlog.sln
34 lines (34 loc) · 1.93 KB
/
NBlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBlog.Tests", "NBlog.Tests\NBlog.Tests.csproj", "{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBlog.Web", "NBlog.Web\NBlog.Web.csproj", "{76786AF8-65CC-488C-A0C3-0418A989B044}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NBlog.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}.Release|Any CPU.Build.0 = Release|Any CPU
{76786AF8-65CC-488C-A0C3-0418A989B044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76786AF8-65CC-488C-A0C3-0418A989B044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76786AF8-65CC-488C-A0C3-0418A989B044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76786AF8-65CC-488C-A0C3-0418A989B044}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.Interception.2.1.505.2\lib\NET35;packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.WindowsAzure.Autoscaling.5.0.1118.2\lib\NET4;packages\EnterpriseLibrary.WindowsAzure.Autoscaling.5.0.1118.2\DesignTime
EndGlobalSection
EndGlobal