From: <fab...@us...> - 2008-09-28 14:38:22
|
Revision: 3792 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3792&view=rev Author: fabiomaulo Date: 2008-09-28 14:38:08 +0000 (Sun, 28 Sep 2008) Log Message: ----------- All project-solutions are now working with VS2008 (going to checkout a fresh svn-copy) Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Tool.HbmXsd/NHibernate.Tool.HbmXsd.csproj Added Paths: ----------- trunk/nhibernate/src/Iesi.Collections/Iesi.Collections.csproj trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj trunk/nhibernate/src/Iesi.Collections.sln trunk/nhibernate/src/NHibernate/NHibernate.csproj trunk/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel.csproj trunk/nhibernate/src/NHibernate.Everything.sln trunk/nhibernate/src/NHibernate.Examples/NHibernate.Examples.csproj trunk/nhibernate/src/NHibernate.Test/NHibernate.Test.csproj trunk/nhibernate/src/NHibernate.Test.Performance/NHibernate.Test.Performance.csproj trunk/nhibernate/src/NHibernate.sln Removed Paths: ------------- trunk/nhibernate/src/Iesi.Collections/Iesi.Collections-2.0.csproj trunk/nhibernate/src/Iesi.Collections-2.0.sln trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test-2.0.csproj trunk/nhibernate/src/NHibernate/NHibernate-2.0.csproj trunk/nhibernate/src/NHibernate/NHibernate-3.5.csproj trunk/nhibernate/src/NHibernate-2.0.sln trunk/nhibernate/src/NHibernate-3.5.sln trunk/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel-2.0.csproj trunk/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel-3.5.csproj trunk/nhibernate/src/NHibernate.Everything-2.0.sln trunk/nhibernate/src/NHibernate.Examples/NHibernate.Examples-2.0.csproj trunk/nhibernate/src/NHibernate.Test/NHibernate.Test-2.0.csproj trunk/nhibernate/src/NHibernate.Test/NHibernate.Test-3.5.csproj trunk/nhibernate/src/NHibernate.Test.Performance/NHibernate.Test.Performance-2.0.csproj Deleted: trunk/nhibernate/src/Iesi.Collections/Iesi.Collections-2.0.csproj =================================================================== --- trunk/nhibernate/src/Iesi.Collections/Iesi.Collections-2.0.csproj 2008-09-28 13:49:40 UTC (rev 3791) +++ trunk/nhibernate/src/Iesi.Collections/Iesi.Collections-2.0.csproj 2008-09-28 14:38:08 UTC (rev 3792) @@ -1,66 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Iesi.Collections</RootNamespace> - <AssemblyName>Iesi.Collections</AssemblyName> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Debug-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> - <Optimize>true</Optimize> - <OutputPath>bin\Release-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Release-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;NET_2_0</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <ItemGroup> - <Reference Include="System" /> - <Reference Include="System.Data" /> - <Reference Include="System.Xml" /> - </ItemGroup> - <ItemGroup> - <Compile Include="AssemblyInfo.cs" /> - <Compile Include="DictionarySet.cs" /> - <Compile Include="Generic\DictionarySet.cs" /> - <Compile Include="Generic\HashedSet.cs" /> - <Compile Include="Generic\ImmutableSet.cs" /> - <Compile Include="Generic\ISet.cs" /> - <Compile Include="Generic\Set.cs" /> - <Compile Include="Generic\SortedSet.cs" /> - <Compile Include="Generic\SynchronizedSet.cs" /> - <Compile Include="HashedSet.cs" /> - <Compile Include="HybridSet.cs" /> - <Compile Include="ImmutableSet.cs" /> - <Compile Include="ISet.cs" /> - <Compile Include="ListSet.cs" /> - <Compile Include="Set.cs" /> - <Compile Include="SortedSet.cs" /> - <Compile Include="SynchronizedSet.cs" /> - <None Include="Iesi.Collections.build" /> - </ItemGroup> - <ItemGroup> - <Content Include="NamespaceSummary.xml" /> - </ItemGroup> - <ItemGroup> - <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -</Project> \ No newline at end of file Copied: trunk/nhibernate/src/Iesi.Collections/Iesi.Collections.csproj (from rev 3791, trunk/nhibernate/src/Iesi.Collections/Iesi.Collections-2.0.csproj) =================================================================== --- trunk/nhibernate/src/Iesi.Collections/Iesi.Collections.csproj (rev 0) +++ trunk/nhibernate/src/Iesi.Collections/Iesi.Collections.csproj 2008-09-28 14:38:08 UTC (rev 3792) @@ -0,0 +1,71 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Iesi.Collections</RootNamespace> + <AssemblyName>Iesi.Collections</AssemblyName> + <FileUpgradeFlags> + </FileUpgradeFlags> + <OldToolsVersion>2.0</OldToolsVersion> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug-2.0\</OutputPath> + <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> + <IntermediateOutputPath>obj\Debug-2.0\</IntermediateOutputPath> + <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release-2.0\</OutputPath> + <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> + <IntermediateOutputPath>obj\Release-2.0\</IntermediateOutputPath> + <DefineConstants>TRACE;NET_2_0</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="AssemblyInfo.cs" /> + <Compile Include="DictionarySet.cs" /> + <Compile Include="Generic\DictionarySet.cs" /> + <Compile Include="Generic\HashedSet.cs" /> + <Compile Include="Generic\ImmutableSet.cs" /> + <Compile Include="Generic\ISet.cs" /> + <Compile Include="Generic\Set.cs" /> + <Compile Include="Generic\SortedSet.cs" /> + <Compile Include="Generic\SynchronizedSet.cs" /> + <Compile Include="HashedSet.cs" /> + <Compile Include="HybridSet.cs" /> + <Compile Include="ImmutableSet.cs" /> + <Compile Include="ISet.cs" /> + <Compile Include="ListSet.cs" /> + <Compile Include="Set.cs" /> + <Compile Include="SortedSet.cs" /> + <Compile Include="SynchronizedSet.cs" /> + <None Include="Iesi.Collections.build" /> + </ItemGroup> + <ItemGroup> + <Content Include="NamespaceSummary.xml" /> + </ItemGroup> + <ItemGroup> + <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> +</Project> \ No newline at end of file Property changes on: trunk/nhibernate/src/Iesi.Collections/Iesi.Collections.csproj ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:mergeinfo + Added: svn:eol-style + native Deleted: trunk/nhibernate/src/Iesi.Collections-2.0.sln =================================================================== --- trunk/nhibernate/src/Iesi.Collections-2.0.sln 2008-09-28 13:49:40 UTC (rev 3791) +++ trunk/nhibernate/src/Iesi.Collections-2.0.sln 2008-09-28 14:38:08 UTC (rev 3792) @@ -1,25 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections-2.0", "Iesi.Collections\Iesi.Collections-2.0.csproj", "{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections.Test-2.0", "Iesi.Collections.Test\Iesi.Collections.Test-2.0.csproj", "{58CE4584-31B9-4E74-A7FB-5D40BFAD0876}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Release|Any CPU.Build.0 = Release|Any CPU - {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Debug|Any CPU.Build.0 = Debug|Any CPU - {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Release|Any CPU.ActiveCfg = Release|Any CPU - {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal Deleted: trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test-2.0.csproj =================================================================== --- trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test-2.0.csproj 2008-09-28 13:49:40 UTC (rev 3791) +++ trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test-2.0.csproj 2008-09-28 14:38:08 UTC (rev 3792) @@ -1,76 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{58CE4584-31B9-4E74-A7FB-5D40BFAD0876}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Iesi.Collections.Test</RootNamespace> - <AssemblyName>Iesi.Collections.Test</AssemblyName> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Debug-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> - <Optimize>true</Optimize> - <OutputPath>bin\Release-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Release-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;NET_2_0</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <ItemGroup> - <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\net\nunit.framework.dll</HintPath> - </Reference> - <Reference Include="System" /> - <Reference Include="System.Data" /> - <Reference Include="System.Xml" /> - </ItemGroup> - <ItemGroup> - <Compile Include="AssemblyInfo.cs" /> - <Compile Include="Generic\HashedSetFixture.cs" /> - <Compile Include="Generic\ImmutableSetFixture.cs" /> - <Compile Include="Generic\SetFixture.cs" /> - <Compile Include="Generic\SortedSetFixture.cs" /> - <Compile Include="HashedSetFixture.cs" /> - <Compile Include="HybridSetFixture.cs" /> - <Compile Include="ListSetFixture.cs" /> - <Compile Include="SetFixture.cs" /> - <Compile Include="SortedSetFixture.cs" /> - </ItemGroup> - <ItemGroup> - <None Include="Iesi.Collections.Test.build" /> - <None Include="Iesi.Collections.Test.nunit" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Iesi.Collections\Iesi.Collections-2.0.csproj"> - <Project>{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}</Project> - <Name>Iesi.Collections-2.0</Name> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> - </ItemGroup> - <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> \ No newline at end of file Copied: trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj (from rev 3791, trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test-2.0.csproj) =================================================================== --- trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj (rev 0) +++ trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj 2008-09-28 14:38:08 UTC (rev 3792) @@ -0,0 +1,81 @@ +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>9.0.30729</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{58CE4584-31B9-4E74-A7FB-5D40BFAD0876}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Iesi.Collections.Test</RootNamespace> + <AssemblyName>Iesi.Collections.Test</AssemblyName> + <FileUpgradeFlags> + </FileUpgradeFlags> + <OldToolsVersion>2.0</OldToolsVersion> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>bin\Debug-2.0\</OutputPath> + <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> + <IntermediateOutputPath>obj\Debug-2.0\</IntermediateOutputPath> + <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release-2.0\</OutputPath> + <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> + <IntermediateOutputPath>obj\Release-2.0\</IntermediateOutputPath> + <DefineConstants>TRACE;NET_2_0</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\lib\net\nunit.framework.dll</HintPath> + </Reference> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="AssemblyInfo.cs" /> + <Compile Include="Generic\HashedSetFixture.cs" /> + <Compile Include="Generic\ImmutableSetFixture.cs" /> + <Compile Include="Generic\SetFixture.cs" /> + <Compile Include="Generic\SortedSetFixture.cs" /> + <Compile Include="HashedSetFixture.cs" /> + <Compile Include="HybridSetFixture.cs" /> + <Compile Include="ListSetFixture.cs" /> + <Compile Include="SetFixture.cs" /> + <Compile Include="SortedSetFixture.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Iesi.Collections.Test.build" /> + <None Include="Iesi.Collections.Test.nunit" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\Iesi.Collections\Iesi.Collections.csproj"> + <Project>{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}</Project> + <Name>Iesi.Collections</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> + </ItemGroup> + <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> \ No newline at end of file Property changes on: trunk/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:mergeinfo + Added: svn:eol-style + native Added: trunk/nhibernate/src/Iesi.Collections.sln =================================================================== --- trunk/nhibernate/src/Iesi.Collections.sln (rev 0) +++ trunk/nhibernate/src/Iesi.Collections.sln 2008-09-28 14:38:08 UTC (rev 3792) @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections", "Iesi.Collections\Iesi.Collections.csproj", "{4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iesi.Collections.Test", "Iesi.Collections.Test\Iesi.Collections.Test.csproj", "{58CE4584-31B9-4E74-A7FB-5D40BFAD0876}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C251E3E-6EA1-4A51-BBCB-F9C42AE55344}.Release|Any CPU.Build.0 = Release|Any CPU + {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Debug|Any CPU.Build.0 = Debug|Any CPU + {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Release|Any CPU.ActiveCfg = Release|Any CPU + {58CE4584-31B9-4E74-A7FB-5D40BFAD0876}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Deleted: trunk/nhibernate/src/NHibernate/NHibernate-2.0.csproj =================================================================== --- trunk/nhibernate/src/NHibernate/NHibernate-2.0.csproj 2008-09-28 13:49:40 UTC (rev 3791) +++ trunk/nhibernate/src/NHibernate/NHibernate-2.0.csproj 2008-09-28 14:38:08 UTC (rev 3792) @@ -1,1136 +0,0 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{5909BFE7-93CF-4E5F-BE22-6293368AF01D}</ProjectGuid> - <OutputType>Library</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>NHibernate</RootNamespace> - <AssemblyName>NHibernate</AssemblyName> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Debug-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;DEBUG</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - <DocumentationFile>bin\Debug-2.0\NHibernate.XML</DocumentationFile> - <NoWarn>1591</NoWarn> - <WarningsAsErrors>1717;1574</WarningsAsErrors> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> - <Optimize>true</Optimize> - <OutputPath>bin\Release-2.0\</OutputPath> - <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> - <IntermediateOutputPath>obj\Release-2.0\</IntermediateOutputPath> - <DefineConstants>TRACE;NET_2_0</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <ItemGroup> - <Reference Include="Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\net\2.0\Castle.Core.dll</HintPath> - </Reference> - <Reference Include="Castle.DynamicProxy2, Version=2.0.0.1, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\net\2.0\Castle.DynamicProxy2.dll</HintPath> - </Reference> - <Reference Include="Iesi.Collections, Version=1.0.0.1, Culture=neutral, PublicKeyToken=154fdcb44c4484fc"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\net\2.0\Iesi.Collections.dll</HintPath> - </Reference> - <Reference Include="log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905"> - <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\lib\net\2.0\log4net.dll</HintPath> - </Reference> - <Reference Include="System" /> - <Reference Include="System.configuration" /> - <Reference Include="System.Data" /> - <Reference Include="System.Data.OracleClient" /> - <Reference Include="System.Transactions" /> - <Reference Include="System.Web" /> - <Reference Include="System.Xml" /> - </ItemGroup> - <ItemGroup> - <Compile Include="ADOException.cs" /> - <Compile Include="AssemblyInfo.cs" /> - <Compile Include="AssertionFailure.cs" /> - <Compile Include="Cache\CachedItem.cs" /> - <Compile Include="Cache\CacheException.cs" /> - <Compile Include="Cache\CacheFactory.cs" /> - <Compile Include="Cache\CacheLock.cs" /> - <Compile Include="Cache\HashtableCache.cs" /> - <Compile Include="Cache\HashtableCacheProvider.cs" /> - <Compile Include="Cache\ICache.cs" /> - <Compile Include="Cache\ICacheConcurrencyStrategy.cs" /> - <Compile Include="Cache\ICacheProvider.cs" /> - <Compile Include="Cache\IQueryCache.cs" /> - <Compile Include="Cache\IQueryCacheFactory.cs" /> - <Compile Include="Cache\ISoftLock.cs" /> - <Compile Include="Cache\NonstrictReadWriteCache.cs" /> - <Compile Include="Cache\QueryKey.cs" /> - <Compile Include="Cache\ReadOnlyCache.cs" /> - <Compile Include="Cache\ReadWriteCache.cs" /> - <Compile Include="Cache\StandardQueryCache.cs" /> - <Compile Include="Cache\StandardQueryCacheFactory.cs" /> - <Compile Include="Cache\Timestamper.cs" /> - <Compile Include="Cache\UpdateTimestampsCache.cs" /> - <Compile Include="CallbackException.cs" /> - <Compile Include="Cfg\MappingsQueue.cs" /> - <Compile Include="Cfg\Configuration.cs" /> - <Compile Include="Cfg\ConfigurationSectionHandler.cs" /> - <Compile Include="Cfg\DefaultNamingStrategy.cs" /> - <Compile Include="Cfg\Environment.cs" /> - <Compile Include="Cfg\ImprovedNamingStrategy.cs" /> - <Compile Include="Cfg\INamingStrategy.cs" /> - <Compile Include="Cfg\Mappings.cs" /> - <Compile Include="Cfg\Settings.cs" /> - <Compile Include="Cfg\SettingsFactory.cs" /> - <Compile Include="Collection\IPersistentCollection.cs" /> - <Compile Include="Connection\ConnectionProvider.cs" /> - <Compile Include="Connection\ConnectionProviderFactory.cs" /> - <Compile Include="Connection\DriverConnectionProvider.cs" /> - <Compile Include="Connection\IConnectionProvider.cs" /> - <Compile Include="Connection\UserSuppliedConnectionProvider.cs" /> - <Compile Include="Dialect\DB2Dialect.cs" /> - <Compile Include="Dialect\Dialect.cs" /> - <Compile Include="Dialect\FirebirdDialect.cs" /> - <Compile Include="Dialect\GenericDialect.cs" /> - <Compile Include="Dialect\MsSql2000Dialect.cs" /> - <Compile Include="Dialect\MsSql7Dialect.cs" /> - <Compile Include="Dialect\MySQLDialect.cs" /> - <Compile Include="Dialect\Oracle9Dialect.cs" /> - <Compile Include="Dialect\OracleDialect.cs" /> - <Compile Include="Dialect\PostgreSQLDialect.cs" /> - <Compile Include="Dialect\SQLiteDialect.cs" /> - <Compile Include="Dialect\SybaseDialect.cs" /> - <Compile Include="Dialect\TypeNames.cs" /> - <Compile Include="Driver\DB2Driver.cs" /> - <Compile Include="Driver\DriverBase.cs" /> - <Compile Include="Driver\FirebirdDriver.cs" /> - <Compile Include="Driver\IDriver.cs" /> - <Compile Include="Driver\MySqlDataDriver.cs" /> - <Compile Include="Driver\NDataReader.cs" /> - <Compile Include="Driver\NHybridDataReader.cs" /> - <Compile Include="Driver\NpgsqlDriver.cs" /> - <Compile Include="Driver\OdbcDriver.cs" /> - <Compile Include="Driver\OleDbDriver.cs" /> - <Compile Include="Driver\OracleClientDriver.cs" /> - <Compile Include="Driver\OracleDataClientDriver.cs" /> - <Compile Include="Driver\SqlClientDriver.cs" /> - <Compile Include="Driver\SQLiteDriver.cs" /> - <Compile Include="Driver\SybaseClientDriver.cs" /> - <Compile Include="Engine\Cascade.cs" /> - <Compile Include="Engine\IBatcher.cs" /> - <Compile Include="Engine\IMapping.cs" /> - <Compile Include="Engine\ISessionFactoryImplementor.cs" /> - <Compile Include="Engine\ISessionImplementor.cs" /> - <Compile Include="Engine\QueryParameters.cs" /> - <Compile Include="Engine\RowSelection.cs" /> - <Compile Include="Engine\TypedValue.cs" /> - <Compile Include="Engine\UnsavedValueFactory.cs" /> - <Compile Include="Engine\Versioning.cs" /> - <Compile Include="Exceptions\ADOExceptionHelper.cs" /> - <Compile Include="Criterion\AbstractCriterion.cs" /> - <Compile Include="Criterion\AndExpression.cs" /> - <Compile Include="Criterion\BetweenExpression.cs" /> - <Compile Include="Criterion\Conjunction.cs" /> - <Compile Include="Criterion\Disjunction.cs" /> - <Compile Include="Criterion\EqPropertyExpression.cs" /> - <Compile Include="Criterion\Example.cs" /> - <Compile Include="Criterion\Expression.cs" /> - <Compile Include="Criterion\ICriterion.cs" /> - <Compile Include="Criterion\InExpression.cs" /> - <Compile Include="Criterion\InsensitiveLikeExpression.cs" /> - <Compile Include="Criterion\Junction.cs" /> - <Compile Include="Criterion\LePropertyExpression.cs" /> - <Compile Include="Criterion\LikeExpression.cs" /> - <Compile Include="Criterion\LogicalExpression.cs" /> - <Compile Include="Criterion\LtPropertyExpression.cs" /> - <Compile Include="Criterion\MatchMode.cs" /> - <Compile Include="Criterion\NotExpression.cs" /> - <Compile Include="Criterion\NotNullExpression.cs" /> - <Compile Include="Criterion\NullExpression.cs" /> - <Compile Include="Criterion\Order.cs" /> - <Compile Include="Criterion\OrExpression.cs" /> - <Compile Include="Criterion\PropertyExpression.cs" /> - <Compile Include="Criterion\SimpleExpression.cs" /> - <Compile Include="Criterion\SQLCriterion.cs" /> - <Compile Include="FetchMode.cs" /> - <Compile Include="FlushMode.cs" /> - <Compile Include="HibernateException.cs" /> - <Compile Include="Hql\Classic\ClauseParser.cs" /> - <Compile Include="Hql\Classic\FromParser.cs" /> - <Compile Include="Hql\Classic\FromPathExpressionParser.cs" /> - <Compile Include="Hql\Classic\GroupByParser.cs" /> - <Compile Include="Hql\Classic\HavingParser.cs" /> - <Compile Include="Hql\Classic\IParser.cs" /> - <Compile Include="Hql\Classic\OrderByParser.cs" /> - <Compile Include="Hql\Classic\ParserHelper.cs" /> - <Compile Include="Hql\Classic\PathExpressionParser.cs" /> - <Compile Include="Hql\Classic\PreprocessingParser.cs" /> - <Compile Include="Hql\Classic\QueryTranslator.cs" /> - <Compile Include="Hql\Classic\SelectParser.cs" /> - <Compile Include="Hql\Classic\SelectPathExpressionParser.cs" /> - <Compile Include="Hql\Classic\WhereParser.cs" /> - <Compile Include="ICriteria.cs" /> - <Compile Include="IDatabinder.cs" /> - <Compile Include="Id\Assigned.cs" /> - <Compile Include="Id\CounterGenerator.cs" /> - <Compile Include="Id\ForeignGenerator.cs" /> - <Compile Include="Id\GuidCombGenerator.cs" /> - <Compile Include="Id\GuidGenerator.cs" /> - <Compile Include="Id\IConfigurable.cs" /> - <Compile Include="Id\IdentifierGenerationException.cs" /> - <Compile Include="Id\IdentifierGeneratorFactory.cs" /> - <Compile Include="Id\IdentityGenerator.cs" /> - <Compile Include="Id\IIdentifierGenerator.cs" /> - <Compile Include="Id\IncrementGenerator.cs" /> - <Compile Include="Id\IPersistentIdentifierGenerator.cs" /> - <Compile Include="Id\SequenceGenerator.cs" /> - <Compile Include="Id\SequenceHiLoGenerator.cs" /> - <Compile Include="Id\TableGenerator.cs" /> - <Compile Include="Id\TableHiLoGenerator.cs" /> - <Compile Include="Id\UUIDHexGenerator.cs" /> - <Compile Include="Id\UUIDStringGenerator.cs" /> - <Compile Include="IInterceptor.cs" /> - <Compile Include="Impl\AbstractQueryImpl.cs" /> - <Compile Include="AdoNet\AbstractBatcher.cs" /> - <Compile Include="AdoNet\OracleDataClientBatchingBatcher.cs" /> - <Compile Include="AdoNet\SqlClientBatchingBatcher.cs" /> - <Compile Include="Cache\Entry\CacheEntry.cs" /> - <Compile Include="Engine\CollectionEntry.cs" /> - <Compile Include="Engine\CollectionKey.cs" /> - <Compile Include="Impl\CriteriaImpl.cs" /> - <Compile Include="Engine\EntityEntry.cs" /> - <Compile Include="Impl\EnumerableImpl.cs" /> - <Compile Include="Impl\FilterImpl.cs" /> - <Compile Include="Impl\MessageHelper.cs" /> - <Compile Include="AdoNet\NonBatchingBatcher.cs" /> - <Compile Include="Impl\Printer.cs" /> - <Compile Include="Impl\QueryImpl.cs" /> - <Compile Include="Event\Default\ReattachVisitor.cs" /> - <Compile Include="Impl\SessionFactoryImpl.cs" /> - <Compile Include="Impl\SessionFactoryObjectFactory.cs" /> - <Compile Include="Impl\SessionImpl.cs" /> - <Compile Include="Impl\SqlQueryImpl.cs" /> - <Compile Include="Engine\Status.cs" /> - <Compile Include="InstantiationException.cs" /> - <Compile Include="IQuery.cs" /> - <Compile Include="ISession.cs" /> - <Compile Include="ISessionFactory.cs" /> - <Compile Include="ITransaction.cs" /> - <Compile Include="LazyInitializationException.cs" /> - <Compile Include="Loader\Loader.cs" /> - <Compile Include="Loader\OuterJoinLoader.cs" /> - <Compile Include="LockMode.cs" /> - <Compile Include="MappingException.cs" /> - <Compile Include="Mapping\Any.cs" /> - <Compile Include="Mapping\Array.cs" /> - <Compile Include="Mapping\Bag.cs" /> - <Compile Include="Mapping\Collection.cs" /> - <Compile Include="Mapping\Column.cs" /> - <Compile Include="Mapping\Component.cs" /> - <Compile Include="Mapping\Constraint.cs" /> - <Compile Include="Mapping\ForeignKey.cs" /> - <Compile Include="Mapping\Formula.cs" /> - <Compile Include="Mapping\IdentifierBag.cs" /> - <Compile Include="Mapping\IdentifierCollection.cs" /> - <Compile Include="Mapping\IFetchable.cs" /> - <Compile Include="Mapping\Index.cs" /> - <Compile Include="Mapping\IndexedCollection.cs" /> - <Compile Include="Mapping\IRelationalModel.cs" /> - <Compile Include="Mapping\IValue.cs" /> - <Compile Include="Mapping\List.cs" /> - <Compile Include="Mapping\ManyToOne.cs" /> - <Compile Include="Mapping\Map.cs" /> - <Compile Include="Mapping\MetaAttribute.cs" /> - <Compile Include="Mapping\OneToMany.cs" /> - <Compile Include="Mapping\OneToOne.cs" /> - <Compile Include="Mapping\PersistentClass.cs" /> - <Compile Include="Mapping\PrimaryKey.cs" /> - <Compile Include="Mapping\PrimitiveArray.cs" /> - <Compile Include="Mapping\Property.cs" /> - <Compile Include="Mapping\RootClass.cs" /> - <Compile Include="Mapping\Set.cs" /> - <Compile Include="Mapping\SimpleValue.cs" /> - <Compile Include="Mapping\Subclass.cs" /> - <Compile Include="Mapping\Table.cs" /> - <Compile Include="Mapping\ToOne.cs" /> - <Compile Include="Mapping\UniqueKey.cs" /> - <Compile Include="Metadata\IClassMetadata.cs" /> - <Compile Include="Metadata\ICollectionMetadata.cs" /> - <Compile Include="NHibernateUtil.cs" /> - <Compile Include="NonUniqueObjectException.cs" /> - <Compile Include="NonUniqueResultException.cs" /> - <Compile Include="ObjectDeletedException.cs" /> - <Compile Include="ObjectNotFoundException.cs" /> - <Compile Include="PersistentObjectException.cs" /> - <Compile Include="Persister\PersisterFactory.cs" /> - <Compile Include="PropertyAccessException.cs" /> - <Compile Include="PropertyNotFoundException.cs" /> - <Compile Include="PropertyValueException.cs" /> - <Compile Include="Properties\BasicPropertyAccessor.cs" /> - <Compile Include="Properties\CamelCaseStrategy.cs" /> - <Compile Include="Properties\CamelCaseUnderscoreStrategy.cs" /> - <Compile Include="Properties\FieldAccessor.cs" /> - <Compile Include="Properties\IFieldNamingStrategy.cs" /> - <Compile Include="Properties\IGetter.cs" /> - <Compile Include="Properties\IPropertyAccessor.cs" /> - <Compile Include="Properties\ISetter.cs" /> - <Compile Include="Properties\LowerCaseStrategy.cs" /> - <Compile Include="Properties\LowerCaseUnderscoreStrategy.cs" /> - <Compile Include="Properties\NoSetterAccessor.cs" /> - <Compile Include="Properties\PascalCaseMUnderscoreStrategy.cs" /> - <Compile Include="Properties\PascalCaseUnderscoreStrategy.cs" /> - <Compile Include="Properties\PropertyAccessorFactory.cs" /> - <Compile Include="Proxy\Poco\Castle\CastleLazyInitializer.cs" /> - <Compile Include="Proxy\Poco\Castle\CastleProxyFactory.cs" /> - <Compile Include="Proxy\INHibernateProxy.cs" /> - <Compile Include="Proxy\IProxyFactory.cs" /> - <Compile Include="Proxy\AbstractLazyInitializer.cs" /> - <Compile Include="Proxy\NHibernateProxyHelper.cs" /> - <Compile Include="Proxy\ProxyTypeValidator.cs" /> - <Compile Include="QueryException.cs" /> - <Compile Include="ReplicationMode.cs" /> - <Compile Include="SqlCommand\Alias.cs" /> - <Compile Include="SqlCommand\ANSICaseFragment.cs" /> - <Compile Include="SqlCommand\ANSIJoinFragment.cs" /> - <Compile Include="SqlCommand\CaseFragment.cs" /> - <Compile Include="SqlCommand\ConditionalFragment.cs" /> - <Compile Include="SqlCommand\DecodeCaseFragment.cs" /> - <Compile Include="SqlCommand\DisjunctionFragment.cs" /> - <Compile Include="SqlCommand\ForUpdateFragment.cs" /> - <Compile Include="SqlCommand\InFragment.cs" /> - <Compile Include="SqlCommand\ISqlStringBuilder.cs" /> - <Compile Include="SqlCommand\JoinFragment.cs" /> - <Compile Include="SqlCommand\OracleJoinFragment.cs" /> - <Compile Include="SqlCommand\Parameter.cs" /> - <Compile Include="SqlCommand\QueryJoinFragment.cs" /> - <Compile Include="SqlCommand\QuerySelect.cs" /> - <Compile Include="SqlCommand\SelectFragment.cs" /> - <Compile Include="SqlCommand\SqlBaseBuilder.cs" /> - <Compile Include="SqlCommand\SqlDeleteBuilder.cs" /> - <Compile Include="SqlCommand\SqlInsertBuilder.cs" /> - <Compile Include="SqlCommand\SqlSelectBuilder.cs" /> - <Compile Include="SqlCommand\SqlSimpleSelectBuilder.cs" /> - <Compile Include="SqlCommand\SqlString.cs" /> - <Compile Include="SqlCommand\SqlStringBuilder.cs" /> - <Compile Include="SqlCommand\SqlUpdateBuilder.cs" /> - <Compile Include="SqlCommand\Template.cs" /> - <Compile Include="SqlCommand\WhereBuilder.cs" /> - <Compile Include="SqlTypes\AnsiStringFixedLengthSqlType.cs" /> - <Compile Include="SqlTypes\AnsiStringSqlType.cs" /> - <Compile Include="SqlTypes\BinaryBlobSqlType.cs" /> - <Compile Include="SqlTypes\BinarySqlType.cs" /> - <Compile Include="SqlTypes\SqlType.cs" /> - <Compile Include="SqlTypes\SqlTypeFactory.cs" /> - <Compile Include="SqlTypes\StringClobSqlType.cs" /> - <Compile Include="SqlTypes\StringFixedLengthSqlType.cs" /> - <Compile Include="SqlTypes\StringSqlType.cs" /> - <Compile Include="StaleObjectStateException.cs" /> - <Compile Include="Tool\hbm2ddl\SchemaExport.cs" /> - <Compile Include="TransactionException.cs" /> - <Compile Include="Transaction\AdoTransaction.cs" /> - <Compile Include="Transaction\ITransactionFactory.cs" /> - <Compile Include="Transform\AliasToEntityMapResultTransformer.cs" /> - <Compile Include="Transform\DistinctRootEntityResultTransformer.cs" /> - <Compile Include="Transform\IResultTransformer.cs" /> - <Compile Include="Transform\RootEntityResultTransformer.cs" /> - <Compile Include="TransientObjectException.cs" /> - <Compile Include="Type\AbstractType.cs" /> - <Compile Include="Type\AnsiStringType.cs" /> - <Compile Include="Type\ArrayType.cs" /> - <Compile Include="Type\BagType.cs" /> - <Compile Include="Type\BinaryBlobType.cs" /> - <Compile Include="Type\BinaryType.cs" /> - <Compile Include="Type\BooleanType.cs" /> - <Compile Include="Type\ByteType.cs" /> - <Compile Include="Type\CharBooleanType.cs" /> - <Compile Include="Type\CharType.cs" /> - <Compile Include="Type\ComponentType.cs" /> - <Compile Include="Type\CompositeCustomType.cs" /> - <Compile Include="Type\CultureInfoType.cs" /> - <Compile Include="Type\CustomType.cs" /> - <Compile Include="Type\DateTimeType.cs" /> - <Compile Include="Type\DateType.cs" /> - <Compile Include="Type\DecimalType.cs" /> - <Compile Include="Type\DoubleType.cs" /> - <Compile Include="Type\EntityType.cs" /> - <Compile Include="Type\EnumStringType.cs" /> - <Compile Include="Type\GuidType.cs" /> - <Compile Include="Type\IAbstractComponentType.cs" /> - <Compile Include="Type\IAssociationType.cs" /> - <Compile Include="Type\IdentifierBagType.cs" /> - <Compile Include="Type\IDiscriminatorType.cs" /> - <Compile Include="Type\IIdentifierType.cs" /> - <Compile Include="Type\ILiteralType.cs" /> - <Compile Include="Type\ImmutableType.cs" /> - <Compile Include="Type\Int16Type.cs" /> - <Compile Include="Type\Int32Type.cs" /> - <Compile Include="Type\Int64Type.cs" /> - <Compile Include="Type\IType.cs" /> - <Compile Include="Type\IVersionType.cs" /> - <Compile Include="Type\ListType.cs" /> - <Compile Include="Type\ManyToOneType.cs" /> - <Compile Include="Type\MapType.cs" /> - <Compile Include="Type\MetaType.cs" /> - <Compile Include="Type\MutableType.cs" /> - <Compile Include="Type\NullableType.cs" /> - <Compile Include="Type\OneToOneType.cs" /> - <Compile Include="Type\PersistentEnumType.cs" /> - <Compile Include="Type\SByteType.cs" /> - <Compile Include="Type\SerializableType.cs" /> - <Compile Include="Type\SerializationException.cs" /> - <Compile Include="Type\SetType.cs" /> - <Compile Include="Type\SingleType.cs" /> - <Compile Include="Type\SortedMapType.cs" /> - <Compile Include="Type\SortedSetType.cs" /> - <Compile Include="Type\StringClobType.cs" /> - <Compile Include="Type\StringType.cs" /> - <Compile Include="Type\TicksType.cs" /> - <Compile Include="Type\TimeSpanType.cs" /> - <Compile Include="Type\TimestampType.cs" /> - <Compile Include="Type\TimeType.cs" /> - <Compile Include="Type\TrueFalseType.cs" /> - <Compile Include="Type\TypeFactory.cs" /> - <Compile Include="Type\TypeType.cs" /> - <Compile Include="Type\UInt16Type.cs" /> - <Compile Include="Type\UInt32Type.cs" /> - <Compile Include="Type\UInt64Type.cs" /> - <Compile Include="Type\PrimitiveType.cs" /> - <Compile Include="Type\YesNoType.cs" /> - <Compile Include="UnresolvableObjectException.cs" /> - <Compile Include="Util\ADOExceptionReporter.cs" /> - <Compile Include="Util\ArrayHelper.cs" /> - <Compile Include="Util\CollectionPrinter.cs" /> - <Compile Include="Util\IdentityMap.cs" /> - <Compile Include="Util\JoinedEnumerable.cs" /> - <Compile Include="Util\ObjectUtils.cs" /> - <Compile Include="Util\PropertiesHelper.cs" /> - <Compile Include="Util\ReflectHelper.cs" /> - <Compile Include="Util\SequencedHashMap.cs" /> - <Compile Include="Util\StringHelper.cs" /> - <Compile Include="Util\StringTokenizer.cs" /> - <Compile Include="WrongClassException.cs" /> - </ItemGroup> - <ItemGroup> - <Compile Include="Action\BulkOperationCleanupAction.cs" /> - <Compile Include="Action\CollectionAction.cs" /> - <Compile Include="Action\CollectionRecreateAction.cs" /> - <Compile Include="Action\CollectionRemoveAction.cs" /> - <Compile Include="Action\CollectionUpdateAction.cs" /> - <Compile Include="Action\DelayedPostInsertIdentifier.cs" /> - <Compile Include="Action\EntityAction.cs" /> - <Compile Include="Action\EntityDeleteAction.cs" /> - <Compile Include="Action\EntityIdentityInsertAction.cs" /> - <Compile Include="Action\EntityInsertAction.cs" /> - <Compile Include="Action\EntityUpdateAction.cs" /> - <Compile Include="Action\IExecutable.cs" /> - <Compile Include="AdoNet\AdoNetContext.cs" /> - <Compile Include="AdoNet\ColumnNameCache.cs" /> - <Compile Include="AdoNet\Expectations.cs" /> - <Compile Include="AdoNet\IBatcherFactory.cs" /> - <Compile Include="AdoNet\IExpectation.cs" /> - <Compile Include="AdoNet\NonBatchingBatcherFactory.cs" /> - <Compile Include="AdoNet\OracleDataClientBatchingBatcherFactory.cs" /> - <Compile Include="AdoNet\ResultSetWrapper.cs" /> - <Compile Include="AdoNet\SqlClientBatchingBatcherFactory.cs" /> - <Compile Include="AdoNet\TooManyRowsAffectedException.cs" /> - <Compile Include="Bytecode\CodeDom\BytecodeProviderImpl.cs" /> - <Compile Include="Bytecode\DefaultProxyFactoryFactory.cs" /> - <Compile Include="Bytecode\IAccessOptimizer.cs" /> - <Compile Include="Bytecode\IBytecodeProvider.cs" /> - <Compile Include="Bytecode\IInjectableProxyFactoryFactory.cs" /> - <Compile Include="Bytecode\IInstantiationOptimizer.cs" /> - <Compile Include="Bytecode\IProxyFactoryFactory.cs" /> - <Compile Include="Bytecode\IReflectionOptimizer.cs" /> - <Compile Include="Bytecode\Lightweight\AccessOptimizer.cs" /> - <Compile Include="Bytecode\Lightweight\BytecodeProviderImpl.cs" /> - <Compile Include="Bytecode\Lightweight\Delegates.cs" /> - <Compile Include="Bytecode\Lightweight\ReflectionOptimizer.cs" /> - <Compile Include="Bytecode\NullBytecodeProvider.cs" /> - <Compile Include="Bytecode\EmitUtil.cs" /> - <Compile Include="CacheMode.cs" /> - <Compile Include="Cache\CacheKey.cs" /> - <Compile Include="Cache\Entry\CollectionCacheEntry.cs" /> - <Compile Include="Cache\Entry\ICacheEntryStructure.cs" /> - <Compile Include="Cache\Entry\StructuredCacheEntry.cs" /> - <Compile Include="Cache\Entry\StructuredCollectionCacheEntry.cs" /> - <Compile Include="Cache\Entry\StructuredMapCacheEntry.cs" /> - <Compile Include="Cache\Entry\UnstructuredCacheEntry.cs" /> - <Compile Include="Cache\FilterKey.cs" /> - <Compile Include="Cache\IOptimisticCacheSource.cs" /> - <Compile Include="Cache\NoCacheProvider.cs" /> - <Compile Include="Cache\NoCachingEnabledException.cs" /> - <Compile Include="Cfg\ClassExtractor.cs" /> - <Compile Include="Cfg\ConfigurationSchema\CfgXmlHelper.cs" /> - <Compile Include="Cfg\ConfigurationSchema\ClassCacheConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\CollectionCacheConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\EventConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\HibernateConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\ListenerConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\MappingConfiguration.cs" /> - <Compile Include="Cfg\ConfigurationSchema\SessionFactoryConfiguration.cs" /> - <Compile Include="Cfg\ExtendsQueueEntry.cs" /> - <Compile Include="Cfg\HbmConstants.cs" /> - <Compile Include="Cfg\HibernateConfigException.cs" /> - <Compile Include="Cfg\IHibernateConfiguration.cs" /> - <Compile Include="Cfg\NamedXmlDocument.cs" /> - <Compile Include="Cfg\MappingsQueueEntry.cs" /> - <Compile Include="Cfg\MappingSchema\EndsWithHbmXmlFilter.cs" /> - <Compile Include="Cfg\MappingSchema\Hbm.generated.cs"> - <SubType>code</SubType> - </Compile> - <Compile Include="Cfg\MappingSchema\HbmBase.cs" /> - <Compile Include="Cfg\MappingSchema\HbmClass.cs" /> - <Compile Include="Cfg\MappingSchema\HbmDatabaseObject.cs" /> - <Compile Include="Cfg\MappingSchema\HbmMapping.cs" /> - <Compile Include="Cfg\MappingSchema\HbmMeta.cs" /> - <Compile Include="Cfg\MappingSchema\HbmParam.cs" /> - <Compile Include="Cfg\MappingSchema\HbmQuery.cs" /> - <Compile Include="Cfg\MappingSchema\HbmSqlQuery.cs" /> - <Compile Include="Cfg\MappingSchema\IAssemblyResourceFilter.cs" /> - <Compile Include="Cfg\MappingSchema\IMappingDocumentParser.cs" /> - <Compile Include="Cfg\MappingSchema\MappingDocumentAggregator.cs" /> - <Compile Include="Cfg\MappingSchema\MappingDocumentParser.cs" /> - <Compile Include="Cfg\XmlHbmBinding\AuxiliaryDatabaseObjectFactory.cs" /> - <Compile Include="Cfg\MappingSchema\HbmFilterDef.cs" /> - <Compile Include="Cfg\XmlHbmBinding\CacheModeConverter.cs" /> - <Compile Include="Cfg\XmlHbmBinding\ClassCompositeIdBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\ClassDiscriminatorBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\ClassIdBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\FilterDefinitionFactory.cs" /> - <Compile Include="Cfg\XmlHbmBinding\FlushModeConverter.cs" /> - <Compile Include="Cfg\XmlHbmBinding\ResultSetMappingBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\Binder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\ClassBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\CollectionBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\RootClassBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\JoinedSubclassBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\MappingRootBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\NamedQueryBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\NamedSQLQueryBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\SubclassBinder.cs" /> - <Compile Include="Cfg\XmlHbmBinding\UnionSubclassBinder.cs" /> - <Compile Include="Cfg\XmlSchemas.cs" /> - <Compile Include="Classic\ILifecycle.cs" /> - <Compile Include="Classic\IValidatable.cs" /> - <Compile Include="Classic\ValidationFailure.cs" /> - <Compile Include="Collection\AbstractPersistentCollection.cs" /> - <Compile Include="Collection\Generic\PersistentGenericSet.cs" /> - <Compile Include="Collection\Generic\PersistentGenericBag.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="Collection\Generic\PersistentGenericList.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="Collection\Generic\PersistentGenericMap.cs"> - <SubType>Code</SubType> - </Compile> - <Compile Include="Collection\Generic\PersistentGenericIdentifierBag.cs" /> - <Compile Include="Collection\PersistentArrayHolder.cs" /> - <Compile Include="Collection\PersistentBag.cs" /> - <Compile Include="Collection\PersistentIdentifierBag.cs" /> - <Compile Include="Collection\PersistentList.cs" /> - <Compile Include="Collection\PersistentMap.cs" /> - <Compile Include="Collection\PersistentSet.cs" /> - <Compile Include="ConnectionReleaseMode.cs" /> - <Compile Include="Context\CallSessionContext.cs" /> - <Compile Include="Context\CurrentSessionContext.cs" /> - <Compile Include="Context\ICurrentSessionContext.cs" /> - <Compile Include="Context\ManagedWebSessionContext.cs" /> - <Compile Include="Context\MapBasedSessionContext.cs" /> - <Compile Include="Context\ThreadLocalSessionContext.cs" /> - <Compile Include="Context\ThreadStaticSessionContext.cs" /> - <Compile Include="Context\WebSessionContext.cs" /> - <Compile Include="CriteriaTransformer.cs" /> - <Compile Include="Criterion\NaturalIdentifier.cs" /> - <Compile Include="Criterion\Restrictions.cs" /> - <Compile Include="Criterion\RowCountInt64Projection.cs" /> - <Compile Include="DebugHelpers\DictionaryProxy.cs" /> - <Compile Include="DebugHelpers\CollectionProxy.cs" /> - <Compile Include="Dialect\Function\AnsiExtractFunction.cs" /> - <Compile Include="Dialect\Function\AnsiSubstringFunction.cs" /> - <Compile Include="Dialect\Function\AnsiTrimEmulationFunction.cs" /> - <Compile Include="Dialect\Function\AnsiTrimFunction.cs" /> - <Compile Include="Dialect\Function\CastFunction.cs" /> - <Compile Include="Dialect\Function\CharIndexFunction.cs" /> - <Compile Include="Dialect\Function\ClassicAggregateFunction.cs" /> - <Compile Include="Dialect\Function\ClassicAvgFunction.cs" /> - <Compile Include="Dialect\Function\ClassicCountFunction.cs" /> - <Compile Include="Dialect\Function\ClassicSumFunction.cs" /> - <Compile Include="Dialect\Function\CommonGrammar.cs" /> - <Compile Include="Dialect\Function\IFunctionGrammar.cs" /> - <Compile Include="Dialect\Function\ISQLFunction.cs" /> - <Compile Include="Dialect\Function\NoArgSQLFunction.cs" /> - <Compile Include="Dialect\Function\NvlFunction.cs" /> - <Compile Include="Dialect\Function\PositionSubstringFunction.cs" /> - <Compile Include="Dialect\Function\SQLFunctionRegistry.cs" /> - <Compile Include="Dialect\Function\SQLFunctionTemplate.cs" /> - <Compile Include="Dialect\Function\StandardSafeSQLFunction.cs" /> - <Compile Include="Dialect\Function\StandardSQLFunction.cs" /> - <Compile Include="Dialect\Function\VarArgsSQLFunction.cs" /> - <Compile Include="AdoNet\IEmbeddedBatcherFactoryProvider.cs" /> - <Compile Include="Dialect\InformixDialect.cs" /> - <Compile Include="Dialect\Lock\ILockingStrategy.cs" /> - <Compile Include="Dialect\Lock\SelectLockingStrategy.cs" /> - <Compile Include="Dialect\Lock\UpdateLockingStrategy.cs" /> - <Compile Include="Dialect\MsSqlCeDialect.cs" /> - <Compile Include="Dialect\MySQL5Dialect.cs" /> - <Compile Include="Criterion\SelectSubqueryExpression.cs" /> - <Compile Include="Dialect\PostgreSQL82Dialect.cs" /> - <Compile Include="Dialect\Schema\FirebirdMetaData.cs" /> - <Compile Include="Dialect\Schema\ITableMetadata.cs" /> - <Compile Include="Dialect\Schema\MsSqlMetaData.cs" /> - <Compile Include="Dialect\Schema\OracleMetaData.cs" /> - <Compile Include="Dialect\Sybase11Dialect.cs" /> - <Compile Include="Driver\ASA10ClientDriver.cs" /> - <Compile Include="Driver\ISqlParameterFormatter.cs" /> - <Compile Include="Driver\SqlStringFormatter.cs" /> - <Compile Include="Criterion\SubqueryProjection.cs" /> - <Compile Include="EmptyInterceptor.cs" /> - <Compile Include="Engine\ActionQueue.cs" /> - <Compile Include="Engine\AssociationKey.cs" /> - <Compile Include="Engine\BatchFetchQueue.cs" /> - <Compile Include="Engine\CascadeStyle.cs" /> - <Compile Include="Engine\CascadingAction.cs" /> - <Compile Include="Engine\Collections.cs" /> - <Compile Include="Engine\EntityUniqueKey.cs" /> - <Compile Include="Engine\FilterDefinition.cs" /> - <Compile Include="Engine\ForeignKeys.cs" /> - <Compile Include="Engine\IdentifierValue.cs" /> - <Compile Include="Engine\IPersistenceContext.cs" /> - <Compile Include="Engine\Loading\CollectionLoadContext.cs" /> - <Compile Include="Engine\Loading\EntityLoadContext.cs" /> - <Compile Include="Engine\Loading\LoadContexts.cs" /> - <Compile Include="Engine\Loading\LoadingCollectionEntry.cs" /> - <Compile Include="Engine\Nullability.cs" /> - <Compile Include="Engine\Query\HQLQueryPlan.cs" /> - <Compile Include="Engine\Query\NamedParameterDescriptor.cs" /> - <Compile Include="Engine\Query\NativeSQLQueryPlan.cs" /> - <Compile Include="Engine\Query\OrdinalParameterDescriptor.cs" /> - <Compile Include="Engine\Query\ParameterMetadata.cs" /> - <Compile Include="Engine\Query\ParamLocationRecognizer.cs" /> - <Compile Include="Engine\Query\QueryMetadata.cs" /> - <Compile Include="Engine\Query\QueryPlanCache.cs" /> - <Compile Include="Engine\Query\ReturnMetadata.cs" /> - <Compile Include="Engine\Query\FilterQueryPlan.cs" /> - <Compile Include="Engine\Query\Sql\INativeSQLQueryReturn.cs" /> - <Compile Include="Engine\Query\Sql\NativeSQLQueryCollectionReturn.cs" /> - <Compile Include="Engine\Query\Sql\NativeSQLQueryJoinReturn.cs" /> - <Compile Include="Engine\Query\Sql\NativeSQLQueryNonScalarReturn.cs" /> - <Compile Include="Engine\Query\Sql\NativeSQLQueryRootReturn.cs" /> - <Compile Include="Engine\Query\Sql\NativeSQLQueryScalarReturn.cs" /> - <Compile Include="Engine\StatefulPersistenceContext.cs" /> - <Compile Include="Engine\TransactionHelper.cs" /> - <Compile Include="Engine\Transaction\IIsolatedWork.cs" /> - <Compile Include="Engine\Transaction\Isolater.cs" /> - <Compile Include="Engine\TwoPhaseLoad.cs" /> - <Compile Include="Engine\ValueInclusion.cs" /> - <Compile Include="Engine\VersionValue.cs" /> - <Compile Include="EntityMode.cs" /> - <Compile Include="Event\AbstractCollectionEvent.cs" /> - <Compile Include="Event\AbstractEvent.cs" /> - <Compile Include="Event\AutoFlushEvent.cs" /> - <Compile Include="Event\Default\AbstractFlushingEventListener.cs" /> - <Compile Include="Event\Default\AbstractLockUpgradeEventListener.cs" /> - <Compile Include="Event\Default\AbstractReassociateEventListener.cs" /> - <Compile Include="Event\Default\AbstractSaveEventListener.cs" /> - <Compile Include="Event\Default\AbstractVisitor.cs" /> - <Compile Include="Event\Default\DefaultAutoFlushEventListener.cs" /> - <Compile Include="Event\Default\DefaultDeleteEventListener.cs" /> - <Compile Include="Event\Default\DefaultDirtyCheckEventListener.cs" /> - <Compile Include="Event\Default\DefaultEvictEventListener.cs" /> - <Compile Include="Event\Default\DefaultFlushEntityEventListener.cs" /> - <Compile Include="Event\Default\DefaultFlushEventListener.cs" /> - <Compile Include="Event\Default\DefaultInitializeCollectionEventListener.cs" /> - <Compile Include="Event\Default\DefaultLoadEventListener.cs" /> - <Compile Include="Event\Default\DefaultLockEventListener.cs" /> - <Compile Include="Event\Default\DefaultMergeEventListener.cs" /> - <Compile Include="Event\Default\DefaultPersistEventListener.cs" /> - <Compile Include="Event\Default\DefaultPersistOnFlushEventListener.cs" /> - <Compile Include="Event\Default\DefaultPostLoadEventListener.cs" /> - <Compile Include="Event\Default\DefaultPreLoadEventListener.cs" /> - <Compile Include="Event\Default\DefaultRefreshEventListener.cs" /> - <Compile Include="Event\Default\DefaultReplicateEventListener.cs" /> - <Compile Include="Event\Default\DefaultSaveEventListener.cs" /> - <Compile Include="Event\Default\DefaultSaveOrUpdateCopyEventListener.cs" /> - <Compile Include="Event\Default\DefaultSaveOrUpdateEventListener.cs" /> - <Compile Include="Event\Default\DefaultUpdateEventListener.cs" /> - <Compile Include="Event\Default\DirtyCollectionSearchVisitor.cs" /> - <Compile Include="Event\Default\EvictVisitor.cs" /> - <Compile Include="Event\Default\FlushVisitor.cs" /> - <Compile Include="Event\Default\OnLockVisitor.cs" /> - <Compile Include="Event\Default\OnReplicateVisitor.cs" /> - <Compile Include="Event\Default\OnUpdateVisitor.cs" /> - <Compile Include="Event\Default\ProxyVisitor.cs" /> - <Compile Include="Event\Default\WrapVisitor.cs" /> - <Compile Include="Event\DeleteEvent.cs" /> - <Compile Include="Event\DirtyCheckEvent.cs" /> - <Compile Include="Event\EventListeners.cs" /> - <Compile Include="Event\EvictEvent.cs" /> - <Compile Include="Event\FlushEntityEvent.cs" /> - <Compile Include="Event\FlushEvent.cs" /> - <Compile Include="Event\IAutoFlushEventListener.cs" /> - <Compile Include="Event\IDeleteEventListener.cs" /> - <Compile Include="Event\IDirtyCheckEventListener.cs" /> - <Compile Include="Event\IEventSource.cs" /> - <Compile Include="Event\IEvictEventListener.cs" /> - <Compile Include="Event\IFlushEntityEventListener.cs" /> - <Compile Include="Event\IFlushEventListener.cs" /> - <Compile Include="Event\IInitializable.cs" /> - <Compile Include="Event\IInitializeCollectionEventListener.cs" /> - <Compile Include="Event\ILoadEventListener.cs" /> - <Compile Include="Event\ILockEventListener.cs" /> - <Compile Include="Event\IMergeEventListener.cs" /> - <Compile Include="Event\InitializeCollectionEvent.cs" /> - <Compile Include="Event\IPersistEventListener.cs" /> - <Compile Include="Event\IPostCollectionRecreateEventListener.cs" /> - <Compile Include="Event\IPostCollectionRemoveEventListener.cs" /> - <Compile Include="Event\IPostCollectionUpdateEventListener.cs" /> - <Compile Include="Event\IPostDeleteEventListener.cs" /> - <Compile Include="Event\IPostInsertEventListener.cs" /> - <Compile Include="Event\IPostLoadEventListener.cs" /> - <Compile Include="Event\IPostUpdateEventListener.cs" /> - <Compile Include="Event\IPreCollectionRecreateEventListener.cs" /> - <Compile Include="Event\IPreCollectionRemoveEventListener.cs" /> - <Compile Include="Event\IPreCollectionUpdateEventListener.cs" /> - <Compile Include="Event\IPreDeleteEventListener.cs" /> - <Compile Include="Event\IPreInsertEventListener.cs" /> - <Compile Include="Event\IPreLoadEventListener.cs" /> - <Compile Include="Event\IPreUpdateEventListener.cs" /> - <Compile Include="Event\IRefreshEventListener.cs" /> - <Compile Include="Event\IReplicateEventListener.cs" /> - <Compile Include="Event\ISaveOrUpdateEventListener.cs" /> - <Compile Include="Event\ListenerType.cs" /> - <Compile Include="Even... [truncated message content] |