<?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>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Marr.Data</RootNamespace>
    <AssemblyName>Marr.Data</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>3.5</OldToolsVersion>
    <UpgradeBackupLocation />
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <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</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Converters\BooleanIntConverter.cs" />
    <Compile Include="Converters\BooleanYNConverter.cs" />
    <Compile Include="Converters\CastConverter.cs" />
    <Compile Include="Converters\ConversionException.cs" />
    <Compile Include="Converters\EnumIntConverter.cs" />
    <Compile Include="Converters\EnumStringConverter.cs" />
    <Compile Include="Converters\IConverter.cs" />
    <Compile Include="DataHelper.cs" />
    <Compile Include="DataMapper.cs" />
    <Compile Include="DataMappingException.cs" />
    <Compile Include="EntityGraph.cs" />
    <Compile Include="EntityMerger.cs" />
    <Compile Include="EntityReference.cs" />
    <Compile Include="ExtensionMethods.cs" />
    <Compile Include="GroupingKeyCollection.cs" />
    <Compile Include="IDataMapper.cs" />
    <Compile Include="LazyLoaded.cs" />
    <Compile Include="Mapping\FluentMappings.cs" />
    <Compile Include="QGen\SqliteRowCountQueryDecorator.cs" />
    <Compile Include="QGen\SqlitePagingQueryDecorator.cs" />
    <Compile Include="UnitOfWork.cs" />
    <Compile Include="UnitOfWorkSharedContext.cs" />
    <Compile Include="Mapping\ColumnMapBuilder.cs" />
    <Compile Include="Mapping\MapBuilder.cs" />
    <Compile Include="Mapping\RelationshipBuilder.cs" />
    <Compile Include="Mapping\RelationshipInfo.cs" />
    <Compile Include="Mapping\Strategies\AttributeMapStrategy.cs" />
    <Compile Include="Mapping\ColumnAttribute.cs" />
    <Compile Include="Mapping\ColumnInfo.cs" />
    <Compile Include="Mapping\ColumnMap.cs" />
    <Compile Include="Mapping\ColumnMapCollection.cs" />
    <Compile Include="Mapping\Strategies\ConventionMapStrategy.cs" />
    <Compile Include="Mapping\Strategies\PropertyMapStrategy.cs" />
    <Compile Include="Mapping\Strategies\ReflectionMapStrategyBase.cs" />
    <Compile Include="Mapping\EnumConversionType.cs" />
    <Compile Include="Mapping\IColumnInfo.cs" />
    <Compile Include="Mapping\IRelationshipInfo.cs" />
    <Compile Include="Mapping\MappingHelper.cs" />
    <Compile Include="Mapping\Relationship.cs" />
    <Compile Include="Mapping\RelationshipAttribute.cs" />
    <Compile Include="Mapping\RelationshipCollection.cs" />
    <Compile Include="Mapping\Strategies\IMapStrategy.cs" />
    <Compile Include="Mapping\TableAttribute.cs" />
    <Compile Include="Mapping\TableBuilder.cs" />
    <Compile Include="MapRepository.cs" />
    <Compile Include="Parameters\DbTypeBuilder.cs" />
    <Compile Include="Parameters\IDbTypeBuilder.cs" />
    <Compile Include="Parameters\OleDbTypeBuilder.cs" />
    <Compile Include="Parameters\ParameterChainMethods.cs" />
    <Compile Include="Parameters\SqlDbTypeBuilder.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="QGen\DeleteQuery.cs" />
    <Compile Include="QGen\Dialects\Dialect.cs" />
    <Compile Include="QGen\Dialects\FirebirdDialect.cs" />
    <Compile Include="QGen\Dialects\OracleDialect.cs" />
    <Compile Include="QGen\Dialects\SqliteDialect.cs" />
    <Compile Include="QGen\Dialects\SqlServerCeDialect.cs" />
    <Compile Include="QGen\Dialects\SqlServerDialect.cs" />
    <Compile Include="QGen\ExpressionVisitor.cs" />
    <Compile Include="QGen\InsertQuery.cs" />
    <Compile Include="QGen\InsertQueryBuilder.cs" />
    <Compile Include="QGen\IQuery.cs" />
    <Compile Include="QGen\IQueryBuilder.cs" />
    <Compile Include="QGen\JoinBuilder.cs" />
    <Compile Include="QGen\PagingQueryDecorator.cs" />
    <Compile Include="QGen\QueryBuilder.cs" />
    <Compile Include="QGen\QueryFactory.cs" />
    <Compile Include="QGen\QueryQueueItem.cs" />
    <Compile Include="QGen\RowCountQueryDecorator.cs" />
    <Compile Include="QGen\SelectQuery.cs" />
    <Compile Include="QGen\SortBuilder.cs" />
    <Compile Include="QGen\SortColumn.cs" />
    <Compile Include="QGen\Table.cs" />
    <Compile Include="QGen\TableCollection.cs" />
    <Compile Include="QGen\UpdateQuery.cs" />
    <Compile Include="QGen\UpdateQueryBuilder.cs" />
    <Compile Include="QGen\View.cs" />
    <Compile Include="QGen\WhereBuilder.cs" />
    <Compile Include="Reflection\IReflectionStrategy.cs" />
    <Compile Include="Reflection\SimpleReflectionStrategy.cs" />
    <Compile Include="Reflection\ReflectionHelper.cs" />
    <Compile Include="SqlModesEnum.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
  <Import Project="$(SolutionDir)\.nuget\nuget.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>