-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignsOfAI.slnx
More file actions
27 lines (25 loc) · 1.3 KB
/
Copy pathSignsOfAI.slnx
File metadata and controls
27 lines (25 loc) · 1.3 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
<Solution>
<!--
src/SignsOfAI.Desktop is deliberately NOT listed here, and Visual Studio will offer to add it —
please don't. It is a WPF app on net10.0-windows, and three workflows build this solution on
ubuntu-latest (ci, codeql, nuget), so adding it turns all three red on the next push. Open
SignsOfAI.Desktop.slnx for desktop work; CI builds it in its own windows-latest job.
-->
<Folder Name="/src/">
<Project Path="src/SignsOfAI.Cli/SignsOfAI.Cli.csproj" />
<Project Path="src/SignsOfAI.Core/SignsOfAI.Core.csproj" />
<Project Path="src/SignsOfAI.Documents/SignsOfAI.Documents.csproj" />
<Project Path="src/SignsOfAI.Onnx/SignsOfAI.Onnx.csproj" />
<Project Path="src/SignsOfAI.Perplexity.Api/SignsOfAI.Perplexity.Api.csproj" />
<Project Path="src/SignsOfAI.UI/SignsOfAI.UI.csproj" />
<Project Path="src/SignsOfAI.Web/SignsOfAI.Web.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/SignsOfAI.Calibration/SignsOfAI.Calibration.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/SignsOfAI.Core.Tests/SignsOfAI.Core.Tests.csproj" />
<Project Path="tests/SignsOfAI.Documents.Tests/SignsOfAI.Documents.Tests.csproj" />
<Project Path="tests/SignsOfAI.Onnx.Tests/SignsOfAI.Onnx.Tests.csproj" />
</Folder>
</Solution>