-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeviathan.slnx
More file actions
34 lines (34 loc) · 1.21 KB
/
Copy pathLeviathan.slnx
File metadata and controls
34 lines (34 loc) · 1.21 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
33
34
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/src/">
<Project Path="src/Leviathan.Core/Leviathan.Core.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Leviathan.UI/Leviathan.UI.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Leviathan.TUI/Leviathan.TUI.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Leviathan.TUI2/Leviathan.TUI2.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Leviathan.GUI/Leviathan.GUI.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Leviathan.Core.Tests/Leviathan.Core.Tests.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="tests/Leviathan.TUI.Tests/Leviathan.TUI.Tests.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="tests/Leviathan.GUI.Tests/Leviathan.GUI.Tests.csproj">
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
</Solution>