Skip to content

Commit

Permalink
Updated bytecode provider reference in unit tests hoping to fix the N…
Browse files Browse the repository at this point in the history
…H3 compile issue
  • Loading branch information
jagregory committed Dec 8, 2010
1 parent a060347 commit d180c73
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj
Expand Up @@ -55,10 +55,6 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\Castle.DynamicProxy2.dll</HintPath>
</Reference>
<Reference Include="Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\Iesi.Collections.dll</HintPath>
Expand All @@ -67,6 +63,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
</Reference>
<Reference Include="NHibernate.ByteCode.Castle">
<HintPath>..\..\tools\NHibernate\NHibernate.ByteCode.Castle.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\nunit\nunit.framework.dll</HintPath>
Expand Down Expand Up @@ -493,12 +492,6 @@
<Compile Include="MappingModel\SortingTests.cs" />
<Compile Include="Utils\TypeReferenceEnumTests.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\tools\NHibernate\NHibernate.ByteCode.Castle.dll">
<Link>NHibernate.ByteCode.Castle.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Fixtures\Conventions\" />
</ItemGroup>
Expand Down

0 comments on commit d180c73

Please sign in to comment.