Skip to content

Commit

Permalink
tools: EnableWindowsTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
carmineos committed Nov 28, 2023
1 parent d8af056 commit 5ee0feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Tools/ArchiveTool/ArchiveTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
<WindowsPackageType>None</WindowsPackageType>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions Tools/TextureTool/TextureTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>TextureTool</RootNamespace>
<AssemblyName>TextureTool</AssemblyName>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ee0feb

Please sign in to comment.