aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/ShiftOS.Server.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-12 11:21:20 -0500
committerMichael <[email protected]>2017-02-12 11:21:20 -0500
commit7f8f8b1c483e04abde8e849e8054a5ff4b651051 (patch)
tree955e3bca44bc0f51459f9faf1beb1c485cafa18c /ShiftOS.Server/ShiftOS.Server.csproj
parent177c22a24b419144af7a00d5970d04dc1618e0d7 (diff)
downloadshiftos_thereturn-7f8f8b1c483e04abde8e849e8054a5ff4b651051.tar.gz
shiftos_thereturn-7f8f8b1c483e04abde8e849e8054a5ff4b651051.tar.bz2
shiftos_thereturn-7f8f8b1c483e04abde8e849e8054a5ff4b651051.zip
Finish MUD Refactoring
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
-rw-r--r--ShiftOS.Server/ShiftOS.Server.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj
index dce2f20..ee12b2e 100644
--- a/ShiftOS.Server/ShiftOS.Server.csproj
+++ b/ShiftOS.Server/ShiftOS.Server.csproj
@@ -53,7 +53,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="Core.cs" />
<Compile Include="LegionManager.cs" />
+ <Compile Include="MemoManager.cs" />
<Compile Include="PongHighscores.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -64,6 +66,7 @@
</Compile>
<Compile Include="RemoteTerminal.cs" />
<Compile Include="SaveManager.cs" />
+ <Compile Include="ShiftnetBackend.cs" />
<Compile Include="ShopBackend.cs" />
</ItemGroup>
<ItemGroup>