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">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>10.0.20506</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{22E602F9-ADB6-4B94-B980-40EB1E83BE8B}</ProjectGuid>
    <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Community.CsharpSqlite.SQLiteClient.WP</RootNamespace>
    <AssemblyName>Community.CsharpSqlite.SQLiteClient.WP</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
    <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
    <SilverlightApplication>false</SilverlightApplication>
    <ValidateXaml>true</ValidateXaml>
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  </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 SQLITE_DEBUG 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 WINDOWS_PHONE</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>Bin\Release</OutputPath>
    <DefineConstants>TRACE;SQLITE_SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="system" />
    <Reference Include="System.Core" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
      <Link>src\SqliteCommand.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
      <Link>src\SqliteConnection.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
      <Link>src\SqliteDataReader.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
      <Link>src\SqliteError.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
      <Link>src\SqliteExceptions.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
      <Link>src\SqliteParameter.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
      <Link>src\SqliteParameterCollection.cs</Link>
    </Compile>
    <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
      <Link>src\SqliteTransaction.cs</Link>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <ProjectReference Include="..\Community.CsharpSqlite.WinPhone\Community.CsharpSqlite.WinPhone.csproj">
      <Project>{A1CF8CB2-DB66-4036-AB1F-9D205D5C93E9}</Project>
      <Name>Community.CsharpSqlite.WinPhone</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.Data.Ersatz\WinPhone\System.Data.Ersatz.WinPhone.csproj">
      <Project>{60396C62-02C2-45FE-98BD-4A16E076722B}</Project>
      <Name>System.Data.Ersatz.WinPhone</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  <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>

Generated by GNU Enscript 1.6.5.90.