Skip to content

Commit

Permalink
Added some black magic to the csproj file to work around some .NET su…
Browse files Browse the repository at this point in the history
…ckery described here: dotnet/standard#476
  • Loading branch information
erikdietrich committed Oct 13, 2018
1 parent cc17f77 commit 81aa2e1
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ElDorado.Gui.Tests/ElDorado.Gui.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand Down Expand Up @@ -102,7 +106,9 @@
<Compile Include="ReportsControllerTests\When_Providing_PostHustlingReport_ReportsController_Should.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 81aa2e1

Please sign in to comment.