diff options
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 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> |
