diff options
| author | Michael <[email protected]> | 2017-02-11 11:48:26 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 11:48:26 -0500 |
| commit | 8e2b00840a6a16a6da1eb4891a8364158884f0a8 (patch) | |
| tree | 505e9005b9e9a70de742273fe9be96acc75ce3f3 /ShiftOS.Server/ShiftOS.Server.csproj | |
| parent | f8a37dd1019b636b85fba364ce8768839061935c (diff) | |
| download | shiftos_thereturn-8e2b00840a6a16a6da1eb4891a8364158884f0a8.tar.gz shiftos_thereturn-8e2b00840a6a16a6da1eb4891a8364158884f0a8.tar.bz2 shiftos_thereturn-8e2b00840a6a16a6da1eb4891a8364158884f0a8.zip | |
MUD modularization work.
Diffstat (limited to 'ShiftOS.Server/ShiftOS.Server.csproj')
| -rw-r--r-- | ShiftOS.Server/ShiftOS.Server.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Server/ShiftOS.Server.csproj b/ShiftOS.Server/ShiftOS.Server.csproj index d68aa3e..8654d82 100644 --- a/ShiftOS.Server/ShiftOS.Server.csproj +++ b/ShiftOS.Server/ShiftOS.Server.csproj @@ -60,6 +60,8 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Include="RemoteTerminal.cs" /> + <Compile Include="SaveManager.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> |
