Fixed the solution file to point to the updated location of the IA_* example projects

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@298 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-10-16 04:26:06 +00:00
parent 115b29a077
commit 2f4aaf31d1
3 changed files with 16 additions and 16 deletions

View File

@@ -39,11 +39,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\libsecondlife-cs\examples\IA_SimpleInventory\IA_SimpleInventory.csproj">
<ProjectReference Include="..\IA_SimpleInventory\IA_SimpleInventory.csproj">
<Project>{E464B963-46E3-4E1A-A36F-9C640C880E68}</Project>
<Name>IA_SimpleInventory</Name>
</ProjectReference>
<ProjectReference Include="..\..\libsecondlife-cs\libsecondlife.csproj">
<ProjectReference Include="..\..\libsecondlife.csproj">
<Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project>
<Name>libsecondlife</Name>
</ProjectReference>