From 1747d49d71b73fb9457dac46f64bfd3163076a7a Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 11 Apr 2007 07:33:14 +0000 Subject: * built binaries, pdb's and user files should not be under version control. * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files --- .../OpenSim.Storage.LocalStorageSQLite.csproj | 132 ++++++++++++++------- .../OpenSim.Storage.LocalStorageSQLite.dll.build | 46 +++++++ .../bin/Debug/Db4objects.Db4o.dll | Bin 593408 -> 0 bytes .../bin/Debug/OpenSim.Framework.Console.dll | Bin 20480 -> 0 bytes .../bin/Debug/OpenSim.Framework.Console.pdb | Bin 15872 -> 0 bytes .../bin/Debug/OpenSim.Framework.dll | Bin 40960 -> 0 bytes .../bin/Debug/OpenSim.Framework.pdb | Bin 60928 -> 0 bytes .../Debug/OpenSim.Storage.LocalStorageSQLite.dll | Bin 20480 -> 0 bytes .../Debug/OpenSim.Storage.LocalStorageSQLite.pdb | Bin 13824 -> 0 bytes .../bin/Debug/System.Data.SQLite.DLL | Bin 568832 -> 0 bytes .../bin/Debug/libsecondlife.dll | Bin 2338816 -> 0 bytes .../bin/System.Data.SQLite.DLL | Bin 568832 -> 0 bytes .../bin/libsecondlife.dll | Bin 2338816 -> 0 bytes .../Debug/OpenSim.Storage.LocalStorageSQLite.dll | Bin 20480 -> 0 bytes .../Debug/OpenSim.Storage.LocalStorageSQLite.pdb | Bin 13824 -> 0 bytes ....Storage.LocalStorageSQLite.csproj.FileList.txt | 12 -- 16 files changed, 135 insertions(+), 55 deletions(-) create mode 100644 OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/Db4objects.Db4o.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.pdb delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.pdb delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.pdb delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/System.Data.SQLite.DLL delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/Debug/libsecondlife.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/System.Data.SQLite.DLL delete mode 100644 OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.dll delete mode 100644 OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.pdb delete mode 100644 OpenSim.Storage.LocalStorageSQLite/obj/OpenSim.Storage.LocalStorageSQLite.csproj.FileList.txt (limited to 'OpenSim.Storage.LocalStorageSQLite') diff --git a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj index 615ea58..2932b51 100644 --- a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj +++ b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.csproj @@ -1,65 +1,111 @@ - + - Debug - AnyCPU + Local 8.0.50727 2.0 - {2D49BA72-FF23-41EF-987C-0D6643FBE727} + {6B20B603-0000-0000-0000-000000000000} + Debug + AnyCPU + + + + OpenSim.Storage.LocalStorageSQLite + JScript + Grid + IE50 + false Library - Properties + OpenSim.Storage.LocalStorageSQLite - OpenSim.Storage.LocalStorageSQLite + + + - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt + False + 285212672 + False + + + TRACE;DEBUG + + True + 4096 + False + ..\bin\ + False + False + False 4 + - pdbonly - true - bin\Release\ + False + 285212672 + False + + TRACE - prompt + + False + 4096 + True + ..\bin\ + False + False + False 4 + - - False - bin\libsecondlife.dll + + System.dll + False - - - - False - bin\System.Data.SQLite.DLL + + System.Xml.dll + False + + + System.Data.dll + False + + + ..\bin\System.Data.SQLite.DLL + False + + + ..\bin\libsecondlife.dll + False - - - - - - - {A7CD0630-0000-0000-0000-000000000000} - OpenSim.Framework.Console - - {8ACA2445-0000-0000-0000-000000000000} OpenSim.Framework + {8ACA2445-0000-0000-0000-000000000000} + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + False + + + OpenSim.Framework.Console + {A7CD0630-0000-0000-0000-000000000000} + {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + False - - - \ No newline at end of file + + + Code + + + Code + + + + + + + + + + diff --git a/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build new file mode 100644 index 0000000..fe62990 --- /dev/null +++ b/OpenSim.Storage.LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/Db4objects.Db4o.dll b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/Db4objects.Db4o.dll deleted file mode 100644 index be976a1..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/Db4objects.Db4o.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.dll b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.dll deleted file mode 100644 index eff4853..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.pdb b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.pdb deleted file mode 100644 index aeea334..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.pdb and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.dll b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.dll deleted file mode 100644 index 6e84c97..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.pdb b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.pdb deleted file mode 100644 index b6bade2..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.pdb and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.dll b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.dll deleted file mode 100644 index 374ebf1..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.pdb b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.pdb deleted file mode 100644 index f2e9d8d..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.pdb and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/System.Data.SQLite.DLL b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/System.Data.SQLite.DLL deleted file mode 100644 index 70d84e7..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/System.Data.SQLite.DLL and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/libsecondlife.dll b/OpenSim.Storage.LocalStorageSQLite/bin/Debug/libsecondlife.dll deleted file mode 100644 index 89d692a..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/libsecondlife.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/System.Data.SQLite.DLL b/OpenSim.Storage.LocalStorageSQLite/bin/System.Data.SQLite.DLL deleted file mode 100644 index 70d84e7..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/System.Data.SQLite.DLL and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll b/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll deleted file mode 100644 index 89d692a..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.dll b/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.dll deleted file mode 100644 index 374ebf1..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.dll and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.pdb b/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.pdb deleted file mode 100644 index f2e9d8d..0000000 Binary files a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.pdb and /dev/null differ diff --git a/OpenSim.Storage.LocalStorageSQLite/obj/OpenSim.Storage.LocalStorageSQLite.csproj.FileList.txt b/OpenSim.Storage.LocalStorageSQLite/obj/OpenSim.Storage.LocalStorageSQLite.csproj.FileList.txt deleted file mode 100644 index 1f52df8..0000000 --- a/OpenSim.Storage.LocalStorageSQLite/obj/OpenSim.Storage.LocalStorageSQLite.csproj.FileList.txt +++ /dev/null @@ -1,12 +0,0 @@ -obj\Debug\ResolveAssemblyReference.cache -bin\Debug\OpenSim.Storage.LocalStorageSQLite.dll -bin\Debug\OpenSim.Storage.LocalStorageSQLite.pdb -bin\Debug\libsecondlife.dll -bin\Debug\OpenSim.Framework.Console.dll -bin\Debug\OpenSim.Framework.dll -bin\Debug\System.Data.SQLite.DLL -bin\Debug\Db4objects.Db4o.dll -bin\Debug\OpenSim.Framework.pdb -bin\Debug\OpenSim.Framework.Console.pdb -obj\Debug\OpenSim.Storage.LocalStorageSQLite.dll -obj\Debug\OpenSim.Storage.LocalStorageSQLite.pdb -- cgit v1.1