Skip to content

Commit

Permalink
Update proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Oct 20, 2018
1 parent 53e34c6 commit 10611e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ICSharpCode.TreeView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
</Page>
</ItemGroup>

<ItemGroup>
<ItemGroup Condition=" '$(IsDotNetFramework)' == 'true' ">
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>

<ItemGroup Condition=" '$(IsDotNetCore)' == 'true' ">
<FrameworkReference Include="Microsoft.DesktopUI"/>
</ItemGroup>

</Project>

0 comments on commit 10611e3

Please sign in to comment.