-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathStatiq.Docs.sln
45 lines (45 loc) · 2.62 KB
/
Statiq.Docs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{321DAC19-C195-4D8F-89E2-DF6EB1C8874A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Statiq.Docs", "src\Statiq.Docs\Statiq.Docs.csproj", "{567B5D3B-6093-4405-9A6A-466E0FB316EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statiq.Docs.Templates", "src\Statiq.Docs.Templates\Statiq.Docs.Templates.csproj", "{1A749683-7702-4D24-A14E-AC5A83803846}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{73F82A2D-EEAE-4079-9870-4628DE69D99F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statiq.Docs.Tests", "tests\Statiq.Docs.Tests\Statiq.Docs.Tests.csproj", "{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{567B5D3B-6093-4405-9A6A-466E0FB316EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{567B5D3B-6093-4405-9A6A-466E0FB316EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{567B5D3B-6093-4405-9A6A-466E0FB316EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{567B5D3B-6093-4405-9A6A-466E0FB316EB}.Release|Any CPU.Build.0 = Release|Any CPU
{1A749683-7702-4D24-A14E-AC5A83803846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A749683-7702-4D24-A14E-AC5A83803846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A749683-7702-4D24-A14E-AC5A83803846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A749683-7702-4D24-A14E-AC5A83803846}.Release|Any CPU.Build.0 = Release|Any CPU
{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{567B5D3B-6093-4405-9A6A-466E0FB316EB} = {321DAC19-C195-4D8F-89E2-DF6EB1C8874A}
{1A749683-7702-4D24-A14E-AC5A83803846} = {321DAC19-C195-4D8F-89E2-DF6EB1C8874A}
{8097207F-AE90-47FF-9FBE-8BE86F0E1F7F} = {73F82A2D-EEAE-4079-9870-4628DE69D99F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B27D5581-8707-47FB-9411-C4FE433B0CBD}
EndGlobalSection
EndGlobal