-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotDocs.sln
43 lines (43 loc) · 2.57 KB
/
DotDocs.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 Version 17
VisualStudioVersion = 17.2.32314.265
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDocs", "src\DotDocs\DotDocs.csproj", "{0F6D424C-B7FE-4C33-B55D-6F28C6419469}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.DotDocs", "tests\Test.DotDocs\Test.DotDocs.csproj", "{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.DotDocs.Source.One", "tests\Data\src\Test.DotDocs.Source.One\Test.DotDocs.Source.One.csproj", "{22D250A0-0756-47CF-9F2D-B11EF11B1FAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.DotDocs.Run", "tests\Test.DotDocs.Run\Test.DotDocs.Run.csproj", "{11972A3D-60F4-4BE4-83A1-4E1390D2E33E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F6D424C-B7FE-4C33-B55D-6F28C6419469}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F6D424C-B7FE-4C33-B55D-6F28C6419469}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F6D424C-B7FE-4C33-B55D-6F28C6419469}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F6D424C-B7FE-4C33-B55D-6F28C6419469}.Release|Any CPU.Build.0 = Release|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Release|Any CPU.Build.0 = Release|Any CPU
{22D250A0-0756-47CF-9F2D-B11EF11B1FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D250A0-0756-47CF-9F2D-B11EF11B1FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D250A0-0756-47CF-9F2D-B11EF11B1FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D250A0-0756-47CF-9F2D-B11EF11B1FAF}.Release|Any CPU.Build.0 = Release|Any CPU
{11972A3D-60F4-4BE4-83A1-4E1390D2E33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11972A3D-60F4-4BE4-83A1-4E1390D2E33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11972A3D-60F4-4BE4-83A1-4E1390D2E33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11972A3D-60F4-4BE4-83A1-4E1390D2E33E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8D4AC44-2E49-4868-95CF-4D487556C85A}
EndGlobalSection
EndGlobal