|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup>
|
3 |
| - <OutputType>WinExe</OutputType> |
4 |
| - <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> |
5 |
| - <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> |
6 |
| - <RootNamespace>AutoStartConfirmTest</RootNamespace> |
7 |
| - <ApplicationManifest>app.manifest</ApplicationManifest> |
8 |
| - <Platforms>x86;x64;ARM64</Platforms> |
9 |
| - <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
10 |
| - <PublishProfile>win-$(Platform).pubxml</PublishProfile> |
11 |
| - <UseWinUI>true</UseWinUI> |
12 |
| - <EnableMsixTooling>true</EnableMsixTooling> |
13 |
| - <Nullable>enable</Nullable> |
| 3 | + <OutputType>WinExe</OutputType> |
| 4 | + <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> |
| 5 | + <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion> |
| 6 | + <RootNamespace>AutoStartConfirmTests</RootNamespace> |
| 7 | + <ApplicationManifest>app.manifest</ApplicationManifest> |
| 8 | + <Platforms>x64</Platforms> |
| 9 | + <RuntimeIdentifiers>win-x64</RuntimeIdentifiers> |
| 10 | + <PublishProfile>win-$(Platform).pubxml</PublishProfile> |
| 11 | + <UseWinUI>true</UseWinUI> |
| 12 | + <EnableMsixTooling>true</EnableMsixTooling> |
| 13 | + <Nullable>enable</Nullable> |
| 14 | + <PublishReadyToRun>false</PublishReadyToRun> |
| 15 | + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
14 | 16 | </PropertyGroup>
|
15 | 17 |
|
16 | 18 | <ItemGroup>
|
|
0 commit comments