File tree 1 file changed +7
-5
lines changed
Samples/DirectN.Samples.WinUI3.MinimalD3D11
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
18
18
</PropertyGroup >
19
19
<ItemGroup >
20
- <None Remove =" DirectN.ico" />
20
+ <None Remove =" DirectN.ico" />
21
21
</ItemGroup >
22
22
<ItemGroup >
23
23
<Compile Include =" ..\..\DirectN\Properties\AssemblyVersionInfo.cs" Link =" Properties\AssemblyVersionInfo.cs" />
36
36
37
37
<ItemGroup >
38
38
<PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0" />
39
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.250205002 " />
39
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.7.250310001 " />
40
40
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.1742" />
41
41
<Manifest Include =" $(ApplicationManifest)" />
42
+ <!-- this is needed to remove warning due to webview2 imported (?) but we don't want that -->
43
+ <FrameworkReference Include =" Microsoft.WindowsDesktop.App" />
42
44
</ItemGroup >
43
45
44
46
<ItemGroup >
74
76
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
75
77
</None >
76
78
</ItemGroup >
77
- <PropertyGroup Label = " Globals " >
78
- <WebView2EnableCsWinRTProjection >False</WebView2EnableCsWinRTProjection >
79
- <ApplicationIcon >DirectN.ico</ApplicationIcon >
79
+ <PropertyGroup >
80
+ <WebView2EnableCsWinRTProjection >False</WebView2EnableCsWinRTProjection >
81
+ <ApplicationIcon >DirectN.ico</ApplicationIcon >
80
82
</PropertyGroup >
81
83
82
84
<!--
You can’t perform that action at this time.
0 commit comments