diff options
author | lbsa71 | 2007-04-11 07:57:03 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-11 07:57:03 +0000 |
commit | 8f5919bf6336ae7b6164f4419835d2478dabbe61 (patch) | |
tree | 1a5977974d936e099bce308f03d61e69e0451d5a /OpenSim.Storage.LocalStorageSQLite | |
parent | Adding BDB to prebuild, making BDB compile. (diff) | |
download | opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.zip opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.gz opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.bz2 opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.xz |
* nant building again
Diffstat (limited to 'OpenSim.Storage.LocalStorageSQLite')
-rw-r--r-- | OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj | 4 | ||||
-rw-r--r-- | OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj index 2932b51..a6facb9 100644 --- a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj +++ b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj | |||
@@ -70,8 +70,8 @@ | |||
70 | <HintPath>System.Data.dll</HintPath> | 70 | <HintPath>System.Data.dll</HintPath> |
71 | <Private>False</Private> | 71 | <Private>False</Private> |
72 | </Reference> | 72 | </Reference> |
73 | <Reference Include="System.Data.SQLite.DLL" > | 73 | <Reference Include="System.Data.SQLite.dll" > |
74 | <HintPath>..\bin\System.Data.SQLite.DLL</HintPath> | 74 | <HintPath>..\bin\System.Data.SQLite.dll</HintPath> |
75 | <Private>False</Private> | 75 | <Private>False</Private> |
76 | </Reference> | 76 | </Reference> |
77 | <Reference Include="libsecondlife.dll" > | 77 | <Reference Include="libsecondlife.dll" > |
diff --git a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build index fe62990..f3a6683 100644 --- a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build +++ b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build | |||
@@ -22,7 +22,7 @@ | |||
22 | <include name="System.dll" /> | 22 | <include name="System.dll" /> |
23 | <include name="System.Xml.dll" /> | 23 | <include name="System.Xml.dll" /> |
24 | <include name="System.Data.dll" /> | 24 | <include name="System.Data.dll" /> |
25 | <include name="System.Data.SQLite.DLL.dll" /> | 25 | <include name="../bin/System.Data.SQLite.dll" /> |
26 | <include name="../bin/libsecondlife.dll" /> | 26 | <include name="../bin/libsecondlife.dll" /> |
27 | <include name="../bin/OpenSim.Framework.dll" /> | 27 | <include name="../bin/OpenSim.Framework.dll" /> |
28 | <include name="../bin/OpenSim.Framework.Console.dll" /> | 28 | <include name="../bin/OpenSim.Framework.Console.dll" /> |