public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fluent-nhibernate/, dev-dotnet/fluent-nhibernate/files/
@ 2017-10-31  8:02 Mikhail Pukhlikov
  0 siblings, 0 replies; only message in thread
From: Mikhail Pukhlikov @ 2017-10-31  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8ff84ac8ab1b285f8ee5fc41b911b46cfdd352dc
Author:     ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Oct 30 15:22:01 2017 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 15:22:01 2017 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8ff84ac8

compilation completed

 .../files/CommonAssemblyInfo-2.0.2.cs              |   7 +
 .../files/FluentNHibernate-2.0.2.csproj            | 761 +++++++++++++++++++++
 .../fluent-nhibernate-2.0.2.ebuild                 |   9 +-
 3 files changed, 773 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/fluent-nhibernate/files/CommonAssemblyInfo-2.0.2.cs b/dev-dotnet/fluent-nhibernate/files/CommonAssemblyInfo-2.0.2.cs
new file mode 100644
index 0000000..761e891
--- /dev/null
+++ b/dev-dotnet/fluent-nhibernate/files/CommonAssemblyInfo-2.0.2.cs
@@ -0,0 +1,7 @@
+using System;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly:AssemblyVersion("2.0.2")]
+[assembly:AssemblyInformationalVersion("2.0.2")]
+[assembly:AssemblyFileVersion("2.0.2")]
\ No newline at end of file

