-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTombLauncher.slnx
More file actions
26 lines (26 loc) · 1.06 KB
/
TombLauncher.slnx
File metadata and controls
26 lines (26 loc) · 1.06 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>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/deploy/">
<File Path="deploy/app.metainfo.xml" />
<File Path="deploy/tomb-launcher-icon.256x256.png" />
<File Path="deploy/tomb-launcher-icon.ico" />
<File Path="deploy/tomblauncher.desktop" />
<File Path="deploy/installer-script.iss" />
<File Path="deploy/TombLauncher.pupnet.conf" />
</Folder>
<Folder Name="/src/">
<Project Path="src/TombLauncher.Contracts/TombLauncher.Contracts.csproj" />
<Project Path="src/TombLauncher.Controls/TombLauncher.Controls.csproj" />
<Project Path="src/TombLauncher.Core/TombLauncher.Core.csproj" />
<Project Path="src/TombLauncher.Data/TombLauncher.Data.csproj" />
<Project Path="src/TombLauncher.Localization/TombLauncher.Localization.csproj" />
<Project Path="src/TombLauncher/TombLauncher.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/TombLauncher.Tests/TombLauncher.Tests.csproj" />
</Folder>
</Solution>