-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathBlogPlayground.sln
43 lines (43 loc) · 2.61 KB
/
BlogPlayground.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
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogPlayground", "BlogPlayground\BlogPlayground.csproj", "{0723636E-4E08-41FA-AF4A-5A0FF9EFD926}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlogPlayground.Test", "BlogPlayground.Test\BlogPlayground.Test.csproj", "{B2C5E0EA-80B2-4128-B67F-0CBFB0D9BB1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogPlayground.IntegrationTest", "BlogPlayground.IntegrationTest\BlogPlayground.IntegrationTest.csproj", "{AA518DB8-5510-4C6A-B326-A119E72871AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlogPlayground.E2ETest", "BlogPlayground.E2ETest\BlogPlayground.E2ETest.csproj", "{1E5151B3-87F3-4843-BE91-1F637279197E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0723636E-4E08-41FA-AF4A-5A0FF9EFD926}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0723636E-4E08-41FA-AF4A-5A0FF9EFD926}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0723636E-4E08-41FA-AF4A-5A0FF9EFD926}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0723636E-4E08-41FA-AF4A-5A0FF9EFD926}.Release|Any CPU.Build.0 = Release|Any CPU
{B2C5E0EA-80B2-4128-B67F-0CBFB0D9BB1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C5E0EA-80B2-4128-B67F-0CBFB0D9BB1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C5E0EA-80B2-4128-B67F-0CBFB0D9BB1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C5E0EA-80B2-4128-B67F-0CBFB0D9BB1F}.Release|Any CPU.Build.0 = Release|Any CPU
{AA518DB8-5510-4C6A-B326-A119E72871AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA518DB8-5510-4C6A-B326-A119E72871AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA518DB8-5510-4C6A-B326-A119E72871AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA518DB8-5510-4C6A-B326-A119E72871AE}.Release|Any CPU.Build.0 = Release|Any CPU
{1E5151B3-87F3-4843-BE91-1F637279197E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5151B3-87F3-4843-BE91-1F637279197E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5151B3-87F3-4843-BE91-1F637279197E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5151B3-87F3-4843-BE91-1F637279197E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1572A51A-994A-4748-917D-95D14E2C6194}
EndGlobalSection
EndGlobal