wasCSharpSQLite – Rev 1

Subversion Repositories:
Rev:
<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>Community.CsharpSqlite</RootNamespace>
    <AssemblyName>C#-SQLite3</AssemblyName>
    <StartupObject>Community.CsharpSqlite.Shell</StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>2.0</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <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>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_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE;TRUE WIN32 _MSC_VER NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_ENABLE_OVERSIZE_CELL_CHECK 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_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF </DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
    <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Management" />
  </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" />
    <Compile Include="src\shell.cs" />
  </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>

Generated by GNU Enscript 1.6.5.90.