Skip to content

Commit 70fd559

Browse files
committed
[API:SHOBJIDL] Move Virtual Desktop stuff to sub-folder
1 parent 9f7b0db commit 70fd559

File tree

8 files changed

+76
-61
lines changed

8 files changed

+76
-61
lines changed

Source/Include/KNSoft/NDK/NDK.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "Win32/API/WinSta.h"
3434
#include "Win32/API/AdvAPI32.h"
3535
#include "Win32/API/ComBase.h"
36-
#include "Win32/API/ShObjIdl_core.h"
36+
#include "Win32/API/ShObjIdl/ShObjIdl_core.h"
3737
#include "Win32/API/msidle.h"
3838

3939
/* Additional headers */
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#pragma once
2+
3+
#include "../../../NT/MinDef.h"
4+
5+
#include "VirtualDesktop/VirtualDesktop.h"

Source/Include/KNSoft/NDK/Win32/API/ShObjIdl_core.h renamed to Source/Include/KNSoft/NDK/Win32/API/ShObjIdl/VirtualDesktop/VirtualDesktop.h

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#pragma once
22

3-
#include "../../NT/MinDef.h"
3+
#include "../../../../NT/MinDef.h"
44

5-
#include <initguid.h>
5+
#include "VirtualDesktop.idl_h.h"
6+
#include "VirtualDesktop.idl_i.h"
67

7-
#include "ShObjIdl_core.idl_h.h"
8-
#include "ShObjIdl_core.idl_i.h"
8+
#include <initguid.h>
99

1010
EXTERN_C_START
1111

