diff options
author | lbsa71 | 2007-04-11 07:33:14 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-11 07:33:14 +0000 |
commit | 1747d49d71b73fb9457dac46f64bfd3163076a7a (patch) | |
tree | a0f74681ac39b25e4cc3bedb92d5f06b3906ed3f /OpenSim.Storage.LocalStorageSQLite | |
parent | Well, it *appears* to compile. Initial SQLite Local Storage module (supports ... (diff) | |
download | opensim-SC_OLD-1747d49d71b73fb9457dac46f64bfd3163076a7a.zip opensim-SC_OLD-1747d49d71b73fb9457dac46f64bfd3163076a7a.tar.gz opensim-SC_OLD-1747d49d71b73fb9457dac46f64bfd3163076a7a.tar.bz2 opensim-SC_OLD-1747d49d71b73fb9457dac46f64bfd3163076a7a.tar.xz |
* 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
Diffstat (limited to 'OpenSim.Storage.LocalStorageSQLite')
16 files changed, 135 insertions, 55 deletions
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 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 3 | <ProjectType>Local</ProjectType> |
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
6 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
7 | <ProjectGuid>{2D49BA72-FF23-41EF-987C-0D6643FBE727}</ProjectGuid> | 6 | <ProjectGuid>{6B20B603-0000-0000-0000-000000000000}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon></ApplicationIcon> | ||
10 | <AssemblyKeyContainerName> | ||
11 | </AssemblyKeyContainerName> | ||
12 | <AssemblyName>OpenSim.Storage.LocalStorageSQLite</AssemblyName> | ||
13 | <DefaultClientScript>JScript</DefaultClientScript> | ||
14 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
16 | <DelaySign>false</DelaySign> | ||
8 | <OutputType>Library</OutputType> | 17 | <OutputType>Library</OutputType> |
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | 18 | <AppDesignerFolder></AppDesignerFolder> |
10 | <RootNamespace>OpenSim.Storage.LocalStorageSQLite</RootNamespace> | 19 | <RootNamespace>OpenSim.Storage.LocalStorageSQLite</RootNamespace> |
11 | <AssemblyName>OpenSim.Storage.LocalStorageSQLite</AssemblyName> | 20 | <StartupObject></StartupObject> |
21 | <FileUpgradeFlags> | ||
22 | </FileUpgradeFlags> | ||
12 | </PropertyGroup> | 23 | </PropertyGroup> |
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 | <DebugSymbols>true</DebugSymbols> | 25 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
15 | <DebugType>full</DebugType> | 26 | <BaseAddress>285212672</BaseAddress> |
16 | <Optimize>false</Optimize> | 27 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
17 | <OutputPath>bin\Debug\</OutputPath> | 28 | <ConfigurationOverrideFile> |
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 29 | </ConfigurationOverrideFile> |
19 | <ErrorReport>prompt</ErrorReport> | 30 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
31 | <DocumentationFile></DocumentationFile> | ||
32 | <DebugSymbols>True</DebugSymbols> | ||
33 | <FileAlignment>4096</FileAlignment> | ||
34 | <Optimize>False</Optimize> | ||
35 | <OutputPath>..\bin\</OutputPath> | ||
36 | <RegisterForComInterop>False</RegisterForComInterop> | ||
37 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
38 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
20 | <WarningLevel>4</WarningLevel> | 39 | <WarningLevel>4</WarningLevel> |
40 | <NoWarn></NoWarn> | ||
21 | </PropertyGroup> | 41 | </PropertyGroup> |
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
23 | <DebugType>pdbonly</DebugType> | 43 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
24 | <Optimize>true</Optimize> | 44 | <BaseAddress>285212672</BaseAddress> |
25 | <OutputPath>bin\Release\</OutputPath> | 45 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
46 | <ConfigurationOverrideFile> | ||
47 | </ConfigurationOverrideFile> | ||
26 | <DefineConstants>TRACE</DefineConstants> | 48 | <DefineConstants>TRACE</DefineConstants> |
27 | <ErrorReport>prompt</ErrorReport> | 49 | <DocumentationFile></DocumentationFile> |
50 | <DebugSymbols>False</DebugSymbols> | ||
51 | <FileAlignment>4096</FileAlignment> | ||
52 | <Optimize>True</Optimize> | ||
53 | <OutputPath>..\bin\</OutputPath> | ||
54 | <RegisterForComInterop>False</RegisterForComInterop> | ||
55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
28 | <WarningLevel>4</WarningLevel> | 57 | <WarningLevel>4</WarningLevel> |
58 | <NoWarn></NoWarn> | ||
29 | </PropertyGroup> | 59 | </PropertyGroup> |
30 | <ItemGroup> | 60 | <ItemGroup> |
31 | <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> | 61 | <Reference Include="System" > |
32 | <SpecificVersion>False</SpecificVersion> | 62 | <HintPath>System.dll</HintPath> |
33 | <HintPath>bin\libsecondlife.dll</HintPath> | 63 | <Private>False</Private> |
34 | </Reference> | 64 | </Reference> |
35 | <Reference Include="System" /> | 65 | <Reference Include="System.Xml" > |
36 | <Reference Include="System.Data" /> | 66 | <HintPath>System.Xml.dll</HintPath> |
37 | <Reference Include="System.Data.SQLite, Version=1.0.40.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86"> | 67 | <Private>False</Private> |
38 | <SpecificVersion>False</SpecificVersion> | 68 | </Reference> |
39 | <HintPath>bin\System.Data.SQLite.DLL</HintPath> | 69 | <Reference Include="System.Data" > |
70 | <HintPath>System.Data.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System.Data.SQLite.DLL" > | ||
74 | <HintPath>..\bin\System.Data.SQLite.DLL</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="libsecondlife.dll" > | ||
78 | <HintPath>..\bin\libsecondlife.dll</HintPath> | ||
79 | <Private>False</Private> | ||
40 | </Reference> | 80 | </Reference> |
41 | <Reference Include="System.Xml" /> | ||
42 | </ItemGroup> | ||
43 | <ItemGroup> | ||
44 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
45 | <Compile Include="SQLiteLocalStorage.cs" /> | ||
46 | </ItemGroup> | 81 | </ItemGroup> |
47 | <ItemGroup> | 82 | <ItemGroup> |
48 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | ||
49 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | ||
50 | <Name>OpenSim.Framework.Console</Name> | ||
51 | </ProjectReference> | ||
52 | <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> | 83 | <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> |
53 | <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> | ||
54 | <Name>OpenSim.Framework</Name> | 84 | <Name>OpenSim.Framework</Name> |
85 | <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> | ||
86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
87 | <Private>False</Private> | ||
88 | </ProjectReference> | ||
89 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | ||
90 | <Name>OpenSim.Framework.Console</Name> | ||
91 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | ||
92 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
93 | <Private>False</Private> | ||
55 | </ProjectReference> | 94 | </ProjectReference> |
56 | </ItemGroup> | 95 | </ItemGroup> |
57 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 96 | <ItemGroup> |
58 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 97 | <Compile Include="SQLiteLocalStorage.cs"> |
59 | Other similar extension points exist, see Microsoft.Common.targets. | 98 | <SubType>Code</SubType> |
60 | <Target Name="BeforeBuild"> | 99 | </Compile> |
61 | </Target> | 100 | <Compile Include="Properties\AssemblyInfo.cs"> |
62 | <Target Name="AfterBuild"> | 101 | <SubType>Code</SubType> |
63 | </Target> | 102 | </Compile> |
64 | --> | 103 | </ItemGroup> |
65 | </Project> \ No newline at end of file | 104 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
105 | <PropertyGroup> | ||
106 | <PreBuildEvent> | ||
107 | </PreBuildEvent> | ||
108 | <PostBuildEvent> | ||
109 | </PostBuildEvent> | ||
110 | </PropertyGroup> | ||
111 | </Project> | ||
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 @@ | |||
1 | <?xml version="1.0" ?> | ||
2 | <project name="OpenSim.Storage.LocalStorageSQLite" default="build"> | ||
3 | <target name="build"> | ||
4 | <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" /> | ||
5 | <mkdir dir="${project::get-base-directory()}/${build.dir}" /> | ||
6 | <copy todir="${project::get-base-directory()}/${build.dir}"> | ||
7 | <fileset basedir="${project::get-base-directory()}"> | ||
8 | </fileset> | ||
9 | </copy> | ||
10 | <csc target="library" debug="${build.debug}" unsafe="False" define="TRACE;DEBUG" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.dll"> | ||
11 | <resources prefix="OpenSim.Storage.LocalStorageSQLite" dynamicprefix="true" > | ||
12 | </resources> | ||
13 | <sources failonempty="true"> | ||
14 | <include name="SQLiteLocalStorage.cs" /> | ||
15 | <include name="Properties/AssemblyInfo.cs" /> | ||
16 | </sources> | ||
17 | <references basedir="${project::get-base-directory()}"> | ||
18 | <lib> | ||
19 | <include name="${project::get-base-directory()}" /> | ||
20 | <include name="${project::get-base-directory()}/${build.dir}" /> | ||
21 | </lib> | ||
22 | <include name="System.dll" /> | ||
23 | <include name="System.Xml.dll" /> | ||
24 | <include name="System.Data.dll" /> | ||
25 | <include name="System.Data.SQLite.DLL.dll" /> | ||
26 | <include name="../bin/libsecondlife.dll" /> | ||
27 | <include name="../bin/OpenSim.Framework.dll" /> | ||
28 | <include name="../bin/OpenSim.Framework.Console.dll" /> | ||
29 | </references> | ||
30 | </csc> | ||
31 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" /> | ||
32 | <mkdir dir="${project::get-base-directory()}/../bin/"/> | ||
33 | <copy todir="${project::get-base-directory()}/../bin/"> | ||
34 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > | ||
35 | <include name="*.dll"/> | ||
36 | <include name="*.exe"/> | ||
37 | </fileset> | ||
38 | </copy> | ||
39 | </target> | ||
40 | <target name="clean"> | ||
41 | <delete dir="${bin.dir}" failonerror="false" /> | ||
42 | <delete dir="${obj.dir}" failonerror="false" /> | ||
43 | </target> | ||
44 | <target name="doc" description="Creates documentation."> | ||
45 | </target> | ||
46 | </project> | ||
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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/Db4objects.Db4o.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.Console.pdb +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Framework.pdb +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/OpenSim.Storage.LocalStorageSQLite.pdb +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/System.Data.SQLite.DLL +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/Debug/libsecondlife.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/bin/System.Data.SQLite.DLL +++ /dev/null | |||
Binary files differ | |||
diff --git a/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll b/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll deleted file mode 100644 index 89d692a..0000000 --- a/OpenSim.Storage.LocalStorageSQLite/bin/libsecondlife.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.dll +++ /dev/null | |||
Binary files 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 --- a/OpenSim.Storage.LocalStorageSQLite/obj/Debug/OpenSim.Storage.LocalStorageSQLite.pdb +++ /dev/null | |||
Binary files 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 @@ | |||
1 | obj\Debug\ResolveAssemblyReference.cache | ||
2 | bin\Debug\OpenSim.Storage.LocalStorageSQLite.dll | ||
3 | bin\Debug\OpenSim.Storage.LocalStorageSQLite.pdb | ||
4 | bin\Debug\libsecondlife.dll | ||
5 | bin\Debug\OpenSim.Framework.Console.dll | ||
6 | bin\Debug\OpenSim.Framework.dll | ||
7 | bin\Debug\System.Data.SQLite.DLL | ||
8 | bin\Debug\Db4objects.Db4o.dll | ||
9 | bin\Debug\OpenSim.Framework.pdb | ||
10 | bin\Debug\OpenSim.Framework.Console.pdb | ||
11 | obj\Debug\OpenSim.Storage.LocalStorageSQLite.dll | ||
12 | obj\Debug\OpenSim.Storage.LocalStorageSQLite.pdb | ||