Skip to content

Commit

Permalink
Fixed examples (VS tooling put wrong assembly version into csproj)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirikanda committed Mar 15, 2019
1 parent e1343bb commit bfd7ce8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@
<ItemGroup>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Castle.Windsor, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down Expand Up @@ -109,15 +107,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
Expand Down
30 changes: 0 additions & 30 deletions src/Havit.CastleWindsor.WebForms.Example/Web.Debug.config

This file was deleted.

31 changes: 0 additions & 31 deletions src/Havit.CastleWindsor.WebForms.Example/Web.Release.config

This file was deleted.

0 comments on commit bfd7ce8

Please sign in to comment.