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
34 lines (34 loc) · 1.83 KB
/
NBlog.sln
File metadata and controls
34 lines (34 loc) · 1.83 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
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.Lib", "NBlog.Lib\NBlog.Lib.csproj", "{093D2FDF-2411-461F-8D74-DFC3B84B050C}"
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
{093D2FDF-2411-461F-8D74-DFC3B84B050C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{093D2FDF-2411-461F-8D74-DFC3B84B050C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{093D2FDF-2411-461F-8D74-DFC3B84B050C}.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
EndGlobal