Skip to content

Commit

Permalink
Enabled windows building on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Mar 22, 2024
1 parent 3f04fa2 commit 96acb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/FlashCap.WindowsForms/FlashCap.WindowsForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!--<TargetFrameworks>net35;net48;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>-->
<Nullable>disable</Nullable> <!-- Because this source code commonly both latest .NET and mono. -->
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions samples/FlashCap.Wpf/FlashCap.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<UseWPF>true</UseWPF>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 96acb28

Please sign in to comment.