-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdocNet.slnx
More file actions
52 lines (52 loc) · 3.04 KB
/
Copy pathAdocNet.slnx
File metadata and controls
52 lines (52 loc) · 3.04 KB
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
<Solution>
<Folder Name="/src/">
<Project Path="src/AdocNet/AdocNet.csproj" />
<Project Path="src/AdocNet.Ast/AdocNet.Ast.csproj" />
<Project Path="src/AdocNet.Converters.Html/AdocNet.Converters.Html.csproj" />
<Project Path="src/AdocNet.Converters.DocBook/AdocNet.Converters.DocBook.csproj" />
<Project Path="src/AdocNet.Converters.Pdf/AdocNet.Converters.Pdf.csproj" />
<Project Path="src/AdocNet.Converters.Epub/AdocNet.Converters.Epub.csproj" />
<Project Path="src/AdocNet.Converters.Man/AdocNet.Converters.Man.csproj" />
<Project Path="src/AdocNet.Converters.Revealjs/AdocNet.Converters.Revealjs.csproj" />
<Project Path="src/AdocNet.Core/AdocNet.Core.csproj" />
<Project Path="src/AdocNet.Parser/AdocNet.Parser.csproj" />
<Project Path="src/AdocNet.LanguageServer/AdocNet.LanguageServer.csproj" />
<Project Path="src/AdocNet.Layout/AdocNet.Layout.csproj" />
<Project Path="src/AdocNet.Avalonia/AdocNet.Avalonia.csproj" />
<Project Path="src/AdocNet.Emitter/AdocNet.Emitter.csproj" />
<Project Path="src/AdocNet.Importers.Docx/AdocNet.Importers.Docx.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/AdocNet.Tests/AdocNet.Tests.csproj" />
<Project Path="tests/AdocNet.Layout.Tests/AdocNet.Layout.Tests.csproj" />
<Project Path="tests/AdocNet.Emitter.Tests/AdocNet.Emitter.Tests.csproj" />
<Project Path="tests/AdocNet.Importers.Docx.Tests/AdocNet.Importers.Docx.Tests.csproj" />
<Project Path="tests/AdocNet.Avalonia.Editor.Tests/AdocNet.Avalonia.Editor.Tests.csproj" />
<Project Path="tests/AdocNet.TestExtension/AdocNet.TestExtension.csproj" />
<Project Path="tests/AdocNet.TestEmptyExtension/AdocNet.TestEmptyExtension.csproj" />
<Project Path="tests/AdocNet.TestSignedExtension/AdocNet.TestSignedExtension.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="src/AdocNet.Cli/AdocNet.Cli.csproj" />
<Project Path="src/AdocNet.Cli.Pdf/AdocNet.Cli.Pdf.csproj" />
<Project Path="src/AdocNet.Cli.Epub/AdocNet.Cli.Epub.csproj" />
<Project Path="src/AdocNet.Cli.DocBook/AdocNet.Cli.DocBook.csproj" />
<Project Path="src/AdocNet.Cli.Man/AdocNet.Cli.Man.csproj" />
<Project Path="src/AdocNet.Cli.Revealjs/AdocNet.Cli.Revealjs.csproj" />
<Project Path="src/AdocNet.Cli.Docx/AdocNet.Cli.Docx.csproj" />
<Project Path="tools/DifferentialTester/DifferentialTester.csproj" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/AdocNet.Benchmarks/AdocNet.Benchmarks.csproj" />
</Folder>
<Folder Name="/examples/">
<Project Path="examples/BasicUsage/BasicUsage.csproj" />
<Project Path="examples/CustomIncludeReader/CustomIncludeReader.csproj" />
<Project Path="examples/CustomRenderer/CustomRenderer.csproj" />
<Project Path="examples/ExtensionTemplate/ExtensionTemplate.csproj" />
</Folder>
<Folder Name="/samples/">
<Project Path="samples/AdocNet.Avalonia.Viewer/AdocNet.Avalonia.Viewer.csproj" />
<Project Path="samples/AdocNet.Avalonia.Editor/AdocNet.Avalonia.Editor.csproj" />
</Folder>
</Solution>