diff --git a/dev-dotnet/fluent-nhibernate/files/FluentNHibernate-2.0.2.csproj b/dev-dotnet/fluent-nhibernate/files/FluentNHibernate-2.0.2.csproj
new file mode 100644
index 0000000..ab7a71f
--- /dev/null
+++ b/dev-dotnet/fluent-nhibernate/files/FluentNHibernate-2.0.2.csproj
@@ -0,0 +1,761 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProjectGuid>{529145D5-6CC3-4016-89B5-826563024AF1}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <RootNamespace>FluentNHibernate</RootNamespace>
+    <AssemblyName>FluentNHibernate</AssemblyName>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+  </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>
+    <NoWarn>1591</NoWarn>
+    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+    <DocumentationFile>bin\Debug\FluentNHibernate.XML</DocumentationFile>
+  </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>
+    <DocumentationFile>bin\Release\FluentNHibernate.XML</DocumentationFile>
+    <NoWarn>1591</NoWarn>
+    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="NHibernate" />
+    <Reference Include="System" />
+    <Reference Include="System.Xml" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Configuration" />
+    <Reference Include="System.Transactions" />
+    <Reference Include="System.Xml.Linq" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="..\CommonAssemblyInfo.cs">
+      <Link>CommonAssemblyInfo.cs</Link>
+    </Compile>
+    <Compile Include="Automapping\Alterations\AutoMappingOverrideAlteration.cs" />
+    <Compile Include="Automapping\Alterations\IAutoMappingAlteration.cs" />
+    <Compile Include="Automapping\Alterations\IAutoMappingOverride.cs" />
+    <Compile Include="AssemblyTypeSource.cs" />
+    <Compile Include="Automapping\AutoJoinedSubClassPart.cs" />
+    <Compile Include="Automapping\AutoJoinPart.cs" />
+    <Compile Include="Automapping\AutoMap.cs" />
+    <Compile Include="Automapping\AutoMapping.cs" />
+    <Compile Include="Automapping\AutoMapper.cs" />
+    <Compile Include="Automapping\AutoMappingAlterationCollection.cs" />
+    <Compile Include="Automapping\AutoMappingException.cs" />
+    <Compile Include="Automapping\AutoMappingExpressions.cs" />
+    <Compile Include="Automapping\AutoMapType.cs" />
+    <Compile Include="Automapping\AutoPersistenceModel.cs" />
+    <Compile Include="Automapping\AutoSubClassPart.cs" />
+    <Compile Include="Automapping\DefaultAutomappingConfiguration.cs" />
+    <Compile Include="Automapping\IAutoClasslike.cs" />
+    <Compile Include="Automapping\IAutomappingConfiguration.cs" />
+    <Compile Include="Automapping\InlineOverride.cs" />
+    <Compile Include="Automapping\IPropertyIgnorer.cs" />
+    <Compile Include="Automapping\Steps\AutoKeyMapper.cs" />
+    <Compile Include="Automapping\Steps\VersionStep.cs" />
+    <Compile Include="Automapping\Steps\PropertyStep.cs" />
+    <Compile Include="Automapping\Steps\SimpleTypeCollectionStep.cs" />
+    <Compile Include="Automapping\Steps\HasManyStep.cs" />
+    <Compile Include="Automapping\Steps\ReferenceStep.cs" />
+    <Compile Include="Automapping\Steps\IdentityStep.cs" />
+    <Compile Include="Automapping\Steps\ComponentStep.cs" />
+    <Compile Include="Automapping\Steps\HasManyToManyStep.cs" />
+    <Compile Include="Automapping\Steps\CollectionStep.cs" />
+    <Compile Include="Automapping\Steps\IAutomappingStep.cs" />
+    <Compile Include="Cfg\Db\OracleManagedDataClientConfiguration.cs" />
+    <Compile Include="Cfg\Db\SQLAnywhereConfiguration.cs" />
+    <Compile Include="Cfg\Db\SybaseSQLAnywhereConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\IngresConfiguration.cs" />
+    <Compile Include="Cfg\Db\IngresConnectionStringBuilder.cs" />
+    <Compile Include="CombinedAssemblyTypeSource.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltArrayConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltBagConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltListConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltMapConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltSetConvention.cs" />
+    <Compile Include="Conventions\Inspections\IKeyManyToOneInspector.cs" />
+    <Compile Include="Conventions\Inspections\IKeyPropertyInspector.cs" />
+    <Compile Include="Conventions\Inspections\KeyPropertyInspector.cs" />
+    <Compile Include="Conventions\Instances\ElementInstance.cs" />
+    <Compile Include="Conventions\Instances\IElementInstance.cs" />
+    <Compile Include="Conventions\Instances\IKeyPropertyInstance.cs" />
+    <Compile Include="Conventions\Instances\KeyPropertyInstance.cs" />
+    <Compile Include="Diagnostics\AutomappingType.cs" />
+    <Compile Include="Diagnostics\ConsoleOutputListener.cs" />
+    <Compile Include="Diagnostics\DefaultDiagnosticMessageDispatcher.cs" />
+    <Compile Include="Diagnostics\DefaultOutputFormatter.cs" />
+    <Compile Include="Diagnostics\DiagnosticResults.cs" />
+    <Compile Include="Diagnostics\DiagnosticsConfiguration.cs" />
+    <Compile Include="Diagnostics\DefaultDiagnosticLogger.cs" />
+    <Compile Include="Diagnostics\IDiagnosticListener.cs" />
+    <Compile Include="Diagnostics\IDiagnosticLogger.cs" />
+    <Compile Include="Diagnostics\IDiagnosticMessageDispatcher.cs" />
+    <Compile Include="Diagnostics\IDiagnosticResultsFormatter.cs" />
+    <Compile Include="Diagnostics\NullDiagnosticsLogger.cs" />
+    <Compile Include="Diagnostics\ScannedSource.cs" />
+    <Compile Include="Diagnostics\ScanPhase.cs" />
+    <Compile Include="Diagnostics\SkippedAutomappingType.cs" />
+    <Compile Include="Diagnostics\StringLambdaOutputListener.cs" />
+    <Compile Include="ITypeSource.cs" />
+    <Compile Include="Automapping\PrivateAutoPersistenceModel.cs" />
+    <Compile Include="Automapping\SubclassStrategy.cs" />
+    <Compile Include="Cfg\Db\DB2Configuration.cs" />
+    <Compile Include="Cfg\Db\DB2ConnectionStringBuilder.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\AnyExpectation.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\CollectionExpectation.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\InvertedExpectation.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\InverterAcceptanceCriteria.cs" />
+    <Compile Include="Conventions\AttributeCollectionConvention.cs" />
+    <Compile Include="Conventions\AccessConvention.cs" />
+    <Compile Include="Conventions\Helpers\Builders\KeyManyToOneConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\KeyPropertyConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltKeyPropertyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltKeyManyToOneConvention.cs" />
+    <Compile Include="Conventions\IAnyConvention.cs" />
+    <Compile Include="Conventions\IKeyManyToOneConventionAcceptance.cs" />
+    <Compile Include="Conventions\IKeyPropertyConventionAcceptance.cs" />
+    <Compile Include="Conventions\Helpers\AutoImport.cs" />
+    <Compile Include="Conventions\Helpers\Builders\BagConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\CollectionConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\ArrayConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\CompositeIdConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\HibernateMappingConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\JoinConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\MapConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\SetConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\ListConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\HasOneConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\JoinedSubclassConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\ComponentConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\DynamicComponentConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\OneToManyCollectionConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\SubclassConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\VersionConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Cache.cs" />
+    <Compile Include="Conventions\Helpers\DefaultAccess.cs" />
+    <Compile Include="Conventions\Helpers\DefaultCascade.cs" />
+    <Compile Include="Conventions\Helpers\DefaultLazy.cs" />
+    <Compile Include="Conventions\Helpers\LazyLoad.cs" />
+    <Compile Include="Conventions\Helpers\ForeignKey.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltHibernateMappingConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltFuncForeignKeyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltJoinConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltJoinedSubclassConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltProxyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltSubclassConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltCollectionConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltHasOneConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltManyToManyCollectionConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltOneToManyCollectionConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltSuffixForeignKeyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltVersionConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltComponentConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltDynamicComponentConvention.cs" />
+    <Compile Include="Conventions\Helpers\Proxy.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltCompositeIdConvention.cs" />
+    <Compile Include="Conventions\IArrayConvention.cs" />
+    <Compile Include="Conventions\IArrayConventionAcceptance.cs" />
+    <Compile Include="Conventions\IBagConvention.cs" />
+    <Compile Include="Conventions\IBagConventionAcceptance.cs" />
+    <Compile Include="Conventions\IClassConventionAcceptance.cs" />
+    <Compile Include="Conventions\ICollectionConventionAcceptance.cs" />
+    <Compile Include="Conventions\IColumnConventionAcceptance.cs" />
+    <Compile Include="Conventions\IComponentConventionAcceptance.cs" />
+    <Compile Include="Conventions\ICompositeIdentityConvention.cs" />
+    <Compile Include="Conventions\ICompositeIdentityConventionAcceptance.cs" />
+    <Compile Include="Conventions\IDynamicComponentConventionAcceptance.cs" />
+    <Compile Include="Conventions\IHasManyConventionAcceptance.cs" />
+    <Compile Include="Conventions\IHasManyToManyConventionAcceptance.cs" />
+    <Compile Include="Conventions\IHasOneConventionAcceptance.cs" />
+    <Compile Include="Conventions\IHibernateMappingConvention.cs" />
+    <Compile Include="Conventions\IIdConventionAcceptance.cs" />
+    <Compile Include="Conventions\IIndexConvention.cs" />
+    <Compile Include="Conventions\IIndexConventionAcceptance.cs" />
+    <Compile Include="Conventions\IIndexManyToManyConvention.cs" />
+    <Compile Include="Conventions\IIndexManyToManyConventionAcceptance.cs" />
+    <Compile Include="Conventions\IJoinConventionAcceptance.cs" />
+    <Compile Include="Conventions\IJoinedSubclassConventionAcceptance.cs" />
+    <Compile Include="Conventions\IKeyManyToOneConvention.cs" />
+    <Compile Include="Conventions\IKeyPropertyConvention.cs" />
+    <Compile Include="Conventions\IListConvention.cs" />
+    <Compile Include="Conventions\IListConventionAcceptance.cs" />
+    <Compile Include="Conventions\IMapConvention.cs" />
+    <Compile Include="Conventions\IMapConventionAcceptance.cs" />
+    <Compile Include="Conventions\Inspections\AnyInspector.cs" />
+    <Compile Include="Conventions\Inspections\CacheInspector.cs" />
+    <Compile Include="Conventions\Inspections\CamelCasePrefix.cs" />
+    <Compile Include="Conventions\Inspections\Cascade.cs" />
+    <Compile Include="Conventions\Inspections\CollectionInspector.cs" />
+    <Compile Include="Conventions\Inspections\ColumnBasedInspector.cs" />
+    <Compile Include="Conventions\Inspections\ComponentBaseInspector.cs" />
+    <Compile Include="Conventions\Inspections\ComponentInspector.cs" />
+    <Compile Include="Conventions\Inspections\CompositeElementInspector.cs" />
+    <Compile Include="Conventions\Inspections\CompositeIdentityInspector.cs" />
+    <Compile Include="Conventions\Inspections\HibernateMappingInspector.cs" />
+    <Compile Include="Conventions\Instances\AnyInstance.cs" />
+    <Compile Include="Conventions\Instances\IAnyInstance.cs" />
+    <Compile Include="Conventions\Inspections\IArrayInspector.cs" />
+    <Compile Include="Conventions\Inspections\IBagInspector.cs" />
+    <Compile Include="Conventions\Inspections\IHibernateMappingInspector.cs" />
+    <Compile Include="Conventions\Inspections\IListInspector.cs" />
+    <Compile Include="Conventions\Inspections\IMapInspector.cs" />
+    <Compile Include="Conventions\Inspections\Include.cs" />
+    <Compile Include="Conventions\Inspections\IndexManyToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\DiscriminatorInspector.cs" />
+    <Compile Include="Conventions\Inspections\DynamicComponentInspector.cs" />
+    <Compile Include="Conventions\Inspections\ElementInspector.cs" />
+    <Compile Include="Conventions\Inspections\Fetch.cs" />
+    <Compile Include="Conventions\Inspections\Generated.cs" />
+    <Compile Include="Conventions\Inspections\IAnyInspector.cs" />
+    <Compile Include="Conventions\Inspections\ICacheInspector.cs" />
+    <Compile Include="Conventions\Inspections\IComponentBaseInspector.cs" />
+    <Compile Include="Conventions\Inspections\IComponentInspector.cs" />
+    <Compile Include="Conventions\Inspections\ICompositeElementInspector.cs" />
+    <Compile Include="Conventions\Inspections\ICompositeIdentityInspector.cs" />
+    <Compile Include="Conventions\Inspections\IDiscriminatorInspector.cs" />
+    <Compile Include="Conventions\Inspections\IDynamicComponentInspector.cs" />
+    <Compile Include="Conventions\Inspections\IElementInspector.cs" />
+    <Compile Include="Conventions\Inspections\IGeneratorInspector.cs" />
+    <Compile Include="Conventions\Inspections\IIdentityInspectorBase.cs" />
+    <Compile Include="Conventions\Inspections\IIndexInspector.cs" />
+    <Compile Include="Conventions\Inspections\IIndexInspectorBase.cs" />
+    <Compile Include="Conventions\Inspections\IIndexManyToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\IJoinedSubclassInspector.cs" />
+    <Compile Include="Conventions\Inspections\IJoinInspector.cs" />
+    <Compile Include="Conventions\Inspections\IManyToManyCollectionInspector.cs" />
+    <Compile Include="Conventions\Inspections\IMetaValueInspector.cs" />
+    <Compile Include="Conventions\Inspections\IndexInspector.cs" />
+    <Compile Include="Conventions\Inspections\IOneToManyCollectionInspector.cs" />
+    <Compile Include="Conventions\Inspections\IOneToOneInspector.cs" />
+    <Compile Include="Conventions\Inspections\IParentInspector.cs" />
+    <Compile Include="Conventions\Inspections\ISetInspector.cs" />
+    <Compile Include="Conventions\Inspections\ISubclassInspector.cs" />
+    <Compile Include="Conventions\Inspections\ISubclassInspectorBase.cs" />
+    <Compile Include="Conventions\Inspections\IVersionInspector.cs" />
+    <Compile Include="Conventions\Inspections\JoinedSubclassInspector.cs" />
+    <Compile Include="Conventions\Inspections\JoinInspector.cs" />
+    <Compile Include="Conventions\Inspections\JoinInstance.cs" />
+    <Compile Include="Conventions\Inspections\KeyManyToOneInspector.cs" />
+    <Compile Include="Conventions\Inspections\LowerCasePrefix.cs" />
+    <Compile Include="Conventions\Inspections\ManyToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\MetaValueInspector.cs" />
+    <Compile Include="Conventions\Inspections\NotFound.cs" />
+    <Compile Include="Conventions\Inspections\OnDelete.cs" />
+    <Compile Include="Conventions\Inspections\OneToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\OneToOneInspector.cs" />
+    <Compile Include="Conventions\Inspections\OptimisticLock.cs" />
+    <Compile Include="Conventions\Inspections\ParentInspector.cs" />
+    <Compile Include="Conventions\Inspections\PascalCasePrefix.cs" />
+    <Compile Include="Conventions\Inspections\Polymorphism.cs" />
+    <Compile Include="Conventions\Inspections\Prefix.cs" />
+    <Compile Include="Conventions\Inspections\SchemaAction.cs" />
+    <Compile Include="Conventions\Inspections\SubclassInspector.cs" />
+    <Compile Include="Conventions\Inspections\VersionInspector.cs" />
+    <Compile Include="Conventions\Instances\AccessInstance.cs" />
+    <Compile Include="Conventions\Instances\CascadeInstance.cs" />
+    <Compile Include="Conventions\Instances\CollectionCascadeInstance.cs" />
+    <Compile Include="Conventions\Instances\ComponentInstance.cs" />
+    <Compile Include="Conventions\Instances\CompositeIdentityInstance.cs" />
+    <Compile Include="Conventions\Instances\DynamicComponentInstance.cs" />
+    <Compile Include="Conventions\Instances\FetchInstance.cs" />
+    <Compile Include="Conventions\Instances\GeneratedInstance.cs" />
+    <Compile Include="Conventions\Instances\GeneratorInstance.cs" />
+    <Compile Include="Conventions\Instances\HibernateMappingInstance.cs" />
+    <Compile Include="Conventions\Instances\IArrayInstance.cs" />
+    <Compile Include="Conventions\Instances\IBagInstance.cs" />
+    <Compile Include="Conventions\Instances\ICacheInstance.cs" />
+    <Compile Include="Conventions\Instances\ICascadeInstance.cs" />
+    <Compile Include="Conventions\Instances\ICollectionCascadeInstance.cs" />
+    <Compile Include="Conventions\Instances\IComponentInstance.cs" />
+    <Compile Include="Conventions\Instances\ICompositeIdentityInstance.cs" />
+    <Compile Include="Conventions\Instances\IdentityInstance.cs" />
+    <Compile Include="Conventions\Instances\IFetchInstance.cs" />
+    <Compile Include="Conventions\Instances\IGeneratedInstance.cs" />
+    <Compile Include="Conventions\Instances\IGeneratorInstance.cs" />
+    <Compile Include="Conventions\Instances\IHibernateMappingInstance.cs" />
+    <Compile Include="Conventions\Instances\IIndexInstance.cs" />
+    <Compile Include="Conventions\Instances\IIndexInstanceBase.cs" />
+    <Compile Include="Conventions\Instances\IIndexManyToManyInstance.cs" />
+    <Compile Include="Conventions\Instances\IJoinedSubclassInstance.cs" />
+    <Compile Include="Conventions\Instances\IJoinInstance.cs" />
+    <Compile Include="Conventions\Instances\IKeyManyToOneInstance.cs" />
+    <Compile Include="Conventions\Instances\IListInstance.cs" />
+    <Compile Include="Conventions\Instances\IManyToManyInstance.cs" />
+    <Compile Include="Conventions\Instances\IKeyInstance.cs" />
+    <Compile Include="Conventions\Instances\IManyToManyCollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\ICollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\IColumnInstance.cs" />
+    <Compile Include="Conventions\Instances\IClassInstance.cs" />
+    <Compile Include="Conventions\Instances\IManyToOneInstance.cs" />
+    <Compile Include="Conventions\Instances\IIdentityInstance.cs" />
+    <Compile Include="Conventions\Instances\IMapInstance.cs" />
+    <Compile Include="Conventions\Instances\IndexInstance.cs" />
+    <Compile Include="Conventions\Instances\IndexManyToManyInstance.cs" />
+    <Compile Include="Conventions\Instances\INotFoundInstance.cs" />
+    <Compile Include="Conventions\Instances\IOneToOneInstance.cs" />
+    <Compile Include="Conventions\Instances\IOptimisticLockInstance.cs" />
+    <Compile Include="Conventions\Instances\IRelationshipInstance.cs" />
+    <Compile Include="Conventions\Instances\CollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\ClassInstance.cs" />
+    <Compile Include="Conventions\Instances\IPropertyInstance.cs" />
+    <Compile Include="Conventions\Instances\IOneToManyCollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\IOneToManyInstance.cs" />
+    <Compile Include="Conventions\Instances\ISchemaActionInstance.cs" />
+    <Compile Include="Conventions\Instances\ISetInstance.cs" />
+    <Compile Include="Conventions\Instances\ISubclassInstance.cs" />
+    <Compile Include="Conventions\Instances\IVersionInstance.cs" />
+    <Compile Include="Conventions\Instances\JoinedSubclassInstance.cs" />
+    <Compile Include="Conventions\Instances\KeyManyToOneInstance.cs" />
+    <Compile Include="Conventions\Instances\ManyToManyCollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\NotFoundInstance.cs" />
+    <Compile Include="Conventions\Instances\OneToManyCollectionInstance.cs" />
+    <Compile Include="Conventions\Instances\OneToOneInstance.cs" />
+    <Compile Include="Conventions\Instances\OptimisticLockInstance.cs" />
+    <Compile Include="Conventions\Helpers\Builders\ClassConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\HasManyConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\HasManyToManyConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\IdConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\PropertyConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\Builders\ReferenceConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\ConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\DynamicInsert.cs" />
+    <Compile Include="Conventions\Helpers\DynamicUpdate.cs" />
+    <Compile Include="Conventions\Helpers\IConventionBuilder.cs" />
+    <Compile Include="Conventions\Helpers\OptimisticLock.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltClassConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltConventionBase.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltHasManyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltHasManyToManyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltIdConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltPropertyConvention.cs" />
+    <Compile Include="Conventions\Helpers\Prebuilt\BuiltReferenceConvention.cs" />
+    <Compile Include="Conventions\Helpers\PrimaryKey.cs" />
+    <Compile Include="Conventions\Helpers\Table.cs" />
+    <Compile Include="Conventions\IHasManyConvention.cs" />
+    <Compile Include="Conventions\Inspections\ColumnInspector.cs" />
+    <Compile Include="Conventions\Instances\KeyInstance.cs" />
+    <Compile Include="Conventions\Inspections\IdentityInspector.cs" />
+    <Compile Include="Conventions\Inspections\KeyInspector.cs" />
+    <Compile Include="Conventions\Instances\ManyToManyInstance.cs" />
+    <Compile Include="Conventions\Instances\ManyToOneInstance.cs" />
+    <Compile Include="Conventions\Inspections\ManyToOneInspector.cs" />
+    <Compile Include="Conventions\Instances\OneToManyInstance.cs" />
+    <Compile Include="Conventions\Inspections\PropertyInspector.cs" />
+    <Compile Include="Conventions\EnumerableExtensionsForConventions.cs" />
+    <Compile Include="Conventions\ICollectionConvention.cs" />
+    <Compile Include="Conventions\IColumnConvention.cs" />
+    <Compile Include="Conventions\IHasManyToManyConvention.cs" />
+    <Compile Include="Conventions\Inspections\IAccessInspector.cs" />
+    <Compile Include="Conventions\Inspections\ICollectionInspector.cs" />
+    <Compile Include="Conventions\Inspections\IKeyInspector.cs" />
+    <Compile Include="Conventions\Inspections\IManyToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\IManyToOneInspector.cs" />
+    <Compile Include="Conventions\Inspections\IOneToManyInspector.cs" />
+    <Compile Include="Conventions\Inspections\IRelationshipInspector.cs" />
+    <Compile Include="Conventions\Instances\SchemaActionInstance.cs" />
+    <Compile Include="Conventions\Instances\SubclassInstance.cs" />
+    <Compile Include="Conventions\Instances\VersionInstance.cs" />
+    <Compile Include="Conventions\IPropertyConventionAcceptance.cs" />
+    <Compile Include="Conventions\IReferenceConventionAcceptance.cs" />
+    <Compile Include="Conventions\ISetConvention.cs" />
+    <Compile Include="Conventions\ISetConventionAcceptance.cs" />
+    <Compile Include="Conventions\ISubclassConventionAcceptance.cs" />
+    <Compile Include="Conventions\IUserTypeConvention.cs" />
+    <Compile Include="Conventions\IVersionConventionAcceptance.cs" />
+    <Compile Include="Conventions\ManyToManyTableNameConvention.cs" />
+    <Compile Include="Conventions\ObjectExtensionsForConventions.cs" />
+    <Compile Include="Conventions\ProxyConvention.cs" />
+    <Compile Include="MappingModel\Collections\LayeredColumns.cs" />
+    <Compile Include="MappingModel\Layer.cs" />
+    <Compile Include="MappingModel\ClassBased\ComponentType.cs" />
+    <Compile Include="MappingModel\ClassBased\ExternalComponentMapping.cs" />
+    <Compile Include="MappingModel\ClassBased\SubclassType.cs" />
+    <Compile Include="MappingModel\Collections\AttributeLayeredValues.cs" />
+    <Compile Include="MappingModel\Collections\Collection.cs" />
+    <Compile Include="MappingModel\Collections\LayeredValues.cs" />
+    <Compile Include="MappingModel\Collections\Lazy.cs" />
+    <Compile Include="MappingModel\Collections\NestedCompositeElementMapping.cs" />
+    <Compile Include="MappingModel\EqualityExtensions.cs" />
+    <Compile Include="MappingModel\Identity\ICompositeIdKeyMapping.cs" />
+    <Compile Include="MappingModel\IRelationship.cs" />
+    <Compile Include="MappingModel\NaturalIdMapping.cs" />
+    <Compile Include="MappingModel\Output\CollectionAttributeWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlBagWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlNaturalIdWriter.cs" />
+    <Compile Include="MappingModel\TuplizerMode.cs" />
+    <Compile Include="Mapping\Access.cs" />
+    <Compile Include="Mapping\CollectionTypeResolver.cs" />
+    <Compile Include="Mapping\ListIndexPart.cs" />
+    <Compile Include="Mapping\Laziness.cs" />
+    <Compile Include="Mapping\MappingProviderStore.cs" />
+    <Compile Include="Mapping\MemberAccessResolver.cs" />
+    <Compile Include="Mapping\Naming.cs" />
+    <Compile Include="Mapping\NamingStrategy.cs" />
+    <Compile Include="Mapping\NaturalIdPart.cs" />
+    <Compile Include="Mapping\Providers\IElementMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IExternalComponentMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IIndeterminateSubclassMappingProviderCollection.cs" />
+    <Compile Include="Mapping\Providers\INaturalIdMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IndeterminateSubclassMappingProviderCollection.cs" />
+    <Compile Include="Mapping\Providers\INestedCompositeElementMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IPropertyMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IReferenceComponentMappingProvider.cs" />
+    <Compile Include="Mapping\TuplizerPart.cs" />
+    <Compile Include="Testing\Values\ReferenceBag.cs" />
+    <Compile Include="Utils\StringLikeness.cs" />
+    <Compile Include="Visitors\AmbiguousComponentReferenceException.cs" />
+    <Compile Include="Visitors\RelationshipKeyPairingVisitor.cs" />
+    <Compile Include="Visitors\RelationshipPairingVisitor.cs" />
+    <Compile Include="MappingModel\ClassBased\ReferenceComponentMapping.cs" />
+    <Compile Include="MappingModel\ColumnBasedMappingBase.cs" />
+    <Compile Include="MappingModel\FilterDefinitionMapping.cs" />
+    <Compile Include="MappingModel\FilterMapping.cs" />
+    <Compile Include="Visitors\ComponentColumnPrefixVisitor.cs" />
+    <Compile Include="Visitors\ComponentReferenceResolutionVisitor.cs" />
+    <Compile Include="Visitors\ManyToManyTableNameVisitor.cs" />
+    <Compile Include="MappingModel\Output\XmlFilterDefinitionWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlFilterWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlStoredProcedureWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlTuplizerWriter.cs" />
+    <Compile Include="MappingModel\StoredProcedureMapping.cs" />
+    <Compile Include="MappingModel\TuplizerMapping.cs" />
+    <Compile Include="Mapping\CheckTypeExpression.cs" />
+    <Compile Include="Mapping\ColumnPart.cs" />
+    <Compile Include="Mapping\ComponentMap.cs" />
+    <Compile Include="Mapping\ReferenceComponentPart.cs" />
+    <Compile Include="Mapping\FilterDefinition.cs" />
+    <Compile Include="Mapping\FilterPart.cs" />
+    <Compile Include="Mapping\IFilterDefinition.cs" />
+    <Compile Include="Mapping\KeyManyToOnePart.cs" />
+    <Compile Include="Mapping\KeyPropertyPart.cs" />
+    <Compile Include="Mapping\Member.cs" />
+    <Compile Include="Mapping\Providers\IFilterMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IStoredProcedureMappingProvider.cs" />
+    <Compile Include="Mapping\StoredProcedurePart.cs" />
+    <Compile Include="Utils\ReflectionExtensions.cs" />
+    <Compile Include="Mapping\PolymorphismBuilder.cs" />
+    <Compile Include="Mapping\SchemaActionBuilder.cs" />
+    <Compile Include="Visitors\MissingExternalComponentException.cs" />
+    <Compile Include="Visitors\SeparateSubclassVisitor.cs" />
+    <Compile Include="MappingModel\Collections\SortType.cs" />
+    <Compile Include="MappingModel\IHasColumnMappings.cs" />
+    <Compile Include="MappingModel\Output\Sorting\BaseXmlNodeSorter.cs" />
+    <Compile Include="MappingModel\Output\Sorting\SortValue.cs" />
+    <Compile Include="MappingModel\Output\Sorting\XmlClasslikeNodeSorter.cs" />
+    <Compile Include="MappingModel\Output\Sorting\XmlCollectionNodeSorter.cs" />
+    <Compile Include="MappingModel\Output\Sorting\XmlIdNodeSorter.cs" />
+    <Compile Include="MappingModel\Output\Sorting\XmlNodeSorter.cs" />
+    <Compile Include="MappingModel\TypeReference.cs" />
+    <Compile Include="Mapping\GeneratorBuilder.cs" />
+    <Compile Include="Mapping\Providers\IAnyMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\ICacheMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IComponentMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IIdentityMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IJoinMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IManyToOneMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IOneToOneMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IIndeterminateSubclassMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IVersionMappingProvider.cs" />
+    <Compile Include="Mapping\SubclassMap.cs" />
+    <Compile Include="Utils\CollectionExtensions.cs" />
+    <Compile Include="Utils\Reflection\ExpressionBuilder.cs" />
+    <Compile Include="Cfg\AutoMappingsContainer.cs" />
+    <Compile Include="Cfg\Db\CacheSettingsBuilder.cs" />
+    <Compile Include="Cfg\Db\ConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\FirebirdConfiguration.cs" />
+    <Compile Include="Cfg\Db\IPersistenceConfigurer.cs" />
+    <Compile Include="Cfg\Db\JetDriverConfiguration.cs" />
+    <Compile Include="Cfg\Db\JetDriverConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\MsSqlConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\MySQLConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\OracleClientConfiguration.cs" />
+    <Compile Include="Cfg\Db\OracleConfiguration.cs" />
+    <Compile Include="Cfg\Db\OracleConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\OracleDataClientConfiguration.cs" />
+    <Compile Include="Cfg\Db\PostgreSQLConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\OdbcConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\IfxOdbcConfiguration.cs" />
+    <Compile Include="Cfg\Db\IfxDRDAConfiguration.cs" />
+    <Compile Include="Cfg\Db\IfxDRDAConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\Db\IfxSQLIConfiguration.cs" />
+    <Compile Include="Cfg\Db\IfxSQLIConnectionStringBuilder.cs" />
+    <Compile Include="Cfg\FluentConfiguration.cs" />
+    <Compile Include="Cfg\FluentConfigurationException.cs" />
+    <Compile Include="Cfg\Fluently.cs" />
+    <Compile Include="Cfg\FluentMappingsContainer.cs" />
+    <Compile Include="Cfg\HbmMappingsContainer.cs" />
+    <Compile Include="Cfg\MappingConfiguration.cs" />
+    <Compile Include="Cfg\Db\MsSqlCeConfiguration.cs" />
+    <Compile Include="Cfg\Db\MySQLConfiguration.cs" />
+    <Compile Include="Cfg\Db\PersistenceConfiguration.cs" />
+    <Compile Include="Cfg\Db\PostgreSQLConfiguration.cs" />
+    <Compile Include="Cfg\Db\SQLiteConfiguration.cs" />
+    <Compile Include="Cfg\SetupConventionFinder.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\EmptyCriterion.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\EvalExpectation.cs" />
+    <Compile Include="Conventions\Instances\IAccessInstance.cs" />
+    <Compile Include="Conventions\Instances\IInsertInstance.cs" />
+    <Compile Include="Conventions\Instances\INullableInstance.cs" />
+    <Compile Include="Conventions\Instances\IReadOnlyInstance.cs" />
+    <Compile Include="Conventions\Instances\IUpdateInstance.cs" />
+    <Compile Include="Visitors\ConventionVisitor.cs" />
+    <Compile Include="Conventions\Inspections\ClassInspector.cs" />
+    <Compile Include="Conventions\Instances\ColumnInstance.cs" />
+    <Compile Include="Conventions\Inspections\InspectorModelMapper.cs" />
+    <Compile Include="Conventions\Inspections\UnmappedPropertyException.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\ConcreteAcceptanceCriteria.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\EqualCriterion.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\Expectation.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\IAcceptanceCriteria.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\IAcceptanceCriterion.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\IExpectation.cs" />
+    <Compile Include="Conventions\Instances\CacheInstance.cs" />
+    <Compile Include="Conventions\Inspections\IClassInspector.cs" />
+    <Compile Include="Conventions\Inspections\IColumnInspector.cs" />
+    <Compile Include="Conventions\Inspections\IExposedThroughPropertyInspector.cs" />
+    <Compile Include="Conventions\Inspections\IIdentityInspector.cs" />
+    <Compile Include="Conventions\Inspections\IInspector.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\InverseIs.cs" />
+    <Compile Include="Conventions\Inspections\ILazyLoadInspector.cs" />
+    <Compile Include="Conventions\Inspections\IPropertyInspector.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\Is.cs" />
+    <Compile Include="Conventions\Inspections\IReadOnlyInspector.cs" />
+    <Compile Include="Conventions\Instances\PropertyInstance.cs" />
+    <Compile Include="Conventions\AcceptanceCriteria\SetCriterion.cs" />
+    <Compile Include="Conventions\ConventionsCollection.cs" />
+    <Compile Include="Conventions\DefaultConventionFinder.cs" />
+    <Compile Include="Conventions\ForeignKeyConvention.cs" />
+    <Compile Include="Conventions\IJoinedSubclassConvention.cs" />
+    <Compile Include="Conventions\ISubclassConvention.cs" />
+    <Compile Include="Conventions\MultipleAttribute.cs" />
+    <Compile Include="Data\Entity.cs" />
+    <Compile Include="DummyMethodInfo.cs" />
+    <Compile Include="Cfg\Db\MsSqlConfiguration.cs" />
+    <Compile Include="DummyPropertyInfo.cs" />
+    <Compile Include="Infrastructure\ResolveException.cs" />
+    <Compile Include="MappingModel\AnyMapping.cs" />
+    <Compile Include="MappingModel\CacheMapping.cs" />
+    <Compile Include="MappingModel\ClassBased\ClassMapping.cs" />
+    <Compile Include="MappingModel\ClassBased\ClassMappingBase.cs" />
+    <Compile Include="MappingModel\ClassBased\ComponentMapping.cs" />
+    <Compile Include="MappingModel\ClassBased\ComponentMappingBase.cs" />
+    <Compile Include="MappingModel\ClassBased\IComponentMapping.cs" />
+    <Compile Include="MappingModel\ClassBased\SubclassMapping.cs" />
+    <Compile Include="MappingModel\Collections\CompositeElementMapping.cs" />
+    <Compile Include="MappingModel\Collections\ElementMapping.cs" />
+    <Compile Include="MappingModel\Collections\IIndexMapping.cs" />
+    <Compile Include="MappingModel\Collections\IndexManyToManyMapping.cs" />
+    <Compile Include="MappingModel\Identity\KeyManyToOneMapping.cs" />
+    <Compile Include="MappingModel\Identity\KeyPropertyMapping.cs" />
+    <Compile Include="MappingModel\MetaValueMapping.cs" />
+    <Compile Include="MappingModel\OneToOneMapping.cs" />
+    <Compile Include="MappingModel\Output\IXmlWriterServiceLocator.cs" />
+    <Compile Include="MappingModel\Output\XmlAnyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlArrayWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlCacheWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlClassWriterBase.cs" />
+    <Compile Include="MappingModel\Output\XmlCollectionRelationshipWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlCollectionWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlComponentWriter.cs" />
+    <Compile Include="MappingModel\Output\BaseXmlComponentWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlCompositeElementWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlCompositeIdWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlElementWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlGeneratorWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlIdentityBasedWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlIdWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlIIndexWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlIndexManyToManyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlIndexWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlKeyManyToOneWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlKeyPropertyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlKeyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlListWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlManyToManyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlManyToOneWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlMapWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlMetaValueWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlOneToManyWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlOneToOneWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlParentWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlSetWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlSubclassWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlDiscriminatorWriter.cs" />
+    <Compile Include="Infrastructure\Container.cs" />
+    <Compile Include="MappingModel\JoinMapping.cs" />
+    <Compile Include="MappingModel\Output\XmlJoinWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlVersionWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlWriterContainer.cs" />
+    <Compile Include="MappingModel\Output\XmlWriterServiceLocator.cs" />
+    <Compile Include="MappingModel\ParentMapping.cs" />
+    <Compile Include="MappingModel\VersionMapping.cs" />
+    <Compile Include="Mapping\AnyPart.cs" />
+    <Compile Include="Extensions.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Include="MappingModel\Output\XmlColumnWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlPropertyWriter.cs" />
+    <Compile Include="MappingModel\PropertyMapping.cs" />
+    <Compile Include="Mapping\BaseAccessStrategyBuilder.cs" />
+    <Compile Include="Mapping\ClassMap.cs" />
+    <Compile Include="Mapping\ComponentPartBase.cs" />
+    <Compile Include="Mapping\DiscriminatorPart.cs" />
+    <Compile Include="Mapping\DiscriminatorValue.cs" />
+    <Compile Include="Mapping\ElementPart.cs" />
+    <Compile Include="Mapping\HibernateMappingPart.cs" />
+    <Compile Include="MappingModel\ImportMapping.cs" />
+    <Compile Include="MappingModel\Output\XmlHibernateMappingWriter.cs">
+      <SubType>Code</SubType>
+    </Compile>
+    <Compile Include="MappingModel\Output\XmlImportWriter.cs" />
+    <Compile Include="Mapping\Attributes.cs" />
+    <Compile Include="Mapping\CachePart.cs" />
+    <Compile Include="Conventions\UserTypeConvention.cs" />
+    <Compile Include="Conventions\AttributePropertyConvention.cs" />
+    <Compile Include="Conventions\IClassConvention.cs" />
+    <Compile Include="Conventions\IComponentConvention.cs" />
+    <Compile Include="Conventions\IConvention.cs" />
+    <Compile Include="Conventions\IConventionFinder.cs" />
+    <Compile Include="Conventions\IDynamicComponentConvention.cs" />
+    <Compile Include="Conventions\IHasOneConvention.cs" />
+    <Compile Include="Conventions\IIdConvention.cs" />
+    <Compile Include="Conventions\IJoinConvention.cs" />
+    <Compile Include="Conventions\IPropertyConvention.cs" />
+    <Compile Include="Conventions\IReferenceConvention.cs" />
+    <Compile Include="Conventions\IVersionConvention.cs" />
+    <Compile Include="Mapping\CascadeExpression.cs" />
+    <Compile Include="Mapping\CollectionCascadeExpression.cs" />
+    <Compile Include="Mapping\ColumnMappingCollection.cs" />
+    <Compile Include="Mapping\DynamicComponentPart.cs" />
+    <Compile Include="Mapping\FetchTypeExpression.cs" />
+    <Compile Include="Mapping\GenericEnumMapper.cs" />
+    <Compile Include="Mapping\Providers\ICollectionMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\ICompositeElementMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\ICompositeIdMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IDiscriminatorMappingProvider.cs" />
+    <Compile Include="Mapping\Providers\IHibernateMappingProvider.cs" />
+    <Compile Include="Mapping\IndexManyToManyPart.cs" />
+    <Compile Include="Mapping\IndexPart.cs" />
+    <Compile Include="Mapping\InvalidPrefixException.cs" />
+    <Compile Include="Mapping\Providers\ISubclassMappingProviders.cs" />
+    <Compile Include="Mapping\ParamBuilder.cs" />
+    <Compile Include="Mapping\Prefix.cs" />
+    <Compile Include="Mapping\PropertyGeneratedBuilder.cs" />
+    <Compile Include="Mapping\VersionGeneratedBuilder.cs" />
+    <Compile Include="Utils\Extensions.cs" />
+    <Compile Include="Testing\PersistenceSpecificationExtensions.cs" />
+    <Compile Include="Testing\Values\List.cs" />
+    <Compile Include="Testing\Values\ReferenceList.cs" />
+    <Compile Include="Testing\Values\Property.cs" />
+    <Compile Include="Testing\Values\ReferenceProperty.cs" />
+    <Compile Include="Utils\XmlExtensions.cs" />
+    <Compile Include="SessionSource.cs" />
+    <Compile Include="Testing\PersistenceSpecification.cs" />
+    <Compile Include="Testing\SingleConnectionSessionSourceForSQLiteInMemoryTesting.cs" />
+    <Compile Include="Utils\ExpressionToSql.cs" />
+    <Compile Include="Mapping\ImportPart.cs" />
+    <Compile Include="Mapping\JoinPart.cs" />
+    <Compile Include="Mapping\NotFoundExpression.cs" />
+    <Compile Include="Mapping\OneToOnePart.cs" />
+    <Compile Include="Mapping\OptimisticLockBuilder.cs" />
+    <Compile Include="Mapping\ToManyBase.cs" />
+    <Compile Include="MissingConstructorException.cs" />
+    <Compile Include="Mapping\AccessStrategyBuilder.cs" />
+    <Compile Include="Mapping\ClasslikeMapBase.cs" />
+    <Compile Include="Mapping\ComponentPart.cs" />
+    <Compile Include="Mapping\CompositeElementPart.cs" />
+    <Compile Include="Mapping\CompositeIdentityPart.cs" />
+    <Compile Include="Mapping\IdentityGenerationStrategyBuilder.cs" />
+    <Compile Include="Mapping\IdentityPart.cs" />
+    <Compile Include="Mapping\JoinedSubClassPart.cs" />
+    <Compile Include="Mapping\ManyToManyPart.cs" />
+    <Compile Include="Mapping\ManyToOnePart.cs" />
+    <Compile Include="Mapping\OneToManyPart.cs" />
+    <Compile Include="Mapping\PropertyPart.cs" />
+    <Compile Include="Mapping\SubClassPart.cs" />
+    <Compile Include="Mapping\TypeMapping.cs" />
+    <Compile Include="Mapping\VersionPart.cs" />
+    <Compile Include="MappingModel\AttributeStore.cs" />
+    <Compile Include="MappingModel\Collections\CollectionMapping.cs" />
+    <Compile Include="MappingModel\Collections\IndexMapping.cs" />
+    <Compile Include="MappingModel\Collections\ManyToManyMapping.cs" />
+    <Compile Include="MappingModel\Collections\ICollectionRelationshipMapping.cs" />
+    <Compile Include="MappingModel\ColumnMapping.cs" />
+    <Compile Include="MappingModel\Conventions\ConventionException.cs" />
+    <Compile Include="MappingModel\Conventions\ManyToManyTableConvention.cs" />
+    <Compile Include="MappingModel\DiscriminatorMapping.cs" />
+    <Compile Include="MappingModel\IHasMappedMembers.cs" />
+    <Compile Include="MappingModel\MappedMembers.cs" />
+    <Compile Include="Visitors\NullMappingModelVisitor.cs" />
+    <Compile Include="MappingModel\KeyMapping.cs" />
+    <Compile Include="Visitors\IMappingModelVisitor.cs" />
+    <Compile Include="Visitors\DefaultMappingModelVisitor.cs" />
+    <Compile Include="MappingModel\Output\XmlClassWriter.cs" />
+    <Compile Include="MappingModel\Output\XmlWriterFactory.cs" />
+    <Compile Include="MappingModel\Output\IXmlWriter.cs" />
+    <Compile Include="MappingModel\Identity\GeneratorMapping.cs" />
+    <Compile Include="MappingModel\Identity\CompositeIdMapping.cs" />
+    <Compile Include="MappingModel\HibernateMapping.cs" />
+    <Compile Include="MappingModel\Identity\IdMapping.cs" />
+    <Compile Include="MappingModel\Identity\IIdentityMapping.cs" />
+    <Compile Include="MappingModel\IMapping.cs" />
+    <Compile Include="MappingModel\ManyToOneMapping.cs" />
+    <Compile Include="MappingModel\MappingBase.cs" />
+    <Compile Include="MappingModel\Collections\OneToManyMapping.cs" />
+    <Compile Include="PersistenceModel.cs" />
+    <Compile Include="Utils\Reflection\Accessor.cs" />
+    <Compile Include="Utils\Reflection\PropertyChain.cs" />
+    <Compile Include="Utils\Reflection\SingleMember.cs" />
+    <Compile Include="MappingModel\Output\MappingXmlSerializer.cs" />
+    <Compile Include="Utils\Reflection\ReflectionHelper.cs" />
+    <Compile Include="Reveal.cs" />
+    <Compile Include="UnknownPropertyException.cs" />
+    <Compile Include="Visitors\UnresolvedComponentReferenceVisitedException.cs" />
+    <Compile Include="Visitors\ValidationException.cs" />
+    <Compile Include="Visitors\ValidationVisitor.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="packages.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
+      <Visible>False</Visible>
+      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
+      <Install>false</Install>
+    </BootstrapperPackage>
+    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+      <Visible>False</Visible>
+      <ProductName>.NET Framework 3.5 SP1</ProductName>
+      <Install>true</Install>
+    </BootstrapperPackage>
+    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
+      <Visible>False</Visible>
+      <ProductName>Windows Installer 3.1</ProductName>
+      <Install>true</Install>
+    </BootstrapperPackage>
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\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>
\ No newline at end of file

