|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net8.0-windows</TargetFramework> |
| 3 | + <TargetFramework>net10.0-windows</TargetFramework> |
4 | 4 | <OutputType>WinExe</OutputType> |
5 | 5 | <UseWindowsForms>true</UseWindowsForms> |
6 | | - <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets> |
7 | 6 | <PackageReadmeFile>README.md</PackageReadmeFile> |
8 | 7 | <ApplicationIcon>WtL.ico</ApplicationIcon> |
9 | 8 | <ApplicationManifest>app.manifest</ApplicationManifest> |
10 | 9 | <ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode> |
11 | 10 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
12 | 11 | <RepositoryUrl>https://github.com/Toxblh/WinToLinux</RepositoryUrl> |
13 | | - <Copyright>Anton Palgunov & Contributors. Copyright © 2020 - 2025</Copyright> |
| 12 | + <Copyright>Anton Palgunov & Contributors. Copyright © 2020 - 2026</Copyright> |
14 | 13 | <Description>Reboot to Linux easier than ever!</Description> |
15 | 14 |
|
16 | | - <VersionPrefix>1.2.0</VersionPrefix> |
| 15 | + <PublishSingleFile>true</PublishSingleFile> |
| 16 | + <SelfContained>false</SelfContained> |
| 17 | + |
| 18 | + <VersionPrefix>1.3.0</VersionPrefix> |
17 | 19 |
|
18 | 20 | <ApplicationVersion>$(VersionPrefix)</ApplicationVersion> |
19 | 21 | <AssemblyVersion>$(VersionPrefix)</AssemblyVersion> |
20 | 22 | <FileVersion>$(VersionPrefix)$(VersionSuffix)</FileVersion> |
21 | 23 | </PropertyGroup> |
22 | 24 | <ItemGroup> |
23 | | - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
24 | 25 | <PackageReference Include="TaskScheduler" Version="2.12.2" /> |
25 | 26 | </ItemGroup> |
26 | 27 | <ItemGroup> |
|
0 commit comments