wasCSharpSQLite – Rev 1

Subversion Repositories:
Rev:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{5FE98ADC-4A6F-4A74-8A6B-7F33EA020058}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Community.CsharpSqlite.WinRT</RootNamespace>
    <AssemblyName>Community.CsharpSqlite.WinRT</AssemblyName>
    <DefaultLanguage>en-US</DefaultLanguage>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG;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;NETFX_CORE;SQLITE_WINRT</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <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>TRACE;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;NETFX_CORE;SQLITE_WINRT</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoWarn>0168;0169;0414;0618;0649</NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\ARM\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
    <OutputPath>bin\ARM\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>ARM</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x64\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    <OutputPath>bin\x64\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x64</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
    <NoWarn>;2008</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
    <Optimize>true</Optimize>
    <NoWarn>;2008</NoWarn>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <UseVSHostingProcess>false</UseVSHostingProcess>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  </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\ctime_c.cs">
      <Link>src\ctime_c.cs</Link>
    </Compile>
    <Compile Include="..\community.csharpsqlite\src\crypto.cs">
      <Link>src\crypto.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>
  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' ">
    <VisualStudioVersion>11.0</VisualStudioVersion>
  </PropertyGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.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.