-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFAI.slnx
More file actions
32 lines (32 loc) · 1.89 KB
/
FAI.slnx
File metadata and controls
32 lines (32 loc) · 1.89 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
<Solution>
<Folder Name="/Examples/">
<Project Path="Examples/ServiceDefaults\ServiceDefaults.csproj" />
</Folder>
<Folder Name="/Examples/MultipleChoice/">
<Project Path="Examples/MultipleChoice/Example.MultipleChoice.Console/Example.MultipleChoice.Console.csproj" />
<Project Path="Examples/MultipleChoice/Example.MultipleChoice.Model/Example.MultipleChoice.Model.csproj" />
</Folder>
<Folder Name="/Examples/SentimentInference/">
<Project Path="Examples/SentimentInference/Example.SentimentInference.Api/Example.SentimentInference.Api.csproj" />
<Project Path="Examples/SentimentInference/Example.SentimentInference.Console/Example.SentimentInference.Console.csproj" />
<Project Path="Examples/SentimentInference/Example.SentimentInference.Model/Example.SentimentInference.Model.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/FAI.Core.Extensions.DI/FAI.Core.Extensions.DI.csproj" />
<Project Path="src/FAI.Core/FAI.Core.csproj" />
<Project Path="src/FAI.NLP.Extensions.DI/FAI.NLP.Extensions.DI.csproj" />
<Project Path="src/FAI.NLP/FAI.NLP.csproj" />
<Project Path="src/FAI.Onnx/FAI.Onnx.csproj" />
<Project Path="src/FAI.Vision/FAI.Vision.csproj" />
<Project Path="src\FAI.Extensions.Evaluation\FAI.Extensions.Evaluation.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/FAI.Core.Extensions.DI.Tests/FAI.Core.Extensions.DI.Tests.csproj" />
<Project Path="test/FAI.Core.Tests/FAI.Core.Tests.csproj" />
<Project Path="test/FAI.Extensions.Evaluation.Tests/FAI.Extensions.Evaluation.Tests.csproj" />
<Project Path="test/FAI.NLP.Extensions.DI.Tests/FAI.NLP.Extensions.DI.Tests.csproj" />
<Project Path="test/FAI.NLP.Tests/FAI.NLP.Tests.csproj" />
<Project Path="test/FAI.Onnx.Tests/FAI.Onnx.Tests.csproj" />
<Project Path="test/FAI.IntegrationTests/FAI.IntegrationTests.csproj" />
</Folder>
</Solution>