diff options
author | MW | 2007-02-03 19:51:52 +0000 |
---|---|---|
committer | MW | 2007-02-03 19:51:52 +0000 |
commit | 3a157273da7de6caa098ac4af406e37be02a1171 (patch) | |
tree | b30b6a30a7e84ebe2dcff80e9d0207b8495f1173 /Second-server.csproj | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-3a157273da7de6caa098ac4af406e37be02a1171.zip opensim-SC_OLD-3a157273da7de6caa098ac4af406e37be02a1171.tar.gz opensim-SC_OLD-3a157273da7de6caa098ac4af406e37be02a1171.tar.bz2 opensim-SC_OLD-3a157273da7de6caa098ac4af406e37be02a1171.tar.xz |
Added Basic Inventory support
Diffstat (limited to 'Second-server.csproj')
-rw-r--r-- | Second-server.csproj | 5 |
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 |