-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx-demo.sln
44 lines (44 loc) · 2.25 KB
/
docfx-demo.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 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaseLib", "src\BaseLib\BaseLib.csproj", "{7224EE48-3B65-4327-A69C-5B58F12A064F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CatLib", "src\CatLib\CatLib.csproj", "{2835629B-AAAD-4369-8620-4C5166965630}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doc", "doc\Doc.csproj", "{5C2893D9-701E-4708-82C3-E0D21083800C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DEB75EF6-70A0-488D-858D-B1C8B0918794}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7224EE48-3B65-4327-A69C-5B58F12A064F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7224EE48-3B65-4327-A69C-5B58F12A064F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7224EE48-3B65-4327-A69C-5B58F12A064F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7224EE48-3B65-4327-A69C-5B58F12A064F}.Release|Any CPU.Build.0 = Release|Any CPU
{2835629B-AAAD-4369-8620-4C5166965630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2835629B-AAAD-4369-8620-4C5166965630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2835629B-AAAD-4369-8620-4C5166965630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2835629B-AAAD-4369-8620-4C5166965630}.Release|Any CPU.Build.0 = Release|Any CPU
{5C2893D9-701E-4708-82C3-E0D21083800C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C2893D9-701E-4708-82C3-E0D21083800C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C2893D9-701E-4708-82C3-E0D21083800C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C2893D9-701E-4708-82C3-E0D21083800C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF1F9345-C92F-4436-B212-EEC7028CE06B}
EndGlobalSection
EndGlobal