This commit is contained in:
lbsa71
2007-07-08 12:10:32 +00:00
parent b14726a843
commit 4adf4c57d4
21 changed files with 71 additions and 132 deletions

View File

@@ -62,6 +62,10 @@
<HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenSim.Framework.Data" >
<HintPath>OpenSim.Framework.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" >
<HintPath>System.dll</HintPath>
<Private>False</Private>
@@ -80,12 +84,6 @@
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Data\OpenSim.Framework.Data.csproj">
<Name>OpenSim.Framework.Data</Name>
<Project>{36B72A9B-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="SQLiteGridData.cs">

View File

@@ -21,7 +21,7 @@
<include name="${project::get-base-directory()}/${build.dir}" />
</lib>
<include name="../../../bin/libsecondlife.dll" />
<include name="../../../bin/OpenSim.Framework.Data.dll" />
<include name="OpenSim.Framework.Data.dll" />
<include name="System.dll" />
<include name="System.Data.dll" />
<include name="../../../bin/System.Data.SQLite.dll" />