File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 66 <TargetPlatformMinVersion >10.0.19041.0</TargetPlatformMinVersion >
77 <Nullable >enable</Nullable >
88 <IsTrimmable >true</IsTrimmable >
9+ <LangVersion >13.0</LangVersion >
910 <Configurations >Debug;Release;Stable;Preview;Store</Configurations >
1011 <Platforms >x86;x64;arm64</Platforms >
1112 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
1617
1718 <ItemGroup >
1819 <PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.3.106" PrivateAssets =" all" />
20+ <PackageReference Include =" Dongle.GuidRVAGen" Version =" 1.0.5" />
1921 </ItemGroup >
2022
2123</Project >
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2024 Files Community
2+ // Licensed under the MIT License. See the LICENSE.
3+
4+ using System . Runtime . InteropServices ;
5+ using Windows . Win32 . Foundation ;
6+
7+ namespace Windows . Win32
8+ {
9+ public static unsafe partial class PInvoke
10+ {
11+ [ GuidRVAGen . Guid ( "B92B56A9-8B55-4E14-9A89-0199BBB6F93B" ) ]
12+ public static partial Guid * IID_DesktopWallpaper { get ; }
13+
14+ [ GuidRVAGen . Guid ( "B92B56A9-8B55-4E14-9A89-0199BBB6F93B" ) ]
15+ public static partial Guid * CLSID_DesktopWallpaper { get ; }
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments