aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorMW2007-06-12 16:06:14 +0000
committerMW2007-06-12 16:06:14 +0000
commit29a84253422dd5390c9e0c9971457b860ecb2284 (patch)
tree960668101c26d0f2893905bfabf652ddade80735 /Common/OpenSim.Framework/OpenSim.Framework.csproj
parentDeleted ClientView.Grid.cs (Unused). (diff)
downloadopensim-SC_OLD-29a84253422dd5390c9e0c9971457b860ecb2284.zip
opensim-SC_OLD-29a84253422dd5390c9e0c9971457b860ecb2284.tar.gz
opensim-SC_OLD-29a84253422dd5390c9e0c9971457b860ecb2284.tar.bz2
opensim-SC_OLD-29a84253422dd5390c9e0c9971457b860ecb2284.tar.xz
Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are currently unused and would need rewriting when we do get .net remoting added.
Fixed compile error that happened due to the deleting of ClientView.Grid.
Diffstat (limited to 'Common/OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj18
1 files changed, 0 insertions, 18 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index f0292e6..5a993f5 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -159,24 +159,6 @@
159 <Compile Include="Interfaces\Config\IUserConfig.cs"> 159 <Compile Include="Interfaces\Config\IUserConfig.cs">
160 <SubType>Code</SubType> 160 <SubType>Code</SubType>
161 </Compile> 161 </Compile>
162 <Compile Include="Interfaces\Remoting\IGridServerHost.cs">
163 <SubType>Code</SubType>
164 </Compile>
165 <Compile Include="Interfaces\Remoting\IProxyServerClient.cs">
166 <SubType>Code</SubType>
167 </Compile>
168 <Compile Include="Interfaces\Remoting\IProxyServerHost.cs">
169 <SubType>Code</SubType>
170 </Compile>
171 <Compile Include="Interfaces\Remoting\IRegionGridClient.cs">
172 <SubType>Code</SubType>
173 </Compile>
174 <Compile Include="Interfaces\Remoting\IRegionSimHost.cs">
175 <SubType>Code</SubType>
176 </Compile>
177 <Compile Include="Interfaces\Remoting\RegionGridClientBase.cs">
178 <SubType>Code</SubType>
179 </Compile>
180 <Compile Include="Interfaces\Scripting\IScriptAPI.cs"> 162 <Compile Include="Interfaces\Scripting\IScriptAPI.cs">
181 <SubType>Code</SubType> 163 <SubType>Code</SubType>
182 </Compile> 164 </Compile>