diff options
| author | Michael <[email protected]> | 2017-02-12 10:51:53 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 10:51:53 -0500 |
| commit | 110438929c855aec8fe1a4cc0b01ccad7ee3807d (patch) | |
| tree | af23414c9a456fccdfb476937160e7ab4254c1d0 /ShiftOS.Server/ShiftOS.Server.csproj | |
| parent | 88e84f74e1c352b5e24b088ba31cff9eb39964fb (diff) | |
| download | shiftos_thereturn-110438929c855aec8fe1a4cc0b01ccad7ee3807d.tar.gz shiftos_thereturn-110438929c855aec8fe1a4cc0b01ccad7ee3807d.tar.bz2 shiftos_thereturn-110438929c855aec8fe1a4cc0b01ccad7ee3807d.zip | |
More MUD refactoring (I'm almost done!)
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
| -rw-r--r-- | ShiftOS.Server/ShiftOS.Server.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj index 8654d82..dce2f20 100644 --- a/ShiftOS.Server/ShiftOS.Server.csproj +++ b/ShiftOS.Server/ShiftOS.Server.csproj @@ -53,6 +53,8 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="LegionManager.cs" /> + <Compile Include="PongHighscores.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -62,6 +64,7 @@ </Compile> <Compile Include="RemoteTerminal.cs" /> <Compile Include="SaveManager.cs" /> + <Compile Include="ShopBackend.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> |
