Renaming libsecondlife to OpenMetaverse, and SecondLife class to GridClient. This is the first in a series of changes to generalize the library away from referring to the trademarked platform of Second Life(tm), since we are Second Life(tm) and OpenSim compatible

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1947 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-07-21 21:12:59 +00:00
parent e901fd29b9
commit 488abc7e2d
221 changed files with 1383 additions and 1668 deletions

View File

@@ -46,9 +46,9 @@
<Compile Include="VisualParamGenerator.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libsecondlife.csproj">
<ProjectReference Include="..\OpenMetaverse.csproj">
<Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project>
<Name>libsecondlife</Name>
<Name>OpenMetaverse</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />