Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 4eac0733-0a64-4c41-a024-157e17e6276c.cake
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#module nuget:?package=Cake.DotNetTool.Module&version=0.2.0
#tool dotnet:?package=nbgv&version=2.3.125
1 change: 1 addition & 0 deletions src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Description>Provides Observable-based events API for WPF UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.</Description>
<PackageId>ReactiveUI.Events.WPF</PackageId>
<UseWpf>true</UseWpf>
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
<NoWarn>$(NoWarn);CS1570;CA1812</NoWarn>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Description>Provides Observable-based events API for Winforms UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.</Description>
<PackageId>ReactiveUI.Events.Winforms</PackageId>
<UseWindowsForms>true</UseWindowsForms>
<ExtrasEnableWinFormsProjectSetup>true</ExtrasEnableWinFormsProjectSetup>
<NoWarn>$(NoWarn);CS1570;CA1812</NoWarn>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/ReactiveUI.Winforms/ReactiveUI.Winforms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Description>Windows Forms specific extensions to ReactiveUI</Description>
<PackageId>ReactiveUI.WinForms</PackageId>
<UseWindowsForms>true</UseWindowsForms>
<ExtrasEnableWinFormsProjectSetup>true</ExtrasEnableWinFormsProjectSetup>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>WPF specific extensions to ReactiveUI</Description>
<PackageId>ReactiveUI.WPF</PackageId>
<UseWpf>true</UseWpf>
<ExtrasEnableWpfProjectSetup>true</ExtrasEnableWpfProjectSetup>
</PropertyGroup>

<ItemGroup>
Expand Down