-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDotNetLab.slnx
More file actions
31 lines (31 loc) · 1.12 KB
/
DotNetLab.slnx
File metadata and controls
31 lines (31 loc) · 1.12 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
<Solution>
<Folder Name="/eng/">
<File Path="eng/build.sh" />
<File Path="eng/CopyDotNetDTs.targets" />
</Folder>
<Folder Name="/src/">
<Project Path="src/App/App.csproj" />
<Project Path="src/Compiler/Compiler.csproj" />
<Project Path="src/RazorAccess/RazorAccess.csproj" />
<Project Path="src/RoslynAccess/RoslynAccess.csproj" />
<Project Path="src/RoslynCodeStyleAccess/RoslynCodeStyleAccess.csproj" />
<Project Path="src/RoslynWorkspaceAccess/RoslynWorkspaceAccess.csproj" />
<Project Path="src/Server/Server.csproj" />
<Project Path="src/Shared/Shared.csproj" />
<Project Path="src/Worker/Worker.csproj" />
<Project Path="src/WorkerApi/WorkerApi.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/UnitTests/UnitTests.csproj" />
</Folder>
<Folder Name="/_/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path=".globalconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
</Solution>