-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlogSimpleApplication.sln
More file actions
40 lines (40 loc) · 2.21 KB
/
BlogSimpleApplication.sln
File metadata and controls
40 lines (40 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogSimple.Web", "BlogSimple.Web\BlogSimple.Web.csproj", "{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogSimple.Model", "BlogSimple.Model\BlogSimple.Model.csproj", "{32826753-6EA5-4FC8-88CA-61780DE7E257}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogSimple.Tests", "BlogSimple.Tests\BlogSimple.Tests.csproj", "{18215306-7AED-4B03-BBCC-18D39107119C}"
ProjectSection(ProjectDependencies) = postProject
{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB} = {EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB939A45-EA4D-4A3A-A97D-AA17EDC610CB}.Release|Any CPU.Build.0 = Release|Any CPU
{32826753-6EA5-4FC8-88CA-61780DE7E257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32826753-6EA5-4FC8-88CA-61780DE7E257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32826753-6EA5-4FC8-88CA-61780DE7E257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32826753-6EA5-4FC8-88CA-61780DE7E257}.Release|Any CPU.Build.0 = Release|Any CPU
{18215306-7AED-4B03-BBCC-18D39107119C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18215306-7AED-4B03-BBCC-18D39107119C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18215306-7AED-4B03-BBCC-18D39107119C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18215306-7AED-4B03-BBCC-18D39107119C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {668A6BF8-F5B4-4655-AA19-6BDFCC4528B1}
EndGlobalSection
EndGlobal