Skip to content

Commit

Permalink
Added a Castle.ByteCode reference to the example project so that it e…
Browse files Browse the repository at this point in the history
…xecutes successfully on first build.
  • Loading branch information
paulbatum committed Dec 28, 2009
1 parent be23189 commit 878de80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Examples.FirstProject/Examples.FirstProject.csproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B43FC076-1704-409A-A4F5-91A5DB22B4CF}</ProjectGuid>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -52,6 +52,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.dll</HintPath>
</Reference>
<Reference Include="NHibernate.ByteCode.Castle, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\tools\NHibernate\NHibernate.ByteCode.Castle.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand Down

0 comments on commit 878de80

Please sign in to comment.