<?xml version="1.0" encoding="utf-8"?>
<!--
*
* System.Data.SQLite.Linq.2010.csproj -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.30319</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E6BF9F74-58E2-413B-A7CE-EA653ECB728D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>System.Data.SQLite.Linq</RootNamespace>
<AssemblyName>System.Data.SQLite.Linq</AssemblyName>
<OldToolsVersion>3.5</OldToolsVersion>
<SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir>
<ConfigurationYear>2010</ConfigurationYear>
</PropertyGroup>
<Import Project="$(SQLiteNetDir)\SQLite.NET.Settings.targets" />
<PropertyGroup Condition="'$(BinaryOutputPath)' != ''">
<OutputPath>$(BinaryOutputPath)</OutputPath>
<DocumentationFile>$(BinaryOutputPath)System.Data.SQLite.Linq.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SQL Generation\DmlSqlGenerator.cs" />
<Compile Include="SQL Generation\InternalBase.cs" />
<Compile Include="SQL Generation\ISqlFragment.cs" />
<Compile Include="SQL Generation\JoinSymbol.cs" />
<Compile Include="SQL Generation\KeyToListMap.cs" />
<Compile Include="SQL Generation\MetadataHelpers.cs" />
<Compile Include="SQL Generation\SkipClause.cs" />
<Compile Include="SQL Generation\SqlBuilder.cs" />
<Compile Include="SQL Generation\SqlChecker.cs" />
<Compile Include="SQL Generation\SqlGenerator.cs" />
<Compile Include="SQL Generation\SqlSelectStatement.cs" />
<Compile Include="SQL Generation\SqlWriter.cs" />
<Compile Include="SQL Generation\StringUtil.cs" />
<Compile Include="SQL Generation\Symbol.cs" />
<Compile Include="SQL Generation\SymbolPair.cs" />
<Compile Include="SQL Generation\SymbolTable.cs" />
<Compile Include="SQL Generation\TopClause.cs" />
<Compile Include="SQLiteProviderManifest.cs" />
<Compile Include="SQLiteProviderServices.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Common.ConceptualSchemaDefinition.csdl" />
<EmbeddedResource Include="Resources\SQLiteProviderServices.StoreSchemaDefinition.ssdl" />
<EmbeddedResource Include="Resources\SQLiteProviderServices.StoreSchemaMapping.msl" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\SQLiteProviderServices.ProviderManifest.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\System.Data.SQLite\System.Data.SQLite.2010.csproj">
<Project>{AC139952-261A-4463-B6FA-AEBC25283A66}</Project>
<Name>System.Data.SQLite.2010</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(SQLiteNetDir)\System.Data.SQLite\System.Data.SQLite.Properties.targets" />
<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>