File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net8.0-windows10.0.19041.0</TargetFramework >
3+ <TargetFrameworks >net8.0-windows10.0.19041.0</TargetFrameworks >
4+ <TargetFrameworks Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >net8.0</TargetFrameworks >
45 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
56 <Platforms >AnyCPU;x86;x64;ARM64</Platforms >
67 <OutputType >WinExe</OutputType >
1112 <Copyright >Copyright © 2025 Timothy Johnson</Copyright >
1213 <Version >5.6.1</Version >
1314 <ApplicationIcon >resources\WinDynamicDesktop.ico</ApplicationIcon >
15+ <Deterministic >true</Deterministic >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
1418 <UseWindowsForms >true</UseWindowsForms >
1519 <UseWPF >true</UseWPF >
16- <Deterministic >true</Deterministic >
17- <EnableWindowsTargeting >true</EnableWindowsTargeting >
1820 </PropertyGroup >
1921 <ItemGroup >
2022 <Resource Include =" resources\fonts\fontawesome-webfont.ttf" />
You can’t perform that action at this time.
0 commit comments