Skip to content

Commit 8c96c65

Browse files
Merge pull request #3 from AlexanderKot/to_pr
NHV-128 Upgrade Validators to NH 5.0
2 parents 884ecec + 590389f commit 8c96c65

File tree

242 files changed

+732
-377403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+732
-377403
lines changed

Examples/Asp.Net MVC/NHibernate.Validator.Demo.Mvc/Views/Home/Index.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
Go to the <a href="Customer/Manage">example</a>.
1111

1212
To learn more about ASP.NET MVC visit <a href="http://asp.net/mvc" title="ASP.NET MVC Website">http://asp.net/mvc</a>.
13-
To learn more about NHibernate Validator visit <a href="http://nhforge.org" title="NHibernate Forge">NHibernate Forge</a>.
13+
To learn more about NHibernate Validator visit <a href="http://nhibernate.info/">NHibernate</a>.
1414
</p>
1515
</asp:Content>

Examples/EntityValidator/NHibernate.Validator.Demo.Ev/NHibernate.Validator.Demo.Ev/NHibernate.Validator.Demo.Ev.csproj

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>NHibernate.Validator.Demo.Ev</RootNamespace>
1212
<AssemblyName>NHibernate.Validator.Demo.Ev</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -31,6 +31,7 @@
3131
<IsWebBootstrapper>false</IsWebBootstrapper>
3232
<UseApplicationTrust>false</UseApplicationTrust>
3333
<BootstrapperEnabled>true</BootstrapperEnabled>
34+
<TargetFrameworkProfile />
3435
</PropertyGroup>
3536
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3637
<DebugSymbols>true</DebugSymbols>
@@ -41,6 +42,7 @@
4142
<ErrorReport>prompt</ErrorReport>
4243
<WarningLevel>4</WarningLevel>
4344
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4446
</PropertyGroup>
4547
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4648
<DebugType>pdbonly</DebugType>
@@ -50,19 +52,32 @@
5052
<ErrorReport>prompt</ErrorReport>
5153
<WarningLevel>4</WarningLevel>
5254
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55+
<Prefer32Bit>false</Prefer32Bit>
5356
</PropertyGroup>
5457
<ItemGroup>
55-
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
56-
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\..\..\..\lib\Iesi.Collections.dll</HintPath>
58+
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
60+
<Private>True</Private>
5861
</Reference>
59-
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
60-
<SpecificVersion>False</SpecificVersion>
61-
<HintPath>..\..\..\..\lib\log4net.dll</HintPath>
62+
<Reference Include="Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Iesi.Collections.4.0.2\lib\net461\Iesi.Collections.dll</HintPath>
64+
<Private>True</Private>
6265
</Reference>
63-
<Reference Include="NHibernate, Version=2.1.0.1002, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
64-
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\..\..\..\lib\NHibernate.dll</HintPath>
66+
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
67+
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
68+
<Private>True</Private>
69+
</Reference>
70+
<Reference Include="NHibernate, Version=5.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
71+
<HintPath>..\packages\NHibernate.5.0.0\lib\net461\NHibernate.dll</HintPath>
72+
<Private>True</Private>
73+
</Reference>
74+
<Reference Include="Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Remotion.Linq.2.1.2\lib\net45\Remotion.Linq.dll</HintPath>
76+
<Private>True</Private>
77+
</Reference>
78+
<Reference Include="Remotion.Linq.EagerFetching, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
79+
<HintPath>..\packages\Remotion.Linq.EagerFetching.2.1.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
80+
<Private>True</Private>
6681
</Reference>
6782
<Reference Include="System" />
6883
<Reference Include="System.Core">
@@ -113,6 +128,10 @@
113128
<Install>true</Install>
114129
</BootstrapperPackage>
115130
</ItemGroup>
131+
<ItemGroup>
132+
<None Include="app.config" />
133+
<None Include="packages.config" />
134+
</ItemGroup>
116135
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117136
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118137
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net461" />
4+
<package id="Iesi.Collections" version="4.0.2" targetFramework="net461" />
5+
<package id="log4net" version="2.0.8" targetFramework="net451" />
6+
<package id="NHibernate" version="5.0.0" targetFramework="net461" />
7+
<package id="Remotion.Linq" version="2.1.2" targetFramework="net461" />
8+
<package id="Remotion.Linq.EagerFetching" version="2.1.0" targetFramework="net461" />
9+
</packages>

