wasCSharpSQLite

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/trunk/Community.CsharpSqlite.WinMobile/Community.CsharpSqlite.WinMobile.csproj
@@ -0,0 +1,326 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3A036D50-E70A-4581-8891-352CCD69617A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Community.CsharpSqlite.Compact</RootNamespace>
<AssemblyName>Community.CsharpSqlite.Compact</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
<OSVersion>5.1</OSVersion>
<DeployDirSuffix>Community.CsharpSqlite.Compact</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
<FormFactorID>
</FormFactorID>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET_2_0 TRUE WIN32 _MSC_VER NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_MEM_POOL SQLITE_MUTEX_OMIT SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_VIRTUALTABLE SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF WINDOWS_MOBILE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Community.CsharpSqlite\src\alter_c.cs">
<Link>src\alter_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\analyze_c.cs">
<Link>src\analyze_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\attach_c.cs">
<Link>src\attach_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\auth_c.cs">
<Link>src\auth_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\backup_c.cs">
<Link>src\backup_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\bitvec_c.cs">
<Link>src\bitvec_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\btmutex_c.cs">
<Link>src\btmutex_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\BtreeInt_h.cs">
<Link>src\BtreeInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\btree_c.cs">
<Link>src\btree_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Btree_h.cs">
<Link>src\Btree_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\build_c.cs">
<Link>src\build_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\callback_c.cs">
<Link>src\callback_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\complete_c.cs">
<Link>src\complete_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\crypto.cs">
<Link>src\crypto.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\ctime_c.cs">
<Link>src\ctime_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\date_c.cs">
<Link>src\date_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Delegates.cs">
<Link>src\Delegates.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\delete_c.cs">
<Link>src\delete_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\expr_c.cs">
<Link>src\expr_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\fault_c.cs">
<Link>src\fault_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\fkey_c.cs">
<Link>src\fkey_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\func_c.cs">
<Link>src\func_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\global_c.cs">
<Link>src\global_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\hash_c.cs">
<Link>src\hash_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Hash_h.cs">
<Link>src\Hash_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\hwtime_c.cs">
<Link>src\hwtime_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\insert_c.cs">
<Link>src\insert_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\journal_c.cs">
<Link>src\journal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\keywordhash_h.cs">
<Link>src\keywordhash_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\legacy_c.cs">
<Link>src\legacy_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\loadext_c.cs">
<Link>src\loadext_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\main_c.cs">
<Link>src\main_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\malloc_c.cs">
<Link>src\malloc_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\memjournal_c.cs">
<Link>src\memjournal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mem_Pool.cs">
<Link>src\mem_Pool.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_c.cs">
<Link>src\mutex_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_h.cs">
<Link>src\mutex_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_noop_c.cs">
<Link>src\mutex_noop_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_w32.cs">
<Link>src\mutex_w32.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\notify_c.cs">
<Link>src\notify_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\opcodes_c.cs">
<Link>src\opcodes_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\opcodes_h.cs">
<Link>src\opcodes_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_c.cs">
<Link>src\os_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_common_h.cs">
<Link>src\os_common_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_h.cs">
<Link>src\os_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_win_c.cs">
<Link>src\os_win_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pager_c.cs">
<Link>src\pager_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pager_h.cs">
<Link>src\pager_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\parse_c.cs">
<Link>src\parse_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\parse_h.cs">
<Link>src\parse_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache1_c.cs">
<Link>src\pcache1_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache_c.cs">
<Link>src\pcache_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache_h.cs">
<Link>src\pcache_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pragma_c.cs">
<Link>src\pragma_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\prepare_c.cs">
<Link>src\prepare_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\printf_c.cs">
<Link>src\printf_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\random_c.cs">
<Link>src\random_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\resolve_c.cs">
<Link>src\resolve_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\rowset_c.cs">
<Link>src\rowset_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\select_c.cs">
<Link>src\select_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqlite3_h.cs">
<Link>src\sqlite3_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqliteInt_h.cs">
<Link>src\sqliteInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqliteLimit_h.cs">
<Link>src\sqliteLimit_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\status_c.cs">
<Link>src\status_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\table_c.cs">
<Link>src\table_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\tokenize_c.cs">
<Link>src\tokenize_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\trigger_c.cs">
<Link>src\trigger_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\update_c.cs">
<Link>src\update_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\utf_c.cs">
<Link>src\utf_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\util_c.cs">
<Link>src\util_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vacuum_c.cs">
<Link>src\vacuum_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeapi_c.cs">
<Link>src\vdbeapi_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeaux_c.cs">
<Link>src\vdbeaux_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeblob_c.cs">
<Link>src\vdbeblob_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\VdbeInt_h.cs">
<Link>src\VdbeInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbemem_c.cs">
<Link>src\vdbemem_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbetrace_c.cs">
<Link>src\vdbetrace_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbe_c.cs">
<Link>src\vdbe_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Vdbe_h.cs">
<Link>src\Vdbe_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vtab_c.cs">
<Link>src\vtab_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\walker_c.cs">
<Link>src\walker_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\wal_c.cs">
<Link>src\wal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\wal_h.cs">
<Link>src\wal_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\where_c.cs">
<Link>src\where_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\_Custom.cs">
<Link>src\_Custom.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<HostingProcess disable="1" />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
/trunk/Community.CsharpSqlite.WinMobile/Community.CsharpSqlite.WinMobile.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.CsharpSqlite.WinMobile", "Community.CsharpSqlite.WinMobile.csproj", "{3A036D50-E70A-4581-8891-352CCD69617A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A036D50-E70A-4581-8891-352CCD69617A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A036D50-E70A-4581-8891-352CCD69617A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
/trunk/Community.CsharpSqlite.WinMobile/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
 
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Community.CsharpSqlite.Compact")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Community.CsharpSqlite.Compact")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
 
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("64454ca0-3f72-43d5-bf9f-026241c1f749")]
 
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]