* Move GridInfoService into Framework.Communications and eliminate Common.Communications for now (since this was the only class in that project)

This commit is contained in:
Justin Clarke Casey
2008-08-16 20:42:43 +00:00
parent 79efe37a99
commit 992b04a23e
4 changed files with 2 additions and 28 deletions

View File

@@ -466,31 +466,6 @@
</Files>
</Project>
<Project name="OpenSim.Common.Communications" path="OpenSim/Common/Communications" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="Nini.dll" />
<Reference name="XMLRPC.dll"/>
<Reference name="log4net.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
<Configuration name="Debug">
<Options>