diff --git a/dev-dotnet/fluent-nhibernate/fluent-nhibernate-2.0.2.ebuild b/dev-dotnet/fluent-nhibernate/fluent-nhibernate-2.0.2.ebuild
index 8e4ed8f..1ac2cbd 100644
--- a/dev-dotnet/fluent-nhibernate/fluent-nhibernate-2.0.2.ebuild
+++ b/dev-dotnet/fluent-nhibernate/fluent-nhibernate-2.0.2.ebuild
@@ -24,6 +24,7 @@ DESCRIPTION="XML-less, compile safe, automated, convention-based mappings for NH
 LICENSE="BSD" # https://github.com/jagregory/fluent-nhibernate/blob/master/LICENSE.txt
 
 CDEPEND="|| ( >=dev-lang/mono-5.4.0.167 <dev-lang/mono-9999 )
+	dev-dotnet/nhibernate-core
 	"
 RDEPEND="${CDEPEND}
 "
@@ -32,9 +33,9 @@ DEPEND="${CDEPEND}
 	>=dev-dotnet/msbuildtasks-1.5.0.240
 "
 
-PATH_TO_PROJ="src/NHibernate"
-METAFILE_TO_BUILD=NHibernate
-ASSEMBLY_NAME="NHibernate"
+PATH_TO_PROJ="src/FluentNHibernate"
+METAFILE_TO_BUILD=FluentNHibernate
+ASSEMBLY_NAME="FluentNHibernate"
 
 KEY2="${DISTDIR}/mono.snk"
 ASSEMBLY_VERSION="${PV}"
@@ -51,7 +52,7 @@ function output_filename ( ) {
 
 src_prepare() {
 	cp "${FILESDIR}/${METAFILE_TO_BUILD}-${PV}.csproj" "${S}/${PATH_TO_PROJ}/${METAFILE_TO_BUILD}.csproj" || die
-	cp "${FILESDIR}/SharedAssemblyInfo-${PV}.cs" "${S}/${PATH_TO_PROJ}/../SharedAssemblyInfo.cs" || die
+	cp "${FILESDIR}/CommonAssemblyInfo-${PV}.cs" "${S}/${PATH_TO_PROJ}/../CommonAssemblyInfo.cs" || die
 	eapply_user
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-31  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31  8:02 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fluent-nhibernate/, dev-dotnet/fluent-nhibernate/files/ Mikhail Pukhlikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox