wasCSharpSQLite

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/trunk/Community.CsharpSqlite.Benchmark/Community.CsharpSqlite.Benchmark.csproj
@@ -0,0 +1,391 @@
<?xml version="1.0" encoding="utf-8"?>
<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>{F1653F20-D47D-4F29-8C55-3C835542AF5F}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Benchmark</RootNamespace>
<AssemblyName>Benchmark</AssemblyName>
<StartupObject>Benchmark</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<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>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>NET_35 NO_TCL NDEBUG TRUE WIN32 _MSC_VER SQLITE_ASCII SQLITE_DISABLE_LFS 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_POOL_MEM</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>NET_35 NO_TCL NDEBUG TRUE WIN32 _MSC_VER SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC 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_TRACE SQLITE_OMIT_UTF16 SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF SQLITE_POOL_MEM</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>NET_35 NO_TCL NDEBUG TRUE WIN32 _MSC_VER SQLITE_ASCII SQLITE_DISABLE_LFS 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_POOL_MEM</DefineConstants>
<NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>NO_TCL NDEBUG TRUE WIN32 _MSC_VER SQLITE_ASCII SQLITE_DISABLE_LFS 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_TRACE SQLITE_OMIT_UTF16 SQLITE_OMIT_VIRTUALTABLE SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF SQLITE_POOL_MEM</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.SQLite, Version=1.0.66.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86" />
<Reference Include="System.Management" />
<Reference Include="System.Xml" />
</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="Classes\SQLiteDatabase.cs" />
<Compile Include="Classes\SQLiteVdbe.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="src\Benchmark.cs" />
</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.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</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="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- 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>