-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocHound.sln
65 lines (65 loc) · 4.31 KB
/
DocHound.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
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocHound", "DocHound\DocHound.csproj", "{25715F5F-247A-4516-90EB-DC30E7726591}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocHound.Interfaces", "DocHound.Interfaces\DocHound.Interfaces.csproj", "{5E9554CB-FB6E-497F-8DB5-9BBFFAB62EA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Topic Renderers", "Topic Renderers", "{7CE42800-AC30-4E47-A669-117BDE152221}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocHound.TopicRenderers.Html", "DocHound.TopicRenderers.Html\DocHound.TopicRenderers.Html.csproj", "{910163B1-AEF9-482A-8054-C84360DD5C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocHound.TopicRenderers.Markdown", "DocHound.TopicRenderers.Markdown\DocHound.TopicRenderers.Markdown.csproj", "{A3AE9E38-319F-47B1-AC12-24E0682C7E0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocHound.TopicRenderers.VisualStudioTeamSystem", "DocHound.TopicRenderers.VisualStudioTeamSystem\DocHound.TopicRenderers.VisualStudioTeamSystem.csproj", "{101CEAE5-E939-42B8-89AE-AA433B3D6471}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocHound.Tests", "DocHound.Tests\DocHound.Tests.csproj", "{3CFE9488-484D-4259-81AA-FF1A82614B1E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7A0B7DA4-85AF-4754-953D-39766595E430}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25715F5F-247A-4516-90EB-DC30E7726591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25715F5F-247A-4516-90EB-DC30E7726591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25715F5F-247A-4516-90EB-DC30E7726591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25715F5F-247A-4516-90EB-DC30E7726591}.Release|Any CPU.Build.0 = Release|Any CPU
{5E9554CB-FB6E-497F-8DB5-9BBFFAB62EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E9554CB-FB6E-497F-8DB5-9BBFFAB62EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E9554CB-FB6E-497F-8DB5-9BBFFAB62EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E9554CB-FB6E-497F-8DB5-9BBFFAB62EA5}.Release|Any CPU.Build.0 = Release|Any CPU
{910163B1-AEF9-482A-8054-C84360DD5C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{910163B1-AEF9-482A-8054-C84360DD5C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{910163B1-AEF9-482A-8054-C84360DD5C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{910163B1-AEF9-482A-8054-C84360DD5C80}.Release|Any CPU.Build.0 = Release|Any CPU
{A3AE9E38-319F-47B1-AC12-24E0682C7E0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3AE9E38-319F-47B1-AC12-24E0682C7E0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3AE9E38-319F-47B1-AC12-24E0682C7E0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3AE9E38-319F-47B1-AC12-24E0682C7E0D}.Release|Any CPU.Build.0 = Release|Any CPU
{101CEAE5-E939-42B8-89AE-AA433B3D6471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{101CEAE5-E939-42B8-89AE-AA433B3D6471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{101CEAE5-E939-42B8-89AE-AA433B3D6471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{101CEAE5-E939-42B8-89AE-AA433B3D6471}.Release|Any CPU.Build.0 = Release|Any CPU
{3CFE9488-484D-4259-81AA-FF1A82614B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CFE9488-484D-4259-81AA-FF1A82614B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CFE9488-484D-4259-81AA-FF1A82614B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CFE9488-484D-4259-81AA-FF1A82614B1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{910163B1-AEF9-482A-8054-C84360DD5C80} = {7CE42800-AC30-4E47-A669-117BDE152221}
{A3AE9E38-319F-47B1-AC12-24E0682C7E0D} = {7CE42800-AC30-4E47-A669-117BDE152221}
{101CEAE5-E939-42B8-89AE-AA433B3D6471} = {7CE42800-AC30-4E47-A669-117BDE152221}
{3CFE9488-484D-4259-81AA-FF1A82614B1E} = {7A0B7DA4-85AF-4754-953D-39766595E430}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECF405A6-4BC2-4A47-A583-0DF2C2551E17}
EndGlobalSection
EndGlobal