Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Fixed 6.1 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
hmemcpy committed Aug 26, 2012
1 parent 06d2b8e commit 0de58b1
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -83,14 +83,14 @@
<Compile Include="Ninject\KernelTests.cs" />
<Compile Include="Ninject\ModuleTests.cs" />
<Compile Include="Ninject\SanityTests.cs" />
<Compile Include="TestEnvironmentAssembly.cs" />
<Compile Include="Unity\Helpers\TestUnityAttribute.cs" />
<Compile Include="Unity\RegisterTypeTests.cs" />
<Compile Include="Windsor\AllTypesTests.cs" />
<Compile Include="Windsor\ClassesTests.cs" />
<Compile Include="Windsor\TypesTests.cs" />
<Compile Include="Windsor\Helpers\TestWindsorAttribute.cs" />
<Compile Include="Windsor\ComponentRegistrationTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Windsor\SanityTests.cs" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -126,7 +126,9 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<PropertyGroup>
<ReSharperSdkTargets Condition=" '$(ReSharperSdkTargets)' == '' ">$(MSBuildExtensionsPath)\JetBrains\ReSharper.SDK\v6.1</ReSharperSdkTargets>
</PropertyGroup>
Expand Down

0 comments on commit 0de58b1

Please sign in to comment.