-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkoth.slnx
More file actions
22 lines (22 loc) · 1.04 KB
/
koth.slnx
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Solution>
<Configurations>
<Platform Name="Any CPU" />
</Configurations>
<Project Path="Code/koth.csproj" />
<Folder Name="/Addons/">
<Project Path="../sbox-plus/game/addons/base/code/Base Library.csproj" />
</Folder>
<Folder Name="/Libraries/">
<Project Path="Libraries/facepunch.jigglebones/Code/jigglebones.csproj" />
<Project Path="Libraries/facepunch.libevents/Code/libevents.csproj" />
<Project Path="Libraries/facepunch.libevents/UnitTests/libevents.unittest.csproj" />
</Folder>
<Folder Name="/Tools/">
<Project Path="../sbox-plus/game/addons/tools/Code/Base Editor Library.csproj" />
<Project Path="../sbox-plus/game/editor/ActionGraph/Code/actiongraph.csproj" />
<Project Path="../sbox-plus/game/editor/DooEditor/Code/dooeditor.csproj" />
<Project Path="../sbox-plus/game/editor/Hammer/Code/hammer.csproj" />
<Project Path="../sbox-plus/game/editor/MovieMaker/Code/moviemaker.csproj" />
<Project Path="../sbox-plus/game/editor/ShaderGraph/Code/shadergraph.csproj" />
</Folder>
</Solution>