@@ -14,21 +14,21 @@ DEFINE_GUID(CLSID_VirtualDesktopManagerInternal, 0xC5E0CDCA, 0x7B6E, 0x41B2, 0x9
1414
DEFINE_GUID(CLSID_VirtualDesktopManager, 0xAA509086, 0x5CA9, 0x4C25, 0x8F, 0x95, 0x58, 0x9D, 0x3C, 0x07, 0xB4, 0x8A);
1515
DEFINE_GUID(CLSID_VirtualDesktopPinnedApps, 0xB5A399E7, 0x1C87, 0x46B8, 0x88, 0xE9, 0xFC, 0x57, 0x47, 0xB1, 0x71, 0xBD);
1616

17-
/* Win10 10130 {EF9F1A6C-D3CC-4358-B712-F84B635BEBE7} */
18-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_10130, 0xEF9F1A6C, 0xD3CC, 0x4358, 0xB7, 0x12, 0xF8, 0x4B, 0x63, 0x5B, 0xEB, 0xE7);
19-
/* Win10 10240 {AF8DA486-95BB-4460-B3B7-6E7A6B2962B5} */
20-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_10240, 0xAF8DA486, 0x95BB, 0x4460, 0xB3, 0xB7, 0x6E, 0x7A, 0x6B, 0x29, 0x62, 0xB5);
21-
/* Win10 14393 {F31574D6-B682-4CDC-BD56-1827860ABEC6} */
22-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_14393, 0xF31574D6, 0xB682, 0x4CDC, 0xBD, 0x56, 0x18, 0x27, 0x86, 0x0A, 0xBE, 0xC6);
23-
/* Win10 20241 {094AFE11-44F2-4BA0-976F-29A97E263EE0} */
24-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_20241, 0x094AFE11, 0x44F2, 0x4BA0, 0x97, 0x6F, 0x29, 0xA9, 0x7E, 0x26, 0x3E, 0xE0);
25-
/* Win10 Insider 21313 {B2F925B9-5A0F-4D2E-9F4D-2B1507593C10} to Win11 22000 */
26-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_21313, 0xB2F925B9, 0x5A0F, 0x4D2E, 0x9F, 0x4D, 0x2B, 0x15, 0x07, 0x59, 0x3C, 0x10);
27-
/* Win11 22621 {A3175F2D-239C-4BD2-8AA0-EEBA8B0B138E} */
28-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_22621, 0xA3175F2D, 0x239C, 0x4BD2, 0x8A, 0xA0, 0xEE, 0xBA, 0x8B, 0x0B, 0x13, 0x8E);
29-
/* Win11 Insider 25158 {88846798-1611-4D18-946B-4A67BFF58C1B} */
30-
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_25158, 0x88846798, 0x1611, 0x4D18, 0x94, 0x6B, 0x4A, 0x67, 0xBF, 0xF5, 0x8C, 0x1B);
3117
/* Win11 26100 {53F5CA0B-158F-4124-900C-057158060B27} */
3218
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_26100, 0x53F5CA0B, 0x158F, 0x4124, 0x90, 0x0C, 0x05, 0x71, 0x58, 0x06, 0x0B, 0x27);
19+
/* Win11 Insider 25158 {88846798-1611-4D18-946B-4A67BFF58C1B} */
20+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_25158, 0x88846798, 0x1611, 0x4D18, 0x94, 0x6B, 0x4A, 0x67, 0xBF, 0xF5, 0x8C, 0x1B);
21+
/* Win11 22621 {A3175F2D-239C-4BD2-8AA0-EEBA8B0B138E} */
22+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_22621, 0xA3175F2D, 0x239C, 0x4BD2, 0x8A, 0xA0, 0xEE, 0xBA, 0x8B, 0x0B, 0x13, 0x8E);
23+
/* Win10 Insider 21313 {B2F925B9-5A0F-4D2E-9F4D-2B1507593C10} to Win11 22000 */
24+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_21313, 0xB2F925B9, 0x5A0F, 0x4D2E, 0x9F, 0x4D, 0x2B, 0x15, 0x07, 0x59, 0x3C, 0x10);
25+
/* Win10 20241 {094AFE11-44F2-4BA0-976F-29A97E263EE0} */
26+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_20241, 0x094AFE11, 0x44F2, 0x4BA0, 0x97, 0x6F, 0x29, 0xA9, 0x7E, 0x26, 0x3E, 0xE0);
27+
/* Win10 14393 {F31574D6-B682-4CDC-BD56-1827860ABEC6} */
28+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_14393, 0xF31574D6, 0xB682, 0x4CDC, 0xBD, 0x56, 0x18, 0x27, 0x86, 0x0A, 0xBE, 0xC6);
29+
/* Win10 10240 {AF8DA486-95BB-4460-B3B7-6E7A6B2962B5} */
30+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_10240, 0xAF8DA486, 0x95BB, 0x4460, 0xB3, 0xB7, 0x6E, 0x7A, 0x6B, 0x29, 0x62, 0xB5);
31+
/* Win10 10130 {EF9F1A6C-D3CC-4358-B712-F84B635BEBE7} */
32+
DEFINE_GUID(IID_IVirtualDesktopManagerInternal_10130, 0xEF9F1A6C, 0xD3CC, 0x4358, 0xB7, 0x12, 0xF8, 0x4B, 0x63, 0x5B, 0xEB, 0xE7);
3333

3434
EXTERN_C_END

Source/Include/KNSoft/NDK/Win32/API/ShObjIdl_core.idl renamed to Source/Include/KNSoft/NDK/Win32/API/ShObjIdl/VirtualDesktop/VirtualDesktop.idl

File renamed without changes.

Source/Include/KNSoft/NDK/Win32/API/ShObjIdl_core.idl_h.h renamed to Source/Include/KNSoft/NDK/Win32/API/ShObjIdl/VirtualDesktop/VirtualDesktop.idl_h.h

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* File created by MIDL compiler version 8.01.0628 */
77
/* at Tue Jan 19 11:14:07 2038
88
*/
9-
/* Compiler settings for ..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl:
9+
/* Compiler settings for ..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl:
1010
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628
1111
protocol : all , ms_ext, c_ext, robust
1212
error checks: allocation ref bounds_check enum stub_data
@@ -35,8 +35,8 @@
3535
#include "ole2.h"
3636
#endif /*COM_NO_WINDOWS_H*/
3737

