-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFieldCure.DocumentParsers.slnx
More file actions
33 lines (27 loc) · 1.28 KB
/
Copy pathFieldCure.DocumentParsers.slnx
File metadata and controls
33 lines (27 loc) · 1.28 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
<Solution>
<Configuration Solution="Debug|Any CPU" />
<Configuration Solution="Release|Any CPU" />
<Folder Name="/docs/">
<File Path="README.md" />
<File Path="RELEASENOTES.DocumentParsers.md" />
<File Path="RELEASENOTES.DocumentParsers.Imaging.md" />
<File Path="RELEASENOTES.DocumentParsers.Ocr.md" />
<File Path="RELEASENOTES.DocumentParsers.Audio.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/DocumentParsers/DocumentParsers.csproj" />
<Project Path="src/DocumentParsers.Imaging/DocumentParsers.Imaging.csproj" />
<Project Path="src/DocumentParsers.Ocr/DocumentParsers.Ocr.csproj" />
<Project Path="src/DocumentParsers.Audio/DocumentParsers.Audio.csproj" />
<Project Path="src/DocumentParsers.Cli/DocumentParsers.Cli.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="src/DocumentParsers.Tests/DocumentParsers.Tests.csproj" />
<Project Path="src/DocumentParsers.Imaging.Tests/DocumentParsers.Imaging.Tests.csproj" />
<Project Path="src/DocumentParsers.Ocr.Tests/DocumentParsers.Ocr.Tests.csproj" />
<Project Path="src/DocumentParsers.Audio.Tests/DocumentParsers.Audio.Tests.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/AudioBenchmark/AudioBenchmark.csproj" />
</Folder>
</Solution>