-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pilgaard.Blog.sln
44 lines (44 loc) · 2.29 KB
/
Pilgaard.Blog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3ECF841F-799B-41B0-823C-B642DE060366}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{2AC22BC6-52F4-4C11-83B3-B6AB4A593554}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilgaard.Blog.Tests", "tests\Pilgaard.Blog.Tests\Pilgaard.Blog.Tests.csproj", "{F1A9CA87-8425-441C-AA95-E63F149C8309}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilgaard.Blog", "src\Pilgaard.Blog\Pilgaard.Blog.csproj", "{6441739F-D94A-413B-8379-F3AAE0601CFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{893CB9CF-D2E9-48F1-96A5-AD83EF6122DB}"
ProjectSection(SolutionItems) = preProject
blogpost-ideas.md = blogpost-ideas.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1A9CA87-8425-441C-AA95-E63F149C8309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1A9CA87-8425-441C-AA95-E63F149C8309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1A9CA87-8425-441C-AA95-E63F149C8309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1A9CA87-8425-441C-AA95-E63F149C8309}.Release|Any CPU.Build.0 = Release|Any CPU
{6441739F-D94A-413B-8379-F3AAE0601CFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6441739F-D94A-413B-8379-F3AAE0601CFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6441739F-D94A-413B-8379-F3AAE0601CFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6441739F-D94A-413B-8379-F3AAE0601CFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1A9CA87-8425-441C-AA95-E63F149C8309} = {2AC22BC6-52F4-4C11-83B3-B6AB4A593554}
{6441739F-D94A-413B-8379-F3AAE0601CFB} = {3ECF841F-799B-41B0-823C-B642DE060366}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA83F183-BEDB-4FE2-8073-01B45B0A2ABA}
EndGlobalSection
EndGlobal