38-
#ifndef __ShObjIdl_core2Eidl_h_h__
39-
#define __ShObjIdl_core2Eidl_h_h__
38+
#ifndef __VirtualDesktop2Eidl_h_h__
39+
#define __VirtualDesktop2Eidl_h_h__
4040

4141
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
4242
#pragma once
@@ -140,20 +140,20 @@ extern "C"{
140140
#endif
141141

142142

143-
/* interface __MIDL_itf_ShObjIdl_core_0000_0000 */
143+
/* interface __MIDL_itf_VirtualDesktop_0000_0000 */
144144
/* [local] */
145145

146146
#pragma region IApplicationView
147147
typedef /* [public][public][public][public] */
148-
enum __MIDL___MIDL_itf_ShObjIdl_core_0000_0000_0001
148+
enum __MIDL___MIDL_itf_VirtualDesktop_0000_0000_0001
149149
{
150150
AVCT_NONE = 0,
151151
AVCT_DEFAULT = 1,
152152
AVCT_VIRTUAL_DESKTOP = 2
153153
} APPLICATION_VIEW_CLOAK_TYPE;
154154

155155
typedef /* [public][public][public][public][public][public][public] */
156-
enum __MIDL___MIDL_itf_ShObjIdl_core_0000_0000_0002
156+
enum __MIDL___MIDL_itf_VirtualDesktop_0000_0000_0002
157157
{
158158
AVCP_NONE = 0,
159159
AVCP_SMALL_SCREEN = 1,
@@ -164,8 +164,8 @@ enum __MIDL___MIDL_itf_ShObjIdl_core_0000_0000_0002
164164

165165

166166

167-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0000_v0_0_c_ifspec;
168-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0000_v0_0_s_ifspec;
167+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0000_v0_0_c_ifspec;
168+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0000_v0_0_s_ifspec;
169169

170170
#ifndef __IApplicationView_INTERFACE_DEFINED__
171171
#define __IApplicationView_INTERFACE_DEFINED__
@@ -1949,15 +1949,15 @@ EXTERN_C const IID IID_IApplicationView_0;
19491949
#endif /* __IApplicationView_0_INTERFACE_DEFINED__ */
19501950

19511951

1952-
/* interface __MIDL_itf_ShObjIdl_core_0000_0003 */
1952+
/* interface __MIDL_itf_VirtualDesktop_0000_0003 */
19531953
/* [local] */
19541954

19551955
#pragma endregion
19561956
#pragma region IApplicationViewCollection
19571957

19581958

1959-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0003_v0_0_c_ifspec;
1960-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0003_v0_0_s_ifspec;
1959+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0003_v0_0_c_ifspec;
1960+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0003_v0_0_s_ifspec;
19611961

19621962
#ifndef __IApplicationViewCollection_INTERFACE_DEFINED__
19631963
#define __IApplicationViewCollection_INTERFACE_DEFINED__
@@ -2376,15 +2376,15 @@ EXTERN_C const IID IID_IApplicationViewCollection_0;
23762376
#endif /* __IApplicationViewCollection_0_INTERFACE_DEFINED__ */
23772377

23782378

2379-
/* interface __MIDL_itf_ShObjIdl_core_0000_0005 */
2379+
/* interface __MIDL_itf_VirtualDesktop_0000_0005 */
23802380
/* [local] */
23812381

23822382
#pragma endregion
23832383
#pragma region IVirtualDesktop
23842384

23852385

2386-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0005_v0_0_c_ifspec;
2387-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0005_v0_0_s_ifspec;
2386+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0005_v0_0_c_ifspec;
2387+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0005_v0_0_s_ifspec;
23882388

23892389
#ifndef __IVirtualDesktop_INTERFACE_DEFINED__
23902390
#define __IVirtualDesktop_INTERFACE_DEFINED__
@@ -2862,15 +2862,15 @@ EXTERN_C const IID IID_IVirtualDesktop_0;
28622862
#endif /* __IVirtualDesktop_0_INTERFACE_DEFINED__ */
28632863

28642864

2865-
/* interface __MIDL_itf_ShObjIdl_core_0000_0009 */
2865+
/* interface __MIDL_itf_VirtualDesktop_0000_0009 */
28662866
/* [local] */
28672867

28682868
#pragma endregion
28692869
#pragma region IVirtualDesktopPinnedApps
28702870

28712871

2872-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0009_v0_0_c_ifspec;
2873-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0009_v0_0_s_ifspec;
2872+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0009_v0_0_c_ifspec;
2873+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0009_v0_0_s_ifspec;
28742874

28752875
#ifndef __IVirtualDesktopPinnedApps_INTERFACE_DEFINED__
28762876
#define __IVirtualDesktopPinnedApps_INTERFACE_DEFINED__
@@ -3013,15 +3013,15 @@ EXTERN_C const IID IID_IVirtualDesktopPinnedApps;
30133013
#endif /* __IVirtualDesktopPinnedApps_INTERFACE_DEFINED__ */
30143014

30153015

3016-
/* interface __MIDL_itf_ShObjIdl_core_0000_0010 */
3016+
/* interface __MIDL_itf_VirtualDesktop_0000_0010 */
30173017
/* [local] */
30183018

30193019
#pragma endregion
30203020
#pragma region IVirtualDesktopManagerInternal
30213021

30223022

3023-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0010_v0_0_c_ifspec;
3024-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0010_v0_0_s_ifspec;
3023+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0010_v0_0_c_ifspec;
3024+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0010_v0_0_s_ifspec;
30253025

30263026
#ifndef __IVirtualDesktopManagerInternal_INTERFACE_DEFINED__
30273027
#define __IVirtualDesktopManagerInternal_INTERFACE_DEFINED__
@@ -3133,14 +3133,14 @@ EXTERN_C const IID IID_IVirtualDesktopManagerInternal;
31333133
#endif /* __IVirtualDesktopManagerInternal_INTERFACE_DEFINED__ */
31343134

31353135

3136-
/* interface __MIDL_itf_ShObjIdl_core_0000_0011 */
3136+
/* interface __MIDL_itf_VirtualDesktop_0000_0011 */
31373137
/* [local] */
31383138

31393139
#pragma endregion
31403140

31413141

3142-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0011_v0_0_c_ifspec;
3143-
extern RPC_IF_HANDLE __MIDL_itf_ShObjIdl_core_0000_0011_v0_0_s_ifspec;
3142+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0011_v0_0_c_ifspec;
3143+
extern RPC_IF_HANDLE __MIDL_itf_VirtualDesktop_0000_0011_v0_0_s_ifspec;
31443144

31453145
/* Additional Prototypes for ALL interfaces */
31463146

Source/Include/KNSoft/NDK/Win32/API/ShObjIdl_core.idl_i.h renamed to Source/Include/KNSoft/NDK/Win32/API/ShObjIdl/VirtualDesktop/VirtualDesktop.idl_i.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* File created by MIDL compiler version 8.01.0628 */
99
/* at Tue Jan 19 11:14:07 2038
1010
*/
11-
/* Compiler settings for ..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl:
11+
/* Compiler settings for ..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl:
1212
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628
1313
protocol : all , ms_ext, c_ext, robust
1414
error checks: allocation ref bounds_check enum stub_data

Source/KNSoft.NDK/KNSoft.NDK.vcxproj

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,10 @@
233233
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Ntdll.Hash.h" />
234234
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ole32.h" />
235235
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\SecHost.h" />
236-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.h" />
237-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl_h.h" />
238-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl_i.h" />
236+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\ShObjIdl_core.h" />
237+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.h" />
238+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl_h.h" />
239+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl_i.h" />
239240
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\User32.h" />
240241
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\UserMgrCli.h" />
241242
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\WinSta.h" />
@@ -287,15 +288,15 @@
287288
<Precomp4C_LibCreate Include="WinAPI\KNSoft.NDK.Ntdll.CRT.xml" />
288289
</ItemGroup>
289290
<ItemGroup>
290-
<Midl Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl">
291-
<OutputDirectory Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutputDirectory>
292-
<OutputDirectory Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(IntDir)</OutputDirectory>
291+
<Midl Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl">
293292
<OutputDirectory Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)</OutputDirectory>
294-
<InterfaceIdentifierFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Directory)%(Filename)_IID.h</InterfaceIdentifierFileName>
295-
<InterfaceIdentifierFileName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(Directory)%(Filename)_IID.h</InterfaceIdentifierFileName>
296293
<InterfaceIdentifierFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(FullPath)_i.h</InterfaceIdentifierFileName>
297-
<HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Directory)%(Filename)_h.h</HeaderFileName>
298-
<HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(Directory)%(Filename)_h.h</HeaderFileName>
294+
<InterfaceIdentifierFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(FullPath)_i.h</InterfaceIdentifierFileName>
295+
<InterfaceIdentifierFileName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(FullPath)_i.h</InterfaceIdentifierFileName>
296+
<OutputDirectory Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)</OutputDirectory>
297+
<OutputDirectory Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(IntDir)</OutputDirectory>
298+
<HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(FullPath)_h.h</HeaderFileName>
299+
<HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">%(FullPath)_h.h</HeaderFileName>
299300
<HeaderFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(FullPath)_h.h</HeaderFileName>
300301
</Midl>
301302
</ItemGroup>

Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
<Filter Include="Assembly">
7171
<UniqueIdentifier>{0bbb76ba-4844-48bd-ad6f-68228ff3e7af}</UniqueIdentifier>
7272
</Filter>
73+
<Filter Include="Win32\API\ShObjIdl">
74+
<UniqueIdentifier>{126c92fb-2301-4663-9e4b-6795c6fbaba9}</UniqueIdentifier>
75+
</Filter>
76+
<Filter Include="Win32\API\ShObjIdl\VirtualDesktop">
77+
<UniqueIdentifier>{e91c8aa7-9871-40c8-bf32-37113cbf9397}</UniqueIdentifier>
78+
</Filter>
7379
</ItemGroup>
7480
<ItemGroup>
7581
<ClInclude Include="..\Include\KNSoft\NDK\NDK.h" />
@@ -494,14 +500,17 @@
494500
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\msidle.h">
495501
<Filter>Win32\API</Filter>
496502
</ClInclude>
497-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.h">
498-
<Filter>Win32\API</Filter>
503+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\ShObjIdl_core.h">
504+
<Filter>Win32\API\ShObjIdl</Filter>
499505
</ClInclude>
500-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl_h.h">
501-
<Filter>Win32\API</Filter>
506+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.h">
507+
<Filter>Win32\API\ShObjIdl\VirtualDesktop</Filter>
502508
</ClInclude>
503-
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl_i.h">
504-
<Filter>Win32\API</Filter>
509+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl_h.h">
510+
<Filter>Win32\API\ShObjIdl\VirtualDesktop</Filter>
511+
</ClInclude>
512+
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl_i.h">
513+
<Filter>Win32\API\ShObjIdl\VirtualDesktop</Filter>
505514
</ClInclude>
506515
</ItemGroup>
507516
<ItemGroup>
@@ -604,8 +613,8 @@
604613
</Precomp4C_LibCreate>
605614
</ItemGroup>
606615
<ItemGroup>
607-
<Midl Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl_core.idl">
608-
<Filter>Win32\API</Filter>
616+
<Midl Include="..\Include\KNSoft\NDK\Win32\API\ShObjIdl\VirtualDesktop\VirtualDesktop.idl">
617+
<Filter>Win32\API\ShObjIdl\VirtualDesktop</Filter>
609618
</Midl>
610619
</ItemGroup>
611620
</Project>

0 commit comments

Comments
 (0)