aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Second-server.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Second-server.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/Second-server.csproj b/Second-server.csproj
index bb1c558..5f626d3 100644
--- a/Second-server.csproj
+++ b/Second-server.csproj
@@ -45,15 +45,16 @@
45 <Compile Include="Agent_Manager.cs" /> 45 <Compile Include="Agent_Manager.cs" />
46 <Compile Include="Controller.cs" /> 46 <Compile Include="Controller.cs" />
47 <Compile Include="Prim_manager.cs" /> 47 <Compile Include="Prim_manager.cs" />
48 <Compile Include="Texture_manager.cs" />
49 <Compile Include="Login_manager.cs" /> 48 <Compile Include="Login_manager.cs" />
50 <Compile Include="Physics_manager.cs" /> 49 <Compile Include="Physics_manager.cs" />
51 <Compile Include="Asset_manager.cs" />
52 <Compile Include="Script_manager.cs" /> 50 <Compile Include="Script_manager.cs" />
53 <Compile Include="Server.cs" /> 51 <Compile Include="Server.cs" />
54 <Compile Include="StorageManager.cs" /> 52 <Compile Include="StorageManager.cs" />
55 <Compile Include="GridManager.cs" /> 53 <Compile Include="GridManager.cs" />
56 <Compile Include="Globals.cs" /> 54 <Compile Include="Globals.cs" />
55 <Compile Include="InventoryManager.cs" />
56 <Compile Include="SceneGraphManager.cs" />
57 <Compile Include="AssetManagement.cs" />
57 </ItemGroup> 58 </ItemGroup>
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
59</Project> \ No newline at end of file 60</Project> \ No newline at end of file