forked from Cysharp/ZLinq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZLinq.slnx
More file actions
26 lines (26 loc) · 1 KB
/
ZLinq.slnx
File metadata and controls
26 lines (26 loc) · 1 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
<Solution>
<Folder Name="/root/">
<File Path="README.md" />
<File Path="Directory.Build.props" />
<File Path=".gitignore" />
<File Path="exclusion.dic" />
<File Path=".editorconfig" />
</Folder>
<Folder Name="/sandbox/">
<Project Path="sandbox/Benchmark/Benchmark.csproj" />
<Project Path="sandbox/ConsoleApp/ConsoleApp.csproj" />
<Project Path="sandbox/ConsoleAppNativeAOT/ConsoleAppNativeAOT.csproj" />
<Project Path="sandbox/ConsoleAppNet6/ConsoleAppNet6.csproj" />
</Folder>
<Folder Name="/src/">
<Project Path="src/FileGen/FileGen.csproj" />
<Project Path="src/ZLinq.DropInGenerator/ZLinq.DropInGenerator.csproj" />
<Project Path="src/ZLinq.FileSystem/ZLinq.FileSystem.csproj" />
<Project Path="src/ZLinq.Godot/ZLinq.Godot.csproj" />
<Project Path="src/ZLinq.Json/ZLinq.Json.csproj" />
<Project Path="src/ZLinq/ZLinq.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ZLinq.Tests/ZLinq.Tests.csproj" />
</Folder>
</Solution>