Examples/Integration/NHibernate.Validator.Demo.NHI/NHibernate.Validator.Demo.Model/NHibernate.Validator.Demo.Model.csproj

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -15,7 +15,7 @@
1515
<OldToolsVersion>3.5</OldToolsVersion>
1616
<UpgradeBackupLocation>
1717
</UpgradeBackupLocation>
18-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1919
<PublishUrl>publish\</PublishUrl>
2020
<Install>true</Install>
2121
<InstallFrom>Disk</InstallFrom>
@@ -42,6 +42,7 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
4444
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4748
<DebugType>pdbonly</DebugType>
@@ -51,19 +52,28 @@
5152
<ErrorReport>prompt</ErrorReport>
5253
<WarningLevel>4</WarningLevel>
5354
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55+
<Prefer32Bit>false</Prefer32Bit>
5456
</PropertyGroup>
5557
<ItemGroup>
56-
<Reference Include="Iesi.Collections">
57-
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
58+
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
60+
<Private>True</Private>
5861
</Reference>
59-
<Reference Include="NHibernate">
60-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
62+
<Reference Include="Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Iesi.Collections.4.0.2\lib\net461\Iesi.Collections.dll</HintPath>
64+
<Private>True</Private>
6165
</Reference>
62-
<Reference Include="NHibernate.Validator">
63-
<HintPath>..\packages\NHibernate.Validator.1.3.2.4000\lib\Net35\NHibernate.Validator.dll</HintPath>
66+
<Reference Include="NHibernate, Version=5.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
67+
<HintPath>..\packages\NHibernate.5.0.0\lib\net461\NHibernate.dll</HintPath>
68+
<Private>True</Private>
6469
</Reference>
65-
<Reference Include="NHibernate.Validator.Specific">
66-
<HintPath>..\packages\NHibernate.Validator.1.3.2.4000\lib\Net35\NHibernate.Validator.Specific.dll</HintPath>
70+
<Reference Include="Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
71+
<HintPath>..\packages\Remotion.Linq.2.1.2\lib\net45\Remotion.Linq.dll</HintPath>
72+
<Private>True</Private>
73+
</Reference>
74+
<Reference Include="Remotion.Linq.EagerFetching, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Remotion.Linq.EagerFetching.2.1.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
76+
<Private>True</Private>
6777
</Reference>
6878
<Reference Include="System" />
6979
<Reference Include="System.Data" />
@@ -101,6 +111,16 @@
101111
<ItemGroup>
102112
<None Include="packages.config" />
103113
</ItemGroup>
114+
<ItemGroup>
115+
<ProjectReference Include="..\..\..\..\src\NHibernate.Validator.Specific\NHibernate.Validator.Specific.csproj">
116+
<Project>{f23c735c-50fe-4932-9c10-f48fcecc0dcf}</Project>
117+
<Name>NHibernate.Validator.Specific</Name>
118+
</ProjectReference>
119+
<ProjectReference Include="..\..\..\..\src\NHibernate.Validator\NHibernate.Validator.csproj">
120+
<Project>{599516e0-e10d-4f44-b5e1-b7b67efc931a}</Project>
121+
<Name>NHibernate.Validator</Name>
122+
</ProjectReference>
123+
</ItemGroup>
104124
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
105125
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106126
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
4-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
3+
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net461" />
4+
<package id="Iesi.Collections" version="4.0.2" targetFramework="net461" />
5+
<package id="NHibernate" version="5.0.0" targetFramework="net461" />
56
<package id="NHibernate.Validator" version="1.3.2.4000" targetFramework="net35" />
7+
<package id="Remotion.Linq" version="2.1.2" targetFramework="net461" />
8+
<package id="Remotion.Linq.EagerFetching" version="2.1.0" targetFramework="net461" />
69
</packages>

