Skip to content

Commit

Permalink
Merge pull request #4 from timotei/Net40-support
Browse files Browse the repository at this point in the history
Fix the Winforms and testing .NET 4.0 projects
  • Loading branch information
gluck committed Jun 26, 2015
2 parents 2549a99 + 384f92b commit 1d4bad6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ReactiveUI.Testing/ReactiveUI.Testing_Net40.csproj
Expand Up @@ -121,15 +121,15 @@
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<None Include="packages.ReactiveUI.Testing_Net40.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Net40.csproj">
<Project>{1ce2d235-8072-4649-ba5a-cfb1af8776e0}</Project>
<Project>{6d40d92b-5241-478e-8084-24ccf3c83bd6}</Project>
<Name>ReactiveUI_Net40</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.ReactiveUI.Testing_Net40.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
2 changes: 1 addition & 1 deletion ReactiveUI.Winforms/ReactiveUI.Winforms_Net40.csproj
Expand Up @@ -133,7 +133,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Net40.csproj">
<Project>{1ce2d235-8072-4649-ba5a-cfb1af8776e0}</Project>
<Project>{6d40d92b-5241-478e-8084-24ccf3c83bd6}</Project>
<Name>ReactiveUI_Net40</Name>
</ProjectReference>
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion ReactiveUI.Winforms/ReactiveUI.Winforms_Net45.csproj
Expand Up @@ -110,7 +110,6 @@
<Compile Include="Winforms\WinformsDefaultPropertyBinding.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="packages.ReactiveUI.Winforms_Net45.config" />
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
Expand Down

0 comments on commit 1d4bad6

Please sign in to comment.