-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCLROS.slnx
More file actions
27 lines (27 loc) · 1.07 KB
/
CLROS.slnx
File metadata and controls
27 lines (27 loc) · 1.07 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>
<Folder Name="/apps/">
<Project Path="apps/DiagnosticApp/DiagnosticApp.csproj" />
<Project Path="apps/FetchApp/FetchApp.csproj" />
<Project Path="apps/HelloSharpFs/HelloSharpFs.csproj" />
<Project Path="apps/MinimalApiSmoke/MinimalApiSmoke.csproj" />
<Project Path="apps/TinyHttpServer/TinyHttpServer.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/OS.Kernel/OS.Kernel.csproj" />
<Project Path="src/OS/OS.csproj" />
</Folder>
<Folder Name="/std/" />
<Folder Name="/std/no-runtime/" />
<Folder Name="/std/no-runtime/shared/">
<Project Path="std/no-runtime/shared/OS.Std.NoRuntime.Shared.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/OS.HostTests/OS.HostTests.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/OS.ImageBuilder/OS.ImageBuilder.csproj" />
<Project Path="tools/OS.LibvirtRunner/OS.LibvirtRunner.csproj" />
<Project Path="tools/OS.ManifestTool/OS.ManifestTool.csproj" />
<Project Path="tools/OS.QemuRunner/OS.QemuRunner.csproj" />
</Folder>
</Solution>