Examples/Integration/NHibernate.Validator.Demo.NHI/NHibernate.Validator.Demo.NHI.sln

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Validator.Demo.NHI", "NHibernate.Validator.Demo.NHI\NHibernate.Validator.Demo.NHI.csproj", "{87D14A6E-AA14-46EA-A364-1146713671F6}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Validator.Demo.Model", "NHibernate.Validator.Demo.Model\NHibernate.Validator.Demo.Model.csproj", "{363B2AB7-7C5E-4B21-84E4-9F30BCF48314}"
79
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Validator", "..\..\..\src\NHibernate.Validator\NHibernate.Validator.csproj", "{599516E0-E10D-4F44-B5E1-B7B67EFC931A}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Validator.Specific", "..\..\..\src\NHibernate.Validator.Specific\NHibernate.Validator.Specific.csproj", "{F23C735C-50FE-4932-9C10-F48FCECC0DCF}"
13+
EndProject
814
Global
915
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1016
Debug|Any CPU = Debug|Any CPU
@@ -19,6 +25,14 @@ Global
1925
{363B2AB7-7C5E-4B21-84E4-9F30BCF48314}.Debug|Any CPU.Build.0 = Debug|Any CPU
2026
{363B2AB7-7C5E-4B21-84E4-9F30BCF48314}.Release|Any CPU.ActiveCfg = Release|Any CPU
2127
{363B2AB7-7C5E-4B21-84E4-9F30BCF48314}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{599516E0-E10D-4F44-B5E1-B7B67EFC931A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{599516E0-E10D-4F44-B5E1-B7B67EFC931A}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{599516E0-E10D-4F44-B5E1-B7B67EFC931A}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{599516E0-E10D-4F44-B5E1-B7B67EFC931A}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{F23C735C-50FE-4932-9C10-F48FCECC0DCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{F23C735C-50FE-4932-9C10-F48FCECC0DCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{F23C735C-50FE-4932-9C10-F48FCECC0DCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{F23C735C-50FE-4932-9C10-F48FCECC0DCF}.Release|Any CPU.Build.0 = Release|Any CPU
2236
EndGlobalSection
2337
GlobalSection(SolutionProperties) = preSolution
2438
HideSolutionNode = FALSE

Examples/Integration/NHibernate.Validator.Demo.NHI/NHibernate.Validator.Demo.NHI/NHibernate.Validator.Demo.NHI.csproj

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -15,7 +15,7 @@
1515
<OldToolsVersion>3.5</OldToolsVersion>
1616
<UpgradeBackupLocation>
1717
</UpgradeBackupLocation>
18-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1919
<PublishUrl>publish\</PublishUrl>
2020
<Install>true</Install>
2121
<InstallFrom>Disk</InstallFrom>
@@ -42,6 +42,7 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
4444
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4748
<DebugType>pdbonly</DebugType>
@@ -51,19 +52,28 @@
5152
<ErrorReport>prompt</ErrorReport>
5253
<WarningLevel>4</WarningLevel>
5354
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55+
<Prefer32Bit>false</Prefer32Bit>
5456
</PropertyGroup>
5557
<ItemGroup>
56-
<Reference Include="Iesi.Collections">
57-
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
58+
<Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Antlr3.Runtime.3.5.1\lib\net40-client\Antlr3.Runtime.dll</HintPath>
60+
<Private>True</Private>
5861
</Reference>
59-
<Reference Include="NHibernate">
60-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
62+
<Reference Include="Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Iesi.Collections.4.0.2\lib\net461\Iesi.Collections.dll</HintPath>
64+
<Private>True</Private>
6165
</Reference>
62-
<Reference Include="NHibernate.Validator">
63-
<HintPath>..\packages\NHibernate.Validator.1.3.2.4000\lib\Net35\NHibernate.Validator.dll</HintPath>
66+
<Reference Include="NHibernate, Version=5.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
67+
<HintPath>..\packages\NHibernate.5.0.0\lib\net461\NHibernate.dll</HintPath>
68+
<Private>True</Private>
6469
</Reference>
65-
<Reference Include="NHibernate.Validator.Specific">
66-
<HintPath>..\packages\NHibernate.Validator.1.3.2.4000\lib\Net35\NHibernate.Validator.Specific.dll</HintPath>
70+
<Reference Include="Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
71+
<HintPath>..\packages\Remotion.Linq.2.1.2\lib\net45\Remotion.Linq.dll</HintPath>
72+
<Private>True</Private>
73+
</Reference>
74+
<Reference Include="Remotion.Linq.EagerFetching, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Remotion.Linq.EagerFetching.2.1.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
76+
<Private>True</Private>
6777
</Reference>
6878
<Reference Include="System" />
6979
<Reference Include="System.Data" />
@@ -73,12 +83,6 @@
7383
<Compile Include="Program.cs" />
7484
<Compile Include="Properties\AssemblyInfo.cs" />
7585
</ItemGroup>
76-
<ItemGroup>
77-
<ProjectReference Include="..\NHibernate.Validator.Demo.Model\NHibernate.Validator.Demo.Model.csproj">
78-
<Project>{363B2AB7-7C5E-4B21-84E4-9F30BCF48314}</Project>
79-
<Name>NHibernate.Validator.Demo.Model</Name>
80-
</ProjectReference>
81-
</ItemGroup>
8286
<ItemGroup>
8387
<Content Include="hibernate.cfg.xml">
8488
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -108,6 +112,20 @@
108112
<None Include="app.config" />
109113
<None Include="packages.config" />
110114
</ItemGroup>
115+
<ItemGroup>
116+
<ProjectReference Include="..\..\..\..\src\NHibernate.Validator.Specific\NHibernate.Validator.Specific.csproj">
117+
<Project>{f23c735c-50fe-4932-9c10-f48fcecc0dcf}</Project>
118+
<Name>NHibernate.Validator.Specific</Name>
119+
</ProjectReference>
120+
<ProjectReference Include="..\..\..\..\src\NHibernate.Validator\NHibernate.Validator.csproj">
121+
<Project>{599516e0-e10d-4f44-b5e1-b7b67efc931a}</Project>
122+
<Name>NHibernate.Validator</Name>
123+
</ProjectReference>
124+
<ProjectReference Include="..\NHibernate.Validator.Demo.Model\NHibernate.Validator.Demo.Model.csproj">
125+
<Project>{363b2ab7-7c5e-4b21-84e4-9f30bcf48314}</Project>
126+
<Name>NHibernate.Validator.Demo.Model</Name>
127+
</ProjectReference>
128+
</ItemGroup>
111129
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112130
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113131
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
4-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
3+
<package id="Antlr3.Runtime" version="3.5.1" targetFramework="net461" />
4+
<package id="Iesi.Collections" version="4.0.2" targetFramework="net461" />
5+
<package id="NHibernate" version="5.0.0" targetFramework="net461" />
56
<package id="NHibernate.Validator" version="1.3.2.4000" targetFramework="net35" />
7+
<package id="Remotion.Linq" version="2.1.2" targetFramework="net461" />
8+
<package id="Remotion.Linq.EagerFetching" version="2.1.0" targetFramework="net461" />
69
</packages>

0 commit comments

Comments
 (0)