aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LocalStorage
diff options
context:
space:
mode:
authorMW2007-03-10 10:31:41 +0000
committerMW2007-03-10 10:31:41 +0000
commitaa4916988c36d8b8312c2d5579982770385c998a (patch)
tree0fbbc3a4b7d7f6e7064e9ca6b3122edc62a73694 /src/LocalStorage
parentUpdated Project files (diff)
downloadopensim-SC_OLD-aa4916988c36d8b8312c2d5579982770385c998a.zip
opensim-SC_OLD-aa4916988c36d8b8312c2d5579982770385c998a.tar.gz
opensim-SC_OLD-aa4916988c36d8b8312c2d5579982770385c998a.tar.bz2
opensim-SC_OLD-aa4916988c36d8b8312c2d5579982770385c998a.tar.xz
Another attempt to fix the project files
Diffstat (limited to 'src/LocalStorage')
-rw-r--r--src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj
index e57b547..d6cb22b 100644
--- a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj
+++ b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj
@@ -26,12 +26,12 @@
26 <ItemGroup> 26 <ItemGroup>
27 <Reference Include="System" /> 27 <Reference Include="System" />
28 <Reference Include="System.Xml" /> 28 <Reference Include="System.Xml" />
29 <Reference Include="Db4objects.Db4o"> 29 <Reference Include="libsecondlife">
30 <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> 30 <HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
31 <SpecificVersion>False</SpecificVersion> 31 <SpecificVersion>False</SpecificVersion>
32 </Reference> 32 </Reference>
33 <Reference Include="libsecondlife"> 33 <Reference Include="Db4objects.Db4o">
34 <HintPath>..\bin\libsecondlife.dll</HintPath> 34 <HintPath>..\..\..\bin\Db4objects.Db4o.dll</HintPath>
35 <SpecificVersion>False</SpecificVersion> 35 <SpecificVersion>False</SpecificVersion>
36 </Reference> 36 </Reference>
37 </ItemGroup> 37 </ItemGroup>