2013-03-30 22:56:34 +01:00
|
|
|
|
<?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>
|
2013-04-01 01:40:19 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2013-03-30 22:56:34 +01:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SccProjectName>SAK</SccProjectName>
|
|
|
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
|
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
|
|
|
<SccProvider>SAK</SccProvider>
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
<TargetFrameworkProfile />
|
2013-04-01 01:40:19 +02:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2013-03-30 22:56:34 +01:00
|
|
|
|
</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>
|
|
|
|
|
<ItemGroup>
|
2013-04-01 01:40:19 +02:00
|
|
|
|
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
2013-03-30 22:56:34 +01:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
<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="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\CachedReflectionStrategy.cs" />
|
|
|
|
|
<Compile Include="Reflection\ReflectionHelper.cs" />
|
|
|
|
|
<Compile Include="SqlModesEnum.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-04-01 01:40:19 +02:00
|
|
|
|
<None Include="packages.config" />
|
2013-03-30 22:56:34 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2013-04-01 01:40:19 +02:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
2013-03-30 22:56:34 +01:00
|
|
|
|
<!-- 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>
|