wasCSharpSQLite

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/trunk/Community.CsharpSqlite.Silverlight/Community.CsharpSqlite.Silverlight.csproj
@@ -0,0 +1,368 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}</ProjectGuid>
<ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Community.CsharpSqlite.SQLite</RootNamespace>
<AssemblyName>Community.CsharpSqlite.Silverlight</AssemblyName>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
<IsWebBootstrapper>false</IsWebBootstrapper>
<SignManifests>false</SignManifests>
<TargetFrameworkProfile />
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<!-- This property group is only here to support building this project using the
MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
to set the TargetFrameworkVersion to v3.5 -->
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT NET_40 TRUE WIN32 _MSC_VER NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC 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 SQLITE_HAS_CODEC</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>SQLITE_SILVERLIGHT 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 </DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="system" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Community.CsharpSqlite\src\alter_c.cs">
<Link>Community.CsharpSqlite\alter_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\analyze_c.cs">
<Link>Community.CsharpSqlite\analyze_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\attach_c.cs">
<Link>Community.CsharpSqlite\attach_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\auth_c.cs">
<Link>Community.CsharpSqlite\auth_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\backup_c.cs">
<Link>Community.CsharpSqlite\backup_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\bitvec_c.cs">
<Link>Community.CsharpSqlite\bitvec_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\btmutex_c.cs">
<Link>Community.CsharpSqlite\btmutex_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\BtreeInt_h.cs">
<Link>Community.CsharpSqlite\BtreeInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\btree_c.cs">
<Link>Community.CsharpSqlite\btree_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Btree_h.cs">
<Link>Community.CsharpSqlite\Btree_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\build_c.cs">
<Link>Community.CsharpSqlite\build_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\callback_c.cs">
<Link>Community.CsharpSqlite\callback_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\complete_c.cs">
<Link>Community.CsharpSqlite\complete_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\crypto.cs">
<Link>Community.CsharpSqlite\crypto.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\ctime_c.cs">
<Link>Community.CsharpSqlite\ctime_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\date_c.cs">
<Link>Community.CsharpSqlite\date_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Delegates.cs">
<Link>Community.CsharpSqlite\Delegates.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\delete_c.cs">
<Link>Community.CsharpSqlite\delete_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\expr_c.cs">
<Link>Community.CsharpSqlite\expr_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\fault_c.cs">
<Link>Community.CsharpSqlite\fault_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\fkey_c.cs">
<Link>Community.CsharpSqlite\fkey_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\func_c.cs">
<Link>Community.CsharpSqlite\func_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\global_c.cs">
<Link>Community.CsharpSqlite\global_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\hash_c.cs">
<Link>Community.CsharpSqlite\hash_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Hash_h.cs">
<Link>Community.CsharpSqlite\Hash_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\hwtime_c.cs">
<Link>Community.CsharpSqlite\hwtime_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\insert_c.cs">
<Link>Community.CsharpSqlite\insert_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\journal_c.cs">
<Link>Community.CsharpSqlite\journal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\keywordhash_h.cs">
<Link>Community.CsharpSqlite\keywordhash_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\legacy_c.cs">
<Link>Community.CsharpSqlite\legacy_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\loadext_c.cs">
<Link>Community.CsharpSqlite\loadext_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\main_c.cs">
<Link>Community.CsharpSqlite\main_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\malloc_c.cs">
<Link>Community.CsharpSqlite\malloc_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\memjournal_c.cs">
<Link>Community.CsharpSqlite\memjournal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mem_Pool.cs">
<Link>Community.CsharpSqlite\mem_Pool.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_c.cs">
<Link>Community.CsharpSqlite\mutex_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_h.cs">
<Link>Community.CsharpSqlite\mutex_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_noop_c.cs">
<Link>Community.CsharpSqlite\mutex_noop_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\mutex_w32.cs">
<Link>Community.CsharpSqlite\mutex_w32.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\notify_c.cs">
<Link>Community.CsharpSqlite\notify_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\opcodes_c.cs">
<Link>Community.CsharpSqlite\opcodes_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\opcodes_h.cs">
<Link>Community.CsharpSqlite\opcodes_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_c.cs">
<Link>Community.CsharpSqlite\os_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_common_h.cs">
<Link>Community.CsharpSqlite\os_common_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_h.cs">
<Link>Community.CsharpSqlite\os_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\os_win_c.cs">
<Link>Community.CsharpSqlite\os_win_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pager_c.cs">
<Link>Community.CsharpSqlite\pager_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pager_h.cs">
<Link>Community.CsharpSqlite\pager_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\parse_c.cs">
<Link>Community.CsharpSqlite\parse_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\parse_h.cs">
<Link>Community.CsharpSqlite\parse_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache1_c.cs">
<Link>Community.CsharpSqlite\pcache1_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache_c.cs">
<Link>Community.CsharpSqlite\pcache_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pcache_h.cs">
<Link>Community.CsharpSqlite\pcache_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\pragma_c.cs">
<Link>Community.CsharpSqlite\pragma_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\prepare_c.cs">
<Link>Community.CsharpSqlite\prepare_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\printf_c.cs">
<Link>Community.CsharpSqlite\printf_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\random_c.cs">
<Link>Community.CsharpSqlite\random_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\resolve_c.cs">
<Link>Community.CsharpSqlite\resolve_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\rowset_c.cs">
<Link>Community.CsharpSqlite\rowset_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\select_c.cs">
<Link>Community.CsharpSqlite\select_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqlite3_h.cs">
<Link>Community.CsharpSqlite\sqlite3_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqliteInt_h.cs">
<Link>Community.CsharpSqlite\sqliteInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\sqliteLimit_h.cs">
<Link>Community.CsharpSqlite\sqliteLimit_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\status_c.cs">
<Link>Community.CsharpSqlite\status_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\table_c.cs">
<Link>Community.CsharpSqlite\table_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\tokenize_c.cs">
<Link>Community.CsharpSqlite\tokenize_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\trigger_c.cs">
<Link>Community.CsharpSqlite\trigger_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\update_c.cs">
<Link>Community.CsharpSqlite\update_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\utf_c.cs">
<Link>Community.CsharpSqlite\utf_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\util_c.cs">
<Link>Community.CsharpSqlite\util_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vacuum_c.cs">
<Link>Community.CsharpSqlite\vacuum_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeapi_c.cs">
<Link>Community.CsharpSqlite\vdbeapi_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeaux_c.cs">
<Link>Community.CsharpSqlite\vdbeaux_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbeblob_c.cs">
<Link>Community.CsharpSqlite\vdbeblob_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\VdbeInt_h.cs">
<Link>Community.CsharpSqlite\VdbeInt_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbemem_c.cs">
<Link>Community.CsharpSqlite\vdbemem_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbetrace_c.cs">
<Link>Community.CsharpSqlite\vdbetrace_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vdbe_c.cs">
<Link>Community.CsharpSqlite\vdbe_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\Vdbe_h.cs">
<Link>Community.CsharpSqlite\Vdbe_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\vtab_c.cs">
<Link>Community.CsharpSqlite\vtab_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\walker_c.cs">
<Link>Community.CsharpSqlite\walker_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\wal_c.cs">
<Link>Community.CsharpSqlite\wal_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\wal_h.cs">
<Link>Community.CsharpSqlite\wal_h.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\where_c.cs">
<Link>Community.CsharpSqlite\where_c.cs</Link>
</Compile>
<Compile Include="..\Community.CsharpSqlite\src\_Custom.cs">
<Link>Community.CsharpSqlite\_Custom.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
<Visible>False</Visible>
<ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
<SilverlightProjectProperties />
</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.Silverlight/Community.CsharpSqlite.Silverlight.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.CsharpSqlite.Silverlight", "Community.CsharpSqlite.Silverlight.csproj", "{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
/trunk/Community.CsharpSqlite.Silverlight/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
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("C#-Sqlite in Silverlight")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("C#-Sqlite(Silverlight)")]
[assembly: AssemblyCopyright("")]
[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("f3987051-3fe0-403f-b81d-621a51b1746c")]
 
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.7.5.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]