Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Fix interaction between NBGV and WPF
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Apr 5, 2020
1 parent 4ed8db8 commit a9a414f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@
<!-- Ensure we preserve each coverlet output file per target framework: https://github.com/tonerdo/coverlet/issues/177 -->
<CoverletOutput>$(OutputPath)/</CoverletOutput>
</PropertyGroup>

<PropertyGroup Condition="'$(_TargetAssemblyProjectName)' != ''">
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup Condition="'$(_TargetAssemblyProjectName)' != ''">
<Compile Include="$(IntermediateOutputPath)$(_TargetAssemblyProjectName).Version.cs" />
</ItemGroup>
</Project>

0 comments on commit a9a414f

Please sign in to comment.