forked from blogifierdotnet/Blogifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlogifier.sln
61 lines (61 loc) · 3.6 KB
/
Blogifier.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blogifier.Core", "Blogifier.Core\Blogifier.Core.csproj", "{DB627B64-B1CE-46DA-90A8-144F6CAA60D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB7E99A8-2A8A-4B33-B23C-1F1FA6DF7908}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blogifier.Web", "Blogifier.Web\Blogifier.Web.csproj", "{61F3CC98-A01E-44D4-9E5E-4099274CCCB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blogifier.Test", "Blogifier.Test\Blogifier.Test.csproj", "{45D9236F-4D1E-46C0-B38A-D97564EFFD67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Widgets", "Widgets", "{B93C150D-4EB4-405F-95C2-D8EBB8AE80DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Newsletter", "Packages\Widgets\Newsletter\Newsletter.csproj", "{634E6730-E284-4FE6-8209-F50D6966CA13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostList", "Packages\Widgets\PostList\PostList.csproj", "{9852B814-5D78-467B-A5E7-F42DA06C35DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB627B64-B1CE-46DA-90A8-144F6CAA60D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB627B64-B1CE-46DA-90A8-144F6CAA60D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB627B64-B1CE-46DA-90A8-144F6CAA60D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB627B64-B1CE-46DA-90A8-144F6CAA60D4}.Release|Any CPU.Build.0 = Release|Any CPU
{61F3CC98-A01E-44D4-9E5E-4099274CCCB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F3CC98-A01E-44D4-9E5E-4099274CCCB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F3CC98-A01E-44D4-9E5E-4099274CCCB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F3CC98-A01E-44D4-9E5E-4099274CCCB6}.Release|Any CPU.Build.0 = Release|Any CPU
{45D9236F-4D1E-46C0-B38A-D97564EFFD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D9236F-4D1E-46C0-B38A-D97564EFFD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D9236F-4D1E-46C0-B38A-D97564EFFD67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D9236F-4D1E-46C0-B38A-D97564EFFD67}.Release|Any CPU.Build.0 = Release|Any CPU
{634E6730-E284-4FE6-8209-F50D6966CA13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634E6730-E284-4FE6-8209-F50D6966CA13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634E6730-E284-4FE6-8209-F50D6966CA13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634E6730-E284-4FE6-8209-F50D6966CA13}.Release|Any CPU.Build.0 = Release|Any CPU
{9852B814-5D78-467B-A5E7-F42DA06C35DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9852B814-5D78-467B-A5E7-F42DA06C35DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9852B814-5D78-467B-A5E7-F42DA06C35DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9852B814-5D78-467B-A5E7-F42DA06C35DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{634E6730-E284-4FE6-8209-F50D6966CA13} = {B93C150D-4EB4-405F-95C2-D8EBB8AE80DB}
{9852B814-5D78-467B-A5E7-F42DA06C35DE} = {B93C150D-4EB4-405F-95C2-D8EBB8AE80DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A817A159-9B0A-47D5-B9A4-A4C6CDB9899A}
EndGlobalSection
EndGlobal