forked from ChrisFulstow/NBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNBlog.sln
More file actions
32 lines (32 loc) · 1.84 KB
/
Copy pathNBlog.sln
File metadata and controls
32 lines (32 loc) · 1.84 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBlog.Web", "NBlog.Web\NBlog.Web.csproj", "{980CCF7B-946B-41D2-9F71-4EDC4E04AEAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBlog.Tests", "NBlog.Tests\NBlog.Tests.csproj", "{DF1D802E-F26B-4A53-8BFD-9B75BF8FB87C}"
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
{980CCF7B-946B-41D2-9F71-4EDC4E04AEAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{980CCF7B-946B-41D2-9F71-4EDC4E04AEAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{980CCF7B-946B-41D2-9F71-4EDC4E04AEAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{980CCF7B-946B-41D2-9F71-4EDC4E04AEAD}.Release|Any CPU.Build.0 = Release|Any CPU
{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
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