Skip to content

Commit 3415c66

Browse files
committed
set EnableWindowsTargeting to allow build on linux
1 parent a2dd6b3 commit 3415c66

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/BizHawk.Bizware.Graphics.Controls/BizHawk.Bizware.Graphics.Controls.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<Nullable>disable</Nullable>
99
<UseWindowsForms>true</UseWindowsForms>
10+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.Graphics/BizHawk.Bizware.Graphics.csproj" />

src/BizHawk.Client.DiscoHawk/BizHawk.Client.DiscoHawk.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<ApplicationIcon>discohawk.ico</ApplicationIcon>
88
<Nullable>disable</Nullable>
99
<UseWindowsForms>true</UseWindowsForms>
10+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.DiscSystem/BizHawk.Emulation.DiscSystem.csproj" />

src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Nullable>disable</Nullable>
1111
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
1212
<UseWindowsForms>true</UseWindowsForms>
13+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1314
</PropertyGroup>
1415
<ItemGroup>
1516
<PackageReference Include="System.Net.Http" />

src/BizHawk.WinForms.Controls/BizHawk.WinForms.Controls.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Import Project="../MainSlnCommon.props" />
66
<PropertyGroup>
77
<UseWindowsForms>true</UseWindowsForms>
8+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
89
</PropertyGroup>
910
<ItemGroup>
1011
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />

0 commit comments

Comments
 (0)