1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
- <TargetFramework >net7 .0-windows10.0.19041 .0</TargetFramework >
4
+ <TargetFramework >net8 .0-windows10.0.22000 .0</TargetFramework >
5
5
<TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
6
6
<RootNamespace >IntroXAML</RootNamespace >
7
7
<ApplicationManifest >app.manifest</ApplicationManifest >
8
8
<Platforms >x86;x64;arm64</Platforms >
9
- <RuntimeIdentifiers >win10 -x86;win10 -x64;win10 -arm64</RuntimeIdentifiers >
10
- <PublishProfile >win10 -$(Platform).pubxml</PublishProfile >
9
+ <RuntimeIdentifiers >win -x86;win -x64;win -arm64</RuntimeIdentifiers >
10
+ <PublishProfile >win -$(Platform).pubxml</PublishProfile >
11
11
<UseWinUI >true</UseWinUI >
12
- <EnablePreviewMsixTooling >true</EnablePreviewMsixTooling >
12
+ <EnableMsixTooling >true</EnableMsixTooling >
13
13
<Nullable >enable</Nullable >
14
14
<ImplicitUsings >enable</ImplicitUsings >
15
15
</PropertyGroup >
21
21
<SubType >Designer</SubType >
22
22
</AppxManifest >
23
23
</ItemGroup >
24
-
25
24
<ItemGroup >
26
25
<Content Include =" Assets\SplashScreen.scale-200.png" />
27
26
<Content Include =" Assets\LockScreenLogo.scale-200.png" />
31
30
<Content Include =" Assets\StoreLogo.png" />
32
31
<Content Include =" Assets\Wide310x150Logo.scale-200.png" />
33
32
</ItemGroup >
34
-
35
33
<ItemGroup >
36
34
<PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.5" />
37
35
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.1" />
38
36
<Manifest Include =" $(ApplicationManifest)" />
39
37
</ItemGroup >
40
-
41
38
<!-- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
42
39
Tools extension to be activated for this project even if the Windows App SDK Nuget
43
40
package has not yet been restored -->
47
44
<ItemGroup >
48
45
<ProjectReference Include =" ..\..\DataLib\DataLib.csproj" />
49
46
</ItemGroup >
50
-
51
- </Project >
47
+ </Project >
0 commit comments