From 24f280dc4a700f00f5fbb8f13815b941620adb8e Mon Sep 17 00:00:00 2001 From: zlockard Date: Wed, 31 Jan 2024 13:45:54 -0800 Subject: Fixes for sample build errors and updates to the execution script to use new build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard Co-authored-by: Jakob Lichtenberg (170957) --- .../trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX | Bin 8726 -> 7082 bytes network/trans/ddproxy/sys/ddproxy.inf | Bin 4682 -> 3956 bytes network/trans/inspect/sys/inspect.inf | Bin 4842 -> 3944 bytes network/trans/msnmntr/sys/msnmntr.inf | Bin 3654 -> 3172 bytes network/trans/stmedit/sys/stmedit.inf | Bin 4864 -> 4038 bytes 5 files changed, 0 insertions(+), 0 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX index fdd4f950..8ffd6f06 100644 Binary files a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX and b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX differ diff --git a/network/trans/ddproxy/sys/ddproxy.inf b/network/trans/ddproxy/sys/ddproxy.inf index 44c5d13e..9f91b652 100644 Binary files a/network/trans/ddproxy/sys/ddproxy.inf and b/network/trans/ddproxy/sys/ddproxy.inf differ diff --git a/network/trans/inspect/sys/inspect.inf b/network/trans/inspect/sys/inspect.inf index 644c4eee..cf7f7e76 100644 Binary files a/network/trans/inspect/sys/inspect.inf and b/network/trans/inspect/sys/inspect.inf differ diff --git a/network/trans/msnmntr/sys/msnmntr.inf b/network/trans/msnmntr/sys/msnmntr.inf index 79fa3be0..38589761 100644 Binary files a/network/trans/msnmntr/sys/msnmntr.inf and b/network/trans/msnmntr/sys/msnmntr.inf differ diff --git a/network/trans/stmedit/sys/stmedit.inf b/network/trans/stmedit/sys/stmedit.inf index 04734b1a..83db5e60 100644 Binary files a/network/trans/stmedit/sys/stmedit.inf and b/network/trans/stmedit/sys/stmedit.inf differ -- cgit v1.3.1 From 220545ea6e98af9259b66ea3983b51dbf3b2bf1e Mon Sep 17 00:00:00 2001 From: Elaine Houha <38798233+houha2@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:25:29 -0800 Subject: Updating the Windows Filtering Platform Samples to compile correctly on VS2022 (#1089) * ddproxy compiles on VS2022 * inspect compiles on VS2022 * stmEdit compiles on VS2022 * sampler compiles on VS2022 * changes some encodings and updates the stmedit version * restores the vcxproj * more vcxproj fixes * ddproxy inf * stmedit vcxproj pt2 * stmd sln * Update exclusions.csv * all but one flavor compiles on NI EWDK * found a bug in an assert * Builds clean for all drivers except WfpSampler on both WDK 17.1.5 and 17.8.2, WFPSampler changes get it to build on WDK 17.1.5 but there are still issues with 17.8.2 --------- Co-authored-by: Elaine Houha Co-authored-by: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> --- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 4 +- .../WFPSampler/exe/WFPSampler.vcxproj.Filters | 53 +++++ network/trans/WFPSampler/lib/WFPSampler.vcxproj | 2 +- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 12 +- ...ifyFunctions_BasicPacketExaminationCallouts.cpp | 6 - ...etionFunctions_BasicStreamInjectionCallouts.cpp | 4 +- .../WFPSampler/sys/WFPSamplerCalloutDriver.InX | Bin 7082 -> 3438 bytes .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 40 ++-- network/trans/WFPSampler/sys/Wfp_Annotations.h | 213 +++++++++++++++++++++ .../syslib/HelperFunctions_ClassifyData.cpp | 2 +- .../syslib/HelperFunctions_ClassifyData.h | 4 +- .../HelperFunctions_DeferredProcedureCalls.cpp | 2 +- .../HelperFunctions_DeferredProcedureCalls.h | 2 +- .../syslib/HelperFunctions_FlowContext.cpp | 2 +- .../syslib/HelperFunctions_FlowContext.h | 2 +- .../syslib/HelperFunctions_FwpObjects.cpp | 4 +- .../WFPSampler/syslib/HelperFunctions_FwpObjects.h | 4 +- .../syslib/HelperFunctions_InjectionData.cpp | 2 +- .../syslib/HelperFunctions_InjectionData.h | 2 +- .../WFPSampler/syslib/HelperFunctions_PendData.cpp | 2 +- .../WFPSampler/syslib/HelperFunctions_PendData.h | 2 +- .../syslib/HelperFunctions_WorkItems.cpp | 2 +- .../WFPSampler/syslib/HelperFunctions_WorkItems.h | 2 +- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 2 +- network/trans/ddproxy/sys/DD_proxy.c | 12 +- network/trans/ddproxy/sys/ddproxy.inf | Bin 3956 -> 1925 bytes network/trans/ddproxy/sys/ddproxy.vcxproj | 2 +- network/trans/inspect/sys/utils.c | 8 +- network/trans/stmedit/stmedit.sln | 19 +- network/trans/stmedit/sys/InlineEdit.c | 2 +- network/trans/stmedit/sys/LwQueue.c | 4 +- network/trans/stmedit/sys/OobEdit.c | 4 +- network/trans/stmedit/sys/StreamEdit.c | 10 +- network/trans/stmedit/sys/stmedit.inf | Bin 4038 -> 1000 bytes network/trans/stmedit/sys/stmedit.vcxproj | 32 ++-- 35 files changed, 370 insertions(+), 93 deletions(-) create mode 100644 network/trans/WFPSampler/sys/Wfp_Annotations.h (limited to 'network') diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index 34c79187..c1f469c6 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -37,7 +37,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -106,6 +106,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) @@ -127,6 +128,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj.Filters b/network/trans/WFPSampler/exe/WFPSampler.vcxproj.Filters index 53a436b8..490ff8d2 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj.Filters +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj.Filters @@ -64,4 +64,57 @@ Source Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + \ No newline at end of file diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index 713e363f..0db02cd7 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -38,7 +38,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 StaticLibrary diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index 94eb7ad7..ec614826 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -105,7 +105,9 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;api-ms-win-net-isolation-l1-1-0.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + msvcrt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + false @@ -126,7 +128,9 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;api-ms-win-net-isolation-l1-1-0.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)WFPSampler.lib + msvcrt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + false @@ -147,7 +151,7 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;api-ms-win-net-isolation-l1-1-0.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib @@ -168,7 +172,7 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;api-ms-win-net-isolation-l1-1-0.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp index 64c0b401..0c42a94e 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp @@ -4197,12 +4197,6 @@ VOID PerformBasicPacketExaminationAtDiscard(_In_ CLASSIFY_DATA* pClassifyData) { pDiscardReason = "Extension Headers Failure"; - break; - } - case IpDiscardIPSNPIDrop: - { - pDiscardReason = "IPSNPI Drop"; - break; } } diff --git a/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp b/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp index 34dcc81d..7145b5ed 100644 --- a/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp +++ b/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp @@ -139,7 +139,9 @@ VOID NTAPI CompleteBasicStreamInjection(_In_ VOID* pContext, NT_ASSERT(pContext); NT_ASSERT(pNetBufferList); NT_ASSERT(NT_SUCCESS(pNetBufferList->Status) || - pNetBufferList->Status == STATUS_CONNECTION_ABORTED); + pNetBufferList->Status == STATUS_CONNECTION_ABORTED || + pNetBufferList->Status == STATUS_CONNECTION_RESET || + pNetBufferList->Status == STATUS_INVALID_DEVICE_STATE); if(pNetBufferList->Status != STATUS_SUCCESS) DbgPrintEx(DPFLTR_IHVNETWORK_ID, diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX index 8ffd6f06..bb55b7ad 100644 Binary files a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX and b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX differ diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index 672d5a8f..6df169be 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -39,7 +39,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -122,15 +122,15 @@ true Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -141,18 +141,18 @@ true Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib @@ -160,15 +160,15 @@ true Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -179,15 +179,15 @@ true Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\syslib;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -204,6 +204,12 @@ sha256 + + true + + + %(IgnoreSpecificDefaultLibraries) + @@ -213,6 +219,12 @@ sha256 + + true + + + %(IgnoreSpecificDefaultLibraries) + diff --git a/network/trans/WFPSampler/sys/Wfp_Annotations.h b/network/trans/WFPSampler/sys/Wfp_Annotations.h new file mode 100644 index 00000000..3bfd56c6 --- /dev/null +++ b/network/trans/WFPSampler/sys/Wfp_Annotations.h @@ -0,0 +1,213 @@ +#pragma once +/*****************************************************************************\ +* * +* DriverSpecs.h - markers for documenting the semantics of WFP callout driver * +* APIs * +* * +* Version 1.0.0 * +* * +* Copyright (c) Microsoft Corporation. All rights reserved. * +* * +\*****************************************************************************/ + +/*****************************************************************************\ +* NOTE * +* NOTE * +* NOTE * +* The macro bodies in this file are subject to change without notice. * +* Attempting to use the annotations in the macro bodies directly is not * +* supported. * +* NOTE * +* NOTE * +* NOTE * +\*****************************************************************************/ + +/*****************************************************************************\ +* The annotations described by wfp_annotations.h are used to annotate drivers. +* +* Wfp_annotations.h contains those annotations which are appropriate to userspace +* code, or which might appear in headers that are shared between user space +* and kernel space. +* +* Many annotations are context dependent. They only apply to certain versions +* of Windows, or only to certain classes of driver. These rules can be written +* using something like __drv_when(NTDDI_VERSION >= NTDDI_WINXP, ...) +* which causes the rule only to apply to Windows XP and later. Many of these +* symbols are already defined in various Windows headers. +* +* To facilitate using this sort of conditional rule, we collect here the +* various known symbols that are (or reasonably might) be used in such +* a conditional annotation. Some are speculative in that the symbol has +* not yet been defined because there are no known uses of it yet. +// @@BEGIN_DDKSPLIT +* It is expected that the first user of that symbol will add it to the +* appropriate system header AND update this comment to reflect that. +* Adding additional similar comments is encouraged. +// @@END_DDKSPLIT +* +* Where the symbol already exists its relevant header is +* noted below (excluding the "really well known" ones). +* +* Each symbol is listed with the currently known possible values. +* +* Some symbols are marked as #define symbols -- they are used with #ifdef +* operators only. To use them in __drv_when, use something like +* __drv_when(__drv_defined(NT), ...). +* +* WDK Version (copied for convenience from sdkddkver.h) +* NTDDI_VERSION: NTDDI_WIN2K NTDDI_WIN2KSP1 NTDDI_WIN2KSP2 NTDDI_WIN2KSP3 +* NTDDI_WIN2KSP4 NTDDI_WINXP NTDDI_WINXPSP1 NTDDI_WINXPSP2 +* NTDDI_WS03 NTDDI_WS03SP1 NTDDI_VISTA +* The WDK version is taken as the WDM version as well. +* +* OS Version: (copied for convenience from sdkddkver.h) +* _WIN32_WINNT: _WIN32_WINNT_NT4 _WIN32_WINNT_WIN2K _WIN32_WINNT_WINXP +* _WIN32_WINNT_WS03 _WIN32_WINNT_LONGHORN +* WINVER: 0x030B 0x0400 0x0500 0x0600 +* NT (#define symbol) +* (sdkddkver.h also defines symbols for IE versions should they be needed.) +* +* Compiler Version: +* _MSC_VER: too many to list. +* _MSC_FULL_VER: too many to list. +* +* KMDF Version: (Currently defined/used only in makefiles.) +* KMDF_VERSION: 1 +* +* UMDF Version: (Currently defined/used only in makefiles.) +* UMDF_VERSION: 1 +* +* Architecture kinds: +* __WIN64 (#define symbols) +* _X86_ +* _AMD64_ +* _IA64_ +* +* Machine Architectures: +* _M_IX86 +* _M_AMD64 +* _M_IA64 +* +* Driver Kind (NYI: "not yet implemented") +* Typically these will be defined in the most-common header for a +* particular driver (or in individual source files if appropriate). +* These are not intended to necessarily be orthogonal: more than one might +* apply to a particular driver. +* _DRIVER_TYPE_BUS: 1 // NYI +* _DRIVER_TYPE_FUNCTIONAL: 1 // NYI +* _DRIVER_TYPE_MINIPORT: 1 // NYI +* _DRIVER_TYPE_STORAGE: 1 // NYI +* _DRIVER_TYPE_DISPLAY: 1 // NYI +* _DRIVER_TYPE_FILESYSTEM: 1 +* _DRIVER_TYPE_FILESYSTEM_FILTER: 1 +* +* NDIS driver version: (see ndis.h for much more detail.) +* These can be used to both identify an NDIS driver and to check the version. +* NDIS40 NDIS50 NDIS51 NDIS60 (#defined symbols) +* NDIS_PROTOCOL_MAJOR_VERSION.NDIS_PROTOCOL_MINOR_VERSION: 4.0 5.0 5.1 6.0 +* And many others in ndis.h (including MINIPORT) +* +\*****************************************************************************/ + + +#ifdef __cplusplus +extern "C" { +#endif + + +#define _Wfp_Annotation_ __declspec("_Wfp_Annotation_") +#define _Wfp_stream_injection_classify_ __declspec("_Wfp_stream_injection_classify_") +#define _Wfp_stream_inspection_classify_ __declspec("_Wfp_stream_inspection_classify_") +#define _Wfp_stream_inspection_notify_ __declspec("_Wfp_stream_inspection_notify_") +#define _Wfp_flow_inspection_notify_ __declspec("_Wfp_flow_inspection_notify_") +#define _Wfp_flow_inspection_classify_ __declspec("_Wfp_flow_inspection_classify_") +#define _Wfp_flow_injection_classify_ __declspec("_Wfp_flow_injection_classify_") +#define _Wfp_Transport_inspection_classify_ __declspec("_Wfp_Transport_inspection_classify_") +#define _Wfp_transport_injection_classify_ __declspec("_Wfp_transport_injection_classify_") +#define _Wfp_transport_injection_classify_inline_ __declspec("_Wfp_transport_injection_classify_inline_") +#define _Wfp_ale_inspection_notify_ __declspec("_Wfp_ale_inspection_notify_") +#define _Wfp_ale_inspection_classify_ __declspec("_Wfp_ale_inspection_classify_") +#define _Wfp_connect_redirect_inline_classify_ __declspec("_Wfp_connect_redirect_inline_classify_") +#define _Wfp_connect_redirect_classify_ __declspec("_Wfp_connect_redirect_classify_") +// +// +// +//#define __drv_declspec(x) __declspec(x) +//#define __$drv_group(annotes) \ +// __drv_declspec("SAL_begin") annotes __drv_declspec("SAL_end") +//#define __drv_nop(x) x +// +// /****************************************************************************\ +// Callout Classify Annotions +// /****************************************************************************/ +// +// //_Wfp_Annotation_ +// __ANNOTATION(SAL_wfpAnnotation(void);) +//#define _Wfp_Annotation_ \ +// _SAL2_Source_(_Wfp_Annotation_, (), _Post_ _SA_annotes0(SAL_wfpAnnotation)) +// +//// Stream Injection +// __ANNOTATION(SAL_wfpStreamInjection(void);) +//#define _Wfp_stream_injection_classify_ \ +// _SAL2_Source_(_Wfp_stream_injection_classify_, (), _Post_ _SA_annotes0(SAL_wfpStreamInjection)) +// +//// Stream Inspection +// __ANNOTATION(SAL_wfpStreamInspection(void);) +//#define _Wfp_stream_inspection_classify_ \ +// _SAL2_Source_(_Wfp_stream_inspection_classify_, (), _Post_ _SA_annotes0(SAL_wfpStreamInspection)) +// +//__ANNOTATION(SAL_wfpStreamInspectionNotify(void);) +//#define _Wfp_stream_inspection_notify_ \ +// _SAL2_Source_(_Wfp_stream_inspection_notify_, (), _Post_ _SA_annotes0(SAL_wfpStreamInspectionNotify)) +// +//// Flow Inspections +//__ANNOTATION(SAL_wfpFlowInspectionNotify(void);) +//#define _Wfp_flow_inspection_notify_ \ +// _SAL2_Source_(_Wfp_flow_inspection_notify_, (), _Post_ _SA_annotes0(SAL_wfpFlowInspectionNotify)) +// +//__ANNOTATION(SAL_wfpFlowInspectionClassify(void);) +//#define _Wfp_flow_inspection_classify_ \ +// _SAL2_Source_(_Wfp_flow_inspection_classify_, (), _Post_ _SA_annotes0(SAL_wfpFlowInspectionClassify)) +// +//__ANNOTATION(SAL_wfpFlowInjectionClassify(void);) +//#define _Wfp_flow_injection_classify_ \ +// _SAL2_Source_(_Wfp_flow_injection_classify_, (), _Post_ _SA_annotes0(SAL_wfpFlowInjectionClassify)) +// +//// Transport Injection/Inspection +// +//__ANNOTATION(SAL_wfpTransportInspection(void);) +//#define _Wfp_Transport_inspection_classify_ \ +// _SAL2_Source_(_Wfp_Transport_inspection_classify_, (), _Post_ _SA_annotes0(SAL_wfpTransportInspection)) \ +// +//__ANNOTATION(SAL_wfpTransportInjection(void);) +//#define _Wfp_transport_injection_classify_ \ +// _SAL2_Source_(_Wfp_transport_injection_classify_, (), _Post_ _SA_annotes0(SAL_wfpTransportInjection)) \ +// +//__ANNOTATION(SAL_wfpTransportInjectionInline(void);) +//#define _Wfp_transport_injection_classify_inline_ \ +// _SAL2_Source_(_Wfp_transport_injection_classify_inline_, (), _Post_ _SA_annotes0(SAL_wfpTransportInjectionInline)) \ +// +// +// +//// ALE Inspection Notify and Classify +//__ANNOTATION(SAL_wfpAleInspectionNotify(void);) +//#define _Wfp_ale_inspection_notify_ \ +// _SAL2_Source_(_Wfp_ale_inspection_notify_, (), _Post_ _SA_annotes0(SAL_wfpAleInspectionNotify)) \ +// +//__ANNOTATION(SAL_wfpAleInspectionClassify(void);) +//#define _Wfp_ale_inspection_classify_ \ +// _SAL2_Source_(_Wfp_ale_inspection_classify_, (), _Post_ _SA_annotes0(SAL_wfpAleInspectionClassify)) \ +// +//// Connection Redirection Classify +//__ANNOTATION(SAL_wfpConnectRedirectInlineClassify(void);) +//#define _Wfp_connect_redirect_inline_classify_ \ +// _SAL2_Source_(_Wfp_connect_redirect_inline_classify_, (), _Post_ _SA_annotes0(SAL_wfpConnectRedirectInlineClassify)) \ +// +//__ANNOTATION(SAL_wfpConnectRedirectClassify(void);) +//#define _Wfp_connect_redirect_classify_ \ +// _SAL2_Source_(_Wfp_connect_redirect_classify_, (), _Post_ _SA_annotes0(SAL_wfpConnectRedirectClassify)) \ + +#ifdef __cplusplus +} +#endif + diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp index fa2d4103..78db3cdb 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp @@ -179,7 +179,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppClassifyData == 0) -inline VOID KrnlHlprClassifyDataDestroyLocalCopy(_Inout_ CLASSIFY_DATA** ppClassifyData) +VOID KrnlHlprClassifyDataDestroyLocalCopy(_Inout_ CLASSIFY_DATA** ppClassifyData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h index 6aa6e838..65ead66b 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h @@ -44,7 +44,7 @@ typedef struct CLASSIFY_DATA_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData); + VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData); _At_(*ppClassifyData, _Pre_ _Notnull_) _At_(*ppClassifyData, _Post_ _Null_ __drv_freesMem(Pool)) @@ -52,7 +52,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppClassifyData == 0) -inline VOID KrnlHlprClassifyDataDestroyLocalCopy(_Inout_ CLASSIFY_DATA** ppClassifyData); +VOID KrnlHlprClassifyDataDestroyLocalCopy(_Inout_ CLASSIFY_DATA** ppClassifyData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp index 071c43f4..96fb3190 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp @@ -111,7 +111,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppDPCData == 0) -inline VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData) +VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h index 4de525e9..5770d1ea 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h @@ -52,7 +52,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppDPCData == 0) -inline VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData); +VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp index b6d561d6..a21dcf8a 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.cpp @@ -105,7 +105,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(return == STATUS_SUCCESS && *ppFlowContext == 0) -inline NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext) +NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.h b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.h index 72689de5..6e180e7a 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FlowContext.h @@ -113,7 +113,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(return == STATUS_SUCCESS && *ppFlowContext == 0) -inline NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext); +NTSTATUS KrnlHlprFlowContextDestroy(_Inout_ FLOW_CONTEXT** ppFlowContext); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp index cc9a0646..f792472a 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp @@ -6331,7 +6331,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppMetadata == 0) -inline VOID KrnlHlprFwpsIncomingMetadataValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES** ppMetadata) +VOID KrnlHlprFwpsIncomingMetadataValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES** ppMetadata) { #if DBG @@ -7169,7 +7169,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppIOPacket == 0) -inline VOID KrnlHlprFwpsStreamCalloutIOPacketDestroyLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET** ppIOPacket) +VOID KrnlHlprFwpsStreamCalloutIOPacketDestroyLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET** ppIOPacket) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h index 39f69f54..19dff1e6 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h @@ -461,7 +461,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppMetadata == 0) -inline VOID KrnlHlprFwpsIncomingMetadataValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES** ppMetadata); +VOID KrnlHlprFwpsIncomingMetadataValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES** ppMetadata); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -548,7 +548,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppIOPacket == 0) -inline VOID KrnlHlprFwpsStreamCalloutIOPacketDestroyLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET** ppIOPacket); +VOID KrnlHlprFwpsStreamCalloutIOPacketDestroyLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET** ppIOPacket); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp index 663f7c60..a9014ed0 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp @@ -118,7 +118,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppInjectionData == 0) -inline VOID KrnlHlprInjectionDataDestroy(_Inout_ INJECTION_DATA** ppInjectionData) +VOID KrnlHlprInjectionDataDestroy(_Inout_ INJECTION_DATA** ppInjectionData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h index d3d5d795..1e8619c7 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h @@ -57,7 +57,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppInjectionData == 0) -inline VOID KrnlHlprInjectionDataDestroy(_Inout_ INJECTION_DATA** ppInjectionData); +VOID KrnlHlprInjectionDataDestroy(_Inout_ INJECTION_DATA** ppInjectionData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_PendData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_PendData.cpp index 1ad4338f..bc2528a0 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_PendData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_PendData.cpp @@ -142,7 +142,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppPendData == 0) -inline VOID KrnlHlprPendDataDestroy(_Inout_ PEND_DATA** ppPendData) +VOID KrnlHlprPendDataDestroy(_Inout_ PEND_DATA** ppPendData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_PendData.h b/network/trans/WFPSampler/syslib/HelperFunctions_PendData.h index 17174e32..12e06b41 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_PendData.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_PendData.h @@ -51,7 +51,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppPendData == 0) -inline VOID KrnlHlprPendDataDestroy(_Inout_ PEND_DATA** ppPendData); +VOID KrnlHlprPendDataDestroy(_Inout_ PEND_DATA** ppPendData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp index 23f4a6df..dd8b050e 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp @@ -112,7 +112,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppWorkItemData == 0) -inline VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData) +VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h index cbbc77bc..5a715b68 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h @@ -52,7 +52,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppWorkItemData == 0) -inline VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData); +VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index dd6c1a42..186ad19a 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -40,7 +40,7 @@ Windows10 True - Desktop + Universal KMDF WindowsKernelModeDriver10.0 StaticLibrary diff --git a/network/trans/ddproxy/sys/DD_proxy.c b/network/trans/ddproxy/sys/DD_proxy.c index aa41f060..089c273c 100644 --- a/network/trans/ddproxy/sys/DD_proxy.c +++ b/network/trans/ddproxy/sys/DD_proxy.c @@ -103,8 +103,8 @@ DDProxyFlowEstablishedClassify( #endif /// (NTDDI_VERSION >= NTDDI_WIN7) UNREFERENCED_PARAMETER(flowContext); - flowContextLocal = ExAllocatePoolZero( - NonPagedPool, + flowContextLocal = ExAllocatePool2( + POOL_FLAG_NON_PAGED, sizeof(DD_PROXY_FLOW_CONTEXT), DD_PROXY_FLOW_CONTEXT_POOL_TAG ); @@ -333,8 +333,8 @@ DDProxyClassify( goto Exit; } - packet = ExAllocatePoolZero( - NonPagedPool, + packet = ExAllocatePool2( + POOL_FLAG_NON_PAGED, sizeof(DD_PROXY_PENDED_PACKET), DD_PROXY_PENDED_PACKET_POOL_TAG ); @@ -410,8 +410,8 @@ DDProxyClassify( { NT_ASSERT(inMetaValues->controlDataLength > 0); - packet->controlData = ExAllocatePoolZero( - NonPagedPool, + packet->controlData = ExAllocatePool2( + POOL_FLAG_NON_PAGED, inMetaValues->controlDataLength, DD_PROXY_CONTROL_DATA_POOL_TAG ); diff --git a/network/trans/ddproxy/sys/ddproxy.inf b/network/trans/ddproxy/sys/ddproxy.inf index 9f91b652..be09889a 100644 Binary files a/network/trans/ddproxy/sys/ddproxy.inf and b/network/trans/ddproxy/sys/ddproxy.inf differ diff --git a/network/trans/ddproxy/sys/ddproxy.vcxproj b/network/trans/ddproxy/sys/ddproxy.vcxproj index db813981..1ce61e25 100644 --- a/network/trans/ddproxy/sys/ddproxy.vcxproj +++ b/network/trans/ddproxy/sys/ddproxy.vcxproj @@ -38,7 +38,7 @@ Windows10 True - Universal + Desktop KMDF WindowsKernelModeDriver10.0 Driver diff --git a/network/trans/inspect/sys/utils.c b/network/trans/inspect/sys/utils.c index f474704f..c1b85ae8 100644 --- a/network/trans/inspect/sys/utils.c +++ b/network/trans/inspect/sys/utils.c @@ -291,8 +291,8 @@ AllocateAndInitializePendedPacket( { TL_INSPECT_PENDED_PACKET* pendedPacket; - pendedPacket = ExAllocatePoolZero( - NonPagedPool, + pendedPacket = ExAllocatePool2( + POOL_FLAG_NON_PAGED, sizeof(TL_INSPECT_PENDED_PACKET), TL_INSPECT_PENDED_PACKET_POOL_TAG ); @@ -344,8 +344,8 @@ AllocateAndInitializePendedPacket( { NT_ASSERT(inMetaValues->controlDataLength > 0); - pendedPacket->controlData = ExAllocatePoolZero( - NonPagedPool, + pendedPacket->controlData = ExAllocatePool2( + POOL_FLAG_NON_PAGED, inMetaValues->controlDataLength, TL_INSPECT_CONTROL_DATA_POOL_TAG ); diff --git a/network/trans/stmedit/stmedit.sln b/network/trans/stmedit/stmedit.sln index e6b3f49a..7ee84813 100644 --- a/network/trans/stmedit/stmedit.sln +++ b/network/trans/stmedit/stmedit.sln @@ -1,29 +1,26 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34511.84 MinimumVisualStudioVersion = 12.0 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stmedit", "sys\stmedit.vcxproj", "{9CE912A5-6210-4EF8-B22D-611D13254D4C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|Win32.ActiveCfg = Debug|Win32 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|Win32.Build.0 = Debug|Win32 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.ActiveCfg = Release|x64 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Build.0 = Release|x64 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Deploy.0 = Release|x64 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|Win32.ActiveCfg = Release|Win32 - {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|Win32.Build.0 = Release|Win32 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.ActiveCfg = Debug|x64 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Build.0 = Debug|x64 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Deploy.0 = Debug|x64 {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|x64.ActiveCfg = Release|x64 {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6157DAF8-6877-4D1D-8FEE-19CF8DA146F0} + EndGlobalSection EndGlobal diff --git a/network/trans/stmedit/sys/InlineEdit.c b/network/trans/stmedit/sys/InlineEdit.c index 74b5bd25..b21cc429 100644 --- a/network/trans/stmedit/sys/InlineEdit.c +++ b/network/trans/stmedit/sys/InlineEdit.c @@ -55,7 +55,7 @@ InlineEditFlushData( if (DataLength == 0) break; - Buffer = ExAllocatePoolZero(NonPagedPool, DataLength, STMEDIT_TAG_MDL_DATA); + Buffer = ExAllocatePool2(POOL_FLAG_NON_PAGED, DataLength, STMEDIT_TAG_MDL_DATA); if (Buffer == NULL) { Status = STATUS_INSUFFICIENT_RESOURCES; diff --git a/network/trans/stmedit/sys/LwQueue.c b/network/trans/stmedit/sys/LwQueue.c index 2d46585d..27154d70 100644 --- a/network/trans/stmedit/sys/LwQueue.c +++ b/network/trans/stmedit/sys/LwQueue.c @@ -37,8 +37,8 @@ LwInitializeQueue( KeInitializeSpinLock(&Queue->Lock); Queue->WorkItem = - ExAllocatePoolZero( - NonPagedPool, IoSizeofWorkItem(), STMEDIT_TAG_LQWI); + ExAllocatePool2( + POOL_FLAG_NON_PAGED, IoSizeofWorkItem(), STMEDIT_TAG_LQWI); if (Queue->WorkItem == NULL) { diff --git a/network/trans/stmedit/sys/OobEdit.c b/network/trans/stmedit/sys/OobEdit.c index 0b24e1bc..285dff9f 100644 --- a/network/trans/stmedit/sys/OobEdit.c +++ b/network/trans/stmedit/sys/OobEdit.c @@ -379,8 +379,8 @@ StreamOobReinjectData( do { - DataCopy = ExAllocatePoolZero( - NonPagedPool, + DataCopy = ExAllocatePool2( + POOL_FLAG_NON_PAGED, Length, STMEDIT_TAG_MDL_DATA ); diff --git a/network/trans/stmedit/sys/StreamEdit.c b/network/trans/stmedit/sys/StreamEdit.c index 512fb159..e4f91c61 100644 --- a/network/trans/stmedit/sys/StreamEdit.c +++ b/network/trans/stmedit/sys/StreamEdit.c @@ -464,9 +464,7 @@ StreamEditFlowEstablishedClassify( do { - StreamFlowContext = ExAllocatePoolZero(NonPagedPoolNx, - sizeof(STREAM_FLOW_CONTEXT), - STMEDIT_TAG_FLOWCTX); + StreamFlowContext = ExAllocatePool2(POOL_FLAG_NON_PAGED, sizeof(STREAM_FLOW_CONTEXT), STMEDIT_TAG_FLOWCTX); if (StreamFlowContext == NULL) { @@ -1560,8 +1558,8 @@ _In_ SIZE_T BytesToCopy { size_t NewBufferSize = BytesToCopy + ExistingDataLength; - PVOID NewBuffer = ExAllocatePoolZero( - NonPagedPool, + PVOID NewBuffer = ExAllocatePool2( + POOL_FLAG_NON_PAGED, (NewBufferSize + (NewBufferSize >> 1) ), // 1.5 times the needed size. STMEDIT_TAG_FLAT_BUFFER); @@ -1570,7 +1568,7 @@ _In_ SIZE_T BytesToCopy // We are not able to allocate a much bigger buffer ... lets try an exact fit. // - NewBuffer = ExAllocatePoolZero(NonPagedPool, NewBufferSize, STMEDIT_TAG_FLAT_BUFFER); + NewBuffer = ExAllocatePool2(POOL_FLAG_NON_PAGED, NewBufferSize, STMEDIT_TAG_FLAT_BUFFER); } if (NewBuffer != NULL) diff --git a/network/trans/stmedit/sys/stmedit.inf b/network/trans/stmedit/sys/stmedit.inf index 83db5e60..3615ce6b 100644 Binary files a/network/trans/stmedit/sys/stmedit.inf and b/network/trans/stmedit/sys/stmedit.inf differ diff --git a/network/trans/stmedit/sys/stmedit.vcxproj b/network/trans/stmedit/sys/stmedit.vcxproj index 2b81aee6..f1ffb7e7 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj +++ b/network/trans/stmedit/sys/stmedit.vcxproj @@ -1,4 +1,4 @@ - + @@ -36,9 +36,11 @@ Driver - Windows10 + + True - Universal + + KMDF WindowsKernelModeDriver10.0 Driver @@ -92,11 +94,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO true @@ -106,7 +108,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib @@ -118,11 +120,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO true @@ -132,7 +134,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib @@ -144,11 +146,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) @@ -158,7 +160,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib @@ -170,11 +172,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO true @@ -184,7 +186,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib -- cgit v1.3.1 From 81a3070cd98c8ac8fc88eaa7f2c8c1d696f62ba1 Mon Sep 17 00:00:00 2001 From: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Date: Tue, 6 Feb 2024 01:43:29 -0800 Subject: Initial Support for WDK NuGet Experiment. Take 2. (#1099) * Add parent directory file for NuGet import support * fix directory.build.props file * Checked in a comment with baseline. Also small fix to make sure we use GE InfVerif flags and Exclusions.csv * Remove references to path which refer older vars * Remove stale variable path from mincore.lib * remove references to stale variale from vhidmimium * remove stale reference from ddproxy * remove stale reference in inspect.vcxproj * Remove stale path reference in msnmntr.vcxproj * Remove stale path reference to stmedit.vcxproj * Remove stale path from echosrv.vcxproj * remove stale path mscorelib SingleComponentSingleStateUm.vcxproj * remove stale path * Move GitHub check up front * Replace correct value for the wpprecorderum * Removed the stale references for the um libs * correct the reference path for libs simplemedia * Correct the reference path for vccomsup * Correct the reference path for sdk lib path * added reference to the kit shared inc path * added reference to the kit shared inc path * Build-SampleSet: Let determination of NuGet packages be based on a folder .\packages rather than the .\packages.config file * added reference to the kit shared inc path * Updated PACKAGERESTORE_README.md with results from Prashant's recent fixes. Moves us 37 failures to 19 failures. * Rewrite how to get NuGet packages via EEAP or MSFTNuGet * Minor edits to Building-Locally.md * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm. Update to .\Building-Locally.md * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * Update NuGet build instructions and PACKAGERESTORE_README.md * Reset Building-Locally.md and remote PACKAGERESTORE_README.md --------- Co-authored-by: Prashant Chahar Co-authored-by: Jakob Lichtenberg --- Build-SampleSet.ps1 | 28 +++++++++---- Directory.Build.props | 8 ++++ biometrics/driver/WudfBioUsbSample.vcxproj | 8 ++-- .../osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj | 8 ++-- .../osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj | 8 ++-- .../MediaSource/MediaSource.vcxproj | 16 ++++---- .../SimpleMediaSourceDriver.vcxproj | 16 ++++---- general/echo/umdf2/driver/AutoSync/echo.vcxproj | 8 ++-- general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj | 8 ++-- .../toaster/umdf2/filter/generic/filterum.vcxproj | 8 ++-- .../umdf2/func/featured/wdffeaturedum.vcxproj | 8 ++-- .../toaster/umdf2/func/simple/wdfsimpleum.vcxproj | 8 ++-- hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj | 8 ++-- network/trans/ddproxy/sys/ddproxy.vcxproj | 8 ++-- network/trans/inspect/sys/inspect.vcxproj | 8 ++-- network/trans/msnmntr/sys/msnmntr.vcxproj | 8 ++-- network/trans/stmedit/sys/stmedit.vcxproj | 8 ++-- network/wsk/echosrv/echosrv.vcxproj | 8 ++-- .../wwan/cxwmbclass/cxwmbclass/cxwmbclass.vcxproj | 8 ++-- packages.config | 6 +++ pofx/PEP/acpi/sampleacpipep.vcxproj | 8 ++-- pofx/PEP/common/pepcommon.vcxproj | 8 ++-- .../SingleComponentSingleStateUm.vcxproj | 8 ++-- .../SampleMagneticStripeReaderDrv.vcxproj | 48 +++++++++++----------- .../barcodescanner/SampleBarcodeScannerDrv.vcxproj | 48 +++++++++++----------- sensors/ADXL345Acc/ADXL345Acc.vcxproj | 32 +++++++-------- sensors/Activity/Activity.vcxproj | 32 +++++++-------- sensors/CustomSensors/CustomSensors.vcxproj | 32 +++++++-------- sensors/Fusion/FusionSensor.vcxproj | 32 +++++++-------- sensors/Pedometer/Pedometer.vcxproj | 32 +++++++-------- .../SensorsComboDriver/SensorsComboDriver.vcxproj | 32 +++++++-------- .../SimpleDeviceOrientationSensor.vcxproj | 32 +++++++-------- .../ComPort/VirtualSerial2um.vcxproj | 8 ++-- .../VirtualSerial2/FakeModem/fakemodem2um.vcxproj | 8 ++-- .../miniports/storahci/src/inbox/storahci.vcxproj | 8 ++-- usb/umdf2_fx2/driver/osrusbfx2um.vcxproj | 8 ++-- 36 files changed, 297 insertions(+), 273 deletions(-) create mode 100644 Directory.Build.props create mode 100644 packages.config (limited to 'network') diff --git a/Build-SampleSet.ps1 b/Build-SampleSet.ps1 index 2f812e58..0892cc84 100644 --- a/Build-SampleSet.ps1 +++ b/Build-SampleSet.ps1 @@ -45,15 +45,32 @@ finally { } # -# Determine build environment: 'WDK', 'EWDK', or 'GitHub'. Only used to determine build number. +# Determine build environment: 'GitHub', 'NuGet', 'EWDK', or 'WDK'. Only used to determine build number. # Determine build number (used for exclusions based on build number). Five digits. Say, '22621'. # $build_environment="" $build_number=0 # +# WDK NuGet will require presence of a folder 'packages' +# +# +# Hack: In GitHub we do not have an environment variable where we can see WDK build number, so we have it hard coded. +# +if (-not $env:GITHUB_REPOSITORY -eq '') { + $build_environment="GitHub" + $build_number=22621 +} +# +# Hack: If user has hydrated nuget packages, then use those. That will be indicated by presence of a folder named .\packages. +# +elseif(Test-Path(".\packages")) { + $build_environment=("NuGet") + $build_number=26052 +} +# # EWDK sets environment variable BuildLab. For example 'ni_release_svc_prod1.22621.2428'. # -if($env:BuildLab -match '(?[^.]*).(?[^.]*).(?[^.]*)') { +elseif($env:BuildLab -match '(?[^.]*).(?[^.]*).(?[^.]*)') { $build_environment=("EWDK."+$Matches.branch+"."+$Matches.build+"."+$Matches.qfe) $build_number=$Matches.build } @@ -64,13 +81,6 @@ elseif ($env:UCRTVersion -match '10.0.(?.*).0') { $build_environment="WDK" $build_number=$Matches.build } -# -# Hack: In GitHub we do not have an environment variable where we can see WDK build number, so we have it hard coded. -# -elseif (-not $env:GITHUB_REPOSITORY -eq '') { - $build_environment="GitHub" - $build_number=22621 -} else { # Dump all environment variables so as to help debug error: diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..19d85cd4 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,8 @@ + + + + + + diff --git a/biometrics/driver/WudfBioUsbSample.vcxproj b/biometrics/driver/WudfBioUsbSample.vcxproj index c54af93e..d2e16ca5 100644 --- a/biometrics/driver/WudfBioUsbSample.vcxproj +++ b/biometrics/driver/WudfBioUsbSample.vcxproj @@ -235,7 +235,7 @@ %(AdditionalIncludeDirectories);inc;$(DDK_INC_PATH) - %(AdditionalDependencies);$(SDK_LIB_PATH)\advapi32.lib;$(SDK_LIB_PATH)\kernel32.lib;$(SDK_LIB_PATH)\ole32.lib;$(SDK_LIB_PATH)\oleaut32.lib;$(SDK_LIB_PATH)\strsafe.lib;$(SDK_LIB_PATH)\user32.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);advapi32.lib;kernel32.lib;ole32.lib;oleaut32.lib;strsafe.lib;user32.lib;uuid.lib exports.def @@ -255,7 +255,7 @@ %(AdditionalIncludeDirectories);inc;$(DDK_INC_PATH) - %(AdditionalDependencies);$(SDK_LIB_PATH)\advapi32.lib;$(SDK_LIB_PATH)\kernel32.lib;$(SDK_LIB_PATH)\ole32.lib;$(SDK_LIB_PATH)\oleaut32.lib;$(SDK_LIB_PATH)\strsafe.lib;$(SDK_LIB_PATH)\user32.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);advapi32.lib;kernel32.lib;ole32.lib;oleaut32.lib;strsafe.lib;user32.lib;uuid.lib exports.def @@ -275,7 +275,7 @@ %(AdditionalIncludeDirectories);inc;$(DDK_INC_PATH) - %(AdditionalDependencies);$(SDK_LIB_PATH)\advapi32.lib;$(SDK_LIB_PATH)\kernel32.lib;$(SDK_LIB_PATH)\ole32.lib;$(SDK_LIB_PATH)\oleaut32.lib;$(SDK_LIB_PATH)\strsafe.lib;$(SDK_LIB_PATH)\user32.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);advapi32.lib;kernel32.lib;ole32.lib;oleaut32.lib;strsafe.lib;user32.lib;uuid.lib exports.def @@ -295,7 +295,7 @@ %(AdditionalIncludeDirectories);inc;$(DDK_INC_PATH) - %(AdditionalDependencies);$(SDK_LIB_PATH)\advapi32.lib;$(SDK_LIB_PATH)\kernel32.lib;$(SDK_LIB_PATH)\ole32.lib;$(SDK_LIB_PATH)\oleaut32.lib;$(SDK_LIB_PATH)\strsafe.lib;$(SDK_LIB_PATH)\user32.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);advapi32.lib;kernel32.lib;ole32.lib;oleaut32.lib;strsafe.lib;user32.lib;uuid.lib exports.def diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj index 1d839558..aa7f3f53 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.vcxproj @@ -136,7 +136,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\onecore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);onecore.lib @@ -165,7 +165,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\onecore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);onecore.lib @@ -194,7 +194,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\onecore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);onecore.lib @@ -223,7 +223,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\onecore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);onecore.lib diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj index 02dc1573..47fe694d 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_filter/osrfx2_DCHU_filter.vcxproj @@ -101,7 +101,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)onecore.lib + %(AdditionalDependencies);onecore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -122,7 +122,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)onecore.lib + %(AdditionalDependencies);onecore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -143,7 +143,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)onecore.lib + %(AdditionalDependencies);onecore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -164,7 +164,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)onecore.lib + %(AdditionalDependencies);onecore.lib %(AdditionalIncludeDirectories);..\..\inc diff --git a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj index 3c5ff0de..3b2022d2 100644 --- a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj +++ b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj @@ -180,7 +180,7 @@ ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def @@ -200,7 +200,7 @@ ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def @@ -220,7 +220,7 @@ ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib $(SolutionDir)MediaSource\module.def %(IgnoreSpecificDefaultLibraries) @@ -240,7 +240,7 @@ ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib $(SolutionDir)MediaSource\module.def %(IgnoreSpecificDefaultLibraries) @@ -264,7 +264,7 @@ true true - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def @@ -289,7 +289,7 @@ true true - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def @@ -315,7 +315,7 @@ true true - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def @@ -339,7 +339,7 @@ true true - mfplat.lib;Mfsensorgroup.lib;%(AdditionalDependencies);OneCoreUAP.lib + %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib %(IgnoreSpecificDefaultLibraries) $(SolutionDir)MediaSource\module.def diff --git a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj index bb32647a..8a53af29 100644 --- a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj +++ b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj @@ -204,7 +204,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib sha256 @@ -217,7 +217,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib sha256 @@ -230,7 +230,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib sha256 @@ -243,7 +243,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib sha256 @@ -256,7 +256,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib @@ -266,7 +266,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib @@ -276,7 +276,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib @@ -286,7 +286,7 @@ trace.h - %(AdditionalDependencies);$(SDK_LIB_PATH)\OneCoreUAP.lib + %(AdditionalDependencies);OneCoreUAP.lib diff --git a/general/echo/umdf2/driver/AutoSync/echo.vcxproj b/general/echo/umdf2/driver/AutoSync/echo.vcxproj index fc32074b..fcc13593 100644 --- a/general/echo/umdf2/driver/AutoSync/echo.vcxproj +++ b/general/echo/umdf2/driver/AutoSync/echo.vcxproj @@ -103,7 +103,7 @@ %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -122,7 +122,7 @@ %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -141,7 +141,7 @@ %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -160,7 +160,7 @@ %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 diff --git a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj index d740026b..6333469f 100644 --- a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj +++ b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj @@ -89,7 +89,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\vccomsup.lib + %(AdditionalDependencies);vccomsup.lib %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib @@ -109,7 +109,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\vccomsup.lib + %(AdditionalDependencies);vccomsup.lib %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib @@ -129,7 +129,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\vccomsup.lib + %(AdditionalDependencies);vccomsup.lib %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib @@ -149,7 +149,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\vccomsup.lib + %(AdditionalDependencies);vccomsup.lib %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib diff --git a/general/toaster/umdf2/filter/generic/filterum.vcxproj b/general/toaster/umdf2/filter/generic/filterum.vcxproj index bd2da646..8e19fe5e 100644 --- a/general/toaster/umdf2/filter/generic/filterum.vcxproj +++ b/general/toaster/umdf2/filter/generic/filterum.vcxproj @@ -105,7 +105,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -126,7 +126,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -147,7 +147,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc @@ -168,7 +168,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj index 9bd4dfb7..eda66e4a 100644 --- a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj +++ b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj @@ -96,7 +96,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -115,7 +115,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -134,7 +134,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -153,7 +153,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj index 05353419..4a3b9f89 100644 --- a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj +++ b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj @@ -98,7 +98,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -117,7 +117,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -136,7 +136,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared @@ -155,7 +155,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib %(AdditionalIncludeDirectories);..\..\inc;..\shared diff --git a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj index 0bc198e8..8db699cd 100644 --- a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj +++ b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj @@ -102,7 +102,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -122,7 +122,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -142,7 +142,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -162,7 +162,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 diff --git a/network/trans/ddproxy/sys/ddproxy.vcxproj b/network/trans/ddproxy/sys/ddproxy.vcxproj index 1ce61e25..628cc13d 100644 --- a/network/trans/ddproxy/sys/ddproxy.vcxproj +++ b/network/trans/ddproxy/sys/ddproxy.vcxproj @@ -104,7 +104,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -126,7 +126,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -148,7 +148,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -170,7 +170,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 diff --git a/network/trans/inspect/sys/inspect.vcxproj b/network/trans/inspect/sys/inspect.vcxproj index bd73f3d7..398e2935 100644 --- a/network/trans/inspect/sys/inspect.vcxproj +++ b/network/trans/inspect/sys/inspect.vcxproj @@ -107,7 +107,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -129,7 +129,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -151,7 +151,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -173,7 +173,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 diff --git a/network/trans/msnmntr/sys/msnmntr.vcxproj b/network/trans/msnmntr/sys/msnmntr.vcxproj index 8c4da9ab..6c3968ac 100644 --- a/network/trans/msnmntr/sys/msnmntr.vcxproj +++ b/network/trans/msnmntr/sys/msnmntr.vcxproj @@ -111,7 +111,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -135,7 +135,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -159,7 +159,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -183,7 +183,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 diff --git a/network/trans/stmedit/sys/stmedit.vcxproj b/network/trans/stmedit/sys/stmedit.vcxproj index f1ffb7e7..1c71ec9b 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj +++ b/network/trans/stmedit/sys/stmedit.vcxproj @@ -111,7 +111,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -137,7 +137,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -163,7 +163,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 @@ -189,7 +189,7 @@ %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib sha256 diff --git a/network/wsk/echosrv/echosrv.vcxproj b/network/wsk/echosrv/echosrv.vcxproj index d511133d..168be9f4 100644 --- a/network/wsk/echosrv/echosrv.vcxproj +++ b/network/wsk/echosrv/echosrv.vcxproj @@ -111,7 +111,7 @@ %(AdditionalIncludeDirectories) - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib sha256 @@ -132,7 +132,7 @@ %(AdditionalIncludeDirectories) - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib sha256 @@ -153,7 +153,7 @@ %(AdditionalIncludeDirectories) - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib sha256 @@ -174,7 +174,7 @@ %(AdditionalIncludeDirectories) - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;$(SDK_LIB_PATH)\uuid.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib sha256 diff --git a/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.vcxproj b/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.vcxproj index 9d7d5b16..8057b531 100644 --- a/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.vcxproj +++ b/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.vcxproj @@ -71,22 +71,22 @@ DbgengKernelDebugger $(SolutionDir)\inc;$(IncludePath) - $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath) + $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath);$(KIT_SHARED_INC_PATH)\netcx\shared\1.0 DbgengKernelDebugger $(SolutionDir)\inc;$(IncludePath) - $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath) + $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath);$(KIT_SHARED_INC_PATH)\netcx\shared\1.0 DbgengKernelDebugger $(SolutionDir)\inc;$(IncludePath) - $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath) + $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath);$(KIT_SHARED_INC_PATH)\netcx\shared\1.0 DbgengKernelDebugger $(SolutionDir)\inc;$(IncludePath) - $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath) + $(KIT_SHARED_INC_PATH_WDK)\netcx\shared\1.0;$(KM_IncludePath)\mbbcx\1.0;$(KIT_SHARED_INC_PATH_WDK);$(KM_IncludePath)\netcx\kmdf\adapter\2.3;$(ExternalIncludePath);$(KIT_SHARED_INC_PATH)\netcx\shared\1.0 diff --git a/packages.config b/packages.config new file mode 100644 index 00000000..55fd7b63 --- /dev/null +++ b/packages.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/pofx/PEP/acpi/sampleacpipep.vcxproj b/pofx/PEP/acpi/sampleacpipep.vcxproj index 357b2205..292eb985 100644 --- a/pofx/PEP/acpi/sampleacpipep.vcxproj +++ b/pofx/PEP/acpi/sampleacpipep.vcxproj @@ -185,7 +185,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -204,7 +204,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -223,7 +223,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -242,7 +242,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) diff --git a/pofx/PEP/common/pepcommon.vcxproj b/pofx/PEP/common/pepcommon.vcxproj index d17289da..bdfc1117 100644 --- a/pofx/PEP/common/pepcommon.vcxproj +++ b/pofx/PEP/common/pepcommon.vcxproj @@ -204,7 +204,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -223,7 +223,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -242,7 +242,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) @@ -261,7 +261,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index f7c2fbe3..e00d0f12 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -119,7 +119,7 @@ %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -149,7 +149,7 @@ %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -179,7 +179,7 @@ %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -209,7 +209,7 @@ %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 diff --git a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj index 12bd50c0..47204b43 100644 --- a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj +++ b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj @@ -165,13 +165,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -179,13 +179,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -193,13 +193,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -207,13 +207,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -221,13 +221,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -235,30 +235,30 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -267,7 +267,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -276,7 +276,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -285,7 +285,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def diff --git a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj index bc5f2bec..ddae9ffc 100644 --- a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj +++ b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj @@ -165,13 +165,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -179,13 +179,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -193,13 +193,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -207,13 +207,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -221,13 +221,13 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc @@ -235,30 +235,30 @@ Sync true Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)\pos\1.1;..\inc + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -267,7 +267,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -276,7 +276,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def @@ -285,7 +285,7 @@ - %(AdditionalDependencies);$(SDK_LIB_PATH)\pos\1.1\poscxstub.lib + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib exports.def diff --git a/sensors/ADXL345Acc/ADXL345Acc.vcxproj b/sensors/ADXL345Acc/ADXL345Acc.vcxproj index 5e2757dd..1f65559e 100644 --- a/sensors/ADXL345Acc/ADXL345Acc.vcxproj +++ b/sensors/ADXL345Acc/ADXL345Acc.vcxproj @@ -105,20 +105,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib ADXL345Acc.def @@ -130,20 +130,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1; %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1; - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib ADXL345Acc.def @@ -155,20 +155,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib ADXL345Acc.def @@ -180,20 +180,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1;$(DDK_INC_PATH) + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib ADXL345Acc.def diff --git a/sensors/Activity/Activity.vcxproj b/sensors/Activity/Activity.vcxproj index bd83ce53..28a11aee 100644 --- a/sensors/Activity/Activity.vcxproj +++ b/sensors/Activity/Activity.vcxproj @@ -105,20 +105,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Activity.def @@ -130,20 +130,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Activity.def @@ -155,20 +155,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Activity.def @@ -180,20 +180,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Activity.def diff --git a/sensors/CustomSensors/CustomSensors.vcxproj b/sensors/CustomSensors/CustomSensors.vcxproj index 7e2d3b5a..94c00d0b 100644 --- a/sensors/CustomSensors/CustomSensors.vcxproj +++ b/sensors/CustomSensors/CustomSensors.vcxproj @@ -105,20 +105,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib CustomSensors.def @@ -130,20 +130,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib CustomSensors.def @@ -155,20 +155,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib CustomSensors.def @@ -180,20 +180,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib CustomSensors.def diff --git a/sensors/Fusion/FusionSensor.vcxproj b/sensors/Fusion/FusionSensor.vcxproj index 362e350d..7bb21ddb 100644 --- a/sensors/Fusion/FusionSensor.vcxproj +++ b/sensors/Fusion/FusionSensor.vcxproj @@ -106,19 +106,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib FusionSensor.def @@ -130,19 +130,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib FusionSensor.def @@ -154,19 +154,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib FusionSensor.def @@ -178,19 +178,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib FusionSensor.def diff --git a/sensors/Pedometer/Pedometer.vcxproj b/sensors/Pedometer/Pedometer.vcxproj index 3ada5e9d..da71f9bd 100644 --- a/sensors/Pedometer/Pedometer.vcxproj +++ b/sensors/Pedometer/Pedometer.vcxproj @@ -105,20 +105,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Pedometer.def @@ -130,20 +130,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Pedometer.def @@ -155,20 +155,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Pedometer.def @@ -180,20 +180,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib Pedometer.def diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj index 0871cfc0..068b9f3c 100644 --- a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj +++ b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj @@ -105,19 +105,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib sha256 @@ -128,19 +128,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib sha256 @@ -151,19 +151,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib sha256 @@ -174,19 +174,19 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 Sync %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib sha256 diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj index 591fe423..56a6a1ad 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj @@ -105,20 +105,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib SimpleDeviceOrientationSensor.def @@ -130,20 +130,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib SimpleDeviceOrientationSensor.def @@ -155,20 +155,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib SimpleDeviceOrientationSensor.def @@ -180,20 +180,20 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM true Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(DDK_INC_PATH)\sensors\1.1;$(SDK_INC_PATH)\sensors\1.1 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib SimpleDeviceOrientationSensor.def diff --git a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj index f2fec3f2..94895192 100644 --- a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj +++ b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj @@ -104,7 +104,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -126,7 +126,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -148,7 +148,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -170,7 +170,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 diff --git a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj index 3b1e4751..090bc69f 100644 --- a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj +++ b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj @@ -104,7 +104,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -126,7 +126,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -148,7 +148,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 @@ -170,7 +170,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib + %(AdditionalDependencies);mincore.lib sha256 diff --git a/storage/miniports/storahci/src/inbox/storahci.vcxproj b/storage/miniports/storahci/src/inbox/storahci.vcxproj index fbe46739..8d3ec54d 100644 --- a/storage/miniports/storahci/src/inbox/storahci.vcxproj +++ b/storage/miniports/storahci/src/inbox/storahci.vcxproj @@ -99,7 +99,7 @@ %(AdditionalIncludeDirectories);..\..\inc - %(AdditionalIncludeDirectories);..\..\inc + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) true Level4 @@ -120,7 +120,7 @@ %(AdditionalIncludeDirectories);..\..\inc - %(AdditionalIncludeDirectories);..\..\inc + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) true Level4 @@ -141,7 +141,7 @@ %(AdditionalIncludeDirectories);..\..\inc - %(AdditionalIncludeDirectories);..\..\inc + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) true Level4 @@ -162,7 +162,7 @@ %(AdditionalIncludeDirectories);..\..\inc - %(AdditionalIncludeDirectories);..\..\inc + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) true Level4 diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj index ac9dc9b7..c3c2fe1f 100644 --- a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj +++ b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj @@ -128,7 +128,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib sha256 @@ -152,7 +152,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib sha256 @@ -176,7 +176,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib sha256 @@ -200,7 +200,7 @@ %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - %(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\WppRecorderUM.lib + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib sha256 -- cgit v1.3.1 From 680f276a600ba62925776e02b57b72513e1e9908 Mon Sep 17 00:00:00 2001 From: Elaine Houha <38798233+houha2@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:20:28 -0800 Subject: Part 2: WfpSampler now compiles on both EWDKs (#1108) * compiles on both EWDKs needed for all 5 Samples * fixes the debug build which broke during merge conflict resolution * Update exclusions.csv --------- Co-authored-by: Elaine Houha Co-authored-by: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> --- exclusions.csv | 1 - network/trans/WFPSampler/exe/WFPSampler.vcxproj | 4 +- .../trans/WFPSampler/lib/HelperFunctions_Log.cpp | 13 ---- .../WFPSampler/svc/Scenarios_AppContainers.cpp | 2 +- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 33 ++++++---- ...etionFunctions_BasicStreamInjectionCallouts.cpp | 4 -- ...letionFunctions_FastStreamInjectionCallouts.cpp | 2 - .../syslib/HelperFunctions_ClassifyData.cpp | 2 +- .../syslib/HelperFunctions_ClassifyData.h | 2 +- .../HelperFunctions_DeferredProcedureCalls.cpp | 12 ++-- .../HelperFunctions_DeferredProcedureCalls.h | 12 ++-- .../syslib/HelperFunctions_FwpObjects.cpp | 72 +++++++++++----------- .../WFPSampler/syslib/HelperFunctions_FwpObjects.h | 72 +++++++++++----------- .../syslib/HelperFunctions_InjectionData.cpp | 2 +- .../syslib/HelperFunctions_InjectionData.h | 2 +- .../syslib/HelperFunctions_WorkItems.cpp | 12 ++-- .../WFPSampler/syslib/HelperFunctions_WorkItems.h | 12 ++-- 17 files changed, 124 insertions(+), 135 deletions(-) (limited to 'network') diff --git a/exclusions.csv b/exclusions.csv index cc725a5a..f45f7a1e 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -2,7 +2,6 @@ Path,Configurations,MinBuild,MaxBuild,Reason audio\acx\samples\audiocodec\driver,*,,22621,Only NI: error C1083: Cannot open include file: 'acx.h': No such file or directory general\dchu\osrfx2_dchu_extension_loose,*|x64,,22621,Only NI: Only x64: Fails to build general\dchu\osrfx2_dchu_extension_tight,*|x64,,22621,Only NI: Only x64: Fails to build -network\trans\wfpsampler,*,26031,,Only GE: API Validator failures prm,*,,22621,Only NI: Not supported on NI. tree,*,,,Missing headers video\indirectdisplay,*|arm64,,,Only arm64: Warning C4530: C++ exception handler used but unwind semantics are not enabled diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index c1f469c6..75ea912a 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -149,7 +149,7 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;onecoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib @@ -170,7 +170,7 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;onecoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib diff --git a/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp b/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp index 79a183c1..a0670d60 100644 --- a/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp +++ b/network/trans/WFPSampler/lib/HelperFunctions_Log.cpp @@ -84,9 +84,6 @@ VOID HlprLogError(_In_ PCWSTR pMessage, argumentList); if(status != NO_ERROR) { - wprintf(L"HlprLogError : StringCchVPrintf() [status: %#x]", - status); - HLPR_BAIL; } @@ -95,9 +92,6 @@ VOID HlprLogError(_In_ PCWSTR pMessage, &size); if(status != NO_ERROR) { - wprintf(L"HlprLogError : StringCchLength() [status: %#x]", - status); - HLPR_BAIL; } @@ -115,14 +109,9 @@ VOID HlprLogError(_In_ PCWSTR pMessage, pLogMessage); if(status != NO_ERROR) { - wprintf(L"HlprLogError : StringCchPrintf() [status: %#x]", - status); - HLPR_BAIL; } - wprintf(pActualMessage); - HLPR_BAIL_LABEL: va_end(argumentList); @@ -201,8 +190,6 @@ VOID HlprLogInfo(_In_ PCWSTR pMessage, HLPR_BAIL; } - wprintf(pActualMessage); - HLPR_BAIL_LABEL: va_end(argumentList); diff --git a/network/trans/WFPSampler/svc/Scenarios_AppContainers.cpp b/network/trans/WFPSampler/svc/Scenarios_AppContainers.cpp index e9ed9f4c..3a698bc0 100644 --- a/network/trans/WFPSampler/svc/Scenarios_AppContainers.cpp +++ b/network/trans/WFPSampler/svc/Scenarios_AppContainers.cpp @@ -585,7 +585,7 @@ UINT32 PrvScenarioAppContainerRegister() { UINT32 status = NO_ERROR; - status = NetworkIsolationRegisterForAppContainerChanges(0, + status = NetworkIsolationRegisterForAppContainerChanges(INET_FIREWALL_AC_NONE, PrvScenarioAppContainerActOnChange, 0, ®istrationHandle); diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index ec614826..0b7f6a0c 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,34 +29,38 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application + Spectre Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application + Spectre Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application + Spectre Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application + Spectre @@ -94,6 +98,7 @@ Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreaded %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -105,9 +110,8 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - msvcrt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) - false + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -117,6 +121,7 @@ Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreadedDebug %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -127,10 +132,10 @@ %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)WFPSampler.lib - msvcrt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + %(AdditionalOptions) /integritycheck /VERBOSE:LIB + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib false + libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -140,6 +145,7 @@ Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreaded %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -151,7 +157,8 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -161,6 +168,7 @@ Level4 %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreadedDebug %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -172,7 +180,8 @@ %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;OneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;msvcrt.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp b/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp index 7145b5ed..7b074c5c 100644 --- a/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp +++ b/network/trans/WFPSampler/sys/CompletionFunctions_BasicStreamInjectionCallouts.cpp @@ -138,10 +138,6 @@ VOID NTAPI CompleteBasicStreamInjection(_In_ VOID* pContext, NT_ASSERT(pContext); NT_ASSERT(pNetBufferList); - NT_ASSERT(NT_SUCCESS(pNetBufferList->Status) || - pNetBufferList->Status == STATUS_CONNECTION_ABORTED || - pNetBufferList->Status == STATUS_CONNECTION_RESET || - pNetBufferList->Status == STATUS_INVALID_DEVICE_STATE); if(pNetBufferList->Status != STATUS_SUCCESS) DbgPrintEx(DPFLTR_IHVNETWORK_ID, diff --git a/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp b/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp index 8dec0b9a..9437f586 100644 --- a/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp +++ b/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp @@ -60,8 +60,6 @@ VOID NTAPI CompleteFastStreamInjection(_In_ VOID* pContext, UNREFERENCED_PARAMETER(pContext); UNREFERENCED_PARAMETER(dispatchLevel); - NT_ASSERT(NT_SUCCESS(pNetBufferList->Status)); - FwpsFreeCloneNetBufferList(pNetBufferList, 0); diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp index 78db3cdb..8ee9072c 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.cpp @@ -67,7 +67,7 @@ INT64 g_OutstandingNBLReferences = 0; _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData) +VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h index 65ead66b..64f0090c 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_ClassifyData.h @@ -44,7 +44,7 @@ typedef struct CLASSIFY_DATA_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ - VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData); +VOID KrnlHlprClassifyDataReleaseLocalCopy(_Inout_ CLASSIFY_DATA* pClassifyData); _At_(*ppClassifyData, _Pre_ _Notnull_) _At_(*ppClassifyData, _Post_ _Null_ __drv_freesMem(Pool)) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp index 96fb3190..ad486000 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.cpp @@ -70,7 +70,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPurge(_Inout_ DPC_DATA* pDPCData) +VOID KrnlHlprDPCDataPurge(_Inout_ DPC_DATA* pDPCData) { #if DBG @@ -155,7 +155,7 @@ VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_opt_ INJECTION_DATA* pInjectionData, /* 0 */ _In_opt_ VOID* pContext) /* 0 */ @@ -198,7 +198,7 @@ inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_ PEND_DATA* pPendData, _In_opt_ VOID* pContext) /* 0 */ @@ -243,7 +243,7 @@ inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_ REDIRECT_DATA* pRedirectData, _In_opt_ VOID* pContext) /* 0 */ @@ -287,7 +287,7 @@ inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ NOTIFY_DATA* pNotifyData, _In_opt_ VOID* pContext) /* 0 */ { @@ -328,7 +328,7 @@ inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ PEND_DATA* pPendData, _In_opt_ VOID* pContext) /* 0 */ { diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h index 5770d1ea..0d334e09 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_DeferredProcedureCalls.h @@ -44,7 +44,7 @@ typedef struct DPC_DATA_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPurge(_Inout_ DPC_DATA* pDPCData); +VOID KrnlHlprDPCDataPurge(_Inout_ DPC_DATA* pDPCData); _At_(*ppDPCData, _Pre_ _Notnull_) _At_(*ppDPCData, _Post_ _Null_ __drv_freesMem(Pool)) @@ -57,34 +57,34 @@ VOID KrnlHlprDPCDataDestroy(_Inout_ DPC_DATA** ppDPCData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_opt_ INJECTION_DATA* pInjectionData = 0, _In_opt_ VOID* pContext = 0); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_ PEND_DATA* pPendData, _In_opt_ VOID* pContext = 0); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ CLASSIFY_DATA* pClassifyData, _In_ REDIRECT_DATA* pRedirectData, _In_opt_ VOID** pContext = 0); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ NOTIFY_DATA* pNotifyData, _In_opt_ VOID* pContext = 0); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, +VOID KrnlHlprDPCDataPopulate(_Inout_ DPC_DATA* pDPCData, _In_ PEND_DATA* pPendData, _In_opt_ VOID* pContext = 0); diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp index f792472a..77324785 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.cpp @@ -132,7 +132,7 @@ HANDLE g_pRedirectionHandles[2] = {0}; _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpByteBlobPurgeLocalCopy(_Inout_ FWP_BYTE_BLOB* pBlob) +VOID KrnlHlprFwpByteBlobPurgeLocalCopy(_Inout_ FWP_BYTE_BLOB* pBlob) { #if DBG @@ -173,7 +173,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppBlob == 0) -inline VOID KrnlHlprFwpByteBlobDestroyLocalCopy(_Inout_ FWP_BYTE_BLOB** ppBlob) +VOID KrnlHlprFwpByteBlobDestroyLocalCopy(_Inout_ FWP_BYTE_BLOB** ppBlob) { #if DBG @@ -352,7 +352,7 @@ FWP_BYTE_BLOB* KrnlHlprFwpByteBlobCreateLocalCopy(_In_ const FWP_BYTE_BLOB* pOri _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmDisplayDataPurgeLocalCopy(_Inout_ FWPM_DISPLAY_DATA* pData) +VOID KrnlHlprFwpmDisplayDataPurgeLocalCopy(_Inout_ FWPM_DISPLAY_DATA* pData) { #if DBG @@ -396,7 +396,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppDisplayData == 0) -inline VOID KrnlHlprFwpmDisplayDataDestroyLocalCopy(_Inout_ FWPM_DISPLAY_DATA** ppDisplayData) +VOID KrnlHlprFwpmDisplayDataDestroyLocalCopy(_Inout_ FWPM_DISPLAY_DATA** ppDisplayData) { #if DBG @@ -630,7 +630,7 @@ FWPM_DISPLAY_DATA* KrnlHlprFwpmDisplayDataCreateLocalCopy(_In_ const FWPM_DISPLA _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmClassifyOptionPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION* pOption) +VOID KrnlHlprFwpmClassifyOptionPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION* pOption) { #if DBG @@ -672,7 +672,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOption == 0) -inline VOID KrnlHlprFwpmClassifyOptionDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION** ppOption) +VOID KrnlHlprFwpmClassifyOptionDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION** ppOption) { #if DBG @@ -845,7 +845,7 @@ FWPM_CLASSIFY_OPTION* KrnlHlprFwpmClassifyOptionCreateLocalCopy(_In_ const FWPM_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmClassifyOptionsPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS* pOptions) +VOID KrnlHlprFwpmClassifyOptionsPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS* pOptions) { #if DBG @@ -890,7 +890,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOptions == 0) -inline VOID KrnlHlprFwpmClassifyOptionsDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS** ppOptions) +VOID KrnlHlprFwpmClassifyOptionsDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS** ppOptions) { #if DBG @@ -1075,7 +1075,7 @@ FWPM_CLASSIFY_OPTIONS* KrnlHlprFwpmClassifyOptionsCreateLocalCopy(_In_ const FWP _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprIPsecDoSPOptionsPurgeLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS* pOptions) +VOID KrnlHlprIPsecDoSPOptionsPurgeLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS* pOptions) { #if DBG @@ -1119,7 +1119,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOptions == 0) -inline VOID KrnlHlprIPsecDoSPOptionsDestroyLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS** ppOptions) +VOID KrnlHlprIPsecDoSPOptionsDestroyLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS** ppOptions) { #if DBG @@ -1311,7 +1311,7 @@ IPSEC_DOSP_OPTIONS* KrnlHlprIPsecDoSPOptionsCreateLocalCopy(_In_ const IPSEC_DOS _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpTokenInformationPurgeLocalCopy(_Inout_ FWP_TOKEN_INFORMATION* pTokenInfo) +VOID KrnlHlprFwpTokenInformationPurgeLocalCopy(_Inout_ FWP_TOKEN_INFORMATION* pTokenInfo) { #if DBG @@ -1371,7 +1371,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppTokenInfo == 0) -inline VOID KrnlHlprFwpTokenInformationDestroyLocalCopy(_Inout_ FWP_TOKEN_INFORMATION** ppTokenInfo) +VOID KrnlHlprFwpTokenInformationDestroyLocalCopy(_Inout_ FWP_TOKEN_INFORMATION** ppTokenInfo) { #if DBG @@ -4389,7 +4389,7 @@ FWP_VALUE* KrnlHlprFwpValueGetFromFwpsIncomingValues(_In_ const FWPS_INCOMING_VA _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpValuePurgeLocalCopy(_Inout_ FWP_VALUE* pValue) +VOID KrnlHlprFwpValuePurgeLocalCopy(_Inout_ FWP_VALUE* pValue) { #if DBG @@ -4516,7 +4516,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValue == 0) -inline VOID KrnlHlprFwpValueDestroyLocalCopy(_Inout_ FWP_VALUE** ppValue) +VOID KrnlHlprFwpValueDestroyLocalCopy(_Inout_ FWP_VALUE** ppValue) { #if DBG @@ -4849,7 +4849,7 @@ FWP_VALUE* KrnlHlprFwpValueCreateLocalCopy(_In_ const FWP_VALUE* pOriginalValue) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpV4AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK* pAddrMask) +VOID KrnlHlprFwpV4AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK* pAddrMask) { #if DBG @@ -4890,7 +4890,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppAddrMask == 0) -inline VOID KrnlHlprFwpV4AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK** ppAddrMask) +VOID KrnlHlprFwpV4AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK** ppAddrMask) { #if DBG @@ -5050,7 +5050,7 @@ FWP_V4_ADDR_AND_MASK* KrnlHlprFwpV4AddrAndMaskCreateLocalCopy(_In_ const FWP_V4_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpV6AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK* pAddrMask) +VOID KrnlHlprFwpV6AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK* pAddrMask) { #if DBG @@ -5091,7 +5091,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppAddrMask == 0) -inline VOID KrnlHlprFwpV6AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK** ppAddrMask) +VOID KrnlHlprFwpV6AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK** ppAddrMask) { #if DBG @@ -5254,7 +5254,7 @@ FWP_V6_ADDR_AND_MASK* KrnlHlprFwpV6AddrAndMaskCreateLocalCopy(_In_ const FWP_V6_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpRangePurgeLocalCopy(_Inout_ FWP_RANGE* pRange) +VOID KrnlHlprFwpRangePurgeLocalCopy(_Inout_ FWP_RANGE* pRange) { #if DBG @@ -5296,7 +5296,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppRange == 0) -inline VOID KrnlHlprFwpRangeDestroyLocalCopy(_Inout_ FWP_RANGE** ppRange) +VOID KrnlHlprFwpRangeDestroyLocalCopy(_Inout_ FWP_RANGE** ppRange) { #if DBG @@ -5471,7 +5471,7 @@ FWP_RANGE* KrnlHlprFwpRangeCreateLocalCopy(_In_ const FWP_RANGE* pOriginalRange) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpConditionValuePurgeLocalCopy(_Inout_ FWP_CONDITION_VALUE* pValue) +VOID KrnlHlprFwpConditionValuePurgeLocalCopy(_Inout_ FWP_CONDITION_VALUE* pValue) { #if DBG @@ -5624,7 +5624,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValue == 0) -inline VOID KrnlHlprFwpConditionValueDestroyLocalCopy(_Inout_ FWP_CONDITION_VALUE** ppValue) +VOID KrnlHlprFwpConditionValueDestroyLocalCopy(_Inout_ FWP_CONDITION_VALUE** ppValue) { #if DBG @@ -6040,7 +6040,7 @@ BOOLEAN KrnlHlprFwpsIncomingValueConditionFlagsAreSet(_In_ const FWPS_INCOMING_V _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsIncomingValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_VALUES* pValues) +VOID KrnlHlprFwpsIncomingValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_VALUES* pValues) { #if DBG @@ -6088,7 +6088,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValues == 0) -inline VOID KrnlHlprFwpsIncomingValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_VALUES** ppValues) +VOID KrnlHlprFwpsIncomingValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_VALUES** ppValues) { #if DBG @@ -6269,7 +6269,7 @@ FWPS_INCOMING_VALUES* KrnlHlprFwpsIncomingValuesCreateLocalCopy(_In_ const FWPS_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsIncomingMetadataValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES* pMetadata) +VOID KrnlHlprFwpsIncomingMetadataValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES* pMetadata) { #if DBG @@ -6713,7 +6713,7 @@ FWPS_INCOMING_METADATA_VALUES* KrnlHlprFwpsIncomingMetadataValuesCreateLocalCopy _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsClassifyOutPurgeLocalCopy(_Inout_ FWPS_CLASSIFY_OUT* pOriginalClassifyOut) +VOID KrnlHlprFwpsClassifyOutPurgeLocalCopy(_Inout_ FWPS_CLASSIFY_OUT* pOriginalClassifyOut) { #if DBG @@ -6796,7 +6796,7 @@ VOID KrnlHlprFwpsClassifyOutDestroyLocalCopy(_Inout_ FWPS_CLASSIFY_OUT** ppClass _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsClassifyOutPopulateLocalCopy(_In_ const FWPS_CLASSIFY_OUT* pOriginalClassifyOut, +VOID KrnlHlprFwpsClassifyOutPopulateLocalCopy(_In_ const FWPS_CLASSIFY_OUT* pOriginalClassifyOut, _Inout_ FWPS_CLASSIFY_OUT* pClassifyOut) { #if DBG @@ -6902,7 +6902,7 @@ FWPS_CLASSIFY_OUT* KrnlHlprFwpsClassifyOutCreateLocalCopy(_In_ const FWPS_CLASSI _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsStreamDataPurgeLocalCopy(_Inout_ FWPS_STREAM_DATA* pStreamData) +VOID KrnlHlprFwpsStreamDataPurgeLocalCopy(_Inout_ FWPS_STREAM_DATA* pStreamData) { #if DBG @@ -6956,7 +6956,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppStreamData == 0) -inline VOID KrnlHlprFwpsStreamDataDestroyLocalCopy(_Inout_ FWPS_STREAM_DATA** ppStreamData) +VOID KrnlHlprFwpsStreamDataDestroyLocalCopy(_Inout_ FWPS_STREAM_DATA** ppStreamData) { #if DBG @@ -7126,7 +7126,7 @@ FWPS_STREAM_DATA* KrnlHlprFwpsStreamDataCreateLocalCopy(_In_ const FWPS_STREAM_D _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsStreamCalloutIOPacketPurgeLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET* pIOPacket) +VOID KrnlHlprFwpsStreamCalloutIOPacketPurgeLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET* pIOPacket) { #if DBG @@ -7341,7 +7341,7 @@ FWPS_STREAM_CALLOUT_IO_PACKET* KrnlHlprFwpsStreamCalloutIOPacketCreateLocalCopy( _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmProviderContextPurgeLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT* pContext) +VOID KrnlHlprFwpmProviderContextPurgeLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT* pContext) { #if DBG @@ -7461,7 +7461,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppContext == 0) -inline VOID KrnlHlprFwpmProviderContextDestroyLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT** ppContext) +VOID KrnlHlprFwpmProviderContextDestroyLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT** ppContext) { #if DBG @@ -7721,7 +7721,7 @@ FWPM_PROVIDER_CONTEXT* KrnlHlprFwpmProviderContextCreateLocalCopy(_In_ const FWP _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsFilterConditionPurgeLocalCopy(_Inout_ FWPS_FILTER_CONDITION* pCondition) +VOID KrnlHlprFwpsFilterConditionPurgeLocalCopy(_Inout_ FWPS_FILTER_CONDITION* pCondition) { #if DBG @@ -7766,7 +7766,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppConditions == 0) -inline VOID KrnlHlprFwpsFilterConditionDestroyLocalCopy(_Inout_ FWPS_FILTER_CONDITION** ppConditions, +VOID KrnlHlprFwpsFilterConditionDestroyLocalCopy(_Inout_ FWPS_FILTER_CONDITION** ppConditions, _In_ UINT32 numConditions) /* 1 */ { #if DBG @@ -7949,7 +7949,7 @@ FWPS_FILTER_CONDITION* KrnlHlprFwpsFilterConditionCreateLocalCopy(_In_reads_(num _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsFilterPurgeLocalCopy(_Inout_ FWPS_FILTER* pFilter) +VOID KrnlHlprFwpsFilterPurgeLocalCopy(_Inout_ FWPS_FILTER* pFilter) { #if DBG @@ -7996,7 +7996,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppFilter == 0) -inline VOID KrnlHlprFwpsFilterDestroyLocalCopy(_Inout_ FWPS_FILTER** ppFilter) +VOID KrnlHlprFwpsFilterDestroyLocalCopy(_Inout_ FWPS_FILTER** ppFilter) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h index 19dff1e6..0e6f0eb8 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_FwpObjects.h @@ -75,7 +75,7 @@ extern HANDLE g_pRedirectionHandles[2]; _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpByteBlobPurgeLocalCopy(_Inout_ FWP_BYTE_BLOB* pBlob); +VOID KrnlHlprFwpByteBlobPurgeLocalCopy(_Inout_ FWP_BYTE_BLOB* pBlob); _At_(*ppBlob, _Pre_ _Notnull_) _At_(*ppBlob, _Post_ _Null_ __drv_freesMem(Pool)) @@ -83,7 +83,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppBlob == 0) -inline VOID KrnlHlprFwpByteBlobDestroyLocalCopy(_Inout_ FWP_BYTE_BLOB** ppBlob); +VOID KrnlHlprFwpByteBlobDestroyLocalCopy(_Inout_ FWP_BYTE_BLOB** ppBlob); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -104,7 +104,7 @@ FWP_BYTE_BLOB* KrnlHlprFwpByteBlobCreateLocalCopy(_In_ const FWP_BYTE_BLOB* pOri _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmDisplayDataPurgeLocalCopy(_Inout_ FWPM_DISPLAY_DATA* pData); +VOID KrnlHlprFwpmDisplayDataPurgeLocalCopy(_Inout_ FWPM_DISPLAY_DATA* pData); _At_(*ppDisplayData, _Pre_ _Notnull_) _At_(*ppDisplayData, _Post_ _Null_ __drv_freesMem(Pool)) @@ -112,7 +112,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppDisplayData == 0) -inline VOID KrnlHlprFwpmDisplayDataDestroyLocalCopy(_Inout_ FWPM_DISPLAY_DATA** ppDisplayData); +VOID KrnlHlprFwpmDisplayDataDestroyLocalCopy(_Inout_ FWPM_DISPLAY_DATA** ppDisplayData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -134,7 +134,7 @@ FWPM_DISPLAY_DATA* KrnlHlprFwpmDisplayDataCreateLocalCopy(_In_ const FWPM_DISPLA _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmClassifyOptionPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION* pOption); +VOID KrnlHlprFwpmClassifyOptionPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION* pOption); _At_(*ppOption, _Pre_ _Notnull_) _At_(*ppOption, _Post_ _Null_ __drv_freesMem(Pool)) @@ -142,7 +142,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOption == 0) -inline VOID KrnlHlprFwpmClassifyOptionDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION** ppOption); +VOID KrnlHlprFwpmClassifyOptionDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTION** ppOption); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -163,7 +163,7 @@ FWPM_CLASSIFY_OPTION* KrnlHlprFwpmClassifyOptionCreateLocalCopy(_In_ const FWPM_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmClassifyOptionsPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS* pOptions); +VOID KrnlHlprFwpmClassifyOptionsPurgeLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS* pOptions); _At_(*ppOptions, _Pre_ _Notnull_) _At_(*ppOptions, _Post_ _Null_ __drv_freesMem(Pool)) @@ -171,7 +171,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOptions == 0) -inline VOID KrnlHlprFwpmClassifyOptionsDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS** ppOptions); +VOID KrnlHlprFwpmClassifyOptionsDestroyLocalCopy(_Inout_ FWPM_CLASSIFY_OPTIONS** ppOptions); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -194,7 +194,7 @@ FWPM_CLASSIFY_OPTIONS* KrnlHlprFwpmClassifyOptionsCreateLocalCopy(_In_ const FWP _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprIPsecDoSPOptionsPurgeLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS* pOptions); +VOID KrnlHlprIPsecDoSPOptionsPurgeLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS* pOptions); _At_(*ppOptions, _Pre_ _Notnull_) _At_(*ppOptions, _Post_ _Null_ __drv_freesMem(Pool)) @@ -202,7 +202,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppOptions == 0) -inline VOID KrnlHlprIPsecDoSPOptionsDestroyLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS** ppOptions); +VOID KrnlHlprIPsecDoSPOptionsDestroyLocalCopy(_Inout_ IPSEC_DOSP_OPTIONS** ppOptions); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -225,7 +225,7 @@ IPSEC_DOSP_OPTIONS* KrnlHlprIPsecDoSPOptionsCreateLocalCopy(_In_ const IPSEC_DOS _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpTokenInformationPurgeLocalCopy(_Inout_ FWP_TOKEN_INFORMATION* pTokenInfo); +VOID KrnlHlprFwpTokenInformationPurgeLocalCopy(_Inout_ FWP_TOKEN_INFORMATION* pTokenInfo); _At_(*ppTokenInfo, _Pre_ _Notnull_) _At_(*ppTokenInfo, _Post_ _Null_ __drv_freesMem(Pool)) @@ -233,7 +233,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppTokenInfo == 0) -inline VOID KrnlHlprFwpTokenInformationDestroyLocalCopy(_Inout_ FWP_TOKEN_INFORMATION** ppTokenInfo); +VOID KrnlHlprFwpTokenInformationDestroyLocalCopy(_Inout_ FWP_TOKEN_INFORMATION** ppTokenInfo); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -270,7 +270,7 @@ FWP_VALUE* KrnlHlprFwpValueGetFromFwpsIncomingValues(_In_ const FWPS_INCOMING_VA _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpValuePurgeLocalCopy(_Inout_ FWP_VALUE* pValue); +VOID KrnlHlprFwpValuePurgeLocalCopy(_Inout_ FWP_VALUE* pValue); _At_(*ppValue, _Pre_ _Notnull_) _At_(*ppValue, _Post_ _Null_ __drv_freesMem(Pool)) @@ -278,7 +278,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValue == 0) -inline VOID KrnlHlprFwpValueDestroyLocalCopy(_Inout_ FWP_VALUE** ppValue); +VOID KrnlHlprFwpValueDestroyLocalCopy(_Inout_ FWP_VALUE** ppValue); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -299,7 +299,7 @@ FWP_VALUE* KrnlHlprFwpValueCreateLocalCopy(_In_ const FWP_VALUE* pOriginalValue) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpV4AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK* pAddrMask); +VOID KrnlHlprFwpV4AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK* pAddrMask); _At_(*ppAddrMask, _Pre_ _Notnull_) _At_(*ppAddrMask, _Post_ _Null_ __drv_freesMem(Pool)) @@ -307,7 +307,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppAddrMask == 0) -inline VOID KrnlHlprFwpV4AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK** ppAddrMask); +VOID KrnlHlprFwpV4AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V4_ADDR_AND_MASK** ppAddrMask); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -328,7 +328,7 @@ FWP_V4_ADDR_AND_MASK* KrnlHlprFwpV4AddrAndMaskCreateLocalCopy(_In_ const FWP_V4_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpV6AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK* pAddrMask); +VOID KrnlHlprFwpV6AddrAndMaskPurgeLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK* pAddrMask); _At_(*ppAddrMask, _Pre_ _Notnull_) _At_(*ppAddrMask, _Post_ _Null_ __drv_freesMem(Pool)) @@ -336,7 +336,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppAddrMask == 0) -inline VOID KrnlHlprFwpV6AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK** ppAddrMask); +VOID KrnlHlprFwpV6AddrAndMaskDestroyLocalCopy(_Inout_ FWP_V6_ADDR_AND_MASK** ppAddrMask); __drv_allocatesMem(Pool) _IRQL_requires_min_(PASSIVE_LEVEL) @@ -359,7 +359,7 @@ FWP_V6_ADDR_AND_MASK* KrnlHlprFwpV6AddrAndMaskCreateLocalCopy(_In_ const FWP_V6_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpRangePurgeLocalCopy(_Inout_ FWP_RANGE* pRange); +VOID KrnlHlprFwpRangePurgeLocalCopy(_Inout_ FWP_RANGE* pRange); _At_(*ppRange, _Pre_ _Notnull_) _At_(*ppRange, _Post_ _Null_ __drv_freesMem(Pool)) @@ -367,7 +367,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppRange == 0) -inline VOID KrnlHlprFwpRangeDestroyLocalCopy(_Inout_ FWP_RANGE** ppRange); +VOID KrnlHlprFwpRangeDestroyLocalCopy(_Inout_ FWP_RANGE** ppRange); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -388,7 +388,7 @@ FWP_RANGE* KrnlHlprFwpRangeCreateLocalCopy(_In_ const FWP_RANGE* pOriginalRange) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpConditionValuePurgeLocalCopy(_Inout_ FWP_CONDITION_VALUE* pValue); +VOID KrnlHlprFwpConditionValuePurgeLocalCopy(_Inout_ FWP_CONDITION_VALUE* pValue); _At_(*ppValue, _Pre_ _Notnull_) _At_(*ppValue, _Post_ _Null_ __drv_freesMem(Pool)) @@ -396,7 +396,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValue == 0) -inline VOID KrnlHlprFwpConditionValueDestroyLocalCopy(_Inout_ FWP_CONDITION_VALUE** ppValue); +VOID KrnlHlprFwpConditionValueDestroyLocalCopy(_Inout_ FWP_CONDITION_VALUE** ppValue); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -424,7 +424,7 @@ BOOLEAN KrnlHlprFwpsIncomingValueConditionFlagsAreSet(_In_ const FWPS_INCOMING_V _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsIncomingValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_VALUES* pOriginalValues); +VOID KrnlHlprFwpsIncomingValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_VALUES* pOriginalValues); _At_(*ppValues, _Pre_ _Notnull_) _At_(*ppValues, _Post_ _Null_ __drv_freesMem(Pool)) @@ -432,7 +432,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppValues == 0) -inline VOID KrnlHlprFwpsIncomingValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_VALUES** ppValues); +VOID KrnlHlprFwpsIncomingValuesDestroyLocalCopy(_Inout_ FWPS_INCOMING_VALUES** ppValues); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -453,7 +453,7 @@ FWPS_INCOMING_VALUES* KrnlHlprFwpsIncomingValuesCreateLocalCopy(_In_ const FWPS_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsIncomingMetadataValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES* pMetadata); +VOID KrnlHlprFwpsIncomingMetadataValuesPurgeLocalCopy(_Inout_ FWPS_INCOMING_METADATA_VALUES* pMetadata); _At_(*ppMetadata, _Pre_ _Notnull_) _At_(*ppMetadata, _Post_ _Null_ __drv_freesMem(Pool)) @@ -483,7 +483,7 @@ FWPS_INCOMING_METADATA_VALUES* KrnlHlprFwpsIncomingMetadataValuesCreateLocalCopy _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsClassifyOutPurgeLocalCopy(_Inout_ FWPS_CLASSIFY_OUT* pOriginalClassifyOut); +VOID KrnlHlprFwpsClassifyOutPurgeLocalCopy(_Inout_ FWPS_CLASSIFY_OUT* pOriginalClassifyOut); _At_(*ppClassifyOut, _Pre_ _Notnull_) _At_(*ppClassifyOut, _Post_ _Null_ __drv_freesMem(Pool)) @@ -496,7 +496,7 @@ VOID KrnlHlprFwpsClassifyOutDestroyLocalCopy(_Inout_ FWPS_CLASSIFY_OUT** ppClass _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsIncomingValuesPopulateLocalCopy(_In_ const FWPS_CLASSIFY_OUT* pOriginalClassifyOut, +VOID KrnlHlprFwpsIncomingValuesPopulateLocalCopy(_In_ const FWPS_CLASSIFY_OUT* pOriginalClassifyOut, _Inout_ FWPS_CLASSIFY_OUT* pClassifyOut); __drv_allocatesMem(Pool) @@ -511,7 +511,7 @@ FWPS_CLASSIFY_OUT* KrnlHlprFwpsClassifyOutCreateLocalCopy(_In_ const FWPS_CLASSI _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsStreamDataPurgeLocalCopy(_Inout_ FWPS_STREAM_DATA* pStreamData); +VOID KrnlHlprFwpsStreamDataPurgeLocalCopy(_Inout_ FWPS_STREAM_DATA* pStreamData); _At_(*ppStreamData, _Pre_ _Notnull_) _At_(*ppStreamData, _Post_ _Null_ __drv_freesMem(Pool)) @@ -519,7 +519,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppStreamData == 0) -inline VOID KrnlHlprFwpsStreamDataDestroyLocalCopy(_Inout_ FWPS_STREAM_DATA** ppStreamData); +VOID KrnlHlprFwpsStreamDataDestroyLocalCopy(_Inout_ FWPS_STREAM_DATA** ppStreamData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) @@ -540,7 +540,7 @@ FWPS_STREAM_DATA* KrnlHlprFwpsStreamDataCreateLocalCopy(_In_ const FWPS_STREAM_D _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsStreamCalloutIOPacketPurgeLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET* pIOPacket); + VOID KrnlHlprFwpsStreamCalloutIOPacketPurgeLocalCopy(_Inout_ FWPS_STREAM_CALLOUT_IO_PACKET* pIOPacket); _At_(*ppIOPacket, _Pre_ _Notnull_) _At_(*ppIOPacket, _Post_ _Null_ __drv_freesMem(Pool)) @@ -569,7 +569,7 @@ FWPS_STREAM_CALLOUT_IO_PACKET* KrnlHlprFwpsStreamCalloutIOPacketCreateLocalCopy( _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpmProviderContextPurgeLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT* pContext); +VOID KrnlHlprFwpmProviderContextPurgeLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT* pContext); _At_(*ppContext, _Pre_ _Notnull_) _At_(*ppContext, _Post_ _Null_ __drv_freesMem(Pool)) @@ -577,7 +577,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppContext == 0) -inline VOID KrnlHlprFwpmProviderContextDestroyLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT** ppContext); +VOID KrnlHlprFwpmProviderContextDestroyLocalCopy(_Inout_ FWPM_PROVIDER_CONTEXT** ppContext); __drv_allocatesMem(Pool) _IRQL_requires_min_(PASSIVE_LEVEL) @@ -599,7 +599,7 @@ FWPM_PROVIDER_CONTEXT* KrnlHlprFwpmProviderContextCreateLocalCopy(_In_ const FWP _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsFilterConditionPurgeLocalCopy(_Inout_ FWPS_FILTER_CONDITION* pCondition); +VOID KrnlHlprFwpsFilterConditionPurgeLocalCopy(_Inout_ FWPS_FILTER_CONDITION* pCondition); _At_(*ppConditions, _Pre_ _Notnull_) _At_(*ppConditions, _Post_ _Null_ __drv_freesMem(Pool)) @@ -607,7 +607,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppConditions == 0) -inline VOID KrnlHlprFwpsFilterConditionDestroyLocalCopy(_Inout_ FWPS_FILTER_CONDITION** ppConditions, +VOID KrnlHlprFwpsFilterConditionDestroyLocalCopy(_Inout_ FWPS_FILTER_CONDITION** ppConditions, _In_ UINT32 numConditions = 1); _IRQL_requires_min_(PASSIVE_LEVEL) @@ -630,7 +630,7 @@ FWPS_FILTER_CONDITION* KrnlHlprFwpsFilterConditionCreateLocalCopy(_In_reads_(num _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprFwpsFilterPurgeLocalCopy(_Inout_ FWPS_FILTER* pFilter); +VOID KrnlHlprFwpsFilterPurgeLocalCopy(_Inout_ FWPS_FILTER* pFilter); _At_(*ppFilter, _Pre_ _Notnull_) _At_(*ppFilter, _Post_ _Null_ __drv_freesMem(Pool)) @@ -638,7 +638,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppFilter == 0) -inline VOID KrnlHlprFwpsFilterDestroyLocalCopy(_Inout_ FWPS_FILTER** ppFilter); +VOID KrnlHlprFwpsFilterDestroyLocalCopy(_Inout_ FWPS_FILTER** ppFilter); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp index a9014ed0..64de129d 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.cpp @@ -71,7 +71,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprInjectionDataPurge(_Inout_ INJECTION_DATA* pInjectionData) +VOID KrnlHlprInjectionDataPurge(_Inout_ INJECTION_DATA* pInjectionData) { #if DBG diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h index 1e8619c7..9967c1e7 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_InjectionData.h @@ -49,7 +49,7 @@ typedef struct INJECTION_HANDLE_DATA_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprInjectionDataPurge(_Inout_ INJECTION_DATA* pInjectionData); +VOID KrnlHlprInjectionDataPurge(_Inout_ INJECTION_DATA* pInjectionData); _At_(*ppInjectionData, _Pre_ _Notnull_) _At_(*ppInjectionData, _Post_ _Null_ __drv_freesMem(Pool)) diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp index dd8b050e..3a5f7696 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.cpp @@ -68,7 +68,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPurge(_Inout_ WORKITEM_DATA* pWorkItemData) +VOID KrnlHlprWorkItemDataPurge(_Inout_ WORKITEM_DATA* pWorkItemData) { #if DBG @@ -156,7 +156,7 @@ VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData) _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, +VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_opt_ INJECTION_DATA* pInjectionData, /* 0 */ _In_opt_ PIO_WORKITEM pIOWorkItem, /* 0 */ @@ -202,7 +202,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, +VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_ PEND_DATA* pPendData, _In_opt_ PIO_WORKITEM pIOWorkItem, /* 0 */ @@ -249,7 +249,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, +VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_ REDIRECT_DATA* pRedirectData, _In_opt_ PIO_WORKITEM pIOWorkItem, /* 0 */ @@ -296,7 +296,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, +VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ NOTIFY_DATA* pNotifyData, _In_opt_ PIO_WORKITEM pIOWorkItem, /* 0 */ _In_opt_ VOID* pContext) /* 0 */ @@ -340,7 +340,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, +VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ PEND_DATA* pPendData, _In_opt_ PIO_WORKITEM pIOWorkItem, /* 0 */ _In_opt_ VOID* pContext) /* 0 */ diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h index 5a715b68..4d78844f 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h +++ b/network/trans/WFPSampler/syslib/HelperFunctions_WorkItems.h @@ -44,7 +44,7 @@ typedef struct WORKITEM_DATA_ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPurge(_Inout_ WORKITEM_DATA* pWorkItemData); + VOID KrnlHlprWorkItemDataPurge(_Inout_ WORKITEM_DATA* pWorkItemData); _At_(*ppWorkItemData, _Pre_ _Notnull_) _At_(*ppWorkItemData, _Post_ _Null_ __drv_freesMem(Pool)) @@ -57,7 +57,7 @@ VOID KrnlHlprWorkItemDataDestroy(_Inout_ WORKITEM_DATA** ppWorkItemData); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, + VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_opt_ INJECTION_DATA* pInjectionData = 0, _In_opt_ PIO_WORKITEM pIOWorkItem = 0, @@ -65,7 +65,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, + VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_ PEND_DATA* pPendData, _In_opt_ PIO_WORKITEM pIOWorkItem = 0, @@ -73,7 +73,7 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, + VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ CLASSIFY_DATA* pClassifyData, _In_ REDIRECT_DATA* pRedirectData, _In_opt_ PIO_WORKITEM pIOWorkItem = 0, @@ -81,14 +81,14 @@ inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, + VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ NOTIFY_DATA* pNotifyData, _In_opt_ PIO_WORKITEM pIOWorkItem = 0, _In_opt_ VOID* pContext = 0); _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ -inline VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, + VOID KrnlHlprWorkItemDataPopulate(_Inout_ WORKITEM_DATA* pWorkItemData, _In_ PEND_DATA* pPendData, _In_opt_ PIO_WORKITEM pIOWorkItem = 0, _In_opt_ VOID* pContext = 0); -- cgit v1.3.1 From ae395fa7d01465fa82eb37a8d19084366aa7599b Mon Sep 17 00:00:00 2001 From: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:30:19 -0800 Subject: WDK NuGet: Add support for network/trans/WFPSampler and wmi/wmisamp (#1109) * Remove wmicheck for mof as it is not valid for kmdf projects * Fixed path to uuid.lib --------- Co-authored-by: Prashant Chahar --- network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 8 ++++---- wmi/wmisamp/WmiSamp.vcxproj | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index 6df169be..d3678f47 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -133,7 +133,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -152,7 +152,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib @@ -171,7 +171,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -190,7 +190,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;$(SDK_LIB_PATH)\UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib diff --git a/wmi/wmisamp/WmiSamp.vcxproj b/wmi/wmisamp/WmiSamp.vcxproj index d4b3ff34..be36d0c6 100644 --- a/wmi/wmisamp/WmiSamp.vcxproj +++ b/wmi/wmisamp/WmiSamp.vcxproj @@ -77,7 +77,6 @@ - true .\$(IntDir)\wmisamp.bmf -- cgit v1.3.1 From cff1465ff184c6e89d43083f8430040e72d69283 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Mon, 19 Feb 2024 14:26:14 -0800 Subject: Add ARM64 as target platform on multiple samples (#1104) * Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) --- avstream/avscamera/Package/package.VcxProj | 30 ++++- avstream/avscamera/avscamera.sln | 16 ++- avstream/avscamera/sys/AvsCamera.vcxproj | 102 ++++++++++++++- avstream/avssamp/avssamp.sln | 8 +- avstream/avssamp/avssamp.vcxproj | 90 ++++++++++++- avstream/sampledevicemft/SampleDeviceMft.sln | 8 +- avstream/sampledevicemft/multipinmft.vcxproj | 74 ++++++++++- avstream/samplemft0/Package/package.vcxproj | 20 ++- avstream/samplemft0/SampleMft0.sln | 12 +- avstream/samplemft0/SampleMft0.vcxproj | 26 +++- bluetooth/bthecho/bthcli/app/BthEcho.vcxproj | 82 +++++++++++- .../bthecho/bthcli/sys/BthEchoSampleCli.vcxproj | 88 ++++++++++++- bluetooth/bthecho/bthecho.sln | 24 +++- bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj | 82 +++++++++++- .../bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj | 88 ++++++++++++- bluetooth/bthecho/common/lib/bthecho.vcxproj | 90 ++++++++++++- bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj | 88 ++++++++++++- bluetooth/serialhcibus/serialhcibus.sln | 8 +- filesys/cdfs/cdfs.sln | 8 +- filesys/cdfs/cdfs.vcxproj | 70 ++++++++++- filesys/fastfat/fastfat.sln | 8 +- filesys/fastfat/fastfat.vcxproj | 70 ++++++++++- .../miniFilter/MetadataManager/MetadataManager.sln | 8 +- filesys/miniFilter/MetadataManager/fmm.vcxproj | 82 +++++++++++- filesys/miniFilter/NameChanger/NameChanger.sln | 8 +- filesys/miniFilter/NameChanger/NameChanger.vcxproj | 88 ++++++++++++- filesys/miniFilter/avscan/avscan.sln | 12 +- filesys/miniFilter/avscan/filter/avscan.vcxproj | 82 +++++++++++- filesys/miniFilter/avscan/user/avscan.vcxproj | 82 +++++++++++- filesys/miniFilter/cancelSafe/cancelSafe.sln | 8 +- filesys/miniFilter/cancelSafe/cancelSafe.vcxproj | 84 ++++++++++++- filesys/miniFilter/cdo/cdo.sln | 8 +- filesys/miniFilter/cdo/cdo.vcxproj | 68 +++++++++- filesys/miniFilter/change/change.sln | 8 +- filesys/miniFilter/change/change.vcxproj | 82 +++++++++++- filesys/miniFilter/ctx/ctx.sln | 8 +- filesys/miniFilter/ctx/ctx.vcxproj | 82 +++++++++++- filesys/miniFilter/delete/delete.sln | 8 +- filesys/miniFilter/delete/delete.vcxproj | 82 +++++++++++- filesys/miniFilter/minispy/filter/minispy.vcxproj | 90 ++++++++++++- filesys/miniFilter/minispy/minispy.sln | 12 +- filesys/miniFilter/minispy/user/minispy.vcxproj | 82 +++++++++++- filesys/miniFilter/nullFilter/nullFilter.sln | 8 +- filesys/miniFilter/nullFilter/nullFilter.vcxproj | 68 +++++++++- filesys/miniFilter/passThrough/passThrough.sln | 8 +- filesys/miniFilter/passThrough/passThrough.vcxproj | 68 +++++++++- filesys/miniFilter/scanner/filter/scanner.vcxproj | 88 ++++++++++++- filesys/miniFilter/scanner/scanner.sln | 12 +- filesys/miniFilter/scanner/user/scanuser.vcxproj | 82 +++++++++++- filesys/miniFilter/simrep/simrep.sln | 8 +- filesys/miniFilter/simrep/simrep.vcxproj | 82 +++++++++++- filesys/miniFilter/swapBuffers/swapBuffers.sln | 8 +- filesys/miniFilter/swapBuffers/swapBuffers.vcxproj | 82 +++++++++++- general/PLX9x5x/PLX9x5x.sln | 12 +- general/PLX9x5x/sys/Pci9x5x.vcxproj | 68 +++++++++- general/PLX9x5x/test/plx.vcxproj | 84 ++++++++++++- general/SystemDma/wdm/SystemDma.sln | 12 +- general/SystemDma/wdm/exe/SystemDmaApp.vcxproj | 78 +++++++++++- general/SystemDma/wdm/sys/SDma.vcxproj | 62 ++++++++- general/cancel/cancel.sln | 16 ++- general/cancel/exe/canclapp.vcxproj | 70 ++++++++++- general/cancel/startio/cancel.vcxproj | 68 +++++++++- general/cancel/sys/cancel.vcxproj | 68 +++++++++- general/echo/kmdf/driver/AutoSync/echo.vcxproj | 70 ++++++++++- general/echo/kmdf/driver/DriverSync/echo_2.vcxproj | 78 +++++++++++- general/echo/kmdf/exe/echoapp.vcxproj | 84 ++++++++++++- general/echo/kmdf/kmdfecho.sln | 16 ++- general/echo/umdf2/driver/AutoSync/echo.vcxproj | 80 +++++++++++- general/echo/umdf2/exe/echoapp.vcxproj | 84 ++++++++++++- general/echo/umdf2/umdf2echo.sln | 12 +- general/event/eventsample.sln | 12 +- general/event/exe/event.vcxproj | 70 ++++++++++- general/event/wdm/event.vcxproj | 74 ++++++++++- general/ioctl/kmdf/exe/nonpnpapp.vcxproj | 90 ++++++++++++- general/ioctl/kmdf/ioctl.sln | 12 +- general/ioctl/kmdf/sys/nonpnp.vcxproj | 84 ++++++++++++- general/ioctl/wdm/exe/ioctlapp.vcxproj | 78 +++++++++++- general/ioctl/wdm/ioctl.sln | 12 +- general/ioctl/wdm/sys/sioctl.vcxproj | 62 ++++++++- .../obcallback/control/ObCallbackTestCtrl.vcxproj | 96 +++++++++++++- general/obcallback/driver/ObCallbackTest.vcxproj | 86 ++++++++++++- general/obcallback/obcallback.sln | 12 +- general/pcidrv/kmdf/HW/PCIDRV.vcxproj | 106 +++++++++++++++- general/pcidrv/pcidrv.sln | 12 +- general/pcidrv/test/myping.vcxproj | 90 ++++++++++++- general/perfcounters/kcs/kcs.sln | 8 +- general/perfcounters/kcs/kcs.vcxproj | 90 ++++++++++++- general/registry/regfltr/exe/regctrl.vcxproj | 86 ++++++++++++- general/registry/regfltr/regfltr.sln | 12 +- general/registry/regfltr/sys/regfltr.vcxproj | 96 +++++++++++++- general/toaster/toastDrv/Package/package.VcxProj | 20 ++- general/toaster/toastDrv/exe/enum/Enum.vcxproj | 84 ++++++++++++- general/toaster/toastDrv/exe/notify/notify.vcxproj | 78 +++++++++++- general/toaster/toastDrv/exe/toast/toast.vcxproj | 78 +++++++++++- general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj | 80 +++++++++++- .../toastDrv/kmdf/bus/dynamic/dynambus.vcxproj | 78 +++++++++++- .../toastDrv/kmdf/bus/static/StatBus.vcxproj | 78 +++++++++++- .../toastDrv/kmdf/filter/generic/filter.vcxproj | 82 +++++++++++- .../toastDrv/kmdf/filter/sideband/filter.vcxproj | 88 ++++++++++++- .../kmdf/func/featured/wdffeatured.vcxproj | 84 ++++++++++++- .../toastDrv/kmdf/func/simple/wdfsimple.vcxproj | 72 ++++++++++- .../toastDrv/kmdf/toastmon/wdftoastmon.vcxproj | 78 +++++++++++- general/toaster/toastDrv/toaster.sln | 52 +++++++- general/toaster/toastpkg/toastapp/toastapp.vcxproj | 84 ++++++++++++- general/toaster/toastpkg/toastco/tostrco2.vcxproj | 102 ++++++++++++++- general/toaster/toastpkg/toastpkg.sln | 16 ++- general/toaster/toastpkg/toastva/toastva.vcxproj | 84 ++++++++++++- general/toaster/umdf2/Package/package.VcxProj | 20 ++- general/toaster/umdf2/exe/enum/Enum.vcxproj | 84 ++++++++++++- general/toaster/umdf2/exe/notify/notify.vcxproj | 78 +++++++++++- general/toaster/umdf2/exe/toast/toast.vcxproj | 78 +++++++++++- .../toaster/umdf2/filter/generic/filterum.vcxproj | 82 +++++++++++- .../umdf2/func/featured/wdffeaturedum.vcxproj | 78 +++++++++++- .../toaster/umdf2/func/simple/wdfsimpleum.vcxproj | 78 +++++++++++- general/toaster/umdf2/umdf2toaster.sln | 32 ++++- .../SystemTraceControl/SystemTraceControl.sln | 8 +- .../SystemTraceControl/SystemTraceControl.vcxproj | 55 +++++++- general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj | 84 ++++++++++++- general/tracing/evntdrv/eventdrv.sln | 12 +- general/tracing/evntdrv/evntctrl/evntctrl.vcxproj | 62 ++++++++- .../tracing/tracedriver/tracectl/tracectl.vcxproj | 62 ++++++++- general/tracing/tracedriver/tracedrv.sln | 12 +- .../tracing/tracedriver/tracedrv/tracedrv.vcxproj | 68 +++++++++- gpio/samples/sim.sln | 20 ++- gpio/samples/simdevice/kmdf/simdevice.vcxproj | 86 ++++++++++++- gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj | 86 ++++++++++++- gpio/samples/simgpio/simgpio.vcxproj | 68 +++++++++- gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj | 82 +++++++++++- hid/firefly/app/flicker.vcxproj | 82 +++++++++++- hid/firefly/driver/firefly.vcxproj | 78 +++++++++++- hid/firefly/firefly.sln | 20 ++- hid/firefly/lib/Luminous.vcxproj | 82 +++++++++++- hid/firefly/sauron/SAURON.vcxproj | 128 ++++++++++++++++++- hid/hclient/hclient.sln | 8 +- hid/hclient/hclient.vcxproj | 82 +++++++++++- hid/hidusbfx2/Package/package.VcxProj | 20 ++- hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj | 64 +++++++++- hid/hidusbfx2/hidusbfx2.sln | 16 ++- hid/hidusbfx2/sys/hidusbfx2.vcxproj | 96 +++++++++++++- hid/vhidmini2/app/testvhid.vcxproj | 84 ++++++++++++- hid/vhidmini2/driver/kmdf/vhidmini.vcxproj | 78 +++++++++++- hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj | 92 +++++++++++++- hid/vhidmini2/vhidmini2.sln | 16 ++- input/kbfiltr/exe/kbftest.vcxproj | 64 +++++++++- input/kbfiltr/kbfiltr.sln | 12 +- input/kbfiltr/sys/kbfiltr.vcxproj | 68 +++++++++- input/layout/all_kbds/kbdfr/kbdfr.vcxproj | 96 +++++++++++++- input/layout/all_kbds/kbdgr/kbdgr.vcxproj | 96 +++++++++++++- input/layout/fe_kbds/jpn/101/kbd101.vcxproj | 129 ++++++++++++++++++- input/layout/fe_kbds/jpn/106/kbd106.vcxproj | 129 ++++++++++++++++++- input/layout/kbd.sln | 24 +++- input/layout/kbdus/kbdus.vcxproj | 96 +++++++++++++- input/moufiltr/moufiltr.sln | 8 +- input/moufiltr/moufiltr.vcxproj | 62 ++++++++- network/config/bindview/bindview.sln | 8 +- network/config/bindview/bindview.vcxproj | 90 ++++++++++++- network/modem/fakemodem/fakemodem.sln | 8 +- network/modem/fakemodem/fakemodem.vcxproj | 72 ++++++++++- network/ndis/extension/base/sxbase.vcxproj | 88 ++++++++++++- network/ndis/extension/extensions.sln | 16 ++- .../extension/samples/forward/msforwardext.vcxproj | 97 +++++++++++++- .../samples/passthrough/mspassthroughext.vcxproj | 97 +++++++++++++- network/ndis/filter/filter.sln | 8 +- network/ndis/filter/ndislwf.vcxproj | 123 +++++++++++++++++- network/ndis/ndisprot/6x/ndisprot60.sln | 16 ++- network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj | 105 +++++++++++++++- .../ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj | 105 +++++++++++++++- network/ndis/ndisprot/6x/test/prottest.vcxproj | 108 +++++++++++++++- network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj | 87 ++++++++++++- network/ndis/ndisprot_kmdf/Package/package.VcxProj | 30 ++++- network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln | 16 ++- .../ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj | 136 +++++++++++++++++++- network/ndis/netvmini/6x/60/netvmini60.vcxproj | 97 +++++++++++++- network/ndis/netvmini/6x/620/netvmini620.vcxproj | 97 +++++++++++++- network/ndis/netvmini/6x/630/netvmini630.vcxproj | 97 +++++++++++++- network/ndis/netvmini/6x/680/netvmini680.vcxproj | 97 +++++++++++++- network/ndis/netvmini/6x/netvmini.sln | 16 ++- .../RadioManagerSample/RadioManagerSample.sln | 8 +- .../radio/RadioManagerSample/cpp/SampleRM.vcxproj | 134 +++++++++++++++++++- network/trans/ddproxy/ddproxy.sln | 8 +- network/trans/ddproxy/sys/ddproxy.vcxproj | 84 ++++++++++++- network/trans/inspect/inspect.sln | 8 +- network/trans/inspect/sys/inspect.vcxproj | 84 ++++++++++++- network/trans/msnmntr/exe/monitor.vcxproj | 112 ++++++++++++++++- network/trans/msnmntr/msnmntr.sln | 12 +- network/trans/msnmntr/sys/msnmntr.vcxproj | 88 ++++++++++++- network/trans/stmedit/stmedit.sln | 8 +- network/trans/stmedit/sys/stmedit.vcxproj | 93 +++++++++++++- network/wsk/echosrv/echosrv.sln | 8 +- network/wsk/echosrv/echosrv.vcxproj | 82 +++++++++++- nfp/net/exe/NetNfpControl.vcxproj | 112 ++++++++++++++++- nfp/net/netnfp.sln | 8 +- pofx/PEP/acpi/sampleacpipep.vcxproj | 104 ++++++++++++++- pofx/PEP/common/pepcommon.vcxproj | 104 ++++++++++++++- pofx/PEP/pepsamples.sln | 12 +- pofx/UMDF2/App/PowerFxApp.vcxproj | 88 ++++++++++++- .../SingleComponentSingleStateUm.vcxproj | 100 ++++++++++++++- pofx/UMDF2/pofx.sln | 12 +- pofx/WDF/App/PowerFxApp.vcxproj | 82 +++++++++++- .../Driver/MultiComp/driver/WdfMultiComp.vcxproj | 82 +++++++++++- pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj | 82 +++++++++++- .../SingleComp/SingleComponentFStateDriver.vcxproj | 76 ++++++++++- pofx/WDF/pofx.sln | 20 ++- .../MagneticStripeReader/MagneticStripeReader.sln | 8 +- .../SampleMagneticStripeReaderDrv.vcxproj | 98 ++++++++++++++- pos/drivers/barcodescanner/BarcodeScanner.sln | 8 +- .../barcodescanner/SampleBarcodeScannerDrv.vcxproj | 98 ++++++++++++++- prm/PrmFunc/prmfuncsample.vcxproj | 70 ++++++++++- prm/prmsample.sln | 8 +- sd/miniport/sdhc/inbox/sdhc.vcxproj | 68 +++++++++- sd/miniport/sdhc/sdhc.sln | 8 +- security/elam/elam.sln | 8 +- security/elam/elamsample.vcxproj | 62 ++++++++- sensors/ADXL345Acc/ADXL345Acc.sln | 8 +- sensors/ADXL345Acc/ADXL345Acc.vcxproj | 90 ++++++++++++- sensors/Activity/Activity.sln | 8 +- sensors/Activity/Activity.vcxproj | 90 ++++++++++++- sensors/CustomSensors/CustomSensors.sln | 8 +- sensors/CustomSensors/CustomSensors.vcxproj | 90 ++++++++++++- sensors/Fusion/FusionSensor.sln | 8 +- sensors/Fusion/FusionSensor.vcxproj | 88 ++++++++++++- sensors/Pedometer/Pedometer.sln | 8 +- sensors/Pedometer/Pedometer.vcxproj | 90 ++++++++++++- sensors/SensorsComboDriver/SensorsComboDriver.sln | 6 + .../SensorsComboDriver/SensorsComboDriver.vcxproj | 84 ++++++++++++- .../SimpleDeviceOrientationSensor.sln | 8 +- .../SimpleDeviceOrientationSensor.vcxproj | 90 ++++++++++++- .../ComPort/VirtualSerial2um.vcxproj | 84 ++++++++++++- .../VirtualSerial2/FakeModem/fakemodem2um.vcxproj | 84 ++++++++++++- serial/VirtualSerial2/VirtualSerial.sln | 12 +- serial/serenum/SerEnum_sample.vcxproj | 80 +++++++++++- serial/serenum/serenum.sln | 8 +- serial/serial/serial.sln | 8 +- serial/serial/wdfserial.vcxproj | 82 +++++++++++- simbatt/func/simbatt.sln | 8 +- simbatt/func/simbatt.vcxproj | 88 ++++++++++++- smartcrd/pscr/Pscr.vcxproj | 76 ++++++++++- smartcrd/pscr/pscr.inx | Bin 6272 -> 6898 bytes smartcrd/smartcrd.sln | 8 +- spb/SkeletonI2C/SkeletonI2C.sln | 8 +- spb/SkeletonI2C/skeletoni2c.vcxproj | 82 +++++++++++- spb/SpbTestTool/SpbTestTool.sln | 12 +- spb/SpbTestTool/exe/SpbTestTool.vcxproj | 94 +++++++++++++- spb/SpbTestTool/sys/SpbTestTool.vcxproj | 82 +++++++++++- storage/class/classpnp/classpnp.sln | 8 +- storage/class/classpnp/src/classpnp.vcxproj | 140 ++++++++++++++++++++- storage/class/disk/disk.sln | 8 +- storage/class/disk/src/disk.vcxproj | 84 ++++++++++++- storage/iscsi/iscsi.sln | 8 +- storage/iscsi/src/EmptyProject.vcxproj | 58 ++++++++- storage/miniports/lsi_u3/lsi_u3.sln | 8 +- storage/miniports/lsi_u3/src/lsi_u3.inf | Bin 6052 -> 6298 bytes storage/miniports/lsi_u3/src/lsi_u3.vcxproj | 84 ++++++++++++- .../miniports/storahci/src/inbox/storahci.vcxproj | 82 +++++++++++- storage/miniports/storahci/storahci.sln | 8 +- storage/msdsm/msdsm.sln | 6 +- storage/msdsm/src/SampleDSM.vcxproj | 100 ++++++++++++++- storage/tools/spti/spti.sln | 8 +- storage/tools/spti/src/spti.vcxproj | 70 ++++++++++- thermal/simsensor/simsensor.sln | 8 +- thermal/simsensor/simsensor.vcxproj | 82 +++++++++++- thermal/thermalclient/simtc.vcxproj | 82 +++++++++++- thermal/thermalclient/thermalclient.sln | 8 +- usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln | 8 +- .../UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj | 61 ++++++++- usb/kmdf_enumswitches/kmdf_enumswitches.sln | 8 +- .../sys/kmdf_enumswitches.vcxproj | 102 ++++++++++++++- usb/kmdf_fx2/driver/osrusbfx2.vcxproj | 102 ++++++++++++++- usb/kmdf_fx2/exe/osrusbfx2.vcxproj | 88 ++++++++++++- usb/kmdf_fx2/kmdf_fx2.sln | 12 +- usb/ufxclientsample/ufxclientsample.sln | 8 +- usb/ufxclientsample/ufxclientsample.vcxproj | 88 ++++++++++++- usb/umdf2_fx2/driver/osrusbfx2um.vcxproj | 90 ++++++++++++- usb/umdf2_fx2/exe/osrusbfx2.vcxproj | 88 ++++++++++++- usb/umdf2_fx2/umdf2_fx2.sln | 12 +- usb/usbsamp/exe/usbsamp.vcxproj | 82 +++++++++++- usb/usbsamp/sys/driver/usbsamp.vcxproj | 88 ++++++++++++- usb/usbsamp/usbsamp.sln | 12 +- usb/usbview/usbview.sln | 8 +- usb/usbview/usbview.vcxproj | 74 ++++++++++- usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj | 88 ++++++++++++- usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj | 76 ++++++++++- usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj | 76 ++++++++++- usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj | 76 ++++++++++- usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj | 76 ++++++++++- usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj | 82 +++++++++++- usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln | 28 ++++- video/KMDOD/KMDOD.sln | 8 +- video/KMDOD/Sample/SampleDisplay.vcxproj | 88 ++++++++++++- video/archive/pixlib/PixLib.vcxproj | 62 ++++++++- video/archive/pixlib/pixlib.sln | 8 +- wia/ProdScan/ProdScan.vcxproj | 96 +++++++++++++- wia/microdrv/testmcro.vcxproj | 86 ++++++++++++- wia/wia.sln | 32 ++++- wia/wiadriverex/errhandler/errhandler.vcxproj | 94 +++++++++++++- wia/wiadriverex/imgfilter/imgfilter.vcxproj | 94 +++++++++++++- wia/wiadriverex/segfilter/segfilter.vcxproj | 92 +++++++++++++- wia/wiadriverex/uiext2/uiext2.vcxproj | 92 +++++++++++++- wia/wiadriverex/usd/wiadriverex.vcxproj | 94 +++++++++++++- wmi/wmiacpi/acpimof.vcxproj | 80 +++++++++++- wmi/wmiacpi/wmiacpi.sln | 8 +- wmi/wmisamp/WmiSamp.vcxproj | 58 ++++++++- wmi/wmisamp/wmisamp.sln | 8 +- 303 files changed, 16897 insertions(+), 484 deletions(-) (limited to 'network') diff --git a/avstream/avscamera/Package/package.VcxProj b/avstream/avscamera/Package/package.VcxProj index a570a1fb..af5d792b 100644 --- a/avstream/avscamera/Package/package.VcxProj +++ b/avstream/avscamera/Package/package.VcxProj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -51,10 +59,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -94,12 +110,22 @@ sha256 + + + sha256 + + sha256 + + + sha256 + + - \ No newline at end of file + diff --git a/avstream/avscamera/avscamera.sln b/avstream/avscamera/avscamera.sln index b358cd90..f4a8e54f 100644 --- a/avstream/avscamera/avscamera.sln +++ b/avstream/avscamera/avscamera.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.7.34009.444 @@ -20,12 +20,26 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DMFT", "DMFT", "{08C63CB6-7 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|ARM64.Build.0 = Debug|ARM64 + {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|ARM64.Build.0 = Debug|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|ARM64.Build.0 = Debug|ARM64 + {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|ARM64.ActiveCfg = Release|ARM64 + {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|ARM64.Build.0 = Release|ARM64 + {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|ARM64.ActiveCfg = Release|ARM64 + {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|ARM64.Build.0 = Release|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.ActiveCfg = Release|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.Build.0 = Release|ARM64 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|Win32.ActiveCfg = Debug|Win32 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|Win32.Build.0 = Debug|Win32 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/avstream/avscamera/sys/AvsCamera.vcxproj b/avstream/avscamera/sys/AvsCamera.vcxproj index 74cada21..f0569772 100644 --- a/avstream/avscamera/sys/AvsCamera.vcxproj +++ b/avstream/avscamera/sys/AvsCamera.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -80,9 +110,15 @@ AvsCamera + + AvsCamera + AvsCamera + + AvsCamera + AvsCamera @@ -103,6 +139,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib @@ -117,6 +167,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib @@ -148,9 +212,15 @@ NTDDI_WIN10_RS3 + + NTDDI_WIN10_RS3 + NTDDI_WIN10_RS3 + + NTDDI_WIN10_RS3 + NTDDI_WIN10_RS3 @@ -171,6 +241,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalOptions) -merge:PAGECONST=PAGE + + + sha256 + + true @@ -185,6 +269,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalOptions) -merge:PAGECONST=PAGE + + + sha256 + + true @@ -256,4 +354,4 @@ - \ No newline at end of file + diff --git a/avstream/avssamp/avssamp.sln b/avstream/avssamp/avssamp.sln index 6b6d6b07..6aed60ec 100644 --- a/avstream/avssamp/avssamp.sln +++ b/avstream/avssamp/avssamp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avssamp", "avssamp.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|ARM64.Build.0 = Debug|ARM64 + {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|ARM64.ActiveCfg = Release|ARM64 + {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|ARM64.Build.0 = Release|ARM64 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|Win32.ActiveCfg = Debug|Win32 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|Win32.Build.0 = Debug|Win32 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/avstream/avssamp/avssamp.vcxproj b/avstream/avssamp/avssamp.vcxproj index dfe36af7..ff040086 100644 --- a/avstream/avssamp/avssamp.vcxproj +++ b/avstream/avssamp/avssamp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ avssamp + + avssamp + avssamp + + avssamp + avssamp @@ -112,6 +148,31 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib + %(AdditionalOptions) -merge:PAGECONST=PAGE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib @@ -137,6 +198,31 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib + %(AdditionalOptions) -merge:PAGECONST=PAGE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib @@ -211,4 +297,4 @@ - \ No newline at end of file + diff --git a/avstream/sampledevicemft/SampleDeviceMft.sln b/avstream/sampledevicemft/SampleDeviceMft.sln index a6a00c4d..8e8e176f 100644 --- a/avstream/sampledevicemft/SampleDeviceMft.sln +++ b/avstream/sampledevicemft/SampleDeviceMft.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "multipinmft", "multipinmft. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|ARM64.Build.0 = Debug|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.ActiveCfg = Release|ARM64 + {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.Build.0 = Release|ARM64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.ActiveCfg = Debug|Win32 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.Build.0 = Debug|Win32 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/avstream/sampledevicemft/multipinmft.vcxproj b/avstream/sampledevicemft/multipinmft.vcxproj index 152ff207..ae9d8f0a 100644 --- a/avstream/sampledevicemft/multipinmft.vcxproj +++ b/avstream/sampledevicemft/multipinmft.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -163,11 +193,21 @@ Sync + + + Sync + + Sync + + + Sync + + Sync @@ -193,6 +233,21 @@ Source.def + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + onecore.lib;D2d1.lib;mfcore.lib;mfplat.lib;mfuuid.lib;uuid.lib + Source.def + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD @@ -208,6 +263,21 @@ Source.def + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD + + + onecore.lib;D2d1.lib;mfcore.lib;mfplat.lib;mfuuid.lib;uuid.lib + Source.def + + %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD @@ -266,4 +336,4 @@ - \ No newline at end of file + diff --git a/avstream/samplemft0/Package/package.vcxproj b/avstream/samplemft0/Package/package.vcxproj index c898c343..511e7b92 100644 --- a/avstream/samplemft0/Package/package.vcxproj +++ b/avstream/samplemft0/Package/package.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -44,10 +52,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -88,4 +104,4 @@ - \ No newline at end of file + diff --git a/avstream/samplemft0/SampleMft0.sln b/avstream/samplemft0/SampleMft0.sln index 8084fbc7..f184aa8e 100644 --- a/avstream/samplemft0/SampleMft0.sln +++ b/avstream/samplemft0/SampleMft0.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 11 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{D5FD28DE-8407-4B27-8785-9839775E254A}" @@ -9,12 +9,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleMft0", "SampleMft0.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|ARM64.Build.0 = Debug|ARM64 + {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|ARM64.Build.0 = Debug|ARM64 + {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|ARM64.ActiveCfg = Release|ARM64 + {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|ARM64.Build.0 = Release|ARM64 + {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|ARM64.ActiveCfg = Release|ARM64 + {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|ARM64.Build.0 = Release|ARM64 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|Win32.ActiveCfg = Debug|Win32 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|Win32.Build.0 = Debug|Win32 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/avstream/samplemft0/SampleMft0.vcxproj b/avstream/samplemft0/SampleMft0.vcxproj index c7a28b8e..febfd9d9 100644 --- a/avstream/samplemft0/SampleMft0.vcxproj +++ b/avstream/samplemft0/SampleMft0.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -47,10 +55,18 @@ Windows10 True + + Windows10 + True + Windows10 False + + Windows10 + False + $(IntDir) @@ -58,9 +74,15 @@ + + + + + + @@ -143,4 +165,4 @@ - \ No newline at end of file + diff --git a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj index 2d15392b..53b430c9 100644 --- a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj +++ b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ BthEcho + + BthEcho + BthEcho + + BthEcho + BthEcho @@ -108,6 +144,27 @@ %(AdditionalDependencies);cfgmgr32.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + %(AdditionalDependencies);cfgmgr32.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);cfgmgr32.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) + + + %(AdditionalDependencies);cfgmgr32.lib + + true @@ -187,4 +265,4 @@ - \ No newline at end of file + diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj index 389e659e..fbaa61f3 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -86,9 +116,15 @@ BthEchoSampleCli + + BthEchoSampleCli + BthEchoSampleCli + + BthEchoSampleCli + BthEchoSampleCli @@ -119,6 +155,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + + sha256 + + true @@ -143,6 +203,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + + sha256 + + true @@ -204,4 +288,4 @@ - \ No newline at end of file + diff --git a/bluetooth/bthecho/bthecho.sln b/bluetooth/bthecho/bthecho.sln index e3072265..77f6094d 100644 --- a/bluetooth/bthecho/bthecho.sln +++ b/bluetooth/bthecho/bthecho.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -37,12 +37,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BthEchoSampleSrv", "bthsrv\ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|ARM64.Build.0 = Debug|ARM64 + {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|ARM64.Build.0 = Debug|ARM64 + {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|ARM64.Build.0 = Debug|ARM64 + {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|ARM64.Build.0 = Debug|ARM64 + {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|ARM64.Build.0 = Debug|ARM64 + {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|ARM64.ActiveCfg = Release|ARM64 + {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|ARM64.Build.0 = Release|ARM64 + {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|ARM64.ActiveCfg = Release|ARM64 + {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|ARM64.Build.0 = Release|ARM64 + {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|ARM64.ActiveCfg = Release|ARM64 + {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|ARM64.Build.0 = Release|ARM64 + {45C01E94-3016-4496-8D66-5E84000096B0}.Release|ARM64.ActiveCfg = Release|ARM64 + {45C01E94-3016-4496-8D66-5E84000096B0}.Release|ARM64.Build.0 = Release|ARM64 + {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.ActiveCfg = Release|ARM64 + {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.Build.0 = Release|ARM64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.ActiveCfg = Debug|Win32 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.Build.0 = Debug|Win32 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj index 035024e8..7b3e83dc 100644 --- a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj +++ b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ bthsrvinst + + bthsrvinst + bthsrvinst + + bthsrvinst + bthsrvinst @@ -108,6 +144,27 @@ %(AdditionalDependencies);BluetoothApis.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + %(AdditionalDependencies);BluetoothApis.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);BluetoothApis.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\..\common\inc + + + %(AdditionalDependencies);BluetoothApis.lib + + true @@ -187,4 +265,4 @@ - \ No newline at end of file + diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj index 6c186f8e..9906195e 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -86,9 +116,15 @@ BthEchoSampleSrv + + BthEchoSampleSrv + BthEchoSampleSrv + + BthEchoSampleSrv + BthEchoSampleSrv @@ -119,6 +155,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + + sha256 + + true @@ -143,6 +203,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\..\common\inc + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + + sha256 + + true @@ -204,4 +288,4 @@ - \ No newline at end of file + diff --git a/bluetooth/bthecho/common/lib/bthecho.vcxproj b/bluetooth/bthecho/common/lib/bthecho.vcxproj index 329d8f30..04bf9762 100644 --- a/bluetooth/bthecho/common/lib/bthecho.vcxproj +++ b/bluetooth/bthecho/common/lib/bthecho.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -88,9 +118,15 @@ bthecho + + bthecho + bthecho + + bthecho + bthecho @@ -122,6 +158,31 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + true + Level4 + %(DisableSpecificWarnings);4201 + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc @@ -147,6 +208,31 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + true + Level4 + %(DisableSpecificWarnings);4201 + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc @@ -210,4 +296,4 @@ - \ No newline at end of file + diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj index 5302d735..2ad9582a 100644 --- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj +++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -90,9 +120,15 @@ SerialBusWdk + + SerialBusWdk + SerialBusWdk + + SerialBusWdk + SerialBusWdk @@ -123,6 +159,30 @@ sha256 + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\;. @@ -147,6 +207,30 @@ sha256 + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\;. + %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\;. @@ -211,4 +295,4 @@ - \ No newline at end of file + diff --git a/bluetooth/serialhcibus/serialhcibus.sln b/bluetooth/serialhcibus/serialhcibus.sln index 7740f864..b1d616df 100644 --- a/bluetooth/serialhcibus/serialhcibus.sln +++ b/bluetooth/serialhcibus/serialhcibus.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SerialBusWdk", "WDK\SerialB EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|ARM64.Build.0 = Debug|ARM64 + {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.ActiveCfg = Release|ARM64 + {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.Build.0 = Release|ARM64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.ActiveCfg = Debug|Win32 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.Build.0 = Debug|Win32 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/cdfs/cdfs.sln b/filesys/cdfs/cdfs.sln index 518cfdfa..b73573cc 100644 --- a/filesys/cdfs/cdfs.sln +++ b/filesys/cdfs/cdfs.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdfs", "cdfs.vcxproj", "{5B EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|ARM64.Build.0 = Debug|ARM64 + {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|ARM64.ActiveCfg = Release|ARM64 + {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|ARM64.Build.0 = Release|ARM64 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|Win32.ActiveCfg = Debug|Win32 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|Win32.Build.0 = Debug|Win32 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/cdfs/cdfs.vcxproj b/filesys/cdfs/cdfs.vcxproj index 9a32ad6c..e0f61f04 100644 --- a/filesys/cdfs/cdfs.vcxproj +++ b/filesys/cdfs/cdfs.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ cdfs + + cdfs + cdfs + + cdfs + cdfs @@ -94,12 +130,24 @@ Level4 + + + true + Level4 + + true Level4 + + + true + Level4 + + true @@ -121,6 +169,15 @@ sha256 + + + + + + + sha256 + + @@ -130,6 +187,15 @@ sha256 + + + + + + + sha256 + + @@ -338,4 +404,4 @@ - \ No newline at end of file + diff --git a/filesys/fastfat/fastfat.sln b/filesys/fastfat/fastfat.sln index 6a5189c8..e4070620 100644 --- a/filesys/fastfat/fastfat.sln +++ b/filesys/fastfat/fastfat.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fastfat", "fastfat.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|ARM64.Build.0 = Debug|ARM64 + {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|ARM64.ActiveCfg = Release|ARM64 + {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|ARM64.Build.0 = Release|ARM64 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|Win32.ActiveCfg = Debug|Win32 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|Win32.Build.0 = Debug|Win32 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/fastfat/fastfat.vcxproj b/filesys/fastfat/fastfat.vcxproj index 8ad4848e..bb01bdfb 100644 --- a/filesys/fastfat/fastfat.vcxproj +++ b/filesys/fastfat/fastfat.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ fastfat + + fastfat + fastfat + + fastfat + fastfat @@ -94,12 +130,24 @@ Level4 + + + true + Level4 + + true Level4 + + + true + Level4 + + true @@ -121,6 +169,15 @@ sha256 + + + + + + + sha256 + + @@ -130,6 +187,15 @@ sha256 + + + + + + + sha256 + + @@ -368,4 +434,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/MetadataManager/MetadataManager.sln b/filesys/miniFilter/MetadataManager/MetadataManager.sln index 9d47fdd5..d35f3c77 100644 --- a/filesys/miniFilter/MetadataManager/MetadataManager.sln +++ b/filesys/miniFilter/MetadataManager/MetadataManager.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fmm", "fmm.vcxproj", "{D3B7 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|ARM64.Build.0 = Debug|ARM64 + {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|ARM64.ActiveCfg = Release|ARM64 + {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|ARM64.Build.0 = Release|ARM64 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|Win32.ActiveCfg = Debug|Win32 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|Win32.Build.0 = Debug|Win32 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/MetadataManager/fmm.vcxproj b/filesys/miniFilter/MetadataManager/fmm.vcxproj index c4814d15..9b9263d4 100644 --- a/filesys/miniFilter/MetadataManager/fmm.vcxproj +++ b/filesys/miniFilter/MetadataManager/fmm.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ fmm + + fmm + fmm + + fmm + fmm @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -191,4 +269,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/NameChanger/NameChanger.sln b/filesys/miniFilter/NameChanger/NameChanger.sln index 95037d38..82219d29 100644 --- a/filesys/miniFilter/NameChanger/NameChanger.sln +++ b/filesys/miniFilter/NameChanger/NameChanger.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NameChanger", "NameChanger. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|ARM64.Build.0 = Debug|ARM64 + {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|ARM64.ActiveCfg = Release|ARM64 + {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|ARM64.Build.0 = Release|ARM64 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|Win32.ActiveCfg = Debug|Win32 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|Win32.Build.0 = Debug|Win32 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/NameChanger/NameChanger.vcxproj b/filesys/miniFilter/NameChanger/NameChanger.vcxproj index 3cfbacdc..56e54638 100644 --- a/filesys/miniFilter/NameChanger/NameChanger.vcxproj +++ b/filesys/miniFilter/NameChanger/NameChanger.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ NameChanger + + NameChanger + NameChanger + + NameChanger + NameChanger @@ -111,6 +147,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -135,6 +195,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalIncludeDirectories);. + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -213,4 +297,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/avscan/avscan.sln b/filesys/miniFilter/avscan/avscan.sln index f529b3b1..9d19f201 100644 --- a/filesys/miniFilter/avscan/avscan.sln +++ b/filesys/miniFilter/avscan/avscan.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avscan", "user\avscan.vcxpr EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|ARM64.Build.0 = Debug|ARM64 + {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|ARM64.Build.0 = Debug|ARM64 + {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|ARM64.ActiveCfg = Release|ARM64 + {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|ARM64.Build.0 = Release|ARM64 + {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|ARM64.ActiveCfg = Release|ARM64 + {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|ARM64.Build.0 = Release|ARM64 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|Win32.ActiveCfg = Debug|Win32 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|Win32.Build.0 = Debug|Win32 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/avscan/filter/avscan.vcxproj b/filesys/miniFilter/avscan/filter/avscan.vcxproj index fa6122b5..e070a8d5 100644 --- a/filesys/miniFilter/avscan/filter/avscan.vcxproj +++ b/filesys/miniFilter/avscan/filter/avscan.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ avscan + + avscan + avscan + + avscan + avscan @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -197,4 +275,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/avscan/user/avscan.vcxproj b/filesys/miniFilter/avscan/user/avscan.vcxproj index 1137228a..f46f9adb 100644 --- a/filesys/miniFilter/avscan/user/avscan.vcxproj +++ b/filesys/miniFilter/avscan/user/avscan.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ avscan + + avscan + avscan + + avscan + avscan @@ -108,6 +144,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -190,4 +268,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/cancelSafe/cancelSafe.sln b/filesys/miniFilter/cancelSafe/cancelSafe.sln index 60312e15..e3fe92f6 100644 --- a/filesys/miniFilter/cancelSafe/cancelSafe.sln +++ b/filesys/miniFilter/cancelSafe/cancelSafe.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cancelSafe", "cancelSafe.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|ARM64.Build.0 = Debug|ARM64 + {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|ARM64.ActiveCfg = Release|ARM64 + {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|ARM64.Build.0 = Release|ARM64 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|Win32.ActiveCfg = Debug|Win32 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|Win32.Build.0 = Debug|Win32 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj b/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj index a141620d..88fbb8a1 100644 --- a/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj +++ b/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ cancelSafe + + cancelSafe + cancelSafe + + cancelSafe + cancelSafe @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalOptions) /map + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + true + Level4 + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + sha256 + + %(AdditionalOptions) /map @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalOptions) /map + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + true + Level4 + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + sha256 + + %(AdditionalOptions) /map @@ -192,4 +272,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/cdo/cdo.sln b/filesys/miniFilter/cdo/cdo.sln index eb72bed8..fa854de7 100644 --- a/filesys/miniFilter/cdo/cdo.sln +++ b/filesys/miniFilter/cdo/cdo.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdo", "cdo.vcxproj", "{4326 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|ARM64.Build.0 = Debug|ARM64 + {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|ARM64.ActiveCfg = Release|ARM64 + {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|ARM64.Build.0 = Release|ARM64 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|Win32.ActiveCfg = Debug|Win32 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|Win32.Build.0 = Debug|Win32 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/cdo/cdo.vcxproj b/filesys/miniFilter/cdo/cdo.vcxproj index ca1d7d9a..86a1f945 100644 --- a/filesys/miniFilter/cdo/cdo.vcxproj +++ b/filesys/miniFilter/cdo/cdo.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ cdo + + cdo + cdo + + cdo + cdo @@ -101,6 +137,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -115,6 +165,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -161,4 +225,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/change/change.sln b/filesys/miniFilter/change/change.sln index 929eafd1..124a6289 100644 --- a/filesys/miniFilter/change/change.sln +++ b/filesys/miniFilter/change/change.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "change", "change.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|ARM64.Build.0 = Debug|ARM64 + {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|ARM64.ActiveCfg = Release|ARM64 + {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|ARM64.Build.0 = Release|ARM64 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|Win32.ActiveCfg = Debug|Win32 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|Win32.Build.0 = Debug|Win32 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/change/change.vcxproj b/filesys/miniFilter/change/change.vcxproj index 58b753f2..49aeae5a 100644 --- a/filesys/miniFilter/change/change.vcxproj +++ b/filesys/miniFilter/change/change.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ change + + change + change + + change + change @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions) + + + + + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions) + + + + + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -189,4 +267,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/ctx/ctx.sln b/filesys/miniFilter/ctx/ctx.sln index cdbdf426..caf22d94 100644 --- a/filesys/miniFilter/ctx/ctx.sln +++ b/filesys/miniFilter/ctx/ctx.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctx", "ctx.vcxproj", "{2335 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|ARM64.Build.0 = Debug|ARM64 + {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|ARM64.ActiveCfg = Release|ARM64 + {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|ARM64.Build.0 = Release|ARM64 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|Win32.ActiveCfg = Debug|Win32 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|Win32.Build.0 = Debug|Win32 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/ctx/ctx.vcxproj b/filesys/miniFilter/ctx/ctx.vcxproj index 300c95c1..93d19801 100644 --- a/filesys/miniFilter/ctx/ctx.vcxproj +++ b/filesys/miniFilter/ctx/ctx.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ctx + + ctx + ctx + + ctx + ctx @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -191,4 +269,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/delete/delete.sln b/filesys/miniFilter/delete/delete.sln index 1e175659..7535c78f 100644 --- a/filesys/miniFilter/delete/delete.sln +++ b/filesys/miniFilter/delete/delete.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "delete", "delete.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|ARM64.Build.0 = Debug|ARM64 + {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|ARM64.ActiveCfg = Release|ARM64 + {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|ARM64.Build.0 = Release|ARM64 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|Win32.ActiveCfg = Debug|Win32 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|Win32.Build.0 = Debug|Win32 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/delete/delete.vcxproj b/filesys/miniFilter/delete/delete.vcxproj index a4cb46b0..3b7f9521 100644 --- a/filesys/miniFilter/delete/delete.vcxproj +++ b/filesys/miniFilter/delete/delete.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ delete + + delete + delete + + delete + delete @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/minispy/filter/minispy.vcxproj b/filesys/miniFilter/minispy/filter/minispy.vcxproj index ce4cb737..5eb1a324 100644 --- a/filesys/miniFilter/minispy/filter/minispy.vcxproj +++ b/filesys/miniFilter/minispy/filter/minispy.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ minispy + + minispy + minispy + + minispy + minispy @@ -112,6 +148,31 @@ sha256 + + + %(AdditionalOptions) /map + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + sha256 + + %(AdditionalOptions) /map @@ -137,6 +198,31 @@ sha256 + + + %(AdditionalOptions) /map + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + sha256 + + %(AdditionalOptions) /map @@ -207,4 +293,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/minispy/minispy.sln b/filesys/miniFilter/minispy/minispy.sln index a5043dce..ee71f36e 100644 --- a/filesys/miniFilter/minispy/minispy.sln +++ b/filesys/miniFilter/minispy/minispy.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minispy", "user\minispy.vcx EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|ARM64.Build.0 = Debug|ARM64 + {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|ARM64.Build.0 = Debug|ARM64 + {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|ARM64.ActiveCfg = Release|ARM64 + {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|ARM64.Build.0 = Release|ARM64 + {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|ARM64.ActiveCfg = Release|ARM64 + {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|ARM64.Build.0 = Release|ARM64 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|Win32.ActiveCfg = Debug|Win32 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|Win32.Build.0 = Debug|Win32 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/minispy/user/minispy.vcxproj b/filesys/miniFilter/minispy/user/minispy.vcxproj index 3e8556f6..2200fb73 100644 --- a/filesys/miniFilter/minispy/user/minispy.vcxproj +++ b/filesys/miniFilter/minispy/user/minispy.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ minispy + + minispy + minispy + + minispy + minispy @@ -108,6 +144,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -189,4 +267,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/nullFilter/nullFilter.sln b/filesys/miniFilter/nullFilter/nullFilter.sln index afdbee02..add3865a 100644 --- a/filesys/miniFilter/nullFilter/nullFilter.sln +++ b/filesys/miniFilter/nullFilter/nullFilter.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nullFilter", "nullFilter.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|ARM64.Build.0 = Debug|ARM64 + {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|ARM64.ActiveCfg = Release|ARM64 + {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|ARM64.Build.0 = Release|ARM64 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|Win32.ActiveCfg = Debug|Win32 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|Win32.Build.0 = Debug|Win32 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/nullFilter/nullFilter.vcxproj b/filesys/miniFilter/nullFilter/nullFilter.vcxproj index 94d9e7d2..6fb3dd66 100644 --- a/filesys/miniFilter/nullFilter/nullFilter.vcxproj +++ b/filesys/miniFilter/nullFilter/nullFilter.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ nullFilter + + nullFilter + nullFilter + + nullFilter + nullFilter @@ -101,6 +137,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -115,6 +165,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -160,4 +224,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/passThrough/passThrough.sln b/filesys/miniFilter/passThrough/passThrough.sln index 18fe204e..f045f19b 100644 --- a/filesys/miniFilter/passThrough/passThrough.sln +++ b/filesys/miniFilter/passThrough/passThrough.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "passThrough", "passThrough. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|ARM64.Build.0 = Debug|ARM64 + {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|ARM64.ActiveCfg = Release|ARM64 + {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|ARM64.Build.0 = Release|ARM64 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|Win32.ActiveCfg = Debug|Win32 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|Win32.Build.0 = Debug|Win32 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/passThrough/passThrough.vcxproj b/filesys/miniFilter/passThrough/passThrough.vcxproj index 8900fd44..bbad9c91 100644 --- a/filesys/miniFilter/passThrough/passThrough.vcxproj +++ b/filesys/miniFilter/passThrough/passThrough.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ passThrough + + passThrough + passThrough + + passThrough + passThrough @@ -101,6 +137,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -115,6 +165,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -160,4 +224,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/scanner/filter/scanner.vcxproj b/filesys/miniFilter/scanner/filter/scanner.vcxproj index 04644758..0957c236 100644 --- a/filesys/miniFilter/scanner/filter/scanner.vcxproj +++ b/filesys/miniFilter/scanner/filter/scanner.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ scanner + + scanner + scanner + + scanner + scanner @@ -111,6 +147,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -135,6 +195,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + sha256 + + true @@ -201,4 +285,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/scanner/scanner.sln b/filesys/miniFilter/scanner/scanner.sln index e03f7317..243da218 100644 --- a/filesys/miniFilter/scanner/scanner.sln +++ b/filesys/miniFilter/scanner/scanner.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scanuser", "user\scanuser.v EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|ARM64.Build.0 = Debug|ARM64 + {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|ARM64.Build.0 = Debug|ARM64 + {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|ARM64.ActiveCfg = Release|ARM64 + {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|ARM64.Build.0 = Release|ARM64 + {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|ARM64.ActiveCfg = Release|ARM64 + {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|ARM64.Build.0 = Release|ARM64 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|Win32.ActiveCfg = Debug|Win32 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|Win32.Build.0 = Debug|Win32 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/scanner/user/scanuser.vcxproj b/filesys/miniFilter/scanner/user/scanuser.vcxproj index c2421120..c4bea64a 100644 --- a/filesys/miniFilter/scanner/user/scanuser.vcxproj +++ b/filesys/miniFilter/scanner/user/scanuser.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ scanuser + + scanuser + scanuser + + scanuser + scanuser @@ -108,6 +144,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);fltLib.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);fltLib.lib + + true @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/simrep/simrep.sln b/filesys/miniFilter/simrep/simrep.sln index eacfb5a7..c712bcec 100644 --- a/filesys/miniFilter/simrep/simrep.sln +++ b/filesys/miniFilter/simrep/simrep.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simrep", "simrep.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|ARM64.Build.0 = Debug|ARM64 + {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.ActiveCfg = Release|ARM64 + {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.Build.0 = Release|ARM64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.ActiveCfg = Debug|Win32 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.Build.0 = Debug|Win32 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/simrep/simrep.vcxproj b/filesys/miniFilter/simrep/simrep.vcxproj index 9ecd7b9b..47ee8c03 100644 --- a/filesys/miniFilter/simrep/simrep.vcxproj +++ b/filesys/miniFilter/simrep/simrep.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ simrep + + simrep + simrep + + simrep + simrep @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + sha256 + + true @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/filesys/miniFilter/swapBuffers/swapBuffers.sln b/filesys/miniFilter/swapBuffers/swapBuffers.sln index 75941f53..682282d4 100644 --- a/filesys/miniFilter/swapBuffers/swapBuffers.sln +++ b/filesys/miniFilter/swapBuffers/swapBuffers.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "swapBuffers", "swapBuffers. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|ARM64.Build.0 = Debug|ARM64 + {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|ARM64.ActiveCfg = Release|ARM64 + {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|ARM64.Build.0 = Release|ARM64 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|Win32.ActiveCfg = Debug|Win32 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|Win32.Build.0 = Debug|Win32 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj b/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj index 6c693422..66ee19ba 100644 --- a/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj +++ b/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ swapBuffers + + swapBuffers + swapBuffers + + swapBuffers + swapBuffers @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 + + + sha256 + + true @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/general/PLX9x5x/PLX9x5x.sln b/general/PLX9x5x/PLX9x5x.sln index 13f43e29..a6df137c 100644 --- a/general/PLX9x5x/PLX9x5x.sln +++ b/general/PLX9x5x/PLX9x5x.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plx", "test\plx.vcxproj", " EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|ARM64.Build.0 = Debug|ARM64 + {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|ARM64.Build.0 = Debug|ARM64 + {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|ARM64.ActiveCfg = Release|ARM64 + {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|ARM64.Build.0 = Release|ARM64 + {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|ARM64.ActiveCfg = Release|ARM64 + {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|ARM64.Build.0 = Release|ARM64 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|Win32.ActiveCfg = Debug|Win32 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|Win32.Build.0 = Debug|Win32 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/PLX9x5x/sys/Pci9x5x.vcxproj b/general/PLX9x5x/sys/Pci9x5x.vcxproj index d319a284..dcaec04e 100644 --- a/general/PLX9x5x/sys/Pci9x5x.vcxproj +++ b/general/PLX9x5x/sys/Pci9x5x.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -147,9 +177,15 @@ Pci9x5x + + Pci9x5x + Pci9x5x + + Pci9x5x + Pci9x5x @@ -164,6 +200,14 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -172,6 +216,14 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -194,12 +246,24 @@ + + + + + + + + + + + + @@ -234,4 +298,4 @@ - \ No newline at end of file + diff --git a/general/PLX9x5x/test/plx.vcxproj b/general/PLX9x5x/test/plx.vcxproj index 5a01f72e..1f0d761e 100644 --- a/general/PLX9x5x/test/plx.vcxproj +++ b/general/PLX9x5x/test/plx.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -82,9 +112,15 @@ plx + + plx + plx + + plx + plx @@ -113,6 +149,28 @@ sha256 + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + + sha256 + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 @@ -135,6 +193,28 @@ sha256 + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + + sha256 + + %(PreprocessorDefinitions);BUILT_IN_DDK=1 @@ -192,4 +272,4 @@ - \ No newline at end of file + diff --git a/general/SystemDma/wdm/SystemDma.sln b/general/SystemDma/wdm/SystemDma.sln index 86e9aa7c..c9544d83 100644 --- a/general/SystemDma/wdm/SystemDma.sln +++ b/general/SystemDma/wdm/SystemDma.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDma", "sys\SDma.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|ARM64.Build.0 = Debug|ARM64 + {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|ARM64.Build.0 = Debug|ARM64 + {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|ARM64.ActiveCfg = Release|ARM64 + {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|ARM64.Build.0 = Release|ARM64 + {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.ActiveCfg = Release|ARM64 + {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.Build.0 = Release|ARM64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.ActiveCfg = Debug|Win32 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.Build.0 = Debug|Win32 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj index eaf152f4..716ea8cd 100644 --- a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj +++ b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ SystemDmaApp + + SystemDmaApp + SystemDmaApp + + SystemDmaApp + SystemDmaApp @@ -100,6 +136,19 @@ %(AdditionalIncludeDirectories);..\sys + + + true + Level4 + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + true @@ -113,6 +162,19 @@ %(AdditionalIncludeDirectories);..\sys + + + true + Level4 + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + true @@ -145,12 +207,24 @@ + + + + + + + + + + + + @@ -180,4 +254,4 @@ - \ No newline at end of file + diff --git a/general/SystemDma/wdm/sys/SDma.vcxproj b/general/SystemDma/wdm/sys/SDma.vcxproj index 57c4d115..8eb632db 100644 --- a/general/SystemDma/wdm/sys/SDma.vcxproj +++ b/general/SystemDma/wdm/sys/SDma.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ SDma + + SDma + SDma + + SDma + SDma @@ -98,6 +134,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -109,6 +156,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -148,4 +206,4 @@ - \ No newline at end of file + diff --git a/general/cancel/cancel.sln b/general/cancel/cancel.sln index d3fec9cb..5ed0e572 100644 --- a/general/cancel/cancel.sln +++ b/general/cancel/cancel.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -17,12 +17,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cancel", "startio\cancel.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|ARM64.Build.0 = Debug|ARM64 + {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|ARM64.Build.0 = Debug|ARM64 + {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|ARM64.Build.0 = Debug|ARM64 + {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|ARM64.ActiveCfg = Release|ARM64 + {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|ARM64.Build.0 = Release|ARM64 + {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|ARM64.ActiveCfg = Release|ARM64 + {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|ARM64.Build.0 = Release|ARM64 + {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|ARM64.ActiveCfg = Release|ARM64 + {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|ARM64.Build.0 = Release|ARM64 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|Win32.ActiveCfg = Debug|Win32 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|Win32.Build.0 = Debug|Win32 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/cancel/exe/canclapp.vcxproj b/general/cancel/exe/canclapp.vcxproj index e1c06591..39dba97a 100644 --- a/general/cancel/exe/canclapp.vcxproj +++ b/general/cancel/exe/canclapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ canclapp + + canclapp + canclapp + + canclapp + canclapp @@ -102,6 +138,21 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + MultiThreaded + MultiThreadedDebug + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys @@ -117,6 +168,21 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + MultiThreaded + MultiThreadedDebug + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys @@ -164,4 +230,4 @@ - \ No newline at end of file + diff --git a/general/cancel/startio/cancel.vcxproj b/general/cancel/startio/cancel.vcxproj index 80f03006..7cbbc428 100644 --- a/general/cancel/startio/cancel.vcxproj +++ b/general/cancel/startio/cancel.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ cancel + + cancel + cancel + + cancel + cancel @@ -102,6 +138,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + true + Level4 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib @@ -117,6 +168,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + true + Level4 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib diff --git a/general/cancel/sys/cancel.vcxproj b/general/cancel/sys/cancel.vcxproj index e10bd582..a87bbc32 100644 --- a/general/cancel/sys/cancel.vcxproj +++ b/general/cancel/sys/cancel.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ cancel + + cancel + cancel + + cancel + cancel @@ -102,6 +138,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + true + Level4 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib @@ -117,6 +168,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + true + Level4 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib diff --git a/general/echo/kmdf/driver/AutoSync/echo.vcxproj b/general/echo/kmdf/driver/AutoSync/echo.vcxproj index 09263c87..579039c7 100644 --- a/general/echo/kmdf/driver/AutoSync/echo.vcxproj +++ b/general/echo/kmdf/driver/AutoSync/echo.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ echo + + echo + echo + + echo + echo @@ -104,6 +140,22 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalIncludeDirectories);..\..\exe + + + + + %(AdditionalIncludeDirectories);..\..\exe + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe @@ -120,6 +172,22 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalIncludeDirectories);..\..\exe + + + + + %(AdditionalIncludeDirectories);..\..\exe + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj b/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj index b5da58a8..8451c201 100644 --- a/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj +++ b/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ echo_2 + + echo_2 + echo_2 + + echo_2 + echo_2 @@ -107,6 +143,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe @@ -126,6 +181,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\exe + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe @@ -182,4 +256,4 @@ - \ No newline at end of file + diff --git a/general/echo/kmdf/exe/echoapp.vcxproj b/general/echo/kmdf/exe/echoapp.vcxproj index bdbd9cc5..bb88d47d 100644 --- a/general/echo/kmdf/exe/echoapp.vcxproj +++ b/general/echo/kmdf/exe/echoapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ echoapp + + echoapp + echoapp + + echoapp + echoapp @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -191,4 +271,4 @@ - \ No newline at end of file + diff --git a/general/echo/kmdf/kmdfecho.sln b/general/echo/kmdf/kmdfecho.sln index fc7a8245..4840ef4a 100644 --- a/general/echo/kmdf/kmdfecho.sln +++ b/general/echo/kmdf/kmdfecho.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -19,12 +19,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "echo_2", "driver\DriverSync EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|ARM64.Build.0 = Debug|ARM64 + {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|ARM64.Build.0 = Debug|ARM64 + {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|ARM64.Build.0 = Debug|ARM64 + {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|ARM64.ActiveCfg = Release|ARM64 + {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|ARM64.Build.0 = Release|ARM64 + {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|ARM64.ActiveCfg = Release|ARM64 + {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|ARM64.Build.0 = Release|ARM64 + {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|ARM64.ActiveCfg = Release|ARM64 + {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|ARM64.Build.0 = Release|ARM64 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|Win32.ActiveCfg = Debug|Win32 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|Win32.Build.0 = Debug|Win32 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/echo/umdf2/driver/AutoSync/echo.vcxproj b/general/echo/umdf2/driver/AutoSync/echo.vcxproj index fcc13593..b57617f6 100644 --- a/general/echo/umdf2/driver/AutoSync/echo.vcxproj +++ b/general/echo/umdf2/driver/AutoSync/echo.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,11 +109,19 @@ echo + + echo + echo + + echo + + + echo @@ -109,6 +147,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalIncludeDirectories);..\..\exe + + + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe @@ -128,6 +185,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalIncludeDirectories);..\..\exe + + + + + %(AdditionalIncludeDirectories);..\..\exe + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\exe @@ -184,4 +260,4 @@ - \ No newline at end of file + diff --git a/general/echo/umdf2/exe/echoapp.vcxproj b/general/echo/umdf2/exe/echoapp.vcxproj index bdbd9cc5..bb88d47d 100644 --- a/general/echo/umdf2/exe/echoapp.vcxproj +++ b/general/echo/umdf2/exe/echoapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ echoapp + + echoapp + echoapp + + echoapp + echoapp @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -191,4 +271,4 @@ - \ No newline at end of file + diff --git a/general/echo/umdf2/umdf2echo.sln b/general/echo/umdf2/umdf2echo.sln index d1d8aea6..24be5df3 100644 --- a/general/echo/umdf2/umdf2echo.sln +++ b/general/echo/umdf2/umdf2echo.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -15,12 +15,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "echo", "driver\AutoSync\ech EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|ARM64.Build.0 = Debug|ARM64 + {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|ARM64.Build.0 = Debug|ARM64 + {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|ARM64.ActiveCfg = Release|ARM64 + {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|ARM64.Build.0 = Release|ARM64 + {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|ARM64.ActiveCfg = Release|ARM64 + {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|ARM64.Build.0 = Release|ARM64 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|Win32.ActiveCfg = Debug|Win32 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|Win32.Build.0 = Debug|Win32 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/event/eventsample.sln b/general/event/eventsample.sln index 3bb164b2..3d1535ce 100644 --- a/general/event/eventsample.sln +++ b/general/event/eventsample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "event", "wdm\event.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|ARM64.Build.0 = Debug|ARM64 + {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|ARM64.Build.0 = Debug|ARM64 + {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|ARM64.ActiveCfg = Release|ARM64 + {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|ARM64.Build.0 = Release|ARM64 + {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|ARM64.ActiveCfg = Release|ARM64 + {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|ARM64.Build.0 = Release|ARM64 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|Win32.ActiveCfg = Debug|Win32 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|Win32.Build.0 = Debug|Win32 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/event/exe/event.vcxproj b/general/event/exe/event.vcxproj index 03a276be..3e578fc9 100644 --- a/general/event/exe/event.vcxproj +++ b/general/event/exe/event.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ event + + event + event + + event + event @@ -102,6 +138,21 @@ %(AdditionalIncludeDirectories);..\wdm + + + true + Level4 + %(AdditionalIncludeDirectories);..\wdm + + + + + %(AdditionalIncludeDirectories);..\wdm + + + %(AdditionalIncludeDirectories);..\wdm + + true @@ -117,6 +168,21 @@ %(AdditionalIncludeDirectories);..\wdm + + + true + Level4 + %(AdditionalIncludeDirectories);..\wdm + + + + + %(AdditionalIncludeDirectories);..\wdm + + + %(AdditionalIncludeDirectories);..\wdm + + true @@ -164,4 +230,4 @@ - \ No newline at end of file + diff --git a/general/event/wdm/event.vcxproj b/general/event/wdm/event.vcxproj index cf701e3c..8f60704d 100644 --- a/general/event/wdm/event.vcxproj +++ b/general/event/wdm/event.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ event + + event + event + + event + event @@ -94,6 +130,13 @@ Level4 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + true + Level4 + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 @@ -101,6 +144,13 @@ Level4 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + true + Level4 + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 @@ -130,6 +180,17 @@ sha256 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 @@ -141,6 +202,17 @@ sha256 + + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + %(PreprocessorDefinitions);POOL_NX_OPTIN=1 diff --git a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj index 0fd29fb5..ef34735c 100644 --- a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj +++ b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -44,6 +60,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -84,9 +114,15 @@ nonpnpapp + + nonpnpapp + nonpnpapp + + nonpnpapp + nonpnpapp @@ -118,6 +154,31 @@ sha256 + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + sha256 + + %(AdditionalDependencies);setupapi.lib;user32.lib @@ -143,6 +204,31 @@ sha256 + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + + + %(AdditionalIncludeDirectories);..\sys + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + sha256 + + %(AdditionalDependencies);setupapi.lib;user32.lib @@ -206,4 +292,4 @@ - \ No newline at end of file + diff --git a/general/ioctl/kmdf/ioctl.sln b/general/ioctl/kmdf/ioctl.sln index 33b0a089..250299bc 100644 --- a/general/ioctl/kmdf/ioctl.sln +++ b/general/ioctl/kmdf/ioctl.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nonpnp", "sys\nonpnp.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|ARM64.Build.0 = Debug|ARM64 + {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|ARM64.Build.0 = Debug|ARM64 + {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|ARM64.ActiveCfg = Release|ARM64 + {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|ARM64.Build.0 = Release|ARM64 + {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.ActiveCfg = Release|ARM64 + {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.Build.0 = Release|ARM64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.ActiveCfg = Debug|Win32 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.Build.0 = Debug|Win32 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/ioctl/kmdf/sys/nonpnp.vcxproj b/general/ioctl/kmdf/sys/nonpnp.vcxproj index 6050a825..07b967f4 100644 --- a/general/ioctl/kmdf/sys/nonpnp.vcxproj +++ b/general/ioctl/kmdf/sys/nonpnp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -92,9 +122,15 @@ nonpnp + + nonpnp + nonpnp + + nonpnp + nonpnp @@ -123,6 +159,28 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -145,6 +203,28 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -205,4 +285,4 @@ - \ No newline at end of file + diff --git a/general/ioctl/wdm/exe/ioctlapp.vcxproj b/general/ioctl/wdm/exe/ioctlapp.vcxproj index 582af4ca..aaeb0a0d 100644 --- a/general/ioctl/wdm/exe/ioctlapp.vcxproj +++ b/general/ioctl/wdm/exe/ioctlapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ioctlapp + + ioctlapp + ioctlapp + + ioctlapp + ioctlapp @@ -100,6 +136,19 @@ %(AdditionalIncludeDirectories);..\ + + + true + Level4 + %(AdditionalIncludeDirectories);..\ + + + %(AdditionalIncludeDirectories);..\ + + + %(AdditionalIncludeDirectories);..\ + + true @@ -113,6 +162,19 @@ %(AdditionalIncludeDirectories);..\ + + + true + Level4 + %(AdditionalIncludeDirectories);..\ + + + %(AdditionalIncludeDirectories);..\ + + + %(AdditionalIncludeDirectories);..\ + + true @@ -145,12 +207,24 @@ + + + + + + + + + + + + @@ -180,4 +254,4 @@ - \ No newline at end of file + diff --git a/general/ioctl/wdm/ioctl.sln b/general/ioctl/wdm/ioctl.sln index e50c578c..7b06e5e2 100644 --- a/general/ioctl/wdm/ioctl.sln +++ b/general/ioctl/wdm/ioctl.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sioctl", "sys\sioctl.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|ARM64.Build.0 = Debug|ARM64 + {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|ARM64.Build.0 = Debug|ARM64 + {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|ARM64.ActiveCfg = Release|ARM64 + {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|ARM64.Build.0 = Release|ARM64 + {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.ActiveCfg = Release|ARM64 + {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.Build.0 = Release|ARM64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.ActiveCfg = Debug|Win32 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.Build.0 = Debug|Win32 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/ioctl/wdm/sys/sioctl.vcxproj b/general/ioctl/wdm/sys/sioctl.vcxproj index 8781185f..afbe6d97 100644 --- a/general/ioctl/wdm/sys/sioctl.vcxproj +++ b/general/ioctl/wdm/sys/sioctl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ sioctl + + sioctl + sioctl + + sioctl + sioctl @@ -98,6 +134,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -109,6 +156,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -148,4 +206,4 @@ - \ No newline at end of file + diff --git a/general/obcallback/control/ObCallbackTestCtrl.vcxproj b/general/obcallback/control/ObCallbackTestCtrl.vcxproj index 80b7eba8..2260cd5b 100644 --- a/general/obcallback/control/ObCallbackTestCtrl.vcxproj +++ b/general/obcallback/control/ObCallbackTestCtrl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -80,11 +110,21 @@ 0x0A00 0x0A000000 + + ObCallbackTestCtrl + 0x0A00 + 0x0A000000 + ObCallbackTestCtrl 0x0A00 0x0A000000 + + ObCallbackTestCtrl + 0x0A00 + 0x0A000000 + ObCallbackTestCtrl 0x0A00 @@ -102,6 +142,13 @@ Level4 + + + Disabled + true + Level4 + + Disabled @@ -109,6 +156,13 @@ Level4 + + + Disabled + true + Level4 + + Disabled @@ -129,12 +183,24 @@ %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib + + + %(AdditionalOptions) /LARGEADDRESSAWARE + %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib + + %(AdditionalOptions) /LARGEADDRESSAWARE %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib + + + %(AdditionalOptions) /LARGEADDRESSAWARE + %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib + + %(AdditionalOptions) /LARGEADDRESSAWARE @@ -160,6 +226,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -173,6 +252,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -232,4 +324,4 @@ - \ No newline at end of file + diff --git a/general/obcallback/driver/ObCallbackTest.vcxproj b/general/obcallback/driver/ObCallbackTest.vcxproj index 28b3f60e..1de92412 100644 --- a/general/obcallback/driver/ObCallbackTest.vcxproj +++ b/general/obcallback/driver/ObCallbackTest.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ObCallbackTest + + ObCallbackTest + ObCallbackTest + + ObCallbackTest + ObCallbackTest @@ -110,6 +146,29 @@ sha256 + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + Disabled + true + Level4 + + + + + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies) + %(AdditionalOptions) /INTEGRITYCHECK + + + sha256 + + %(AdditionalIncludeDirectories) @@ -133,6 +192,29 @@ sha256 + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + Disabled + true + Level4 + + + + + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies) + %(AdditionalOptions) /INTEGRITYCHECK + + + sha256 + + %(AdditionalIncludeDirectories) @@ -218,4 +300,4 @@ - \ No newline at end of file + diff --git a/general/obcallback/obcallback.sln b/general/obcallback/obcallback.sln index 74498a08..4b540499 100644 --- a/general/obcallback/obcallback.sln +++ b/general/obcallback/obcallback.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ObCallbackTest", "driver\Ob EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F723CC91-3218-4252-89C1-F7998292C456}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F723CC91-3218-4252-89C1-F7998292C456}.Debug|ARM64.Build.0 = Debug|ARM64 + {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|ARM64.Build.0 = Debug|ARM64 + {F723CC91-3218-4252-89C1-F7998292C456}.Release|ARM64.ActiveCfg = Release|ARM64 + {F723CC91-3218-4252-89C1-F7998292C456}.Release|ARM64.Build.0 = Release|ARM64 + {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.ActiveCfg = Release|ARM64 + {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.Build.0 = Release|ARM64 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.ActiveCfg = Debug|Win32 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.Build.0 = Debug|Win32 {F723CC91-3218-4252-89C1-F7998292C456}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj b/general/pcidrv/kmdf/HW/PCIDRV.vcxproj index 11a432bb..786d7199 100644 --- a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj +++ b/general/pcidrv/kmdf/HW/PCIDRV.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -200,9 +230,15 @@ PCIDRV + + PCIDRV + PCIDRV + + PCIDRV + PCIDRV @@ -229,6 +265,26 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -249,6 +305,26 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -302,6 +378,19 @@ %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 @@ -315,6 +404,19 @@ %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 + + %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 @@ -363,4 +465,4 @@ - \ No newline at end of file + diff --git a/general/pcidrv/pcidrv.sln b/general/pcidrv/pcidrv.sln index 5f93e524..1cf5458f 100644 --- a/general/pcidrv/pcidrv.sln +++ b/general/pcidrv/pcidrv.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -15,12 +15,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PCIDRV", "kmdf\HW\PCIDRV.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|ARM64.Build.0 = Debug|ARM64 + {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|ARM64.Build.0 = Debug|ARM64 + {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|ARM64.ActiveCfg = Release|ARM64 + {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|ARM64.Build.0 = Release|ARM64 + {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.ActiveCfg = Release|ARM64 + {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.Build.0 = Release|ARM64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.ActiveCfg = Debug|Win32 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.Build.0 = Debug|Win32 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/pcidrv/test/myping.vcxproj b/general/pcidrv/test/myping.vcxproj index 1584435c..3bec595f 100644 --- a/general/pcidrv/test/myping.vcxproj +++ b/general/pcidrv/test/myping.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ myping + + myping + myping + + myping + myping @@ -106,6 +142,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + true + Level4 + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + + + %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw @@ -125,6 +180,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + true + Level4 + + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw + + + %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw @@ -169,12 +243,24 @@ + + + + + + + + + + + + @@ -205,4 +291,4 @@ - \ No newline at end of file + diff --git a/general/perfcounters/kcs/kcs.sln b/general/perfcounters/kcs/kcs.sln index c6191b37..7f006ff2 100644 --- a/general/perfcounters/kcs/kcs.sln +++ b/general/perfcounters/kcs/kcs.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kcs", "kcs.vcxproj", "{A0CF EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|ARM64.Build.0 = Debug|ARM64 + {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|ARM64.ActiveCfg = Release|ARM64 + {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|ARM64.Build.0 = Release|ARM64 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|Win32.ActiveCfg = Debug|Win32 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|Win32.Build.0 = Debug|Win32 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/perfcounters/kcs/kcs.vcxproj b/general/perfcounters/kcs/kcs.vcxproj index ae15fb1c..b9dd462a 100644 --- a/general/perfcounters/kcs/kcs.vcxproj +++ b/general/perfcounters/kcs/kcs.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -82,9 +112,15 @@ kcs + + kcs + kcs + + kcs + kcs @@ -100,6 +136,15 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib + + + true + Level4 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib + + true @@ -109,6 +154,15 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib + + + true + Level4 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib + + true @@ -143,6 +197,22 @@ $(IntDir)%(Filename)Counters.rc + + + + + + + sha256 + + + Kcs + $(IntDir)%(Filename)Counters.h + true + $(IntDir)%(Filename)_counterIds.h + $(IntDir)%(Filename)Counters.rc + + @@ -159,6 +229,22 @@ $(IntDir)%(Filename)Counters.rc + + + + + + + sha256 + + + Kcs + $(IntDir)%(Filename)Counters.h + true + $(IntDir)%(Filename)_counterIds.h + $(IntDir)%(Filename)Counters.rc + + @@ -208,4 +294,4 @@ - \ No newline at end of file + diff --git a/general/registry/regfltr/exe/regctrl.vcxproj b/general/registry/regfltr/exe/regctrl.vcxproj index 61ba2e53..942c141e 100644 --- a/general/registry/regfltr/exe/regctrl.vcxproj +++ b/general/registry/regfltr/exe/regctrl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ regctrl + + regctrl + regctrl + + regctrl + regctrl @@ -110,6 +146,29 @@ %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib + + + Disabled + true + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib + + Disabled @@ -133,6 +192,29 @@ %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib + + + Disabled + true + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib + + Disabled @@ -200,4 +282,4 @@ - \ No newline at end of file + diff --git a/general/registry/regfltr/regfltr.sln b/general/registry/regfltr/regfltr.sln index 590e18ea..38fc8ab6 100644 --- a/general/registry/regfltr/regfltr.sln +++ b/general/registry/regfltr/regfltr.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regfltr", "sys\regfltr.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|ARM64.Build.0 = Debug|ARM64 + {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|ARM64.Build.0 = Debug|ARM64 + {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|ARM64.ActiveCfg = Release|ARM64 + {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|ARM64.Build.0 = Release|ARM64 + {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|ARM64.ActiveCfg = Release|ARM64 + {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|ARM64.Build.0 = Release|ARM64 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|Win32.ActiveCfg = Debug|Win32 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|Win32.Build.0 = Debug|Win32 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/registry/regfltr/sys/regfltr.vcxproj b/general/registry/regfltr/sys/regfltr.vcxproj index 1c08f595..4039d3d0 100644 --- a/general/registry/regfltr/sys/regfltr.vcxproj +++ b/general/registry/regfltr/sys/regfltr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ regfltr + + regfltr + regfltr + + regfltr + regfltr @@ -105,6 +141,24 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + Disabled + true + true + Level4 + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe @@ -123,6 +177,24 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + Disabled + true + true + Level4 + + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe @@ -183,6 +255,16 @@ sha256 + + + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + @@ -193,6 +275,16 @@ sha256 + + + + + POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) + + + sha256 + + @@ -226,4 +318,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/Package/package.VcxProj b/general/toaster/toastDrv/Package/package.VcxProj index 85af0a9a..6017e876 100644 --- a/general/toaster/toastDrv/Package/package.VcxProj +++ b/general/toaster/toastDrv/Package/package.VcxProj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -66,10 +74,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -102,4 +118,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/exe/enum/Enum.vcxproj b/general/toaster/toastDrv/exe/enum/Enum.vcxproj index 3b8bcbb6..1a8368ae 100644 --- a/general/toaster/toastDrv/exe/enum/Enum.vcxproj +++ b/general/toaster/toastDrv/exe/enum/Enum.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ Enum + + Enum + Enum + + Enum + Enum @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -191,4 +271,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/exe/notify/notify.vcxproj b/general/toaster/toastDrv/exe/notify/notify.vcxproj index 6a4c3d43..0938da26 100644 --- a/general/toaster/toastDrv/exe/notify/notify.vcxproj +++ b/general/toaster/toastDrv/exe/notify/notify.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ notify + + notify + notify + + notify + notify @@ -106,6 +142,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -125,6 +180,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -180,4 +254,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/exe/toast/toast.vcxproj b/general/toaster/toastDrv/exe/toast/toast.vcxproj index 8c0739a0..5bd136af 100644 --- a/general/toaster/toastDrv/exe/toast/toast.vcxproj +++ b/general/toaster/toastDrv/exe/toast/toast.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ toast + + toast + toast + + toast + toast @@ -106,6 +142,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -125,6 +180,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -179,4 +253,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj index 6333469f..5e6df518 100644 --- a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj +++ b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ WmiToast + + WmiToast + WmiToast + + WmiToast + WmiToast @@ -107,6 +143,26 @@ sha256 + + + %(AdditionalDependencies);vccomsup.lib + %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + sha256 + + %(AdditionalDependencies);vccomsup.lib @@ -127,6 +183,26 @@ sha256 + + + %(AdditionalDependencies);vccomsup.lib + %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + + + sha256 + + %(AdditionalDependencies);vccomsup.lib @@ -185,4 +261,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj index deddc2c7..9ce572dc 100644 --- a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj +++ b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -97,9 +127,15 @@ dynambus + + dynambus + dynambus + + dynambus + dynambus @@ -125,6 +161,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc @@ -144,6 +199,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc @@ -201,4 +275,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj b/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj index 089dc141..69794cf2 100644 --- a/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj +++ b/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -97,9 +127,15 @@ StatBus + + StatBus + StatBus + + StatBus + StatBus @@ -125,6 +161,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc @@ -144,6 +199,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc @@ -201,4 +275,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj b/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj index 4a949834..c85def4a 100644 --- a/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj +++ b/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ filter + + filter + filter + + filter + filter @@ -117,6 +153,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + true @@ -138,6 +195,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + true @@ -197,4 +275,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj b/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj index 0bcd8cc1..fe1641bd 100644 --- a/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj +++ b/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ filter + + filter + filter + + filter + filter @@ -120,6 +156,30 @@ sha256 + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + true + Level4 + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + sha256 + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 @@ -144,6 +204,30 @@ sha256 + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + true + Level4 + %(AdditionalIncludeDirectories);..\..\..\inc + + + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib + + + sha256 + + %(PreprocessorDefinitions);IOCTL_INTERFACE=1 @@ -209,4 +293,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj index 20b24f1b..14cd070e 100644 --- a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj +++ b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -102,9 +132,15 @@ wdffeatured + + wdffeatured + wdffeatured + + wdffeatured + wdffeatured @@ -133,6 +169,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wpprecorder.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -155,6 +213,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wpprecorder.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -215,4 +295,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj index 757978dd..3d52cdc9 100644 --- a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj +++ b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ wdfsimple + + wdfsimple + wdfsimple + + wdfsimple + wdfsimple @@ -112,6 +148,22 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -128,6 +180,22 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared + + + sha256 + + %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -176,4 +244,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj index f32bcee1..0ac7f92a 100644 --- a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj +++ b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ wdftoastmon + + wdftoastmon + wdftoastmon + + wdftoastmon + wdftoastmon @@ -115,6 +151,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -134,6 +189,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -190,4 +264,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastDrv/toaster.sln b/general/toaster/toastDrv/toaster.sln index 551f7a75..f9cfbba1 100644 --- a/general/toaster/toastDrv/toaster.sln +++ b/general/toaster/toastDrv/toaster.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -63,12 +63,62 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dynambus", "kmdf\bus\dynami EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|ARM64.Build.0 = Debug|ARM64 + {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|ARM64.Build.0 = Debug|ARM64 + {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|ARM64.Build.0 = Debug|ARM64 + {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|ARM64.Build.0 = Debug|ARM64 + {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|ARM64.Build.0 = Debug|ARM64 + {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|ARM64.Build.0 = Debug|ARM64 + {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|ARM64.Build.0 = Debug|ARM64 + {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|ARM64.Build.0 = Debug|ARM64 + {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|ARM64.Build.0 = Debug|ARM64 + {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|ARM64.Build.0 = Debug|ARM64 + {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|ARM64.Build.0 = Debug|ARM64 + {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|ARM64.Build.0 = Debug|ARM64 + {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|ARM64.ActiveCfg = Release|ARM64 + {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|ARM64.Build.0 = Release|ARM64 + {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|ARM64.ActiveCfg = Release|ARM64 + {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|ARM64.Build.0 = Release|ARM64 + {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|ARM64.ActiveCfg = Release|ARM64 + {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|ARM64.Build.0 = Release|ARM64 + {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|ARM64.ActiveCfg = Release|ARM64 + {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|ARM64.Build.0 = Release|ARM64 + {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|ARM64.ActiveCfg = Release|ARM64 + {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|ARM64.Build.0 = Release|ARM64 + {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|ARM64.ActiveCfg = Release|ARM64 + {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|ARM64.Build.0 = Release|ARM64 + {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|ARM64.ActiveCfg = Release|ARM64 + {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|ARM64.Build.0 = Release|ARM64 + {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|ARM64.ActiveCfg = Release|ARM64 + {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|ARM64.Build.0 = Release|ARM64 + {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|ARM64.ActiveCfg = Release|ARM64 + {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|ARM64.Build.0 = Release|ARM64 + {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|ARM64.ActiveCfg = Release|ARM64 + {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|ARM64.Build.0 = Release|ARM64 + {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|ARM64.ActiveCfg = Release|ARM64 + {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|ARM64.Build.0 = Release|ARM64 + {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|ARM64.ActiveCfg = Release|ARM64 + {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|ARM64.Build.0 = Release|ARM64 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|Win32.ActiveCfg = Debug|Win32 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|Win32.Build.0 = Debug|Win32 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/toaster/toastpkg/toastapp/toastapp.vcxproj b/general/toaster/toastpkg/toastapp/toastapp.vcxproj index 86840c1c..d6f22df6 100644 --- a/general/toaster/toastpkg/toastapp/toastapp.vcxproj +++ b/general/toaster/toastpkg/toastapp/toastapp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ toastapp + + toastapp + toastapp + + toastapp + toastapp @@ -103,6 +139,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -119,6 +171,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -166,12 +234,24 @@ + + + + + + + + + + + + @@ -205,4 +285,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastpkg/toastco/tostrco2.vcxproj b/general/toaster/toastpkg/toastco/tostrco2.vcxproj index acaa1a74..2009ab26 100644 --- a/general/toaster/toastpkg/toastco/tostrco2.vcxproj +++ b/general/toaster/toastpkg/toastco/tostrco2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ tostrco2 + + tostrco2 + tostrco2 + + tostrco2 + tostrco2 @@ -93,12 +129,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -127,6 +175,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -143,6 +207,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -184,6 +264,15 @@ + + + tostrco2.def + + + + + + tostrco2.def @@ -193,6 +282,15 @@ + + + tostrco2.def + + + + + + tostrco2.def @@ -239,4 +337,4 @@ - \ No newline at end of file + diff --git a/general/toaster/toastpkg/toastpkg.sln b/general/toaster/toastpkg/toastpkg.sln index 870855c3..9ab503dc 100644 --- a/general/toaster/toastpkg/toastpkg.sln +++ b/general/toaster/toastpkg/toastpkg.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -20,12 +20,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toastva", "toastva\toastva. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|ARM64.Build.0 = Debug|ARM64 + {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|ARM64.Build.0 = Debug|ARM64 + {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|ARM64.Build.0 = Debug|ARM64 + {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|ARM64.ActiveCfg = Release|ARM64 + {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|ARM64.Build.0 = Release|ARM64 + {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|ARM64.ActiveCfg = Release|ARM64 + {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|ARM64.Build.0 = Release|ARM64 + {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|ARM64.ActiveCfg = Release|ARM64 + {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|ARM64.Build.0 = Release|ARM64 {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|Win32.ActiveCfg = Debug|Win32 {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|Win32.Build.0 = Debug|Win32 {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/toaster/toastpkg/toastva/toastva.vcxproj b/general/toaster/toastpkg/toastva/toastva.vcxproj index 92591cdd..6c722bd3 100644 --- a/general/toaster/toastpkg/toastva/toastva.vcxproj +++ b/general/toaster/toastpkg/toastva/toastva.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ toastva + + toastva + toastva + + toastva + toastva @@ -103,6 +139,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -119,6 +171,22 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -178,12 +246,24 @@ + + + + + + + + + + + + @@ -217,4 +297,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/Package/package.VcxProj b/general/toaster/umdf2/Package/package.VcxProj index 383b3839..405c0e92 100644 --- a/general/toaster/umdf2/Package/package.VcxProj +++ b/general/toaster/umdf2/Package/package.VcxProj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -51,10 +59,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -87,4 +103,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/exe/enum/Enum.vcxproj b/general/toaster/umdf2/exe/enum/Enum.vcxproj index 3b8bcbb6..1a8368ae 100644 --- a/general/toaster/umdf2/exe/enum/Enum.vcxproj +++ b/general/toaster/umdf2/exe/enum/Enum.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ Enum + + Enum + Enum + + Enum + Enum @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -191,4 +271,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/exe/notify/notify.vcxproj b/general/toaster/umdf2/exe/notify/notify.vcxproj index 38bb67b7..0ff1d33d 100644 --- a/general/toaster/umdf2/exe/notify/notify.vcxproj +++ b/general/toaster/umdf2/exe/notify/notify.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ notify + + notify + notify + + notify + notify @@ -106,6 +142,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -125,6 +180,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -180,4 +254,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/exe/toast/toast.vcxproj b/general/toaster/umdf2/exe/toast/toast.vcxproj index a8787a63..28ffce1d 100644 --- a/general/toaster/umdf2/exe/toast/toast.vcxproj +++ b/general/toaster/umdf2/exe/toast/toast.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ toast + + toast + toast + + toast + toast @@ -106,6 +142,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -125,6 +180,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -179,4 +253,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/filter/generic/filterum.vcxproj b/general/toaster/umdf2/filter/generic/filterum.vcxproj index 8e19fe5e..d7570800 100644 --- a/general/toaster/umdf2/filter/generic/filterum.vcxproj +++ b/general/toaster/umdf2/filter/generic/filterum.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -45,6 +61,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ filterum + + filterum + filterum + + filterum + filterum @@ -117,6 +153,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + true @@ -138,6 +195,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + true @@ -196,4 +274,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj index eda66e4a..6ac0618d 100644 --- a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj +++ b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ wdffeaturedum + + wdffeaturedum + wdffeaturedum + + wdffeaturedum + wdffeaturedum @@ -113,6 +149,25 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -132,6 +187,25 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -188,4 +262,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj index 4a3b9f89..ec446656 100644 --- a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj +++ b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -45,6 +61,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ wdfsimpleum + + wdfsimpleum + wdfsimpleum + + wdfsimpleum + wdfsimpleum @@ -115,6 +151,25 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -134,6 +189,25 @@ sha256 + + + %(AdditionalDependencies);mincore.lib + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + + + %(AdditionalIncludeDirectories);..\..\inc;..\shared + + + sha256 + + %(AdditionalDependencies);mincore.lib @@ -188,4 +262,4 @@ - \ No newline at end of file + diff --git a/general/toaster/umdf2/umdf2toaster.sln b/general/toaster/umdf2/umdf2toaster.sln index 0b476358..4a27bc25 100644 --- a/general/toaster/umdf2/umdf2toaster.sln +++ b/general/toaster/umdf2/umdf2toaster.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -39,12 +39,42 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filterum", "filter\generic\ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|ARM64.Build.0 = Debug|ARM64 + {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|ARM64.Build.0 = Debug|ARM64 + {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|ARM64.Build.0 = Debug|ARM64 + {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|ARM64.Build.0 = Debug|ARM64 + {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|ARM64.Build.0 = Debug|ARM64 + {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|ARM64.Build.0 = Debug|ARM64 + {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|ARM64.Build.0 = Debug|ARM64 + {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|ARM64.ActiveCfg = Release|ARM64 + {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|ARM64.Build.0 = Release|ARM64 + {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|ARM64.ActiveCfg = Release|ARM64 + {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|ARM64.Build.0 = Release|ARM64 + {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|ARM64.ActiveCfg = Release|ARM64 + {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|ARM64.Build.0 = Release|ARM64 + {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|ARM64.ActiveCfg = Release|ARM64 + {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|ARM64.Build.0 = Release|ARM64 + {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|ARM64.ActiveCfg = Release|ARM64 + {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|ARM64.Build.0 = Release|ARM64 + {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|ARM64.ActiveCfg = Release|ARM64 + {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|ARM64.Build.0 = Release|ARM64 + {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|ARM64.ActiveCfg = Release|ARM64 + {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|ARM64.Build.0 = Release|ARM64 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|Win32.ActiveCfg = Debug|Win32 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|Win32.Build.0 = Debug|Win32 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.sln b/general/tracing/SystemTraceControl/SystemTraceControl.sln index a23781bc..b0f9a215 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.sln +++ b/general/tracing/SystemTraceControl/SystemTraceControl.sln @@ -1,16 +1,22 @@ - + Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemTraceControl", "SystemTraceControl.vcxproj", "{69BD6A4C-5051-E271-F174-E5E67BC09464}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|ARM64.Build.0 = Debug|ARM64 + {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|ARM64.ActiveCfg = Release|ARM64 + {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|ARM64.Build.0 = Release|ARM64 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|Win32.ActiveCfg = Debug|Win32 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|Win32.Build.0 = Debug|Win32 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj index 1d635e7e..69e4c1c4 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj +++ b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -38,11 +46,21 @@ true WindowsApplicationForDrivers10.0 + + Application + true + WindowsApplicationForDrivers10.0 + Application false WindowsApplicationForDrivers10.0 + + Application + false + WindowsApplicationForDrivers10.0 + @@ -55,9 +73,15 @@ + + + + + + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -101,6 +125,20 @@ Console + + + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + + + MachineX64 + true + Console + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -116,6 +154,21 @@ true + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX64 + true + Console + true + true + + diff --git a/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj b/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj index ad45a08e..ac256387 100644 --- a/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj +++ b/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,9 +119,15 @@ Eventdrv + + Eventdrv + Eventdrv + + Eventdrv + Eventdrv @@ -111,6 +147,19 @@ %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + true + Level4 + + + %(AdditionalIncludeDirectories);. + + %(AdditionalIncludeDirectories);. @@ -124,6 +173,19 @@ %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + true + Level4 + + + %(AdditionalIncludeDirectories);. + + %(AdditionalIncludeDirectories);. @@ -163,6 +225,15 @@ sha256 + + + + + + + sha256 + + @@ -172,6 +243,15 @@ sha256 + + + + + + + sha256 + + @@ -203,4 +283,4 @@ - \ No newline at end of file + diff --git a/general/tracing/evntdrv/eventdrv.sln b/general/tracing/evntdrv/eventdrv.sln index 44f2e85a..4c73da8a 100644 --- a/general/tracing/evntdrv/eventdrv.sln +++ b/general/tracing/evntdrv/eventdrv.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "evntctrl", "evntctrl\evntct EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|ARM64.Build.0 = Debug|ARM64 + {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|ARM64.Build.0 = Debug|ARM64 + {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|ARM64.ActiveCfg = Release|ARM64 + {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|ARM64.Build.0 = Release|ARM64 + {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|ARM64.ActiveCfg = Release|ARM64 + {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|ARM64.Build.0 = Release|ARM64 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|Win32.ActiveCfg = Debug|Win32 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|Win32.Build.0 = Debug|Win32 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj b/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj index 4a21b1aa..1ce216a5 100644 --- a/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj +++ b/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ evntctrl + + evntctrl + evntctrl + + evntctrl + evntctrl @@ -98,6 +134,17 @@ %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + %(AdditionalIncludeDirectories);.;..\Eventdrv @@ -109,6 +156,17 @@ %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + + %(AdditionalIncludeDirectories);.;..\Eventdrv + + %(AdditionalIncludeDirectories);.;..\Eventdrv @@ -148,4 +206,4 @@ - \ No newline at end of file + diff --git a/general/tracing/tracedriver/tracectl/tracectl.vcxproj b/general/tracing/tracedriver/tracectl/tracectl.vcxproj index 50f62668..dcf979ee 100644 --- a/general/tracing/tracedriver/tracectl/tracectl.vcxproj +++ b/general/tracing/tracedriver/tracectl/tracectl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ tracectl + + tracectl + tracectl + + tracectl + tracectl @@ -98,6 +134,17 @@ %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + %(AdditionalIncludeDirectories);.;..\tracedrv @@ -109,6 +156,17 @@ %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + + %(AdditionalIncludeDirectories);.;..\tracedrv + + %(AdditionalIncludeDirectories);.;..\tracedrv @@ -148,4 +206,4 @@ - \ No newline at end of file + diff --git a/general/tracing/tracedriver/tracedrv.sln b/general/tracing/tracedriver/tracedrv.sln index abfe37fc..b788b9ff 100644 --- a/general/tracing/tracedriver/tracedrv.sln +++ b/general/tracing/tracedriver/tracedrv.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tracedrv", "tracedrv\traced EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|ARM64.Build.0 = Debug|ARM64 + {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|ARM64.Build.0 = Debug|ARM64 + {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|ARM64.ActiveCfg = Release|ARM64 + {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|ARM64.Build.0 = Release|ARM64 + {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|ARM64.ActiveCfg = Release|ARM64 + {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|ARM64.Build.0 = Release|ARM64 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|Win32.ActiveCfg = Debug|Win32 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|Win32.Build.0 = Debug|Win32 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj b/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj index 121e210c..aa097a34 100644 --- a/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj +++ b/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -91,9 +121,15 @@ tracedrv + + tracedrv + tracedrv + + tracedrv + tracedrv @@ -114,6 +150,20 @@ sha256 + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + sha256 + + %(AdditionalIncludeDirectories);. @@ -128,6 +178,20 @@ sha256 + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + %(AdditionalIncludeDirectories);. + + + sha256 + + %(AdditionalIncludeDirectories);. @@ -172,4 +236,4 @@ - \ No newline at end of file + diff --git a/gpio/samples/sim.sln b/gpio/samples/sim.sln index f823ee24..6057f558 100644 --- a/gpio/samples/sim.sln +++ b/gpio/samples/sim.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 14.00 # Visual Studio 2015 VisualStudioVersion = 14.0 @@ -13,6 +13,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simgpio_i2c", "simgpio_i2c\ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|arm = Debug|arm Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 @@ -21,6 +23,22 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|ARM64.Build.0 = Debug|ARM64 + {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|ARM64.Build.0 = Debug|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|ARM64.Build.0 = Debug|ARM64 + {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|ARM64.Build.0 = Debug|ARM64 + {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|ARM64.ActiveCfg = Release|ARM64 + {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|ARM64.Build.0 = Release|ARM64 + {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|ARM64.ActiveCfg = Release|ARM64 + {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|ARM64.Build.0 = Release|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|ARM64.ActiveCfg = Release|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|ARM64.Build.0 = Release|ARM64 + {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|ARM64.ActiveCfg = Release|ARM64 + {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|ARM64.Build.0 = Release|ARM64 {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.ActiveCfg = Debug|arm {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.Build.0 = Debug|arm {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.Deploy.0 = Debug|arm diff --git a/gpio/samples/simdevice/kmdf/simdevice.vcxproj b/gpio/samples/simdevice/kmdf/simdevice.vcxproj index 61ecaaa8..f9d861a8 100644 --- a/gpio/samples/simdevice/kmdf/simdevice.vcxproj +++ b/gpio/samples/simdevice/kmdf/simdevice.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug arm @@ -44,6 +52,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -60,6 +76,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -91,12 +115,18 @@ + + + + + + @@ -111,6 +141,11 @@ .sys true + + simdevice + .sys + true + simdevice .sys @@ -122,6 +157,11 @@ .sys true + + simdevice + .sys + true + simdevice .sys @@ -159,6 +199,27 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -198,6 +259,27 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -276,4 +358,4 @@ - \ No newline at end of file + diff --git a/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj b/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj index 2a246f7d..56c9202e 100644 --- a/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj +++ b/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug arm @@ -44,6 +52,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -60,6 +76,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -91,12 +115,18 @@ + + + + + + @@ -120,6 +150,11 @@ .dll true + + simdeviceumdf + .dll + true + simdeviceumdf .dll @@ -131,6 +166,11 @@ .dll true + + simdeviceumdf + .dll + true + simdeviceumdf .dll @@ -168,6 +208,27 @@ sha256 + + + %(AdditionalDependencies); + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + %(AdditionalDependencies); @@ -207,6 +268,27 @@ sha256 + + + %(AdditionalDependencies); + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + %(AdditionalIncludeDirectories);..\..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\..\inc + + + sha256 + + %(AdditionalDependencies); @@ -284,4 +366,4 @@ - \ No newline at end of file + diff --git a/gpio/samples/simgpio/simgpio.vcxproj b/gpio/samples/simgpio/simgpio.vcxproj index 83cb53bd..0c550fdd 100644 --- a/gpio/samples/simgpio/simgpio.vcxproj +++ b/gpio/samples/simgpio/simgpio.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -88,9 +118,15 @@ simgpio + + simgpio + simgpio + + simgpio + simgpio @@ -111,6 +147,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -125,6 +175,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -170,4 +234,4 @@ - \ No newline at end of file + diff --git a/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj b/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj index 981f6178..6293f467 100644 --- a/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj +++ b/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -100,9 +130,15 @@ simgpio_i2c + + simgpio_i2c + simgpio_i2c + + simgpio_i2c + simgpio_i2c @@ -130,6 +166,27 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + true + Level4 + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -151,6 +208,27 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + true + Level4 + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -209,4 +287,4 @@ - \ No newline at end of file + diff --git a/hid/firefly/app/flicker.vcxproj b/hid/firefly/app/flicker.vcxproj index 4fad0493..3815a0d9 100644 --- a/hid/firefly/app/flicker.vcxproj +++ b/hid/firefly/app/flicker.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ flicker + + flicker + flicker + + flicker + flicker @@ -108,6 +144,27 @@ %(AdditionalIncludeDirectories);..\shared + + + %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -129,6 +186,27 @@ %(AdditionalIncludeDirectories);..\shared + + + %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -187,4 +265,4 @@ - \ No newline at end of file + diff --git a/hid/firefly/driver/firefly.vcxproj b/hid/firefly/driver/firefly.vcxproj index 1530c39d..80165e69 100644 --- a/hid/firefly/driver/firefly.vcxproj +++ b/hid/firefly/driver/firefly.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -87,9 +117,15 @@ firefly + + firefly + firefly + + firefly + firefly @@ -115,6 +151,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib + + + %(PreprocessorDefinitions) + + + + + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib @@ -134,6 +189,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib + + + %(PreprocessorDefinitions) + + + + + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib @@ -192,4 +266,4 @@ - \ No newline at end of file + diff --git a/hid/firefly/firefly.sln b/hid/firefly/firefly.sln index fe9d8c89..4b005e66 100644 --- a/hid/firefly/firefly.sln +++ b/hid/firefly/firefly.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -27,12 +27,30 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAURON", "sauron\SAURON.vcx EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|ARM64.Build.0 = Debug|ARM64 + {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|ARM64.Build.0 = Debug|ARM64 + {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|ARM64.Build.0 = Debug|ARM64 + {571518A8-F812-42E0-A538-31183C3ED059}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {571518A8-F812-42E0-A538-31183C3ED059}.Debug|ARM64.Build.0 = Debug|ARM64 + {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|ARM64.ActiveCfg = Release|ARM64 + {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|ARM64.Build.0 = Release|ARM64 + {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|ARM64.ActiveCfg = Release|ARM64 + {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|ARM64.Build.0 = Release|ARM64 + {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|ARM64.ActiveCfg = Release|ARM64 + {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|ARM64.Build.0 = Release|ARM64 + {571518A8-F812-42E0-A538-31183C3ED059}.Release|ARM64.ActiveCfg = Release|ARM64 + {571518A8-F812-42E0-A538-31183C3ED059}.Release|ARM64.Build.0 = Release|ARM64 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|Win32.ActiveCfg = Debug|Win32 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|Win32.Build.0 = Debug|Win32 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/hid/firefly/lib/Luminous.vcxproj b/hid/firefly/lib/Luminous.vcxproj index e879b7fc..abce9bd7 100644 --- a/hid/firefly/lib/Luminous.vcxproj +++ b/hid/firefly/lib/Luminous.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ Luminous + + Luminous + Luminous + + Luminous + Luminous @@ -108,6 +144,27 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(AdditionalDependencies);ole32.lib;oleaut32.lib + + true @@ -129,6 +186,27 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib + + + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\shared + + + %(AdditionalDependencies);ole32.lib;oleaut32.lib + + true @@ -187,4 +265,4 @@ - \ No newline at end of file + diff --git a/hid/firefly/sauron/SAURON.vcxproj b/hid/firefly/sauron/SAURON.vcxproj index ae077a7d..d0012722 100644 --- a/hid/firefly/sauron/SAURON.vcxproj +++ b/hid/firefly/sauron/SAURON.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -80,11 +110,21 @@ .DLL $(OutDir)$(TargetName)$(TargetExt) + + SAURON + .DLL + $(OutDir)$(TargetName)$(TargetExt) + SAURON .DLL $(OutDir)$(TargetName)$(TargetExt) + + SAURON + .DLL + $(OutDir)$(TargetName)$(TargetExt) + SAURON .DLL @@ -101,12 +141,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -138,6 +190,25 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib + + + %(AdditionalIncludeDirectories);..\shared + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\shared + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\shared + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib + + %(AdditionalIncludeDirectories);..\shared @@ -157,6 +228,25 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib + + + %(AdditionalIncludeDirectories);..\shared + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\shared + true + Level4 + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\shared + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib + + %(AdditionalIncludeDirectories);..\shared @@ -200,11 +290,21 @@ %(AdditionalOptions) -n + + + %(AdditionalOptions) -n + + %(AdditionalOptions) -n + + + %(AdditionalOptions) -n + + %(AdditionalOptions) -n @@ -218,9 +318,15 @@ Static + + Static + Static + + Static + Static @@ -236,6 +342,15 @@ SauronDll.def + + + Sync + true + + + SauronDll.def + + Sync @@ -245,6 +360,15 @@ SauronDll.def + + + Sync + true + + + SauronDll.def + + Sync @@ -299,4 +423,4 @@ - \ No newline at end of file + diff --git a/hid/hclient/hclient.sln b/hid/hclient/hclient.sln index 994bc4e9..8698adb6 100644 --- a/hid/hclient/hclient.sln +++ b/hid/hclient/hclient.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hclient", "hclient.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|ARM64.Build.0 = Debug|ARM64 + {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.ActiveCfg = Release|ARM64 + {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.Build.0 = Release|ARM64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.ActiveCfg = Debug|Win32 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.Build.0 = Debug|Win32 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/hid/hclient/hclient.vcxproj b/hid/hclient/hclient.vcxproj index ab5ce5e7..c7d4fa23 100644 --- a/hid/hclient/hclient.vcxproj +++ b/hid/hclient/hclient.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ hclient + + hclient + hclient + + hclient + hclient @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories) + + + + + %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories) + + + + + %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + + sha256 + + true @@ -193,4 +271,4 @@ - \ No newline at end of file + diff --git a/hid/hidusbfx2/Package/package.VcxProj b/hid/hidusbfx2/Package/package.VcxProj index 6955b7da..bc70a7ec 100644 --- a/hid/hidusbfx2/Package/package.VcxProj +++ b/hid/hidusbfx2/Package/package.VcxProj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -51,10 +59,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -87,4 +103,4 @@ - \ No newline at end of file + diff --git a/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj b/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj index e1352f60..c80e74c4 100644 --- a/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj +++ b/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -80,9 +110,15 @@ hidkmdf + + hidkmdf + hidkmdf + + hidkmdf + hidkmdf @@ -101,6 +137,18 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib + + + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib @@ -113,6 +161,18 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib + + + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib @@ -154,4 +214,4 @@ - \ No newline at end of file + diff --git a/hid/hidusbfx2/hidusbfx2.sln b/hid/hidusbfx2/hidusbfx2.sln index 47e5c110..cd0053e0 100644 --- a/hid/hidusbfx2/hidusbfx2.sln +++ b/hid/hidusbfx2/hidusbfx2.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -17,12 +17,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hidkmdf", "hidkmdf\hidkmdf. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|ARM64.Build.0 = Debug|ARM64 + {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|ARM64.Build.0 = Debug|ARM64 + {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|ARM64.Build.0 = Debug|ARM64 + {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|ARM64.ActiveCfg = Release|ARM64 + {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|ARM64.Build.0 = Release|ARM64 + {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|ARM64.ActiveCfg = Release|ARM64 + {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|ARM64.Build.0 = Release|ARM64 + {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|ARM64.ActiveCfg = Release|ARM64 + {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|ARM64.Build.0 = Release|ARM64 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|Win32.ActiveCfg = Debug|Win32 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|Win32.Build.0 = Debug|Win32 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/hid/hidusbfx2/sys/hidusbfx2.vcxproj b/hid/hidusbfx2/sys/hidusbfx2.vcxproj index 8df137b8..6a193124 100644 --- a/hid/hidusbfx2/sys/hidusbfx2.vcxproj +++ b/hid/hidusbfx2/sys/hidusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -94,9 +124,15 @@ hidusbfx2 + + hidusbfx2 + hidusbfx2 + + hidusbfx2 + hidusbfx2 @@ -122,6 +158,25 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib + + + %(PreprocessorDefinitions);EVENT_TRACING + + + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + true @@ -141,6 +196,25 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib + + + %(PreprocessorDefinitions);EVENT_TRACING + + + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + true @@ -182,9 +256,15 @@ 1 + + 1 + 1 + + 1 + 1 @@ -197,12 +277,24 @@ + + + + + + + + + + + + @@ -231,4 +323,4 @@ - \ No newline at end of file + diff --git a/hid/vhidmini2/app/testvhid.vcxproj b/hid/vhidmini2/app/testvhid.vcxproj index f87a1a07..51132a74 100644 --- a/hid/vhidmini2/app/testvhid.vcxproj +++ b/hid/vhidmini2/app/testvhid.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ testvhid + + testvhid + testvhid + + testvhid + testvhid @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + sha256 + + %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib @@ -192,4 +272,4 @@ - \ No newline at end of file + diff --git a/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj b/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj index d1f5ba70..17a05969 100644 --- a/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj +++ b/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ vhidmini + + vhidmini + vhidmini + + vhidmini + vhidmini @@ -107,6 +143,25 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 @@ -126,6 +181,25 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 + %(AdditionalIncludeDirectories);..\..\inc;.. + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 @@ -182,4 +256,4 @@ - \ No newline at end of file + diff --git a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj index 8db699cd..0abe9a38 100644 --- a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj +++ b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ VhidminiUm + + VhidminiUm + VhidminiUm + + VhidminiUm + VhidminiUm @@ -108,6 +144,26 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -128,6 +184,26 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -174,12 +250,24 @@ + + + + + + + + + + + + @@ -210,4 +298,4 @@ - \ No newline at end of file + diff --git a/hid/vhidmini2/vhidmini2.sln b/hid/vhidmini2/vhidmini2.sln index 6a8e150c..77b5c4db 100644 --- a/hid/vhidmini2/vhidmini2.sln +++ b/hid/vhidmini2/vhidmini2.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -19,12 +19,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vhidmini", "driver\kmdf\vhi EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|ARM64.Build.0 = Debug|ARM64 + {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|ARM64.Build.0 = Debug|ARM64 + {64048006-1C5F-4262-823B-54310D7F3869}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {64048006-1C5F-4262-823B-54310D7F3869}.Debug|ARM64.Build.0 = Debug|ARM64 + {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|ARM64.ActiveCfg = Release|ARM64 + {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|ARM64.Build.0 = Release|ARM64 + {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|ARM64.ActiveCfg = Release|ARM64 + {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|ARM64.Build.0 = Release|ARM64 + {64048006-1C5F-4262-823B-54310D7F3869}.Release|ARM64.ActiveCfg = Release|ARM64 + {64048006-1C5F-4262-823B-54310D7F3869}.Release|ARM64.Build.0 = Release|ARM64 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|Win32.ActiveCfg = Debug|Win32 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|Win32.Build.0 = Debug|Win32 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/input/kbfiltr/exe/kbftest.vcxproj b/input/kbfiltr/exe/kbftest.vcxproj index ad510aab..786bac45 100644 --- a/input/kbfiltr/exe/kbftest.vcxproj +++ b/input/kbfiltr/exe/kbftest.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbftest + + kbftest + kbftest + + kbftest + kbftest @@ -99,6 +135,18 @@ sha256 + + + %(AdditionalDependencies);setupapi.lib + + + + + + + sha256 + + %(AdditionalDependencies);setupapi.lib @@ -111,6 +159,18 @@ sha256 + + + %(AdditionalDependencies);setupapi.lib + + + + + + + sha256 + + %(AdditionalDependencies);setupapi.lib @@ -151,4 +211,4 @@ - \ No newline at end of file + diff --git a/input/kbfiltr/kbfiltr.sln b/input/kbfiltr/kbfiltr.sln index a5a26331..3149419b 100644 --- a/input/kbfiltr/kbfiltr.sln +++ b/input/kbfiltr/kbfiltr.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kbfiltr", "sys\kbfiltr.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|ARM64.Build.0 = Debug|ARM64 + {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|ARM64.Build.0 = Debug|ARM64 + {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|ARM64.ActiveCfg = Release|ARM64 + {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|ARM64.Build.0 = Release|ARM64 + {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|ARM64.ActiveCfg = Release|ARM64 + {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|ARM64.Build.0 = Release|ARM64 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|Win32.ActiveCfg = Debug|Win32 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|Win32.Build.0 = Debug|Win32 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/input/kbfiltr/sys/kbfiltr.vcxproj b/input/kbfiltr/sys/kbfiltr.vcxproj index ad4d5a32..6c5c549a 100644 --- a/input/kbfiltr/sys/kbfiltr.vcxproj +++ b/input/kbfiltr/sys/kbfiltr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ kbfiltr + + kbfiltr + kbfiltr + + kbfiltr + kbfiltr @@ -102,6 +138,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + + sha256 + + true @@ -116,6 +166,20 @@ sha256 + + + true + Level4 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + + sha256 + + true @@ -162,4 +226,4 @@ - \ No newline at end of file + diff --git a/input/layout/all_kbds/kbdfr/kbdfr.vcxproj b/input/layout/all_kbds/kbdfr/kbdfr.vcxproj index 08adb730..c205c4bc 100644 --- a/input/layout/all_kbds/kbdfr/kbdfr.vcxproj +++ b/input/layout/all_kbds/kbdfr/kbdfr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbdfr + + kbdfr + kbdfr + + kbdfr + kbdfr @@ -104,6 +140,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -121,6 +174,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -166,6 +236,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdfr.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -177,6 +258,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdfr.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -216,4 +308,4 @@ - \ No newline at end of file + diff --git a/input/layout/all_kbds/kbdgr/kbdgr.vcxproj b/input/layout/all_kbds/kbdgr/kbdgr.vcxproj index c2e9fb82..9f87eec6 100644 --- a/input/layout/all_kbds/kbdgr/kbdgr.vcxproj +++ b/input/layout/all_kbds/kbdgr/kbdgr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbdgr + + kbdgr + kbdgr + + kbdgr + kbdgr @@ -104,6 +140,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -121,6 +174,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -166,6 +236,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdgr.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -177,6 +258,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdgr.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -216,4 +308,4 @@ - \ No newline at end of file + diff --git a/input/layout/fe_kbds/jpn/101/kbd101.vcxproj b/input/layout/fe_kbds/jpn/101/kbd101.vcxproj index 40bfd37e..c6659ba6 100644 --- a/input/layout/fe_kbds/jpn/101/kbd101.vcxproj +++ b/input/layout/fe_kbds/jpn/101/kbd101.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbd101 + + kbd101 + kbd101 + + kbd101 + kbd101 @@ -104,6 +140,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -121,6 +174,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -182,6 +252,34 @@ %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbd101.def + true + true + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + false + false + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -210,6 +308,35 @@ %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbd101.def + true + true + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + Default + + + false + false + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re diff --git a/input/layout/fe_kbds/jpn/106/kbd106.vcxproj b/input/layout/fe_kbds/jpn/106/kbd106.vcxproj index 70a9e8ad..1829b2eb 100644 --- a/input/layout/fe_kbds/jpn/106/kbd106.vcxproj +++ b/input/layout/fe_kbds/jpn/106/kbd106.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbd106 + + kbd106 + kbd106 + + kbd106 + kbd106 @@ -104,6 +140,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -121,6 +174,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -182,6 +252,34 @@ %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbd106.def + true + true + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + false + false + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -210,6 +308,35 @@ %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbd106.def + true + true + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + Default + + + false + false + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + + %(PreprocessorDefinitions);FE_SB;FE_IME + %(PreprocessorDefinitions);JAPAN + %(AdditionalIncludeDirectories);..\inc + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re diff --git a/input/layout/kbd.sln b/input/layout/kbd.sln index 7eb0b1ad..a2df0953 100644 --- a/input/layout/kbd.sln +++ b/input/layout/kbd.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -31,12 +31,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kbd106", "fe_kbds\jpn\106\k EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|ARM64.Build.0 = Debug|ARM64 + {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|ARM64.Build.0 = Debug|ARM64 + {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|ARM64.Build.0 = Debug|ARM64 + {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|ARM64.Build.0 = Debug|ARM64 + {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|ARM64.Build.0 = Debug|ARM64 + {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|ARM64.ActiveCfg = Release|ARM64 + {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|ARM64.Build.0 = Release|ARM64 + {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|ARM64.ActiveCfg = Release|ARM64 + {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|ARM64.Build.0 = Release|ARM64 + {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|ARM64.ActiveCfg = Release|ARM64 + {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|ARM64.Build.0 = Release|ARM64 + {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|ARM64.ActiveCfg = Release|ARM64 + {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|ARM64.Build.0 = Release|ARM64 + {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|ARM64.ActiveCfg = Release|ARM64 + {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|ARM64.Build.0 = Release|ARM64 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|Win32.ActiveCfg = Debug|Win32 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|Win32.Build.0 = Debug|Win32 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/input/layout/kbdus/kbdus.vcxproj b/input/layout/kbdus/kbdus.vcxproj index 2c1fa83a..1557f726 100644 --- a/input/layout/kbdus/kbdus.vcxproj +++ b/input/layout/kbdus/kbdus.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ kbdus + + kbdus + kbdus + + kbdus + kbdus @@ -104,6 +140,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -121,6 +174,23 @@ %(AdditionalDependencies) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + %(AdditionalIncludeDirectories);..\..\inc @@ -166,6 +236,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdus.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -177,6 +258,17 @@ + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re + %(AdditionalOptions) /ignore:4254 + kbdus.def + + + + + + %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -216,4 +308,4 @@ - \ No newline at end of file + diff --git a/input/moufiltr/moufiltr.sln b/input/moufiltr/moufiltr.sln index eaf79092..eb2b12da 100644 --- a/input/moufiltr/moufiltr.sln +++ b/input/moufiltr/moufiltr.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moufiltr", "moufiltr.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|ARM64.Build.0 = Debug|ARM64 + {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|ARM64.ActiveCfg = Release|ARM64 + {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|ARM64.Build.0 = Release|ARM64 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|Win32.ActiveCfg = Debug|Win32 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|Win32.Build.0 = Debug|Win32 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/input/moufiltr/moufiltr.vcxproj b/input/moufiltr/moufiltr.vcxproj index eae59cdb..f13782e4 100644 --- a/input/moufiltr/moufiltr.vcxproj +++ b/input/moufiltr/moufiltr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ moufiltr + + moufiltr + moufiltr + + moufiltr + moufiltr @@ -99,6 +135,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -110,6 +157,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -149,4 +207,4 @@ - \ No newline at end of file + diff --git a/network/config/bindview/bindview.sln b/network/config/bindview/bindview.sln index 824d0444..c51ef33b 100644 --- a/network/config/bindview/bindview.sln +++ b/network/config/bindview/bindview.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bindview", "bindview.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|ARM64.Build.0 = Debug|ARM64 + {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.ActiveCfg = Release|ARM64 + {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.Build.0 = Release|ARM64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.ActiveCfg = Debug|Win32 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.Build.0 = Debug|Win32 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/config/bindview/bindview.vcxproj b/network/config/bindview/bindview.vcxproj index a02b4401..352a1f43 100644 --- a/network/config/bindview/bindview.vcxproj +++ b/network/config/bindview/bindview.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ bindview + + bindview + bindview + + bindview + bindview @@ -112,6 +148,31 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + true + Level4 + %(DisableSpecificWarnings);4127 + MultiThreaded + MultiThreadedDebug + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + %(AdditionalOptions) -N + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE @@ -137,6 +198,31 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + true + Level4 + %(DisableSpecificWarnings);4127 + MultiThreaded + MultiThreadedDebug + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE + %(AdditionalOptions) -N + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE @@ -207,4 +293,4 @@ - \ No newline at end of file + diff --git a/network/modem/fakemodem/fakemodem.sln b/network/modem/fakemodem/fakemodem.sln index e956fec9..80e438b7 100644 --- a/network/modem/fakemodem/fakemodem.sln +++ b/network/modem/fakemodem/fakemodem.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemodem", "fakemodem.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|ARM64.Build.0 = Debug|ARM64 + {318EB156-D430-4B09-8400-2B72A6A73004}.Release|ARM64.ActiveCfg = Release|ARM64 + {318EB156-D430-4B09-8400-2B72A6A73004}.Release|ARM64.Build.0 = Release|ARM64 {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|Win32.ActiveCfg = Debug|Win32 {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|Win32.Build.0 = Debug|Win32 {318EB156-D430-4B09-8400-2B72A6A73004}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/modem/fakemodem/fakemodem.vcxproj b/network/modem/fakemodem/fakemodem.vcxproj index 029e5bdb..fe0d216a 100644 --- a/network/modem/fakemodem/fakemodem.vcxproj +++ b/network/modem/fakemodem/fakemodem.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ fakemodem + + fakemodem + fakemodem + + fakemodem + fakemodem @@ -110,6 +146,22 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + sha256 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -126,6 +178,22 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + sha256 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -176,4 +244,4 @@ - \ No newline at end of file + diff --git a/network/ndis/extension/base/sxbase.vcxproj b/network/ndis/extension/base/sxbase.vcxproj index aa23ad51..49a0f427 100644 --- a/network/ndis/extension/base/sxbase.vcxproj +++ b/network/ndis/extension/base/sxbase.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug x64 @@ -26,6 +34,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 True @@ -34,6 +50,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + StaticLibrary + $(IntDir) @@ -41,16 +65,28 @@ + + + + + + sxbase + + sxbase + sxbase + + sxbase + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -75,6 +111,30 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + true + Level4 + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -99,6 +159,30 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + true + Level4 + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);NDIS630=1;NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + ;%(AdditionalIncludeDirectories) @@ -132,4 +216,4 @@ - \ No newline at end of file + diff --git a/network/ndis/extension/extensions.sln b/network/ndis/extension/extensions.sln index 6915713c..60c86c4d 100644 --- a/network/ndis/extension/extensions.sln +++ b/network/ndis/extension/extensions.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -25,10 +25,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mspassthroughext", "samples EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {116389EB-9596-42A0-9C05-66DBD2A62363}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {116389EB-9596-42A0-9C05-66DBD2A62363}.Debug|ARM64.Build.0 = Debug|ARM64 + {86E5643E-4462-4EDC-A315-07C2D260C5AD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {86E5643E-4462-4EDC-A315-07C2D260C5AD}.Debug|ARM64.Build.0 = Debug|ARM64 + {C0A48ACA-3961-4E93-B2B4-4D27E0106A3B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C0A48ACA-3961-4E93-B2B4-4D27E0106A3B}.Debug|ARM64.Build.0 = Debug|ARM64 + {116389EB-9596-42A0-9C05-66DBD2A62363}.Release|ARM64.ActiveCfg = Release|ARM64 + {116389EB-9596-42A0-9C05-66DBD2A62363}.Release|ARM64.Build.0 = Release|ARM64 + {86E5643E-4462-4EDC-A315-07C2D260C5AD}.Release|ARM64.ActiveCfg = Release|ARM64 + {86E5643E-4462-4EDC-A315-07C2D260C5AD}.Release|ARM64.Build.0 = Release|ARM64 + {C0A48ACA-3961-4E93-B2B4-4D27E0106A3B}.Release|ARM64.ActiveCfg = Release|ARM64 + {C0A48ACA-3961-4E93-B2B4-4D27E0106A3B}.Release|ARM64.Build.0 = Release|ARM64 {116389EB-9596-42A0-9C05-66DBD2A62363}.Debug|x64.ActiveCfg = Debug|x64 {116389EB-9596-42A0-9C05-66DBD2A62363}.Debug|x64.Build.0 = Debug|x64 {116389EB-9596-42A0-9C05-66DBD2A62363}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/ndis/extension/samples/forward/msforwardext.vcxproj b/network/ndis/extension/samples/forward/msforwardext.vcxproj index 7efe88a3..4c356ec9 100644 --- a/network/ndis/extension/samples/forward/msforwardext.vcxproj +++ b/network/ndis/extension/samples/forward/msforwardext.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug x64 @@ -26,6 +34,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -34,6 +50,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + $(IntDir) @@ -41,16 +65,28 @@ + + + + + + msforwardext + + msforwardext + msforwardext + + msforwardext + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 @@ -65,6 +101,20 @@ sha256 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + sha256 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 @@ -79,6 +129,20 @@ sha256 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS640=1 + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib @@ -94,6 +158,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib + false + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib @@ -108,6 +187,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib + + + true + Level4 + + + + + sha256 + + ;%(AdditionalIncludeDirectories) @@ -136,4 +229,4 @@ - \ No newline at end of file + diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj index f18ca5fa..94751bcf 100644 --- a/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj +++ b/network/ndis/extension/samples/passthrough/mspassthroughext.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug x64 @@ -26,6 +34,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -34,6 +50,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + $(IntDir) @@ -41,16 +65,28 @@ + + + + + + mspassthroughext + + mspassthroughext + mspassthroughext + + mspassthroughext + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 @@ -65,6 +101,20 @@ sha256 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + sha256 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 @@ -79,6 +129,20 @@ sha256 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib @@ -94,6 +158,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib + false + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib @@ -108,6 +187,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;.\..\..\base\$(IntDir)\sxbase.lib + + + true + Level4 + + + + + sha256 + + ;%(AdditionalIncludeDirectories) @@ -136,4 +229,4 @@ - \ No newline at end of file + diff --git a/network/ndis/filter/filter.sln b/network/ndis/filter/filter.sln index 6b8b743f..161a0b5b 100644 --- a/network/ndis/filter/filter.sln +++ b/network/ndis/filter/filter.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ndislwf", "ndislwf.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|ARM64.Build.0 = Debug|ARM64 + {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|ARM64.ActiveCfg = Release|ARM64 + {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|ARM64.Build.0 = Release|ARM64 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|Win32.ActiveCfg = Debug|Win32 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|Win32.Build.0 = Debug|Win32 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/ndis/filter/ndislwf.vcxproj b/network/ndis/filter/ndislwf.vcxproj index 456ac131..78b7cc05 100644 --- a/network/ndis/filter/ndislwf.vcxproj +++ b/network/ndis/filter/ndislwf.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ndislwf + + ndislwf + ndislwf + + ndislwf + ndislwf @@ -116,6 +152,35 @@ %(PreprocessorDefinitions);NDISLWF=1 + + + true + Level4 + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + %(DisableSpecificWarnings);4201;4214 + + + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + + + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + + true @@ -145,6 +210,35 @@ %(PreprocessorDefinitions);NDISLWF=1 + + + true + Level4 + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + %(DisableSpecificWarnings);4201;4214 + + + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + + + %(AdditionalIncludeDirectories);..;. + %(PreprocessorDefinitions);NDIS60=1 + %(PreprocessorDefinitions);NDIS620=1 + %(PreprocessorDefinitions);NDIS630=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(PreprocessorDefinitions);NDISLWF=1 + + true @@ -216,6 +310,19 @@ SHA256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + + + + + SHA256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -228,6 +335,18 @@ SHA256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + + + + + SHA256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -292,4 +411,4 @@ - \ No newline at end of file + diff --git a/network/ndis/ndisprot/6x/ndisprot60.sln b/network/ndis/ndisprot/6x/ndisprot60.sln index 4c2e55ed..3588631d 100644 --- a/network/ndis/ndisprot/6x/ndisprot60.sln +++ b/network/ndis/ndisprot/6x/ndisprot60.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 @@ -19,12 +19,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prottest", "test\prottest.v EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|ARM64.Build.0 = Debug|ARM64 + {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|ARM64.Build.0 = Debug|ARM64 + {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|ARM64.Build.0 = Debug|ARM64 + {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|ARM64.ActiveCfg = Release|ARM64 + {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|ARM64.Build.0 = Release|ARM64 + {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|ARM64.ActiveCfg = Release|ARM64 + {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|ARM64.Build.0 = Release|ARM64 + {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|ARM64.ActiveCfg = Release|ARM64 + {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|ARM64.Build.0 = Release|ARM64 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|Win32.ActiveCfg = Debug|Win32 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|Win32.Build.0 = Debug|Win32 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj b/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj index 738100d5..b31504c0 100644 --- a/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj +++ b/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ndisprot60 + + ndisprot60 + ndisprot60 + + ndisprot60 + ndisprot60 @@ -100,6 +136,19 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -113,6 +162,19 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -159,6 +221,26 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + false + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -178,6 +260,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -274,4 +375,4 @@ - \ No newline at end of file + diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj index 67f57490..ec6f9bc2 100644 --- a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj +++ b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ ndisprot630 + + ndisprot630 + ndisprot630 + + ndisprot630 + ndisprot630 @@ -100,6 +136,19 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 @@ -113,6 +162,19 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 @@ -159,6 +221,26 @@ sha256 + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + false + + + sha256 + + %(AdditionalIncludeDirectories);.. @@ -178,6 +260,25 @@ sha256 + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + sha256 + + %(AdditionalIncludeDirectories);.. @@ -274,4 +375,4 @@ - \ No newline at end of file + diff --git a/network/ndis/ndisprot/6x/test/prottest.vcxproj b/network/ndis/ndisprot/6x/test/prottest.vcxproj index bbe324c4..d84848a8 100644 --- a/network/ndis/ndisprot/6x/test/prottest.vcxproj +++ b/network/ndis/ndisprot/6x/test/prottest.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ prottest + + prottest + prottest + + prottest + prottest @@ -105,6 +141,24 @@ %(PreprocessorDefinitions);_WIN32WIN_ + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + Level4 + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + + %(PreprocessorDefinitions);UNICODE=1 @@ -123,6 +177,24 @@ %(PreprocessorDefinitions);_WIN32WIN_ + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + Level4 + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + + + %(PreprocessorDefinitions);UNICODE=1 + %(PreprocessorDefinitions);_UNICODE=1 + %(PreprocessorDefinitions);_WIN32WIN_ + + %(PreprocessorDefinitions);UNICODE=1 @@ -175,6 +247,22 @@ %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalDependencies);user32.lib + + + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + + + + %(AdditionalIncludeDirectories);..\sys + + %(AdditionalDependencies);user32.lib @@ -191,6 +279,22 @@ %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalDependencies);user32.lib + + + %(AdditionalIncludeDirectories);..\sys + + + %(AdditionalIncludeDirectories);..\sys + + + + + %(AdditionalIncludeDirectories);..\sys + + %(AdditionalDependencies);user32.lib @@ -239,4 +343,4 @@ - \ No newline at end of file + diff --git a/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj b/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj index 81a2d78e..9d8bc5c5 100644 --- a/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj +++ b/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -87,9 +117,15 @@ nprt6wdf + + nprt6wdf + nprt6wdf + + nprt6wdf + nprt6wdf @@ -107,6 +143,17 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -118,6 +165,17 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 + + %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -153,6 +211,19 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + false + + + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -165,6 +236,18 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -247,4 +330,4 @@ - \ No newline at end of file + diff --git a/network/ndis/ndisprot_kmdf/Package/package.VcxProj b/network/ndis/ndisprot_kmdf/Package/package.VcxProj index a4c9990a..ac4027ff 100644 --- a/network/ndis/ndisprot_kmdf/Package/package.VcxProj +++ b/network/ndis/ndisprot_kmdf/Package/package.VcxProj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -51,10 +59,18 @@ Windows10 true + + Windows10 + true + Windows10 false + + Windows10 + false + @@ -94,12 +110,22 @@ sha256 + + + sha256 + + sha256 + + + sha256 + + - \ No newline at end of file + diff --git a/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln b/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln index e8eb8891..8b6a96a2 100644 --- a/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln +++ b/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -17,12 +17,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nprt6wdf", "60\nprt6wdf.vcx EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|ARM64.Build.0 = Debug|ARM64 + {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|ARM64.Build.0 = Debug|ARM64 + {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|ARM64.Build.0 = Debug|ARM64 + {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|ARM64.ActiveCfg = Release|ARM64 + {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|ARM64.Build.0 = Release|ARM64 + {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|ARM64.ActiveCfg = Release|ARM64 + {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|ARM64.Build.0 = Release|ARM64 + {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|ARM64.ActiveCfg = Release|ARM64 + {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|ARM64.Build.0 = Release|ARM64 {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|Win32.ActiveCfg = Debug|Win32 {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|Win32.Build.0 = Debug|Win32 {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj index da20b3b2..68b2e992 100644 --- a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj +++ b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -38,6 +46,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -46,6 +62,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -69,9 +93,15 @@ + + + + + + @@ -82,9 +112,15 @@ ProtNotify + + ProtNotify + ProtNotify + + ProtNotify + ProtNotify @@ -102,6 +138,17 @@ %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE @@ -113,6 +160,17 @@ %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE + + %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE @@ -141,12 +199,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -165,12 +235,24 @@ Sync + + + true + Sync + + true Sync + + + true + Sync + + true @@ -186,9 +268,15 @@ Static + + Static + Static + + Static + Static @@ -200,11 +288,21 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib @@ -232,6 +330,23 @@ ProtNotify.def + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + ProtNotify.def + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 @@ -249,6 +364,23 @@ ProtNotify.def + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + + + ProtNotify.def + + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 @@ -318,4 +450,4 @@ - \ No newline at end of file + diff --git a/network/ndis/netvmini/6x/60/netvmini60.vcxproj b/network/ndis/netvmini/6x/60/netvmini60.vcxproj index 5e5a4ed9..ea7ba171 100644 --- a/network/ndis/netvmini/6x/60/netvmini60.vcxproj +++ b/network/ndis/netvmini/6x/60/netvmini60.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,9 +119,15 @@ netvmini60 + + netvmini60 + netvmini60 + + netvmini60 + netvmini60 @@ -127,6 +163,35 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + sha256 + + %(PreprocessorDefinitions);NDIS60_MINIPORT=1 @@ -155,6 +220,34 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + %(PreprocessorDefinitions);NDIS60_MINIPORT=1 @@ -227,4 +320,4 @@ - \ No newline at end of file + diff --git a/network/ndis/netvmini/6x/620/netvmini620.vcxproj b/network/ndis/netvmini/6x/620/netvmini620.vcxproj index 90d22072..19fdb18f 100644 --- a/network/ndis/netvmini/6x/620/netvmini620.vcxproj +++ b/network/ndis/netvmini/6x/620/netvmini620.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,9 +119,15 @@ netvmini620 + + netvmini620 + netvmini620 + + netvmini620 + netvmini620 @@ -127,6 +163,35 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + sha256 + + %(PreprocessorDefinitions);NDIS620_MINIPORT=1 @@ -155,6 +220,34 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + %(PreprocessorDefinitions);NDIS620_MINIPORT=1 @@ -227,4 +320,4 @@ - \ No newline at end of file + diff --git a/network/ndis/netvmini/6x/630/netvmini630.vcxproj b/network/ndis/netvmini/6x/630/netvmini630.vcxproj index 65b5dd78..6902d37a 100644 --- a/network/ndis/netvmini/6x/630/netvmini630.vcxproj +++ b/network/ndis/netvmini/6x/630/netvmini630.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,9 +119,15 @@ netvmini630 + + netvmini630 + netvmini630 + + netvmini630 + netvmini630 @@ -127,6 +163,35 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + sha256 + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 @@ -155,6 +220,34 @@ sha256 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + %(PreprocessorDefinitions);NDIS630_MINIPORT=1 @@ -227,4 +320,4 @@ - \ No newline at end of file + diff --git a/network/ndis/netvmini/6x/680/netvmini680.vcxproj b/network/ndis/netvmini/6x/680/netvmini680.vcxproj index 01b8736e..7ffd03d4 100644 --- a/network/ndis/netvmini/6x/680/netvmini680.vcxproj +++ b/network/ndis/netvmini/6x/680/netvmini680.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,9 +119,15 @@ netvmini680 + + netvmini680 + netvmini680 + + netvmini680 + netvmini680 @@ -127,6 +163,35 @@ sha256 + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + sha256 + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 @@ -155,6 +220,34 @@ sha256 + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + true + Level4 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + %(DisableSpecificWarnings);4201;4214;4127 + + + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 + %(PreprocessorDefinitions);NDIS_WDM=1 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + sha256 + + %(PreprocessorDefinitions);NDIS680_MINIPORT=1 @@ -227,4 +320,4 @@ - \ No newline at end of file + diff --git a/network/ndis/netvmini/6x/netvmini.sln b/network/ndis/netvmini/6x/netvmini.sln index e5eaca43..8b934a70 100644 --- a/network/ndis/netvmini/6x/netvmini.sln +++ b/network/ndis/netvmini/6x/netvmini.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -21,12 +21,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "netvmini680", "680\netvmini EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|ARM64.Build.0 = Debug|ARM64 + {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|ARM64.Build.0 = Debug|ARM64 + {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|ARM64.ActiveCfg = Release|ARM64 + {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Release|ARM64.ActiveCfg = Release|ARM64 + {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|ARM64.ActiveCfg = Release|ARM64 + {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|ARM64.Build.0 = Release|ARM64 + {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|ARM64.ActiveCfg = Release|ARM64 + {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|ARM64.Build.0 = Release|ARM64 {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|Win32.ActiveCfg = Debug|Win32 {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|Win32.Build.0 = Debug|Win32 {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/radio/RadioManagerSample/RadioManagerSample.sln b/network/radio/RadioManagerSample/RadioManagerSample.sln index 8f24bfc5..d8598254 100644 --- a/network/radio/RadioManagerSample/RadioManagerSample.sln +++ b/network/radio/RadioManagerSample/RadioManagerSample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleRM", "cpp\SampleRM.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|ARM64.Build.0 = Debug|ARM64 + {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|ARM64.ActiveCfg = Release|ARM64 + {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|ARM64.Build.0 = Release|ARM64 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|Win32.ActiveCfg = Debug|Win32 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|Win32.Build.0 = Debug|Win32 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj b/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj index e6c3e212..05621298 100644 --- a/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj +++ b/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ SampleRM + + SampleRM + SampleRM + + SampleRM + SampleRM @@ -92,11 +128,21 @@ Sync + + + Sync + + Sync + + + Sync + + Sync @@ -112,11 +158,21 @@ %(AdditionalOptions) -N + + + %(AdditionalOptions) -N + + %(AdditionalOptions) -N + + + %(AdditionalOptions) -N + + %(AdditionalOptions) -N @@ -130,9 +186,15 @@ Dynamic + + Dynamic + Dynamic + + Dynamic + Dynamic @@ -150,6 +212,17 @@ %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS @@ -161,6 +234,17 @@ %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS + + %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS @@ -189,12 +273,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -224,6 +320,23 @@ %(AdditionalIncludeDirectories) + + + true + Level4 + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies);ntdll.lib;Kernel32.lib;advapi32.lib;oleaut32.lib;ole32.lib;uuid.lib;User32.lib + SampleRM.def + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + true @@ -241,6 +354,23 @@ %(AdditionalIncludeDirectories) + + + true + Level4 + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies);ntdll.lib;Kernel32.lib;advapi32.lib;oleaut32.lib;ole32.lib;uuid.lib;User32.lib + SampleRM.def + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + true @@ -322,4 +452,4 @@ - \ No newline at end of file + diff --git a/network/trans/ddproxy/ddproxy.sln b/network/trans/ddproxy/ddproxy.sln index f5f56da8..855decc7 100644 --- a/network/trans/ddproxy/ddproxy.sln +++ b/network/trans/ddproxy/ddproxy.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ddproxy", "sys\ddproxy.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|ARM64.Build.0 = Debug|ARM64 + {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|ARM64.ActiveCfg = Release|ARM64 + {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|ARM64.Build.0 = Release|ARM64 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|Win32.ActiveCfg = Debug|Win32 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|Win32.Build.0 = Debug|Win32 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/trans/ddproxy/sys/ddproxy.vcxproj b/network/trans/ddproxy/sys/ddproxy.vcxproj index 628cc13d..7b57c92c 100644 --- a/network/trans/ddproxy/sys/ddproxy.vcxproj +++ b/network/trans/ddproxy/sys/ddproxy.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Desktop + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ ddproxy + + ddproxy + ddproxy + + ddproxy + ddproxy @@ -110,6 +146,28 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -132,6 +190,28 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -193,4 +273,4 @@ - \ No newline at end of file + diff --git a/network/trans/inspect/inspect.sln b/network/trans/inspect/inspect.sln index 3f3ae438..2207b7fd 100644 --- a/network/trans/inspect/inspect.sln +++ b/network/trans/inspect/inspect.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30114.105 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspect", "sys\inspect.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|ARM64.Build.0 = Debug|ARM64 + {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|ARM64.ActiveCfg = Release|ARM64 + {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|ARM64.Build.0 = Release|ARM64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|Win32.ActiveCfg = Debug|x64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|Win32.Build.0 = Debug|x64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/network/trans/inspect/sys/inspect.vcxproj b/network/trans/inspect/sys/inspect.vcxproj index 398e2935..a6e3a857 100644 --- a/network/trans/inspect/sys/inspect.vcxproj +++ b/network/trans/inspect/sys/inspect.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -82,9 +112,15 @@ inspect + + inspect + inspect + + inspect + inspect @@ -113,6 +149,28 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -135,6 +193,28 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -196,4 +276,4 @@ - \ No newline at end of file + diff --git a/network/trans/msnmntr/exe/monitor.vcxproj b/network/trans/msnmntr/exe/monitor.vcxproj index 242045dd..67a80eac 100644 --- a/network/trans/msnmntr/exe/monitor.vcxproj +++ b/network/trans/msnmntr/exe/monitor.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ monitor + + monitor + monitor + + monitor + monitor @@ -99,6 +135,18 @@ %(AdditionalOptions) -N + + + %(PreprocessorDefinitions);WIN32 + + + %(PreprocessorDefinitions);WIN32 + + + %(PreprocessorDefinitions);WIN32 + %(AdditionalOptions) -N + + %(PreprocessorDefinitions);WIN32 @@ -111,6 +159,18 @@ %(AdditionalOptions) -N + + + %(PreprocessorDefinitions);WIN32 + + + %(PreprocessorDefinitions);WIN32 + + + %(PreprocessorDefinitions);WIN32 + %(AdditionalOptions) -N + + %(PreprocessorDefinitions);WIN32 @@ -141,12 +201,24 @@ true + + + Sync + true + + Sync true + + + Sync + true + + Sync @@ -163,10 +235,18 @@ Static NTDDI_WIN7 + + Static + NTDDI_WIN7 + Static NTDDI_WIN7 + + Static + NTDDI_WIN7 + Static NTDDI_WIN7 @@ -189,6 +269,20 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc @@ -203,6 +297,20 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc @@ -247,4 +355,4 @@ - \ No newline at end of file + diff --git a/network/trans/msnmntr/msnmntr.sln b/network/trans/msnmntr/msnmntr.sln index 364b4268..cc2a3d37 100644 --- a/network/trans/msnmntr/msnmntr.sln +++ b/network/trans/msnmntr/msnmntr.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msnmntr", "sys\msnmntr.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|ARM64.Build.0 = Debug|ARM64 + {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|ARM64.Build.0 = Debug|ARM64 + {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|ARM64.ActiveCfg = Release|ARM64 + {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|ARM64.Build.0 = Release|ARM64 + {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|ARM64.ActiveCfg = Release|ARM64 + {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|ARM64.Build.0 = Release|ARM64 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|Win32.ActiveCfg = Debug|Win32 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|Win32.Build.0 = Debug|Win32 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/trans/msnmntr/sys/msnmntr.vcxproj b/network/trans/msnmntr/sys/msnmntr.vcxproj index 6c3968ac..5f949703 100644 --- a/network/trans/msnmntr/sys/msnmntr.vcxproj +++ b/network/trans/msnmntr/sys/msnmntr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -84,9 +114,15 @@ msnmntr + + msnmntr + msnmntr + + msnmntr + msnmntr @@ -117,6 +153,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + true @@ -141,6 +201,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;NDIS_SUPPORT_NDIS630POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + true @@ -202,4 +286,4 @@ - \ No newline at end of file + diff --git a/network/trans/stmedit/stmedit.sln b/network/trans/stmedit/stmedit.sln index 7ee84813..38117f6f 100644 --- a/network/trans/stmedit/stmedit.sln +++ b/network/trans/stmedit/stmedit.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34511.84 @@ -7,10 +7,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stmedit", "sys\stmedit.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|ARM64.Build.0 = Debug|ARM64 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|ARM64.ActiveCfg = Release|ARM64 + {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Release|ARM64.Build.0 = Release|ARM64 {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.ActiveCfg = Debug|x64 {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Build.0 = Debug|x64 {9CE912A5-6210-4EF8-B22D-611D13254D4C}.Debug|x64.Deploy.0 = Debug|x64 diff --git a/network/trans/stmedit/sys/stmedit.vcxproj b/network/trans/stmedit/sys/stmedit.vcxproj index 1c71ec9b..8015ad17 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj +++ b/network/trans/stmedit/sys/stmedit.vcxproj @@ -1,6 +1,14 @@ + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + @@ -46,6 +62,17 @@ Driver false + + + + True + + + KMDF + WindowsKernelModeDriver10.0 + Driver + false + Windows10 False @@ -69,9 +96,15 @@ + + + + + + @@ -82,9 +115,15 @@ stmedit + + stmedit + stmedit + + stmedit + stmedit @@ -117,6 +156,32 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + true + DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) + StmEdit + Trace.h + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -143,6 +208,32 @@ sha256 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + true + DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) + StmEdit + Trace.h + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib + + + sha256 + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -214,4 +305,4 @@ - \ No newline at end of file + diff --git a/network/wsk/echosrv/echosrv.sln b/network/wsk/echosrv/echosrv.sln index d2a3e511..dd8942d2 100644 --- a/network/wsk/echosrv/echosrv.sln +++ b/network/wsk/echosrv/echosrv.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "echosrv", "echosrv.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|ARM64.Build.0 = Debug|ARM64 + {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|ARM64.ActiveCfg = Release|ARM64 + {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|ARM64.Build.0 = Release|ARM64 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|Win32.ActiveCfg = Debug|Win32 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|Win32.Build.0 = Debug|Win32 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/wsk/echosrv/echosrv.vcxproj b/network/wsk/echosrv/echosrv.vcxproj index 168be9f4..60138114 100644 --- a/network/wsk/echosrv/echosrv.vcxproj +++ b/network/wsk/echosrv/echosrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -87,9 +117,15 @@ echosrv + + echosrv + echosrv + + echosrv + echosrv @@ -117,6 +153,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories) + + + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib + + + sha256 + + true @@ -138,6 +195,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories) + + + + + %(AdditionalIncludeDirectories) + + + %(AdditionalIncludeDirectories) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib + + + sha256 + + true @@ -196,4 +274,4 @@ - \ No newline at end of file + diff --git a/nfp/net/exe/NetNfpControl.vcxproj b/nfp/net/exe/NetNfpControl.vcxproj index 6dbe997c..b834cb0b 100644 --- a/nfp/net/exe/NetNfpControl.vcxproj +++ b/nfp/net/exe/NetNfpControl.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ NetNfpControl + + NetNfpControl + NetNfpControl + + NetNfpControl + NetNfpControl @@ -93,12 +129,24 @@ MultiThreadedDebug + + + MultiThreaded + MultiThreadedDebug + + MultiThreaded MultiThreadedDebug + + + MultiThreaded + MultiThreadedDebug + + MultiThreaded @@ -114,9 +162,15 @@ Dynamic + + Dynamic + Dynamic + + Dynamic + Dynamic @@ -134,6 +188,17 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -145,6 +210,17 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -183,6 +259,22 @@ %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver @@ -199,6 +291,22 @@ %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver + + + %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib + + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver @@ -258,4 +366,4 @@ - \ No newline at end of file + diff --git a/nfp/net/netnfp.sln b/nfp/net/netnfp.sln index dff6f191..cb4b42c1 100644 --- a/nfp/net/netnfp.sln +++ b/nfp/net/netnfp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -9,12 +9,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetNfpControl", "exe\NetNfp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|ARM64.Build.0 = Debug|ARM64 + {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.ActiveCfg = Release|ARM64 + {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.Build.0 = Release|ARM64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.ActiveCfg = Debug|Win32 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.Build.0 = Debug|Win32 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/pofx/PEP/acpi/sampleacpipep.vcxproj b/pofx/PEP/acpi/sampleacpipep.vcxproj index 292eb985..9e356643 100644 --- a/pofx/PEP/acpi/sampleacpipep.vcxproj +++ b/pofx/PEP/acpi/sampleacpipep.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -116,9 +146,15 @@ sampleacpipep + + sampleacpipep + sampleacpipep + + sampleacpipep + sampleacpipep @@ -138,6 +174,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -151,6 +200,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -196,6 +258,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib @@ -215,6 +296,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib @@ -275,4 +375,4 @@ - \ No newline at end of file + diff --git a/pofx/PEP/common/pepcommon.vcxproj b/pofx/PEP/common/pepcommon.vcxproj index bdfc1117..deb1b089 100644 --- a/pofx/PEP/common/pepcommon.vcxproj +++ b/pofx/PEP/common/pepcommon.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -135,9 +165,15 @@ pepcommon + + pepcommon + pepcommon + + pepcommon + pepcommon @@ -157,6 +193,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -170,6 +219,19 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + true + Level4 + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING + + %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -215,6 +277,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib @@ -234,6 +315,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib @@ -293,4 +393,4 @@ - \ No newline at end of file + diff --git a/pofx/PEP/pepsamples.sln b/pofx/PEP/pepsamples.sln index ff0d2a00..d6c784c5 100644 --- a/pofx/PEP/pepsamples.sln +++ b/pofx/PEP/pepsamples.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -16,12 +16,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sampleacpipep", "acpi\sampl EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|ARM64.Build.0 = Debug|ARM64 + {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|ARM64.Build.0 = Debug|ARM64 + {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|ARM64.ActiveCfg = Release|ARM64 + {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|ARM64.Build.0 = Release|ARM64 + {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|ARM64.ActiveCfg = Release|ARM64 + {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|ARM64.Build.0 = Release|ARM64 {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|Win32.ActiveCfg = Debug|Win32 {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|Win32.Build.0 = Debug|Win32 {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/pofx/UMDF2/App/PowerFxApp.vcxproj b/pofx/UMDF2/App/PowerFxApp.vcxproj index 54e81f3e..3e53b98a 100644 --- a/pofx/UMDF2/App/PowerFxApp.vcxproj +++ b/pofx/UMDF2/App/PowerFxApp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ PowerFxApp + + PowerFxApp + PowerFxApp + + PowerFxApp + PowerFxApp @@ -111,6 +147,30 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + true + Level4 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -135,6 +195,30 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + true + Level4 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -200,4 +284,4 @@ - \ No newline at end of file + diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index e00d0f12..c697ef55 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -86,9 +116,15 @@ SingleComponentSingleStateUm + + SingleComponentSingleStateUm + SingleComponentSingleStateUm + + SingleComponentSingleStateUm + SingleComponentSingleStateUm @@ -125,6 +161,36 @@ sha256 + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 @@ -155,6 +221,36 @@ sha256 + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 + %(AdditionalIncludeDirectories);..\..\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 @@ -228,4 +324,4 @@ - \ No newline at end of file + diff --git a/pofx/UMDF2/pofx.sln b/pofx/UMDF2/pofx.sln index 857adade..5e0ece12 100644 --- a/pofx/UMDF2/pofx.sln +++ b/pofx/UMDF2/pofx.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SingleComponentSingleStateU EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|ARM64.Build.0 = Debug|ARM64 + {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|ARM64.Build.0 = Debug|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|ARM64.ActiveCfg = Release|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|ARM64.Build.0 = Release|ARM64 + {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|ARM64.ActiveCfg = Release|ARM64 + {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|ARM64.Build.0 = Release|ARM64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.ActiveCfg = Debug|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.Build.0 = Debug|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/pofx/WDF/App/PowerFxApp.vcxproj b/pofx/WDF/App/PowerFxApp.vcxproj index 89952032..6335416e 100644 --- a/pofx/WDF/App/PowerFxApp.vcxproj +++ b/pofx/WDF/App/PowerFxApp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ PowerFxApp + + PowerFxApp + PowerFxApp + + PowerFxApp + PowerFxApp @@ -108,6 +144,27 @@ %(AdditionalDependencies);mincore.lib + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + true + Level4 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);mincore.lib + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -129,6 +186,27 @@ %(AdditionalDependencies);mincore.lib + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + true + Level4 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(AdditionalDependencies);mincore.lib + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index fa74c793..5cc901b7 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ WdfMultiComp + + WdfMultiComp + WdfMultiComp + + WdfMultiComp + WdfMultiComp @@ -115,6 +151,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib + + + sha256 + + true @@ -136,6 +193,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc + + + %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib + + + sha256 + + true @@ -191,4 +269,4 @@ - \ No newline at end of file + diff --git a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj index 6248d1b3..41ba1e6d 100644 --- a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj +++ b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ WdfPoFx + + WdfPoFx + WdfPoFx + + WdfPoFx + WdfPoFx @@ -115,6 +151,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + true @@ -136,6 +193,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + + + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc + + + sha256 + + true @@ -191,4 +269,4 @@ - \ No newline at end of file + diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj index 3fa11719..55802c62 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ SingleComponentFStateDriver + + SingleComponentFStateDriver + SingleComponentFStateDriver + + SingleComponentFStateDriver + SingleComponentFStateDriver @@ -112,6 +148,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + true @@ -130,6 +184,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + sha256 + + true @@ -179,4 +251,4 @@ - \ No newline at end of file + diff --git a/pofx/WDF/pofx.sln b/pofx/WDF/pofx.sln index 090ddc67..dee3c04f 100644 --- a/pofx/WDF/pofx.sln +++ b/pofx/WDF/pofx.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.24720.0 @@ -26,12 +26,30 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{A1408FD2-DC7 EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|ARM64.Build.0 = Debug|ARM64 + {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|ARM64.Build.0 = Debug|ARM64 + {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|ARM64.Build.0 = Debug|ARM64 + {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|ARM64.Build.0 = Debug|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|ARM64.ActiveCfg = Release|ARM64 + {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|ARM64.Build.0 = Release|ARM64 + {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|ARM64.ActiveCfg = Release|ARM64 + {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|ARM64.Build.0 = Release|ARM64 + {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|ARM64.ActiveCfg = Release|ARM64 + {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|ARM64.Build.0 = Release|ARM64 + {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|ARM64.ActiveCfg = Release|ARM64 + {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|ARM64.Build.0 = Release|ARM64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.ActiveCfg = Debug|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.Build.0 = Debug|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln b/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln index f2bb1bc0..43df095c 100644 --- a/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln +++ b/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,6 +7,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleMagneticStripeReaderD EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 @@ -15,6 +17,10 @@ Global Release|Arm = Release|Arm EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|ARM64.Build.0 = Debug|ARM64 + {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|ARM64.ActiveCfg = Release|ARM64 + {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|ARM64.Build.0 = Release|ARM64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Win32.ActiveCfg = Debug|Win32 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Win32.Build.0 = Debug|Win32 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj index 47204b43..a0131d64 100644 --- a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj +++ b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -59,6 +67,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -67,6 +83,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -96,9 +120,15 @@ + + + + + + @@ -115,9 +145,15 @@ SampleMagneticStripeReaderDrv + + SampleMagneticStripeReaderDrv + SampleMagneticStripeReaderDrv + + SampleMagneticStripeReaderDrv + SampleMagneticStripeReaderDrv @@ -142,12 +178,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -202,6 +250,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + Sync + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + Sync @@ -216,6 +278,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + Sync + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + Sync @@ -265,6 +341,15 @@ sha256 + + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib + exports.def + + + sha256 + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -274,6 +359,15 @@ sha256 + + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib + exports.def + + + sha256 + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -349,4 +443,4 @@ - \ No newline at end of file + diff --git a/pos/drivers/barcodescanner/BarcodeScanner.sln b/pos/drivers/barcodescanner/BarcodeScanner.sln index 84324ec7..f8664c46 100644 --- a/pos/drivers/barcodescanner/BarcodeScanner.sln +++ b/pos/drivers/barcodescanner/BarcodeScanner.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,6 +7,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBarcodeScannerDrv", " EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 @@ -15,6 +17,10 @@ Global Release|Arm = Release|Arm EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|ARM64.Build.0 = Debug|ARM64 + {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|ARM64.ActiveCfg = Release|ARM64 + {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|ARM64.Build.0 = Release|ARM64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Win32.ActiveCfg = Debug|Win32 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Win32.Build.0 = Debug|Win32 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj index ddae9ffc..0c84c2cf 100644 --- a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj +++ b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -59,6 +67,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -67,6 +83,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -96,9 +120,15 @@ + + + + + + @@ -115,9 +145,15 @@ SampleBarcodeScannerDrv + + SampleBarcodeScannerDrv + SampleBarcodeScannerDrv + + SampleBarcodeScannerDrv + SampleBarcodeScannerDrv @@ -142,12 +178,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -202,6 +250,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + Sync + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + Sync @@ -216,6 +278,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + Sync + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc + + Sync @@ -265,6 +341,15 @@ sha256 + + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib + exports.def + + + sha256 + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -274,6 +359,15 @@ sha256 + + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib + exports.def + + + sha256 + + %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -349,4 +443,4 @@ - \ No newline at end of file + diff --git a/prm/PrmFunc/prmfuncsample.vcxproj b/prm/PrmFunc/prmfuncsample.vcxproj index 730402d2..a159bb27 100644 --- a/prm/PrmFunc/prmfuncsample.vcxproj +++ b/prm/PrmFunc/prmfuncsample.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug x64 @@ -22,6 +30,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Desktop + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -30,6 +46,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Desktop + KMDF + WindowsKernelModeDriver10.0 + Driver + $(IntDir) @@ -37,9 +61,15 @@ + + + + + + * @@ -52,9 +82,15 @@ prmfuncsample + + prmfuncsample + prmfuncsample + + prmfuncsample + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -70,6 +106,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + true + Level4 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -85,6 +136,21 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + true + Level4 + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) + + + sha256 + + @@ -101,4 +167,4 @@ - \ No newline at end of file + diff --git a/prm/prmsample.sln b/prm/prmsample.sln index 9bee6614..286753fe 100644 --- a/prm/prmsample.sln +++ b/prm/prmsample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.9.34414.90 @@ -7,10 +7,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prmfuncsample", "prmfunc\pr EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|ARM64.Build.0 = Debug|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|ARM64.ActiveCfg = Release|ARM64 + {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|ARM64.Build.0 = Release|ARM64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.ActiveCfg = Debug|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.Build.0 = Debug|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.Deploy.0 = Debug|x64 diff --git a/sd/miniport/sdhc/inbox/sdhc.vcxproj b/sd/miniport/sdhc/inbox/sdhc.vcxproj index f44f00b0..09eb6244 100644 --- a/sd/miniport/sdhc/inbox/sdhc.vcxproj +++ b/sd/miniport/sdhc/inbox/sdhc.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Desktop + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Desktop + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -82,9 +112,15 @@ sdhc + + sdhc + sdhc + + sdhc + sdhc @@ -105,6 +141,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -119,6 +169,20 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + true + Level4 + + + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -164,4 +228,4 @@ - \ No newline at end of file + diff --git a/sd/miniport/sdhc/sdhc.sln b/sd/miniport/sdhc/sdhc.sln index f3ea0bb2..2afe032e 100644 --- a/sd/miniport/sdhc/sdhc.sln +++ b/sd/miniport/sdhc/sdhc.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdhc", "inbox\sdhc.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|ARM64.Build.0 = Debug|ARM64 + {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|ARM64.ActiveCfg = Release|ARM64 + {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|ARM64.Build.0 = Release|ARM64 {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|Win32.ActiveCfg = Debug|Win32 {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|Win32.Build.0 = Debug|Win32 {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/security/elam/elam.sln b/security/elam/elam.sln index 9bd375a2..b3ce7cf8 100644 --- a/security/elam/elam.sln +++ b/security/elam/elam.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elamsample", "elamsample.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|ARM64.Build.0 = Debug|ARM64 + {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|ARM64.ActiveCfg = Release|ARM64 + {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|ARM64.Build.0 = Release|ARM64 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|Win32.ActiveCfg = Debug|Win32 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|Win32.Build.0 = Debug|Win32 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/security/elam/elamsample.vcxproj b/security/elam/elamsample.vcxproj index e4148795..0ee5dca7 100644 --- a/security/elam/elamsample.vcxproj +++ b/security/elam/elamsample.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ elamsample + + elamsample + elamsample + + elamsample + elamsample @@ -99,6 +135,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -110,6 +157,17 @@ sha256 + + + true + Level4 + + + + + sha256 + + true @@ -149,4 +207,4 @@ - \ No newline at end of file + diff --git a/sensors/ADXL345Acc/ADXL345Acc.sln b/sensors/ADXL345Acc/ADXL345Acc.sln index f3bbe543..c9c1e30c 100644 --- a/sensors/ADXL345Acc/ADXL345Acc.sln +++ b/sensors/ADXL345Acc/ADXL345Acc.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ADXL345Acc", "ADXL345Acc.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3A526221-1444-46C8-974F-E143021E03DE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {3A526221-1444-46C8-974F-E143021E03DE}.Debug|ARM64.Build.0 = Debug|ARM64 + {3A526221-1444-46C8-974F-E143021E03DE}.Release|ARM64.ActiveCfg = Release|ARM64 + {3A526221-1444-46C8-974F-E143021E03DE}.Release|ARM64.Build.0 = Release|ARM64 {3A526221-1444-46C8-974F-E143021E03DE}.Debug|Win32.ActiveCfg = Debug|Win32 {3A526221-1444-46C8-974F-E143021E03DE}.Debug|Win32.Build.0 = Debug|Win32 {3A526221-1444-46C8-974F-E143021E03DE}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/ADXL345Acc/ADXL345Acc.vcxproj b/sensors/ADXL345Acc/ADXL345Acc.vcxproj index 1f65559e..8108ba9d 100644 --- a/sensors/ADXL345Acc/ADXL345Acc.vcxproj +++ b/sensors/ADXL345Acc/ADXL345Acc.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ ADXL345Acc + + ADXL345Acc + ADXL345Acc + + ADXL345Acc + ADXL345Acc @@ -125,6 +161,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + ADXL345Acc.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -150,6 +211,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1; + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1; + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + ADXL345Acc.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -213,4 +299,4 @@ - \ No newline at end of file + diff --git a/sensors/Activity/Activity.sln b/sensors/Activity/Activity.sln index 918419d9..f1a9698d 100644 --- a/sensors/Activity/Activity.sln +++ b/sensors/Activity/Activity.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Activity", "Activity.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|ARM64.Build.0 = Debug|ARM64 + {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|ARM64.ActiveCfg = Release|ARM64 + {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|ARM64.Build.0 = Release|ARM64 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|Win32.ActiveCfg = Debug|Win32 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|Win32.Build.0 = Debug|Win32 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/Activity/Activity.vcxproj b/sensors/Activity/Activity.vcxproj index 28a11aee..20471b3c 100644 --- a/sensors/Activity/Activity.vcxproj +++ b/sensors/Activity/Activity.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ Activity + + Activity + Activity + + Activity + Activity @@ -125,6 +161,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + Activity.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -150,6 +211,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + Activity.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -213,4 +299,4 @@ - \ No newline at end of file + diff --git a/sensors/CustomSensors/CustomSensors.sln b/sensors/CustomSensors/CustomSensors.sln index 7a56d3a7..7b2d1aba 100644 --- a/sensors/CustomSensors/CustomSensors.sln +++ b/sensors/CustomSensors/CustomSensors.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomSensors", "CustomSens EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|ARM64.Build.0 = Debug|ARM64 + {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|ARM64.ActiveCfg = Release|ARM64 + {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|ARM64.Build.0 = Release|ARM64 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|Win32.ActiveCfg = Debug|Win32 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|Win32.Build.0 = Debug|Win32 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/CustomSensors/CustomSensors.vcxproj b/sensors/CustomSensors/CustomSensors.vcxproj index 94c00d0b..4f8d8089 100644 --- a/sensors/CustomSensors/CustomSensors.vcxproj +++ b/sensors/CustomSensors/CustomSensors.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ CustomSensors + + CustomSensors + CustomSensors + + CustomSensors + CustomSensors @@ -125,6 +161,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + CustomSensors.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -150,6 +211,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + CustomSensors.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -213,4 +299,4 @@ - \ No newline at end of file + diff --git a/sensors/Fusion/FusionSensor.sln b/sensors/Fusion/FusionSensor.sln index 39ab0322..165e1d54 100644 --- a/sensors/Fusion/FusionSensor.sln +++ b/sensors/Fusion/FusionSensor.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FusionSensor", "FusionSenso EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.Build.0 = Debug|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.ActiveCfg = Release|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.Build.0 = Release|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.ActiveCfg = Debug|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.Build.0 = Debug|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/Fusion/FusionSensor.vcxproj b/sensors/Fusion/FusionSensor.vcxproj index 7bb21ddb..8c2c4016 100644 --- a/sensors/Fusion/FusionSensor.vcxproj +++ b/sensors/Fusion/FusionSensor.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ FusionSensor + + FusionSensor + FusionSensor + + FusionSensor + FusionSensor @@ -125,6 +161,30 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + Sync + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + FusionSensor.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -149,6 +209,30 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + Sync + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + FusionSensor.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -210,4 +294,4 @@ - \ No newline at end of file + diff --git a/sensors/Pedometer/Pedometer.sln b/sensors/Pedometer/Pedometer.sln index f2d1b250..48ab5789 100644 --- a/sensors/Pedometer/Pedometer.sln +++ b/sensors/Pedometer/Pedometer.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pedometer", "Pedometer.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.Build.0 = Debug|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.ActiveCfg = Release|ARM64 + {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.Build.0 = Release|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.ActiveCfg = Debug|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.Build.0 = Debug|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/Pedometer/Pedometer.vcxproj b/sensors/Pedometer/Pedometer.vcxproj index da71f9bd..989d1cae 100644 --- a/sensors/Pedometer/Pedometer.vcxproj +++ b/sensors/Pedometer/Pedometer.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ Pedometer + + Pedometer + Pedometer + + Pedometer + Pedometer @@ -125,6 +161,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + Pedometer.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -150,6 +211,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + Pedometer.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -213,4 +299,4 @@ - \ No newline at end of file + diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.sln b/sensors/SensorsComboDriver/SensorsComboDriver.sln index e6f4e500..48c1639a 100644 --- a/sensors/SensorsComboDriver/SensorsComboDriver.sln +++ b/sensors/SensorsComboDriver/SensorsComboDriver.sln @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SensorsComboDriver", "Senso EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.Build.0 = Debug|ARM64 + {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.ActiveCfg = Release|ARM64 + {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.Build.0 = Release|ARM64 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|Win32.ActiveCfg = Debug|Win32 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|Win32.Build.0 = Debug|Win32 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj index 068b9f3c..126a85cd 100644 --- a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj +++ b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ SensorsComboDriver + + SensorsComboDriver + SensorsComboDriver + + SensorsComboDriver + SensorsComboDriver @@ -123,6 +159,29 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + Sync + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -146,6 +205,29 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + Sync + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln index 3dc42976..9fca17d4 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleDeviceOrientationSens EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|ARM64.Build.0 = Debug|ARM64 + {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|ARM64.ActiveCfg = Release|ARM64 + {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|ARM64.Build.0 = Release|ARM64 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|Win32.ActiveCfg = Debug|Win32 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|Win32.Build.0 = Debug|Win32 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj index 56a6a1ad..ec3c3519 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -91,9 +121,15 @@ SimpleDeviceOrientationSensor + + SimpleDeviceOrientationSensor + SimpleDeviceOrientationSensor + + SimpleDeviceOrientationSensor + SimpleDeviceOrientationSensor @@ -125,6 +161,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + SimpleDeviceOrientationSensor.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -150,6 +211,31 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + true + Level4 + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 + + + %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib + SimpleDeviceOrientationSensor.def + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -213,4 +299,4 @@ - \ No newline at end of file + diff --git a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj index 94895192..2e45f257 100644 --- a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj +++ b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ VirtualSerial2um + + VirtualSerial2um + VirtualSerial2um + + VirtualSerial2um + VirtualSerial2um @@ -110,6 +146,28 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -132,6 +190,28 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -196,4 +276,4 @@ - \ No newline at end of file + diff --git a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj index 090bc69f..284ae23b 100644 --- a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj +++ b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Windows Driver + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ fakemodem2um + + fakemodem2um + fakemodem2um + + fakemodem2um + fakemodem2um @@ -110,6 +146,28 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 @@ -132,6 +190,28 @@ sha256 + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 @@ -196,4 +276,4 @@ - \ No newline at end of file + diff --git a/serial/VirtualSerial2/VirtualSerial.sln b/serial/VirtualSerial2/VirtualSerial.sln index 79d6c48f..da034e9f 100644 --- a/serial/VirtualSerial2/VirtualSerial.sln +++ b/serial/VirtualSerial2/VirtualSerial.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemodem2um", "FakeModem\f EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|ARM64.Build.0 = Debug|ARM64 + {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|ARM64.Build.0 = Debug|ARM64 + {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|ARM64.ActiveCfg = Release|ARM64 + {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|ARM64.Build.0 = Release|ARM64 + {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|ARM64.ActiveCfg = Release|ARM64 + {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|ARM64.Build.0 = Release|ARM64 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|Win32.ActiveCfg = Debug|Win32 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|Win32.Build.0 = Debug|Win32 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/serial/serenum/SerEnum_sample.vcxproj b/serial/serenum/SerEnum_sample.vcxproj index d189ece0..fbd3214a 100644 --- a/serial/serenum/SerEnum_sample.vcxproj +++ b/serial/serenum/SerEnum_sample.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ SerEnum_sample + + SerEnum_sample + SerEnum_sample + + SerEnum_sample + SerEnum_sample @@ -101,6 +137,20 @@ sha256 + + + %(PreprocessorDefinitions);/wd4996 + + + %(PreprocessorDefinitions);/wd4996 + + + %(PreprocessorDefinitions);/wd4996 + + + sha256 + + %(PreprocessorDefinitions);/wd4996 @@ -115,6 +165,20 @@ sha256 + + + %(PreprocessorDefinitions);/wd4996 + + + %(PreprocessorDefinitions);/wd4996 + + + %(PreprocessorDefinitions);/wd4996 + + + sha256 + + %(PreprocessorDefinitions);/wd4996 @@ -188,12 +252,24 @@ + + + + + + + + + + + + @@ -227,4 +303,4 @@ - \ No newline at end of file + diff --git a/serial/serenum/serenum.sln b/serial/serenum/serenum.sln index 0e92c0d8..e3aebaeb 100644 --- a/serial/serenum/serenum.sln +++ b/serial/serenum/serenum.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SerEnum_sample", "SerEnum_s EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|ARM64.Build.0 = Debug|ARM64 + {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|ARM64.ActiveCfg = Release|ARM64 + {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|ARM64.Build.0 = Release|ARM64 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|Win32.ActiveCfg = Debug|Win32 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|Win32.Build.0 = Debug|Win32 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/serial/serial/serial.sln b/serial/serial/serial.sln index f1605d94..ee5d0223 100644 --- a/serial/serial/serial.sln +++ b/serial/serial/serial.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wdfserial", "wdfserial.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|ARM64.Build.0 = Debug|ARM64 + {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|ARM64.ActiveCfg = Release|ARM64 + {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|ARM64.Build.0 = Release|ARM64 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|Win32.ActiveCfg = Debug|Win32 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|Win32.Build.0 = Debug|Win32 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/serial/serial/wdfserial.vcxproj b/serial/serial/wdfserial.vcxproj index 9627ed14..ded90903 100644 --- a/serial/serial/wdfserial.vcxproj +++ b/serial/serial/wdfserial.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -276,9 +306,15 @@ wdfserial + + wdfserial + wdfserial + + wdfserial + wdfserial @@ -290,11 +326,21 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib @@ -321,6 +367,22 @@ sha256 + + + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(PreprocessorDefinitions);EVENT_TRACING + + + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + %(PreprocessorDefinitions);EVENT_TRACING @@ -337,6 +399,22 @@ sha256 + + + %(PreprocessorDefinitions);EVENT_TRACING + + + + + %(PreprocessorDefinitions);EVENT_TRACING + + + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + %(PreprocessorDefinitions);EVENT_TRACING @@ -392,4 +470,4 @@ - \ No newline at end of file + diff --git a/simbatt/func/simbatt.sln b/simbatt/func/simbatt.sln index 3935e76a..91f32957 100644 --- a/simbatt/func/simbatt.sln +++ b/simbatt/func/simbatt.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simbatt", "simbatt.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|ARM64.Build.0 = Debug|ARM64 + {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.ActiveCfg = Release|ARM64 + {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.Build.0 = Release|ARM64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.ActiveCfg = Debug|Win32 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.Build.0 = Debug|Win32 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/simbatt/func/simbatt.vcxproj b/simbatt/func/simbatt.vcxproj index 342480fb..6176c37a 100644 --- a/simbatt/func/simbatt.vcxproj +++ b/simbatt/func/simbatt.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ simbatt + + simbatt + simbatt + + simbatt + simbatt @@ -112,6 +148,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib + + + sha256 + + true @@ -136,6 +196,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + + + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + %(PreprocessorDefinitions);DRIVER;DEBUGPRINT + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib + + + sha256 + + true @@ -202,4 +286,4 @@ - \ No newline at end of file + diff --git a/smartcrd/pscr/Pscr.vcxproj b/smartcrd/pscr/Pscr.vcxproj index c9119710..2139e733 100644 --- a/smartcrd/pscr/Pscr.vcxproj +++ b/smartcrd/pscr/Pscr.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Desktop + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Desktop + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ Pscr + + Pscr + Pscr + + Pscr + Pscr @@ -113,6 +149,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\smclib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);..\inc;. + + + %(AdditionalIncludeDirectories);..\inc;. + + + + + %(AdditionalIncludeDirectories);..\inc;. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\smclib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -132,6 +187,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\smclib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);..\inc;. + + + %(AdditionalIncludeDirectories);..\inc;. + + + + + %(AdditionalIncludeDirectories);..\inc;. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\smclib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib diff --git a/smartcrd/pscr/pscr.inx b/smartcrd/pscr/pscr.inx index 93ea8f4b..ad9040fe 100644 Binary files a/smartcrd/pscr/pscr.inx and b/smartcrd/pscr/pscr.inx differ diff --git a/smartcrd/smartcrd.sln b/smartcrd/smartcrd.sln index 8c403bcf..2a566bcb 100644 --- a/smartcrd/smartcrd.sln +++ b/smartcrd/smartcrd.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pscr", "pscr\Pscr.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Debug|ARM64.Build.0 = Debug|ARM64 + {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Release|ARM64.ActiveCfg = Release|ARM64 + {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Release|ARM64.Build.0 = Release|ARM64 {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Debug|Win32.ActiveCfg = Debug|Win32 {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Debug|Win32.Build.0 = Debug|Win32 {BD0EF16C-0230-4D98-B6FC-FEAD0FC3398D}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/spb/SkeletonI2C/SkeletonI2C.sln b/spb/SkeletonI2C/SkeletonI2C.sln index 029fb5bb..b04f67f9 100644 --- a/spb/SkeletonI2C/SkeletonI2C.sln +++ b/spb/SkeletonI2C/SkeletonI2C.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skeletoni2c", "skeletoni2c. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|ARM64.Build.0 = Debug|ARM64 + {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|ARM64.ActiveCfg = Release|ARM64 + {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|ARM64.Build.0 = Release|ARM64 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|Win32.ActiveCfg = Debug|Win32 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|Win32.Build.0 = Debug|Win32 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/spb/SkeletonI2C/skeletoni2c.vcxproj b/spb/SkeletonI2C/skeletoni2c.vcxproj index 2844d1a8..3efbb682 100644 --- a/spb/SkeletonI2C/skeletoni2c.vcxproj +++ b/spb/SkeletonI2C/skeletoni2c.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -97,9 +127,15 @@ skeletoni2c + + skeletoni2c + skeletoni2c + + skeletoni2c + skeletoni2c @@ -127,6 +163,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalDependencies);$(SPB_LIB_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR)\SpbCxStubs.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -148,6 +205,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalDependencies);$(SPB_LIB_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR)\SpbCxStubs.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -206,4 +284,4 @@ - \ No newline at end of file + diff --git a/spb/SpbTestTool/SpbTestTool.sln b/spb/SpbTestTool/SpbTestTool.sln index 0c0a4c6a..69f64a8c 100644 --- a/spb/SpbTestTool/SpbTestTool.sln +++ b/spb/SpbTestTool/SpbTestTool.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SpbTestTool", "sys\SpbTestT EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|ARM64.Build.0 = Debug|ARM64 + {028ED946-EE58-43F7-834B-297119CE4720}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {028ED946-EE58-43F7-834B-297119CE4720}.Debug|ARM64.Build.0 = Debug|ARM64 + {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|ARM64.ActiveCfg = Release|ARM64 + {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|ARM64.Build.0 = Release|ARM64 + {028ED946-EE58-43F7-834B-297119CE4720}.Release|ARM64.ActiveCfg = Release|ARM64 + {028ED946-EE58-43F7-834B-297119CE4720}.Release|ARM64.Build.0 = Release|ARM64 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|Win32.ActiveCfg = Debug|Win32 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|Win32.Build.0 = Debug|Win32 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/spb/SpbTestTool/exe/SpbTestTool.vcxproj b/spb/SpbTestTool/exe/SpbTestTool.vcxproj index a4b8d011..1b7aa81d 100644 --- a/spb/SpbTestTool/exe/SpbTestTool.vcxproj +++ b/spb/SpbTestTool/exe/SpbTestTool.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ SpbTestTool + + SpbTestTool + SpbTestTool + + SpbTestTool + SpbTestTool @@ -93,12 +129,24 @@ Level4 + + + true + Level4 + + true Level4 + + + true + Level4 + + true @@ -132,6 +180,27 @@ sha256 + + + Sync + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(AdditionalDependencies);kernel32.lib + + + sha256 + + Sync @@ -153,6 +222,27 @@ sha256 + + + Sync + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) + + + %(AdditionalDependencies);kernel32.lib + + + sha256 + + Sync @@ -213,4 +303,4 @@ - \ No newline at end of file + diff --git a/spb/SpbTestTool/sys/SpbTestTool.vcxproj b/spb/SpbTestTool/sys/SpbTestTool.vcxproj index 072066dc..ff2e4e1d 100644 --- a/spb/SpbTestTool/sys/SpbTestTool.vcxproj +++ b/spb/SpbTestTool/sys/SpbTestTool.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -97,9 +127,15 @@ SpbTestTool + + SpbTestTool + SpbTestTool + + SpbTestTool + SpbTestTool @@ -127,6 +163,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalDependencies) + + + sha256 + + true @@ -148,6 +205,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) + + + %(AdditionalDependencies) + + + sha256 + + true @@ -206,4 +284,4 @@ - \ No newline at end of file + diff --git a/storage/class/classpnp/classpnp.sln b/storage/class/classpnp/classpnp.sln index 8078e6e1..7630a163 100644 --- a/storage/class/classpnp/classpnp.sln +++ b/storage/class/classpnp/classpnp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "classpnp", "src\classpnp.vc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|ARM64.Build.0 = Debug|ARM64 + {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|ARM64.ActiveCfg = Release|ARM64 + {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|ARM64.Build.0 = Release|ARM64 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|Win32.ActiveCfg = Debug|Win32 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|Win32.Build.0 = Debug|Win32 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/class/classpnp/src/classpnp.vcxproj b/storage/class/classpnp/src/classpnp.vcxproj index 3b4316b1..229fc916 100644 --- a/storage/class/classpnp/src/classpnp.vcxproj +++ b/storage/class/classpnp/src/classpnp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + ExportDriver + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + ExportDriver + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -95,9 +125,15 @@ classpnp + + classpnp + classpnp + + classpnp + classpnp @@ -135,6 +171,37 @@ %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + true @@ -166,6 +233,37 @@ %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc + %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 + %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 + %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 + + true @@ -247,6 +345,25 @@ sha256 + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + class.def + + + sha256 + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT @@ -266,6 +383,25 @@ sha256 + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + class.def + + + sha256 + + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT @@ -330,4 +466,4 @@ - \ No newline at end of file + diff --git a/storage/class/disk/disk.sln b/storage/class/disk/disk.sln index 26ff24dd..fc5cb946 100644 --- a/storage/class/disk/disk.sln +++ b/storage/class/disk/disk.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disk", "src\disk.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|ARM64.Build.0 = Debug|ARM64 + {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|ARM64.ActiveCfg = Release|ARM64 + {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|ARM64.Build.0 = Release|ARM64 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|Win32.ActiveCfg = Debug|Win32 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|Win32.Build.0 = Debug|Win32 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/class/disk/src/disk.vcxproj b/storage/class/disk/src/disk.vcxproj index a1e3cf5d..e28ed496 100644 --- a/storage/class/disk/src/disk.vcxproj +++ b/storage/class/disk/src/disk.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -90,9 +120,15 @@ disk + + disk + disk + + disk + disk @@ -121,6 +157,28 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib @@ -143,6 +201,28 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + + + %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc + %(PreprocessorDefinitions);DEBUG_USE_KDPRINT + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib @@ -203,4 +283,4 @@ - \ No newline at end of file + diff --git a/storage/iscsi/iscsi.sln b/storage/iscsi/iscsi.sln index 819e26da..d25a0ebb 100644 --- a/storage/iscsi/iscsi.sln +++ b/storage/iscsi/iscsi.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EmptyProject", "src\EmptyPr EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|ARM64.Build.0 = Debug|ARM64 + {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|ARM64.ActiveCfg = Release|ARM64 + {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|ARM64.Build.0 = Release|ARM64 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|Win32.ActiveCfg = Debug|Win32 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|Win32.Build.0 = Debug|Win32 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/iscsi/src/EmptyProject.vcxproj b/storage/iscsi/src/EmptyProject.vcxproj index 21c5ce69..034ad2b0 100644 --- a/storage/iscsi/src/EmptyProject.vcxproj +++ b/storage/iscsi/src/EmptyProject.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ EmptyProject + + EmptyProject + EmptyProject + + EmptyProject + EmptyProject @@ -97,6 +133,15 @@ true + + + + + + + true + + @@ -106,6 +151,15 @@ true + + + + + + + true + + @@ -137,4 +191,4 @@ - \ No newline at end of file + diff --git a/storage/miniports/lsi_u3/lsi_u3.sln b/storage/miniports/lsi_u3/lsi_u3.sln index 94476382..db73b45d 100644 --- a/storage/miniports/lsi_u3/lsi_u3.sln +++ b/storage/miniports/lsi_u3/lsi_u3.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lsi_u3", "src\lsi_u3.vcxpro EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|ARM64.Build.0 = Debug|ARM64 + {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|ARM64.ActiveCfg = Release|ARM64 + {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|ARM64.Build.0 = Release|ARM64 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|Win32.ActiveCfg = Debug|Win32 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|Win32.Build.0 = Debug|Win32 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/miniports/lsi_u3/src/lsi_u3.inf b/storage/miniports/lsi_u3/src/lsi_u3.inf index 821c9555..8a36e3d1 100644 Binary files a/storage/miniports/lsi_u3/src/lsi_u3.inf and b/storage/miniports/lsi_u3/src/lsi_u3.inf differ diff --git a/storage/miniports/lsi_u3/src/lsi_u3.vcxproj b/storage/miniports/lsi_u3/src/lsi_u3.vcxproj index 4c380734..54e03db6 100644 --- a/storage/miniports/lsi_u3/src/lsi_u3.vcxproj +++ b/storage/miniports/lsi_u3/src/lsi_u3.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + Miniport + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + Miniport + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ lsi_u3 + + lsi_u3 + lsi_u3 + + lsi_u3 + lsi_u3 @@ -109,6 +145,28 @@ sha256 + + + %(AdditionalOptions) /Ob1 + %(AdditionalIncludeDirectories);..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib + + + sha256 + + %(AdditionalOptions) /Ob1 @@ -131,6 +189,28 @@ sha256 + + + %(AdditionalOptions) /Ob1 + %(AdditionalIncludeDirectories);..\..\inc + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib + + + sha256 + + %(AdditionalOptions) /Ob1 @@ -192,4 +272,4 @@ - \ No newline at end of file + diff --git a/storage/miniports/storahci/src/inbox/storahci.vcxproj b/storage/miniports/storahci/src/inbox/storahci.vcxproj index 8d3ec54d..67793fce 100644 --- a/storage/miniports/storahci/src/inbox/storahci.vcxproj +++ b/storage/miniports/storahci/src/inbox/storahci.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + Miniport + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + Miniport + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -85,9 +115,15 @@ storahci + + storahci + storahci + + storahci + storahci @@ -115,6 +151,27 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -136,6 +193,27 @@ sha256 + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) + true + Level4 + + + + + %(AdditionalIncludeDirectories);..\..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\..\inc @@ -226,4 +304,4 @@ - \ No newline at end of file + diff --git a/storage/miniports/storahci/storahci.sln b/storage/miniports/storahci/storahci.sln index fd7aaea4..2582602d 100644 --- a/storage/miniports/storahci/storahci.sln +++ b/storage/miniports/storahci/storahci.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "storahci", "src\inbox\stora EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|ARM64.Build.0 = Debug|ARM64 + {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|ARM64.ActiveCfg = Release|ARM64 + {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|ARM64.Build.0 = Release|ARM64 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|Win32.ActiveCfg = Debug|Win32 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|Win32.Build.0 = Debug|Win32 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/msdsm/msdsm.sln b/storage/msdsm/msdsm.sln index 26e0a90d..354566eb 100644 --- a/storage/msdsm/msdsm.sln +++ b/storage/msdsm/msdsm.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleDSM", "src\SampleDSM. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|ARM64.ActiveCfg = Release|ARM64 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|Win32.ActiveCfg = Debug|Win32 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|Win32.Build.0 = Debug|Win32 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/msdsm/src/SampleDSM.vcxproj b/storage/msdsm/src/SampleDSM.vcxproj index fe3104b8..85af9d2a 100644 --- a/storage/msdsm/src/SampleDSM.vcxproj +++ b/storage/msdsm/src/SampleDSM.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -142,12 +172,24 @@ Level4 + + + true + Level4 + + true Level4 + + + true + Level4 + + true @@ -163,9 +205,15 @@ SampleDSM + + SampleDSM + SampleDSM + + SampleDSM + SampleDSM @@ -177,11 +225,21 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib + + %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib + + %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib @@ -211,6 +269,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + sha256 + + %(AdditionalIncludeDirectories);..\inc @@ -230,6 +307,25 @@ sha256 + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + + + %(AdditionalIncludeDirectories);..\inc + %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE + + + sha256 + + %(AdditionalIncludeDirectories);..\inc @@ -310,4 +406,4 @@ - \ No newline at end of file + diff --git a/storage/tools/spti/spti.sln b/storage/tools/spti/spti.sln index 3075d257..bfe1ca94 100644 --- a/storage/tools/spti/spti.sln +++ b/storage/tools/spti/spti.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spti", "src\spti.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.Build.0 = Debug|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.ActiveCfg = Release|ARM64 + {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.Build.0 = Release|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.ActiveCfg = Debug|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.Build.0 = Debug|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/storage/tools/spti/src/spti.vcxproj b/storage/tools/spti/src/spti.vcxproj index 6118b8d4..19c8bc28 100644 --- a/storage/tools/spti/src/spti.vcxproj +++ b/storage/tools/spti/src/spti.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ spti + + spti + spti + + spti + spti @@ -102,6 +138,21 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + true @@ -117,6 +168,21 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + true + Level4 + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) + + true @@ -163,4 +229,4 @@ - \ No newline at end of file + diff --git a/thermal/simsensor/simsensor.sln b/thermal/simsensor/simsensor.sln index 512d83ff..70897349 100644 --- a/thermal/simsensor/simsensor.sln +++ b/thermal/simsensor/simsensor.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simsensor", "simsensor.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|ARM64.Build.0 = Debug|ARM64 + {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|ARM64.ActiveCfg = Release|ARM64 + {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|ARM64.Build.0 = Release|ARM64 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|Win32.ActiveCfg = Debug|Win32 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|Win32.Build.0 = Debug|Win32 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/thermal/simsensor/simsensor.vcxproj b/thermal/simsensor/simsensor.vcxproj index 1d77a7de..8e47a6aa 100644 --- a/thermal/simsensor/simsensor.vcxproj +++ b/thermal/simsensor/simsensor.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ simsensor + + simsensor + simsensor + + simsensor + simsensor @@ -109,6 +145,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + + + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + sha256 + + true @@ -130,6 +187,27 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + + + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + %(PreprocessorDefinitions);DRIVER=1;STRICT=1 + %(AdditionalIncludeDirectories);..\inc\ + + + sha256 + + true @@ -189,4 +267,4 @@ - \ No newline at end of file + diff --git a/thermal/thermalclient/simtc.vcxproj b/thermal/thermalclient/simtc.vcxproj index 2ce2a1dc..8ff9b73a 100644 --- a/thermal/thermalclient/simtc.vcxproj +++ b/thermal/thermalclient/simtc.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ simtc + + simtc + simtc + + simtc + simtc @@ -109,6 +145,27 @@ SHA256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + + + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + SHA256 + + true @@ -130,6 +187,27 @@ SHA256 + + + true + Level4 + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + + + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + %(PreprocessorDefinitions);DRIVER=1 + %(AdditionalIncludeDirectories) + + + SHA256 + + true @@ -189,4 +267,4 @@ - \ No newline at end of file + diff --git a/thermal/thermalclient/thermalclient.sln b/thermal/thermalclient/thermalclient.sln index 5937422f..d2fb861b 100644 --- a/thermal/thermalclient/thermalclient.sln +++ b/thermal/thermalclient/thermalclient.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simtc", "simtc.vcxproj", "{ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|ARM64.Build.0 = Debug|ARM64 + {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|ARM64.ActiveCfg = Release|ARM64 + {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|ARM64.Build.0 = Release|ARM64 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|Win32.ActiveCfg = Debug|Win32 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|Win32.Build.0 = Debug|Win32 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln index be93b746..28725b14 100644 --- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln +++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UcmUcsiAcpiSample", "UcmUcs EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|ARM64.Build.0 = Debug|ARM64 + {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|ARM64.ActiveCfg = Release|ARM64 + {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|ARM64.Build.0 = Release|ARM64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.ActiveCfg = Debug|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.Build.0 = Debug|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.Deploy.0 = Debug|x64 diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj index 610fcc44..cbc042fc 100644 --- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj +++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -52,6 +60,14 @@ KMDF Windows Driver + + Windows10 + true + WindowsKernelModeDriver10.0 + Driver + KMDF + Windows Driver + Windows10 false @@ -60,6 +76,14 @@ KMDF Windows Driver + + Windows10 + false + WindowsKernelModeDriver10.0 + Driver + KMDF + Windows Driver + @@ -77,9 +101,15 @@ DbgengKernelDebugger + + DbgengKernelDebugger + DbgengKernelDebugger + + DbgengKernelDebugger + true @@ -109,6 +139,20 @@ sha256 + + + true + 4100;4189;5208;%(DisableSpecificWarnings) + false + %(AdditionalIncludeDirectories);$(KIT_SHARED_INC_PATH_WDK) + + + $(DDK_LIB_PATH)\UcmUcsi\1.0\UcmUcsiCxStub.lib;%(AdditionalDependencies) + + + sha256 + + true @@ -122,6 +166,19 @@ sha256 + + + true + 4100;4189;5208;%(DisableSpecificWarnings) + %(AdditionalIncludeDirectories);$(KIT_SHARED_INC_PATH_WDK) + + + $(DDK_LIB_PATH)\UcmUcsi\1.0\UcmUcsiCxStub.lib;%(AdditionalDependencies) + + + sha256 + + true @@ -161,4 +218,4 @@ - \ No newline at end of file + diff --git a/usb/kmdf_enumswitches/kmdf_enumswitches.sln b/usb/kmdf_enumswitches/kmdf_enumswitches.sln index c1e962bf..d05d3a33 100644 --- a/usb/kmdf_enumswitches/kmdf_enumswitches.sln +++ b/usb/kmdf_enumswitches/kmdf_enumswitches.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kmdf_enumswitches", "sys\km EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|ARM64.Build.0 = Debug|ARM64 + {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|ARM64.ActiveCfg = Release|ARM64 + {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|ARM64.Build.0 = Release|ARM64 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|Win32.ActiveCfg = Debug|Win32 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|Win32.Build.0 = Debug|Win32 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj index 9f2c505c..c097d147 100644 --- a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj +++ b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -86,9 +116,15 @@ kmdf_enumswitches + + kmdf_enumswitches + kmdf_enumswitches + + kmdf_enumswitches + kmdf_enumswitches @@ -117,6 +153,28 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + true @@ -139,6 +197,28 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + sha256 + + true @@ -186,9 +266,15 @@ 1 + + 1 + 1 + + 1 + 1 @@ -201,12 +287,24 @@ + + + + + + + + + + + + @@ -232,4 +330,4 @@ - \ No newline at end of file + diff --git a/usb/kmdf_fx2/driver/osrusbfx2.vcxproj b/usb/kmdf_fx2/driver/osrusbfx2.vcxproj index de6d2627..5d89eee0 100644 --- a/usb/kmdf_fx2/driver/osrusbfx2.vcxproj +++ b/usb/kmdf_fx2/driver/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -104,9 +134,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -135,6 +171,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + true + Level4 + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\inc;. @@ -157,6 +215,28 @@ sha256 + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + true + Level4 + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib + + + sha256 + + %(AdditionalIncludeDirectories);..\inc;. @@ -204,9 +284,15 @@ 1 + + 1 + 1 + + 1 + 1 @@ -219,12 +305,24 @@ + + + + + + + + + + + + @@ -253,4 +351,4 @@ - \ No newline at end of file + diff --git a/usb/kmdf_fx2/exe/osrusbfx2.vcxproj b/usb/kmdf_fx2/exe/osrusbfx2.vcxproj index dfcc81e1..09251427 100644 --- a/usb/kmdf_fx2/exe/osrusbfx2.vcxproj +++ b/usb/kmdf_fx2/exe/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -111,6 +147,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -135,6 +195,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -201,4 +285,4 @@ - \ No newline at end of file + diff --git a/usb/kmdf_fx2/kmdf_fx2.sln b/usb/kmdf_fx2/kmdf_fx2.sln index 1f176bb1..c801bc45 100644 --- a/usb/kmdf_fx2/kmdf_fx2.sln +++ b/usb/kmdf_fx2/kmdf_fx2.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osrusbfx2", "exe\osrusbfx2. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|ARM64.Build.0 = Debug|ARM64 + {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|ARM64.Build.0 = Debug|ARM64 + {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|ARM64.ActiveCfg = Release|ARM64 + {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|ARM64.Build.0 = Release|ARM64 + {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|ARM64.ActiveCfg = Release|ARM64 + {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|ARM64.Build.0 = Release|ARM64 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|Win32.ActiveCfg = Debug|Win32 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|Win32.Build.0 = Debug|Win32 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/ufxclientsample/ufxclientsample.sln b/usb/ufxclientsample/ufxclientsample.sln index 28afebbd..3f352ef1 100644 --- a/usb/ufxclientsample/ufxclientsample.sln +++ b/usb/ufxclientsample/ufxclientsample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ufxclientsample", "ufxclien EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|ARM64.Build.0 = Debug|ARM64 + {DC336318-35D0-4770-A842-46952EDD50D0}.Release|ARM64.ActiveCfg = Release|ARM64 + {DC336318-35D0-4770-A842-46952EDD50D0}.Release|ARM64.Build.0 = Release|ARM64 {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|Win32.ActiveCfg = Debug|Win32 {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|Win32.Build.0 = Debug|Win32 {DC336318-35D0-4770-A842-46952EDD50D0}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/ufxclientsample/ufxclientsample.vcxproj b/usb/ufxclientsample/ufxclientsample.vcxproj index 47191de8..d66b9d35 100644 --- a/usb/ufxclientsample/ufxclientsample.vcxproj +++ b/usb/ufxclientsample/ufxclientsample.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -102,9 +132,15 @@ ufxclientsample + + ufxclientsample + ufxclientsample + + ufxclientsample + ufxclientsample @@ -135,6 +171,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ufx\1.1\ufxstub.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + sha256 + + true @@ -159,6 +219,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ufx\1.1\ufxstub.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 + %(PreprocessorDefinitions);KERNEL_MODE + + + sha256 + + true @@ -223,4 +307,4 @@ - \ No newline at end of file + diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj index c3c2fe1f..369e0900 100644 --- a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj +++ b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + False + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsUserModeDriver10.0 DynamicLibrary + + Windows10 + True + Universal + UMDF + WindowsUserModeDriver10.0 + DynamicLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -98,10 +128,18 @@ osrusbfx2um 1 + + osrusbfx2um + 1 + osrusbfx2um 1 + + osrusbfx2um + 1 + osrusbfx2um 1 @@ -134,6 +172,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib + + + sha256 + + true @@ -158,6 +220,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);..\inc;. + %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib + + + sha256 + + true @@ -219,4 +305,4 @@ - \ No newline at end of file + diff --git a/usb/umdf2_fx2/exe/osrusbfx2.vcxproj b/usb/umdf2_fx2/exe/osrusbfx2.vcxproj index dfcc81e1..09251427 100644 --- a/usb/umdf2_fx2/exe/osrusbfx2.vcxproj +++ b/usb/umdf2_fx2/exe/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -111,6 +147,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -135,6 +195,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -201,4 +285,4 @@ - \ No newline at end of file + diff --git a/usb/umdf2_fx2/umdf2_fx2.sln b/usb/umdf2_fx2/umdf2_fx2.sln index b31996d2..4095f4f2 100644 --- a/usb/umdf2_fx2/umdf2_fx2.sln +++ b/usb/umdf2_fx2/umdf2_fx2.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.7.34221.43 @@ -13,12 +13,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osrusbfx2", "exe\osrusbfx2. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|ARM64.Build.0 = Debug|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|ARM64.Build.0 = Debug|ARM64 + {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|ARM64.ActiveCfg = Release|ARM64 + {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|ARM64.Build.0 = Release|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.ActiveCfg = Release|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.Build.0 = Release|ARM64 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|Win32.ActiveCfg = Debug|Win32 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|Win32.Build.0 = Debug|Win32 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/usb/usbsamp/exe/usbsamp.vcxproj b/usb/usbsamp/exe/usbsamp.vcxproj index 8e9de3b1..47b7ecb2 100644 --- a/usb/usbsamp/exe/usbsamp.vcxproj +++ b/usb/usbsamp/exe/usbsamp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ usbsamp + + usbsamp + usbsamp + + usbsamp + usbsamp @@ -108,6 +144,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + true @@ -129,6 +186,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys + + + %(AdditionalDependencies);setupapi.lib + + + sha256 + + true @@ -188,4 +266,4 @@ - \ No newline at end of file + diff --git a/usb/usbsamp/sys/driver/usbsamp.vcxproj b/usb/usbsamp/sys/driver/usbsamp.vcxproj index 528d765b..04f8ed81 100644 --- a/usb/usbsamp/sys/driver/usbsamp.vcxproj +++ b/usb/usbsamp/sys/driver/usbsamp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ usbsamp + + usbsamp + usbsamp + + usbsamp + usbsamp @@ -112,6 +148,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\usbdex.lib;$(DDK_LIB_PATH)\usbd.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -136,6 +196,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories);.. + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\usbdex.lib;$(DDK_LIB_PATH)\usbd.lib;$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -206,4 +290,4 @@ - \ No newline at end of file + diff --git a/usb/usbsamp/usbsamp.sln b/usb/usbsamp/usbsamp.sln index a267027e..fa94c4f2 100644 --- a/usb/usbsamp/usbsamp.sln +++ b/usb/usbsamp/usbsamp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -15,12 +15,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usbsamp", "sys\driver\usbsa EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|ARM64.Build.0 = Debug|ARM64 + {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|ARM64.Build.0 = Debug|ARM64 + {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|ARM64.ActiveCfg = Release|ARM64 + {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|ARM64.Build.0 = Release|ARM64 + {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|ARM64.ActiveCfg = Release|ARM64 + {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|ARM64.Build.0 = Release|ARM64 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|Win32.ActiveCfg = Debug|Win32 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|Win32.Build.0 = Debug|Win32 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/usbview/usbview.sln b/usb/usbview/usbview.sln index bc2819c4..b00f83d7 100644 --- a/usb/usbview/usbview.sln +++ b/usb/usbview/usbview.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usbview", "usbview.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|ARM64.Build.0 = Debug|ARM64 + {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|ARM64.ActiveCfg = Release|ARM64 + {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|ARM64.Build.0 = Release|ARM64 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|Win32.ActiveCfg = Debug|Win32 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|Win32.Build.0 = Debug|Win32 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/usb/usbview/usbview.vcxproj b/usb/usbview/usbview.vcxproj index fa1866e0..5d3becaa 100644 --- a/usb/usbview/usbview.vcxproj +++ b/usb/usbview/usbview.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -79,10 +109,18 @@ usbview true + + usbview + true + usbview true + + usbview + true + usbview true @@ -108,6 +146,23 @@ sha256 + + + true + true + Level4 + + + + + 0x101000000 + 0x1000000 + %(AdditionalDependencies);shell32.lib;kernel32.lib;user32.lib;gdi32.lib;comctl32.lib;cfgmgr32.lib;comdlg32.lib;ole32.lib;setupapi.lib;strsafe.lib;shlwapi.lib + + + sha256 + + true @@ -125,6 +180,23 @@ sha256 + + + true + true + Level4 + + + + + 0x101000000 + 0x1000000 + %(AdditionalDependencies);shell32.lib;kernel32.lib;user32.lib;gdi32.lib;comctl32.lib;cfgmgr32.lib;comdlg32.lib;ole32.lib;setupapi.lib;strsafe.lib;shlwapi.lib + + + sha256 + + true diff --git a/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj index dfcc81e1..09251427 100644 --- a/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -111,6 +147,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -135,6 +195,30 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc + %(PreprocessorDefinitions);UNICODE;_UNICODE + + + %(AdditionalDependencies);mincore.lib + + + sha256 + + true @@ -201,4 +285,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj index 673d4bdc..5505d5f3 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -106,6 +142,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -124,6 +178,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -176,4 +248,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj index bd29a7db..a58ba18b 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -106,6 +142,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -124,6 +178,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -176,4 +248,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj index 869d9caf..9d046068 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -106,6 +142,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -124,6 +178,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -176,4 +248,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj index fbe15747..a7527c3e 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -106,6 +142,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -124,6 +178,24 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + sha256 + + true @@ -176,4 +248,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj index e4206603..9d57072c 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -87,9 +117,15 @@ osrusbfx2 + + osrusbfx2 + osrusbfx2 + + osrusbfx2 + osrusbfx2 @@ -117,6 +153,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -138,6 +195,27 @@ sha256 + + + true + Level4 + %(AdditionalIncludeDirectories);..\inc + + + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalIncludeDirectories);..\inc + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib + + + sha256 + + true @@ -193,4 +271,4 @@ - \ No newline at end of file + diff --git a/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln b/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln index 13795799..c6d39e1c 100644 --- a/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln +++ b/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -31,12 +31,38 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osrusbfx2", "kmdf\exe\osrus EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|ARM64.Build.0 = Debug|ARM64 + {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|ARM64.Build.0 = Debug|ARM64 + {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|ARM64.Build.0 = Debug|ARM64 + {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|ARM64.Build.0 = Debug|ARM64 + {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|ARM64.Build.0 = Debug|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|ARM64.Build.0 = Debug|ARM64 + {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|ARM64.ActiveCfg = Release|ARM64 + {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|ARM64.Build.0 = Release|ARM64 + {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|ARM64.ActiveCfg = Release|ARM64 + {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|ARM64.Build.0 = Release|ARM64 + {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|ARM64.ActiveCfg = Release|ARM64 + {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|ARM64.Build.0 = Release|ARM64 + {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|ARM64.ActiveCfg = Release|ARM64 + {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|ARM64.Build.0 = Release|ARM64 + {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|ARM64.ActiveCfg = Release|ARM64 + {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|ARM64.Build.0 = Release|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.ActiveCfg = Release|ARM64 + {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.Build.0 = Release|ARM64 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|Win32.ActiveCfg = Debug|Win32 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|Win32.Build.0 = Debug|Win32 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/video/KMDOD/KMDOD.sln b/video/KMDOD/KMDOD.sln index 580887ed..f647d7c5 100644 --- a/video/KMDOD/KMDOD.sln +++ b/video/KMDOD/KMDOD.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleDisplay", "Sample\Sam EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|ARM64.Build.0 = Debug|ARM64 + {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|ARM64.ActiveCfg = Release|ARM64 + {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|ARM64.Build.0 = Release|ARM64 {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|Win32.ActiveCfg = Debug|Win32 {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|Win32.Build.0 = Debug|Win32 {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/video/KMDOD/Sample/SampleDisplay.vcxproj b/video/KMDOD/Sample/SampleDisplay.vcxproj index 6dfa431c..b4200b24 100644 --- a/video/KMDOD/Sample/SampleDisplay.vcxproj +++ b/video/KMDOD/Sample/SampleDisplay.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -89,6 +119,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -103,6 +147,20 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) + + %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -134,9 +192,15 @@ SampleDisplay + + SampleDisplay + SampleDisplay + + SampleDisplay + SampleDisplay @@ -153,6 +217,16 @@ sha256 + + + Level4 + + + + + sha256 + + Level4 @@ -163,6 +237,16 @@ sha256 + + + Level4 + + + + + sha256 + + Level4 @@ -206,4 +290,4 @@ - \ No newline at end of file + diff --git a/video/archive/pixlib/PixLib.vcxproj b/video/archive/pixlib/PixLib.vcxproj index abd7956b..dc457380 100644 --- a/video/archive/pixlib/PixLib.vcxproj +++ b/video/archive/pixlib/PixLib.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ PixLib + + PixLib + PixLib + + PixLib + PixLib @@ -98,6 +134,17 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -109,6 +156,17 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -147,4 +205,4 @@ - \ No newline at end of file + diff --git a/video/archive/pixlib/pixlib.sln b/video/archive/pixlib/pixlib.sln index f34f570a..b177da8a 100644 --- a/video/archive/pixlib/pixlib.sln +++ b/video/archive/pixlib/pixlib.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PixLib", "PixLib.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|ARM64.Build.0 = Debug|ARM64 + {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|ARM64.ActiveCfg = Release|ARM64 + {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|ARM64.Build.0 = Release|ARM64 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|Win32.ActiveCfg = Debug|Win32 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|Win32.Build.0 = Debug|Win32 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/wia/ProdScan/ProdScan.vcxproj b/wia/ProdScan/ProdScan.vcxproj index a94d26db..95c4ec42 100644 --- a/wia/ProdScan/ProdScan.vcxproj +++ b/wia/ProdScan/ProdScan.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -85,9 +115,15 @@ ProdScan + + ProdScan + ProdScan + + ProdScan + ProdScan @@ -100,12 +136,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -140,6 +188,28 @@ ProdScan.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib + %(AdditionalOptions) /ignore:4070 + ProdScan.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG @@ -162,6 +232,28 @@ ProdScan.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib + %(AdditionalOptions) /ignore:4070 + ProdScan.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG @@ -233,4 +325,4 @@ - \ No newline at end of file + diff --git a/wia/microdrv/testmcro.vcxproj b/wia/microdrv/testmcro.vcxproj index e382e4de..ea68c0fa 100644 --- a/wia/microdrv/testmcro.vcxproj +++ b/wia/microdrv/testmcro.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -85,9 +115,15 @@ testmcro + + testmcro + testmcro + + testmcro + testmcro @@ -100,12 +136,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -135,6 +183,23 @@ testmcro.def + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);kernel32.lib;advapi32.lib;user32.lib;gdi32.lib;ole32.lib;uuid.lib;oleaut32.lib + testmcro.def + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -152,6 +217,23 @@ testmcro.def + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);kernel32.lib;advapi32.lib;user32.lib;gdi32.lib;ole32.lib;uuid.lib;oleaut32.lib + testmcro.def + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -203,4 +285,4 @@ - \ No newline at end of file + diff --git a/wia/wia.sln b/wia/wia.sln index ff7ac18a..17948d84 100644 --- a/wia/wia.sln +++ b/wia/wia.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -35,12 +35,42 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProdScan", "ProdScan\ProdSc EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|ARM64.Build.0 = Debug|ARM64 + {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|ARM64.Build.0 = Debug|ARM64 + {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|ARM64.Build.0 = Debug|ARM64 + {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|ARM64.Build.0 = Debug|ARM64 + {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|ARM64.Build.0 = Debug|ARM64 + {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|ARM64.Build.0 = Debug|ARM64 + {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|ARM64.Build.0 = Debug|ARM64 + {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|ARM64.ActiveCfg = Release|ARM64 + {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|ARM64.Build.0 = Release|ARM64 + {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|ARM64.ActiveCfg = Release|ARM64 + {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|ARM64.Build.0 = Release|ARM64 + {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|ARM64.ActiveCfg = Release|ARM64 + {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|ARM64.Build.0 = Release|ARM64 + {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|ARM64.ActiveCfg = Release|ARM64 + {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|ARM64.Build.0 = Release|ARM64 + {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|ARM64.ActiveCfg = Release|ARM64 + {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|ARM64.Build.0 = Release|ARM64 + {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|ARM64.ActiveCfg = Release|ARM64 + {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|ARM64.Build.0 = Release|ARM64 + {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|ARM64.ActiveCfg = Release|ARM64 + {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|ARM64.Build.0 = Release|ARM64 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|Win32.ActiveCfg = Debug|Win32 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|Win32.Build.0 = Debug|Win32 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/wia/wiadriverex/errhandler/errhandler.vcxproj b/wia/wiadriverex/errhandler/errhandler.vcxproj index 054b4828..0e51f3e2 100644 --- a/wia/wiadriverex/errhandler/errhandler.vcxproj +++ b/wia/wiadriverex/errhandler/errhandler.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ errhandler + + errhandler + errhandler + + errhandler + errhandler @@ -93,12 +129,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -132,6 +180,27 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib + %(AdditionalOptions) /ignore:4070 + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -153,6 +222,27 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib + %(AdditionalOptions) /ignore:4070 + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -212,4 +302,4 @@ - \ No newline at end of file + diff --git a/wia/wiadriverex/imgfilter/imgfilter.vcxproj b/wia/wiadriverex/imgfilter/imgfilter.vcxproj index 19b9ae28..d4f80e3d 100644 --- a/wia/wiadriverex/imgfilter/imgfilter.vcxproj +++ b/wia/wiadriverex/imgfilter/imgfilter.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ imgfilter + + imgfilter + imgfilter + + imgfilter + imgfilter @@ -93,12 +129,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -132,6 +180,27 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;gdiplus.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -153,6 +222,27 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;gdiplus.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -212,4 +302,4 @@ - \ No newline at end of file + diff --git a/wia/wiadriverex/segfilter/segfilter.vcxproj b/wia/wiadriverex/segfilter/segfilter.vcxproj index ff4321ca..0a569bc6 100644 --- a/wia/wiadriverex/segfilter/segfilter.vcxproj +++ b/wia/wiadriverex/segfilter/segfilter.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ segfilter + + segfilter + segfilter + + segfilter + segfilter @@ -93,12 +129,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -131,6 +179,26 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -151,6 +219,26 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -208,4 +296,4 @@ - \ No newline at end of file + diff --git a/wia/wiadriverex/uiext2/uiext2.vcxproj b/wia/wiadriverex/uiext2/uiext2.vcxproj index b9baba93..7b1f83d8 100644 --- a/wia/wiadriverex/uiext2/uiext2.vcxproj +++ b/wia/wiadriverex/uiext2/uiext2.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ uiext2 + + uiext2 + uiext2 + + uiext2 + uiext2 @@ -93,12 +129,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -131,6 +179,26 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shell32.lib;shlwapi.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -151,6 +219,26 @@ DLLExports.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shell32.lib;shlwapi.lib + DLLExports.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -208,4 +296,4 @@ - \ No newline at end of file + diff --git a/wia/wiadriverex/usd/wiadriverex.vcxproj b/wia/wiadriverex/usd/wiadriverex.vcxproj index 50129b85..f9d966c6 100644 --- a/wia/wiadriverex/usd/wiadriverex.vcxproj +++ b/wia/wiadriverex/usd/wiadriverex.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -85,9 +115,15 @@ wiadriverex + + wiadriverex + wiadriverex + + wiadriverex + wiadriverex @@ -100,12 +136,24 @@ _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 _DllMainCRTStartup + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + _DllMainCRTStartup@12 @@ -139,6 +187,27 @@ wiadriverex.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;gdiplus.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib + wiadriverex.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -160,6 +229,27 @@ wiadriverex.def + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + /Wv:18 %(AdditionalOptions) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);UNICODE;_UNICODE + %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) + + + %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;gdiplus.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib + wiadriverex.def + + %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -222,4 +312,4 @@ - \ No newline at end of file + diff --git a/wmi/wmiacpi/acpimof.vcxproj b/wmi/wmiacpi/acpimof.vcxproj index 2d4225e2..c9e224a1 100644 --- a/wmi/wmiacpi/acpimof.vcxproj +++ b/wmi/wmiacpi/acpimof.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Windows Driver + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -82,9 +112,15 @@ acpimof + + acpimof + acpimof + + acpimof + acpimof @@ -99,6 +135,14 @@ acpimof.def + + + true + + + acpimof.def + + true @@ -107,6 +151,14 @@ acpimof.def + + + true + + + acpimof.def + + true @@ -139,6 +191,18 @@ true + + + + + + + sha256 + + + true + + @@ -151,6 +215,18 @@ true + + + + + + + sha256 + + + true + + @@ -197,4 +273,4 @@ - \ No newline at end of file + diff --git a/wmi/wmiacpi/wmiacpi.sln b/wmi/wmiacpi/wmiacpi.sln index e8188eaf..7abfc357 100644 --- a/wmi/wmiacpi/wmiacpi.sln +++ b/wmi/wmiacpi/wmiacpi.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "acpimof", "acpimof.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|ARM64.Build.0 = Debug|ARM64 + {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|ARM64.ActiveCfg = Release|ARM64 + {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|ARM64.Build.0 = Release|ARM64 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|Win32.ActiveCfg = Debug|Win32 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|Win32.Build.0 = Debug|Win32 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/wmi/wmisamp/WmiSamp.vcxproj b/wmi/wmisamp/WmiSamp.vcxproj index be36d0c6..1d2a654f 100644 --- a/wmi/wmisamp/WmiSamp.vcxproj +++ b/wmi/wmisamp/WmiSamp.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -43,6 +59,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -92,9 +122,15 @@ WmiSamp + + WmiSamp + WmiSamp + + WmiSamp + WmiSamp @@ -110,6 +146,15 @@ sha256 + + + + + + + sha256 + + @@ -119,6 +164,15 @@ sha256 + + + + + + + sha256 + + @@ -155,4 +209,4 @@ - \ No newline at end of file + diff --git a/wmi/wmisamp/wmisamp.sln b/wmi/wmisamp/wmisamp.sln index 2724504e..034134e4 100644 --- a/wmi/wmisamp/wmisamp.sln +++ b/wmi/wmisamp/wmisamp.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -7,12 +7,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WmiSamp", "WmiSamp.vcxproj" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|ARM64.Build.0 = Debug|ARM64 + {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|ARM64.ActiveCfg = Release|ARM64 + {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|ARM64.Build.0 = Release|ARM64 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|Win32.ActiveCfg = Debug|Win32 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|Win32.Build.0 = Debug|Win32 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|Win32.ActiveCfg = Release|Win32 -- cgit v1.3.1 From 8daf2be4e9c294ede7b62da67155de63f0d59f19 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Thu, 22 Feb 2024 11:00:09 -0800 Subject: Add ARM64 support on remaining network samples. (#1125) * Added ARM64 as a new project configuration in both Debug and Release modes. * Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset. * Included additional dependencies for the ARM64 build. * Added ARM64 to the list of platforms for which the mux.dll file is packaged. * Remove /CETCOMPAT as it's not compatible with ARM64 --- network/ndis/mux/driver/60/novlan/mux.vcxproj | 128 +++++++++++++++++++ network/ndis/mux/driver/60/vlan/muxvlan.vcxproj | 139 ++++++++++++++++++++- network/ndis/mux/mux.sln | 16 ++- network/ndis/mux/notifyob/mux.vcxproj | 120 +++++++++++++++++- network/trans/WFPSampler/WFPSampler.sln | 24 +++- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 84 ++++++++++++- network/trans/WFPSampler/lib/WFPSampler.vcxproj | 82 +++++++++++- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 89 ++++++++++++- .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 110 +++++++++++++++- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 90 ++++++++++++- 10 files changed, 864 insertions(+), 18 deletions(-) (limited to 'network') diff --git a/network/ndis/mux/driver/60/novlan/mux.vcxproj b/network/ndis/mux/driver/60/novlan/mux.vcxproj index 758f450f..07cf9c24 100644 --- a/network/ndis/mux/driver/60/novlan/mux.vcxproj +++ b/network/ndis/mux/driver/60/novlan/mux.vcxproj @@ -17,6 +17,14 @@ Release x64 + + Debug + ARM64 + + + Release + ARM64 + {B2DE2C37-B3F2-491E-94AE-402A7B4D3308} @@ -42,6 +50,22 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -68,6 +92,12 @@ + + + + + + @@ -81,6 +111,12 @@ mux + + mux + + + mux + mux @@ -133,6 +169,52 @@ %(PreprocessorDefinitions);NDIS60 + + + %(AdditionalOptions) /GS + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + + + + + %(AdditionalOptions) /GS + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + + %(AdditionalOptions) /GS @@ -218,6 +300,44 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -296,6 +416,14 @@ + + + + + + + + diff --git a/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj b/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj index eb2ff474..34eca349 100644 --- a/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj +++ b/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -42,6 +58,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Universal + WDM + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ mux + + mux + mux + + mux + mux @@ -113,6 +149,32 @@ %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + + %(AdditionalOptions) /GS + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + %(AdditionalOptions) /GS @@ -139,6 +201,32 @@ %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + + %(AdditionalOptions) /GS + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + true + Level4 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + + %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER + %(PreprocessorDefinitions);NDIS_WDM + %(PreprocessorDefinitions);NDIS630_MINIPORT + %(PreprocessorDefinitions);NDIS630 + %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 + + %(AdditionalOptions) /GS @@ -211,6 +299,26 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + false + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -230,6 +338,25 @@ sha256 + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + + + %(AdditionalIncludeDirectories);.. + + + %(AdditionalIncludeDirectories);.. + + + + + %(AdditionalIncludeDirectories);.. + + + sha256 + + %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -308,6 +435,14 @@ + + + + + + + + @@ -321,4 +456,4 @@ - \ No newline at end of file + diff --git a/network/ndis/mux/mux.sln b/network/ndis/mux/mux.sln index bf78d7a4..57f4dd41 100644 --- a/network/ndis/mux/mux.sln +++ b/network/ndis/mux/mux.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 @@ -27,12 +27,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mux", "notifyob\mux.vcxproj EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|ARM64.Build.0 = Debug|ARM64 + {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|ARM64.Build.0 = Debug|ARM64 + {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|ARM64.Build.0 = Debug|ARM64 + {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|ARM64.ActiveCfg = Release|ARM64 + {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|ARM64.Build.0 = Release|ARM64 + {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|ARM64.ActiveCfg = Release|ARM64 + {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|ARM64.Build.0 = Release|ARM64 + {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|ARM64.ActiveCfg = Release|ARM64 + {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|ARM64.Build.0 = Release|ARM64 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|Win32.ActiveCfg = Debug|Win32 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|Win32.Build.0 = Debug|Win32 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/network/ndis/mux/notifyob/mux.vcxproj b/network/ndis/mux/notifyob/mux.vcxproj index dc1e2897..1075f28a 100644 --- a/network/ndis/mux/notifyob/mux.vcxproj +++ b/network/ndis/mux/notifyob/mux.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 DynamicLibrary + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + DynamicLibrary + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ mux + + mux + mux + + mux + mux @@ -104,6 +140,23 @@ _DllMainCRTStartup + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + true + Level4 + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL @@ -121,6 +174,23 @@ _DllMainCRTStartup + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + true + Level4 + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL + + + _DllMainCRTStartup@12 + _DllMainCRTStartup + + %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL @@ -163,6 +233,14 @@ %(AdditionalOptions) -i $(IntDir) -N + + + %(AdditionalOptions) -no_format_opt + + + %(AdditionalOptions) -i $(IntDir) -N + + %(AdditionalOptions) -no_format_opt @@ -171,6 +249,14 @@ %(AdditionalOptions) -i $(IntDir) -N + + + %(AdditionalOptions) -no_format_opt + + + %(AdditionalOptions) -i $(IntDir) -N + + %(AdditionalOptions) -no_format_opt @@ -193,12 +279,24 @@ true + + + Sync + true + + Sync true + + + Sync + true + + Sync @@ -214,9 +312,15 @@ Static + + Static + Static + + Static + Static @@ -229,12 +333,24 @@ mux.def + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + mux.def + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib mux.def + + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib + mux.def + + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib @@ -270,4 +386,4 @@ - \ No newline at end of file + diff --git a/network/trans/WFPSampler/WFPSampler.sln b/network/trans/WFPSampler/WFPSampler.sln index d0bea94a..7967b899 100644 --- a/network/trans/WFPSampler/WFPSampler.sln +++ b/network/trans/WFPSampler/WFPSampler.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -34,12 +34,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WFPSampler", "exe\WFPSample EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Release|ARM64 = Release|ARM64 Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|ARM64.Build.0 = Debug|ARM64 + {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|ARM64.Build.0 = Debug|ARM64 + {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|ARM64.Build.0 = Debug|ARM64 + {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|ARM64.Build.0 = Debug|ARM64 + {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|ARM64.Build.0 = Debug|ARM64 + {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|ARM64.ActiveCfg = Release|ARM64 + {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|ARM64.Build.0 = Release|ARM64 + {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|ARM64.ActiveCfg = Release|ARM64 + {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|ARM64.Build.0 = Release|ARM64 + {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|ARM64.ActiveCfg = Release|ARM64 + {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|ARM64.Build.0 = Release|ARM64 + {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|ARM64.ActiveCfg = Release|ARM64 + {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|ARM64.Build.0 = Release|ARM64 + {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|ARM64.ActiveCfg = Release|ARM64 + {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|ARM64.Build.0 = Release|ARM64 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|Win32.ActiveCfg = Debug|Win32 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|Win32.Build.0 = Debug|Win32 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|Win32.ActiveCfg = Release|Win32 diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index 75ea912a..a3139ae9 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -34,6 +42,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Windows10 True @@ -42,6 +58,14 @@ WindowsApplicationForDrivers10.0 Application + + Windows10 + True + Universal + + WindowsApplicationForDrivers10.0 + Application + Windows10 False @@ -65,9 +89,15 @@ + + + + + + @@ -78,9 +108,15 @@ WFPSampler + + WFPSampler + WFPSampler + + WFPSampler + WFPSampler @@ -109,6 +145,28 @@ %(IgnoreSpecificDefaultLibraries) + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) + + Sync @@ -131,6 +189,28 @@ %(IgnoreSpecificDefaultLibraries) + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) + + Sync @@ -205,4 +285,4 @@ - \ No newline at end of file + diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index 0db02cd7..ccd68832 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 True @@ -43,6 +59,14 @@ WindowsApplicationForDrivers10.0 StaticLibrary + + Windows10 + True + Universal + + WindowsApplicationForDrivers10.0 + StaticLibrary + Windows10 False @@ -66,9 +90,15 @@ + + + + + + @@ -79,9 +109,15 @@ WFPSampler + + WFPSampler + WFPSampler + + WFPSampler + WFPSampler @@ -109,6 +145,27 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib + + Sync @@ -130,6 +187,27 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 + %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + + + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib + + Sync @@ -210,4 +288,4 @@ - \ No newline at end of file + diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index 0b7f6a0c..ee6af85a 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -35,6 +43,15 @@ Application Spectre + + Windows10 + False + Desktop + + WindowsApplicationForDrivers10.0 + Application + Spectre + Windows10 True @@ -44,6 +61,15 @@ Application Spectre + + Windows10 + True + Desktop + + WindowsApplicationForDrivers10.0 + Application + Spectre + Windows10 False @@ -69,9 +95,15 @@ + + + + + + @@ -82,9 +114,15 @@ WFPSamplerService + + WFPSamplerService + WFPSamplerService + + WFPSamplerService + WFPSamplerService @@ -114,6 +152,29 @@ libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreaded + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + + Sync @@ -138,6 +199,30 @@ libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + + + Sync + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + MultiThreadedDebug + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE + %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) + + + %(AdditionalOptions) /integritycheck /VERBOSE:LIB + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + false + libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) + + Sync @@ -218,4 +303,4 @@ - \ No newline at end of file + diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index d3678f47..477761b4 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -22,7 +30,7 @@ {909C6B51-0D92-440A-9FEB-B7A2715D8EDE} $(MSBuildProjectName) 1 - 11 + 15 Debug Win32 {0AEE6AAB-0332-4F13-9D87-16C8FE0B32F8} @@ -36,6 +44,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 True @@ -44,6 +60,14 @@ WindowsKernelModeDriver10.0 Driver + + Windows10 + True + Windows Driver + KMDF + WindowsKernelModeDriver10.0 + Driver + Windows10 False @@ -67,9 +91,15 @@ + + + + + + @@ -108,9 +138,15 @@ WFPSamplerCalloutDriver + + WFPSamplerCalloutDriver + WFPSamplerCalloutDriver + + WFPSamplerCalloutDriver + WFPSamplerCalloutDriver @@ -136,6 +172,25 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + + + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + + true @@ -155,6 +210,25 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + + + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + + true @@ -211,6 +285,21 @@ %(IgnoreSpecificDefaultLibraries) + + + + + + + sha256 + + + true + + + %(IgnoreSpecificDefaultLibraries) + + @@ -226,6 +315,21 @@ %(IgnoreSpecificDefaultLibraries) + + + + + + + sha256 + + + true + + + %(IgnoreSpecificDefaultLibraries) + + @@ -260,4 +364,4 @@ - \ No newline at end of file + diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index 186ad19a..60aa22aa 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -1,6 +1,14 @@ - + + + Debug + ARM64 + + + Release + ARM64 + Debug Win32 @@ -22,7 +30,7 @@ {6F3E7DC1-C828-463C-BC9E-290B56D0F58C} $(MSBuildProjectName) 1 - 11 + 15 false Debug Win32 @@ -37,6 +45,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + False + Desktop + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 True @@ -45,6 +61,14 @@ WindowsKernelModeDriver10.0 StaticLibrary + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + StaticLibrary + Windows10 False @@ -68,9 +92,15 @@ + + + + + + @@ -92,9 +122,15 @@ WFPSampler + + WFPSampler + WFPSampler + + WFPSampler + WFPSampler @@ -125,6 +161,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib + + + sha256 + + true @@ -149,6 +209,30 @@ sha256 + + + true + Level4 + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 + %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + + + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib + + + sha256 + + true @@ -210,4 +294,4 @@ - \ No newline at end of file + -- cgit v1.3.1 From 3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Mon, 26 Feb 2024 09:47:25 -0800 Subject: Remove x86 and ARM configurations for sample projects. (#1126) * Removed Win32 and Arm from the project configurations. * Set default platform to x64. --- TrEE/Miniport/TrEEMiniportSample.inf | Bin 4738 -> 2132 bytes TrEE/Miniport/TrEEMiniportSample.vcxproj | 148 +-------------- TrEE/OSService/TrEEOSServiceSample.inf | Bin 4602 -> 2062 bytes TrEE/OSService/TrEEOSServiceSample.vcxproj | 126 +------------ TrEE/Test/TrEESampleTest.vcxproj | 150 +--------------- TrEE/TrEESample.sln | 12 -- audio/simpleaudiosample/Package/package.VcxProj | 30 +--- audio/simpleaudiosample/SimpleAudioSample.sln | 22 --- .../Source/Filters/Filters.vcxproj | 88 +-------- audio/simpleaudiosample/Source/Inc/Inc.vcxproj | 82 +-------- audio/simpleaudiosample/Source/Main/Main.vcxproj | 148 +-------------- .../Source/Utilities/Utilities.vcxproj | 88 +-------- audio/sysvad/APO/AecApo/AecApo.vcxproj | 122 +------------ audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj | 124 +------------ audio/sysvad/APO/KWSApo/KWSApo.vcxproj | 122 +------------ audio/sysvad/APO/SwapAPO/SwapAPO.vcxproj | 196 +------------------- .../sysvad/EndpointsCommon/EndpointsCommon.vcxproj | 82 +-------- .../KeywordDetectorContosoAdapter.vcxproj | 114 +----------- audio/sysvad/Package/package.VcxProj | 32 +--- .../TabletAudioSample/TabletAudioSample.vcxproj | 130 +------------- audio/sysvad/sysvad.sln | 34 ---- avstream/avscamera/Package/package.VcxProj | 30 +--- avstream/avscamera/avscamera.sln | 14 -- avstream/avscamera/sys/AvsCamera.vcxproj | 104 +---------- avstream/avshws/avshws.sln | 16 +- avstream/avshws/avshws.vcxproj | 152 +--------------- avstream/avssamp/avssamp.sln | 6 - avstream/avssamp/avssamp.vcxproj | 92 +--------- avstream/sampledevicemft/SampleDeviceMft.sln | 6 - avstream/sampledevicemft/multipinmft.vcxproj | 76 +------- avstream/samplemft0/Package/package.vcxproj | 22 +-- avstream/samplemft0/SampleMft0.sln | 10 -- avstream/samplemft0/SampleMft0.vcxproj | 28 +-- bluetooth/bthecho/bthcli/app/BthEcho.vcxproj | 84 +-------- .../bthecho/bthcli/sys/BthEchoSampleCli.vcxproj | 90 +--------- bluetooth/bthecho/bthecho.sln | 22 --- bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj | 84 +-------- .../bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj | 90 +--------- bluetooth/bthecho/common/lib/bthecho.vcxproj | 92 +--------- bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj | 90 +--------- bluetooth/serialhcibus/serialhcibus.sln | 6 - filesys/cdfs/cdfs.sln | 6 - filesys/cdfs/cdfs.vcxproj | 72 +------- filesys/fastfat/fastfat.sln | 6 - filesys/fastfat/fastfat.vcxproj | 72 +------- .../miniFilter/MetadataManager/MetadataManager.sln | 6 - filesys/miniFilter/MetadataManager/fmm.vcxproj | 84 +-------- filesys/miniFilter/NameChanger/NameChanger.sln | 6 - filesys/miniFilter/NameChanger/NameChanger.vcxproj | 90 +--------- filesys/miniFilter/avscan/avscan.sln | 10 -- filesys/miniFilter/avscan/filter/avscan.vcxproj | 84 +-------- filesys/miniFilter/avscan/user/avscan.vcxproj | 84 +-------- filesys/miniFilter/cancelSafe/cancelSafe.sln | 6 - filesys/miniFilter/cancelSafe/cancelSafe.vcxproj | 86 +-------- filesys/miniFilter/cdo/cdo.sln | 6 - filesys/miniFilter/cdo/cdo.vcxproj | 70 +------- filesys/miniFilter/change/change.sln | 6 - filesys/miniFilter/change/change.vcxproj | 84 +-------- filesys/miniFilter/ctx/ctx.sln | 6 - filesys/miniFilter/ctx/ctx.vcxproj | 84 +-------- filesys/miniFilter/delete/delete.sln | 6 - filesys/miniFilter/delete/delete.vcxproj | 84 +-------- filesys/miniFilter/minispy/filter/minispy.vcxproj | 92 +--------- filesys/miniFilter/minispy/minispy.sln | 10 -- filesys/miniFilter/minispy/user/minispy.vcxproj | 84 +-------- filesys/miniFilter/nullFilter/nullFilter.sln | 6 - filesys/miniFilter/nullFilter/nullFilter.vcxproj | 70 +------- filesys/miniFilter/passThrough/passThrough.sln | 6 - filesys/miniFilter/passThrough/passThrough.vcxproj | 70 +------- filesys/miniFilter/scanner/filter/scanner.vcxproj | 90 +--------- filesys/miniFilter/scanner/scanner.sln | 10 -- filesys/miniFilter/scanner/user/scanuser.vcxproj | 84 +-------- filesys/miniFilter/simrep/simrep.sln | 6 - filesys/miniFilter/simrep/simrep.vcxproj | 84 +-------- filesys/miniFilter/swapBuffers/swapBuffers.sln | 6 - filesys/miniFilter/swapBuffers/swapBuffers.vcxproj | 84 +-------- general/PLX9x5x/PLX9x5x.sln | 10 -- general/PLX9x5x/sys/Pci9x5x.vcxproj | 70 +------- general/PLX9x5x/test/plx.vcxproj | 86 +-------- .../MediaSource/MediaSource.vcxproj | 168 +---------------- general/SimpleMediaSource/SimpleMediaSource.sln | 26 +-- .../SimpleMediaSourceDriver.vcxproj | 122 +------------ general/SystemDma/wdm/SystemDma.sln | 10 -- general/SystemDma/wdm/exe/SystemDmaApp.vcxproj | 80 +-------- general/SystemDma/wdm/sys/SDma.vcxproj | 64 +------ general/cancel/cancel.sln | 14 -- general/cancel/exe/canclapp.vcxproj | 72 +------- general/cancel/startio/cancel.vcxproj | 72 +------- general/cancel/sys/cancel.vcxproj | 72 +------- general/echo/kmdf/driver/AutoSync/echo.vcxproj | 74 +------- general/echo/kmdf/driver/DriverSync/echo_2.vcxproj | 80 +-------- general/echo/kmdf/exe/echoapp.vcxproj | 86 +-------- general/echo/kmdf/kmdfecho.sln | 14 -- general/echo/umdf2/driver/AutoSync/echo.vcxproj | 80 +-------- general/echo/umdf2/exe/echoapp.vcxproj | 86 +-------- general/echo/umdf2/umdf2echo.sln | 10 -- general/event/eventsample.sln | 10 -- general/event/exe/event.vcxproj | 72 +------- general/event/wdm/event.vcxproj | 78 +------- general/ioctl/kmdf/exe/nonpnpapp.vcxproj | 92 +--------- general/ioctl/kmdf/ioctl.sln | 10 -- general/ioctl/kmdf/sys/nonpnp.vcxproj | 86 +-------- general/ioctl/wdm/exe/ioctlapp.vcxproj | 80 +-------- general/ioctl/wdm/ioctl.sln | 10 -- general/ioctl/wdm/sys/sioctl.vcxproj | 64 +------ .../obcallback/control/ObCallbackTestCtrl.vcxproj | 98 +--------- general/obcallback/driver/ObCallbackTest.vcxproj | 88 +-------- general/obcallback/obcallback.sln | 10 -- general/pcidrv/kmdf/HW/PCIDRV.vcxproj | 108 +---------- general/pcidrv/pcidrv.sln | 10 -- general/pcidrv/test/myping.vcxproj | 92 +--------- general/perfcounters/kcs/kcs.sln | 6 - general/perfcounters/kcs/kcs.vcxproj | 92 +--------- general/registry/regfltr/exe/regctrl.vcxproj | 88 +-------- general/registry/regfltr/regfltr.sln | 10 -- general/registry/regfltr/sys/regfltr.vcxproj | 98 +--------- general/toaster/toastDrv/Package/package.VcxProj | 20 +-- general/toaster/toastDrv/exe/enum/Enum.vcxproj | 86 +-------- general/toaster/toastDrv/exe/notify/notify.vcxproj | 80 +-------- general/toaster/toastDrv/exe/toast/toast.vcxproj | 80 +-------- general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj | 82 +-------- .../toastDrv/kmdf/bus/dynamic/dynambus.vcxproj | 80 +-------- .../toastDrv/kmdf/bus/static/StatBus.vcxproj | 80 +-------- .../toastDrv/kmdf/filter/generic/filter.vcxproj | 84 +-------- .../toastDrv/kmdf/filter/sideband/filter.vcxproj | 90 +--------- .../kmdf/func/featured/wdffeatured.vcxproj | 86 +-------- .../toastDrv/kmdf/func/simple/wdfsimple.vcxproj | 74 +------- .../toastDrv/kmdf/toastmon/wdftoastmon.vcxproj | 80 +-------- general/toaster/toastDrv/toaster.sln | 50 ------ general/toaster/toastpkg/inf/toastpkg.inf | Bin 5378 -> 2448 bytes general/toaster/toastpkg/toastapp/toastapp.vcxproj | 86 +-------- general/toaster/toastpkg/toastco/tostrco2.vcxproj | 116 +----------- general/toaster/toastpkg/toastpkg.sln | 14 -- general/toaster/toastpkg/toastva/toastva.vcxproj | 86 +-------- general/toaster/umdf2/Package/package.VcxProj | 20 +-- general/toaster/umdf2/exe/enum/Enum.vcxproj | 86 +-------- general/toaster/umdf2/exe/notify/notify.vcxproj | 80 +-------- general/toaster/umdf2/exe/toast/toast.vcxproj | 80 +-------- .../toaster/umdf2/filter/generic/filterum.vcxproj | 84 +-------- .../umdf2/func/featured/wdffeaturedum.vcxproj | 80 +-------- .../toaster/umdf2/func/simple/wdfsimpleum.vcxproj | 80 +-------- general/toaster/umdf2/umdf2toaster.sln | 30 ---- .../SystemTraceControl/SystemTraceControl.sln | 6 - .../SystemTraceControl/SystemTraceControl.vcxproj | 59 +----- general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj | 86 +-------- general/tracing/evntdrv/eventdrv.sln | 10 -- general/tracing/evntdrv/evntctrl/evntctrl.vcxproj | 64 +------ .../tracing/tracedriver/tracectl/tracectl.vcxproj | 64 +------ general/tracing/tracedriver/tracedrv.sln | 10 -- .../tracing/tracedriver/tracedrv/tracedrv.vcxproj | 70 +------- gnss/gnssUmdf.sln | 18 +- gnss/gnssUmdf/gnssUmdf.vcxproj | 138 +------------- gpio/samples/sim.sln | 44 ----- gpio/samples/simdevice/kmdf/simdevice.vcxproj | 166 +---------------- gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj | 166 +---------------- gpio/samples/simgpio/simgpio.vcxproj | 70 +------- gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj | 84 +-------- hid/firefly/app/flicker.vcxproj | 84 +-------- hid/firefly/driver/firefly.vcxproj | 80 +-------- hid/firefly/firefly.sln | 18 -- hid/firefly/lib/Luminous.vcxproj | 84 +-------- hid/firefly/sauron/SAURON.vcxproj | 142 +-------------- hid/hclient/hclient.sln | 6 - hid/hclient/hclient.vcxproj | 84 +-------- hid/hidusbfx2/Package/package.VcxProj | 20 +-- hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj | 66 +------ hid/hidusbfx2/hidusbfx2.sln | 14 -- hid/hidusbfx2/sys/hidusbfx2.vcxproj | 98 +--------- hid/vhidmini2/app/testvhid.vcxproj | 86 +-------- hid/vhidmini2/driver/kmdf/vhidmini.vcxproj | 80 +-------- hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj | 94 +--------- hid/vhidmini2/vhidmini2.sln | 14 -- input/kbfiltr/exe/kbftest.vcxproj | 66 +------ input/kbfiltr/kbfiltr.sln | 10 -- input/kbfiltr/sys/kbfiltr.vcxproj | 70 +------- input/layout/all_kbds/kbdfr/kbdfr.vcxproj | 98 +--------- input/layout/all_kbds/kbdgr/kbdgr.vcxproj | 98 +--------- input/layout/fe_kbds/jpn/101/kbd101.vcxproj | 131 +------------- input/layout/fe_kbds/jpn/106/kbd106.vcxproj | 131 +------------- input/layout/kbd.sln | 22 --- input/layout/kbdus/kbdus.vcxproj | 98 +--------- input/moufiltr/moufiltr.sln | 6 - input/moufiltr/moufiltr.vcxproj | 64 +------ network/config/bindview/bindview.sln | 6 - network/config/bindview/bindview.vcxproj | 92 +--------- network/modem/fakemodem/fakemodem.sln | 6 - network/modem/fakemodem/fakemodem.vcxproj | 74 +------- network/ndis/filter/filter.sln | 6 - network/ndis/filter/ndislwf.vcxproj | 124 +------------ network/ndis/mux/driver/60/novlan/mux.vcxproj | 122 +------------ network/ndis/mux/driver/60/vlan/muxvlan.vcxproj | 132 +------------- network/ndis/mux/mux.sln | 14 -- network/ndis/mux/notifyob/mux.vcxproj | 134 +------------- network/ndis/ndisprot/6x/ndisprot60.sln | 14 -- network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj | 106 +---------- .../ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj | 106 +---------- network/ndis/ndisprot/6x/test/prottest.vcxproj | 110 +----------- network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj | 88 +-------- network/ndis/ndisprot_kmdf/Package/package.VcxProj | 30 +--- network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln | 14 -- .../ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj | 150 +--------------- network/ndis/netvmini/6x/60/netvmini60.vcxproj | 98 +--------- network/ndis/netvmini/6x/620/netvmini620.vcxproj | 98 +--------- network/ndis/netvmini/6x/630/netvmini630.vcxproj | 98 +--------- network/ndis/netvmini/6x/680/netvmini680.vcxproj | 98 +--------- network/ndis/netvmini/6x/netvmini.sln | 18 -- .../RadioManagerSample/RadioManagerSample.sln | 6 - .../radio/RadioManagerSample/cpp/SampleRM.vcxproj | 148 +-------------- network/trans/WFPSampler/WFPSampler.sln | 22 --- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 84 +-------- network/trans/WFPSampler/lib/WFPSampler.vcxproj | 84 +-------- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 90 +--------- .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 98 +--------- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 90 +--------- network/trans/ddproxy/ddproxy.sln | 6 - network/trans/ddproxy/sys/ddproxy.vcxproj | 86 +-------- network/trans/inspect/inspect.sln | 6 - network/trans/inspect/sys/inspect.vcxproj | 84 +-------- network/trans/msnmntr/exe/monitor.vcxproj | 114 +----------- network/trans/msnmntr/msnmntr.sln | 10 -- network/trans/msnmntr/sys/msnmntr.vcxproj | 90 +--------- network/trans/stmedit/sys/stmedit.vcxproj | 94 +--------- network/wlan/WDI/COMMON/common.vcxproj | 6 +- network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj | 133 +------------- network/wlan/ihvsampleui/IHVSampleUI.vcxproj | 114 +----------- network/wsk/echosrv/echosrv.sln | 6 - network/wsk/echosrv/echosrv.vcxproj | 84 +-------- nfc/NfcCxSample/windows-drivertemplate-nfc.sln | 18 +- .../windows-drivertemplate-nfc.vcxproj | 20 +-- nfp/net/exe/NetNfpControl.vcxproj | 114 +----------- nfp/net/netnfp.sln | 6 - pofx/PEP/acpi/sampleacpipep.vcxproj | 106 +---------- pofx/PEP/common/pepcommon.vcxproj | 106 +---------- pofx/PEP/pepsamples.sln | 10 -- pofx/UMDF2/App/PowerFxApp.vcxproj | 90 +--------- .../SingleComponentSingleStateUm.vcxproj | 102 +---------- pofx/UMDF2/pofx.sln | 10 -- pofx/WDF/App/PowerFxApp.vcxproj | 84 +-------- .../Driver/MultiComp/driver/WdfMultiComp.vcxproj | 84 +-------- pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj | 84 +-------- .../SingleComp/SingleComponentFStateDriver.vcxproj | 78 +------- pofx/WDF/pofx.sln | 18 -- .../MagneticStripeReader/MagneticStripeReader.sln | 12 -- .../SampleMagneticStripeReaderDrv.vcxproj | 200 +-------------------- pos/drivers/barcodescanner/BarcodeScanner.sln | 12 -- .../barcodescanner/SampleBarcodeScannerDrv.vcxproj | 200 +-------------------- sd/miniport/sdhc/inbox/sdhc.vcxproj | 70 +------- sd/miniport/sdhc/sdhc.sln | 6 - security/elam/elam.sln | 6 - security/elam/elamsample.vcxproj | 64 +------ sensors/ADXL345Acc/ADXL345Acc.sln | 6 - sensors/ADXL345Acc/ADXL345Acc.vcxproj | 92 +--------- sensors/Activity/Activity.sln | 6 - sensors/Activity/Activity.vcxproj | 92 +--------- sensors/CustomSensors/CustomSensors.sln | 6 - sensors/CustomSensors/CustomSensors.vcxproj | 92 +--------- sensors/Fusion/FusionSensor.sln | 6 - sensors/Fusion/FusionSensor.vcxproj | 91 +--------- sensors/Pedometer/Pedometer.sln | 6 - sensors/Pedometer/Pedometer.vcxproj | 92 +--------- sensors/SensorsComboDriver/SensorsComboDriver.sln | 6 - .../SensorsComboDriver/SensorsComboDriver.vcxproj | 88 +-------- .../SimpleDeviceOrientationSensor.sln | 6 - .../SimpleDeviceOrientationSensor.vcxproj | 92 +--------- .../ComPort/VirtualSerial2um.vcxproj | 86 +-------- .../VirtualSerial2/FakeModem/fakemodem2um.vcxproj | 86 +-------- serial/VirtualSerial2/VirtualSerial.sln | 10 -- serial/serenum/SerEnum_sample.vcxproj | 82 +-------- serial/serenum/serenum.sln | 6 - serial/serial/serial.sln | 6 - serial/serial/wdfserial.vcxproj | 84 +-------- setup/devcon/devcon.sln | 8 +- setup/devcon/devcon.vcxproj | 74 +------- simbatt/func/simbatt.sln | 6 - simbatt/func/simbatt.vcxproj | 90 +--------- spb/SkeletonI2C/SkeletonI2C.sln | 6 - spb/SkeletonI2C/skeletoni2c.vcxproj | 84 +-------- spb/SpbTestTool/SpbTestTool.sln | 10 -- spb/SpbTestTool/exe/SpbTestTool.vcxproj | 96 +--------- spb/SpbTestTool/sys/SpbTestTool.vcxproj | 84 +-------- storage/class/classpnp/classpnp.sln | 6 - storage/class/classpnp/src/classpnp.vcxproj | 142 +-------------- storage/class/disk/disk.sln | 6 - storage/class/disk/src/disk.vcxproj | 86 +-------- storage/class/disk/src/diskdev.inf | Bin 3878 -> 1673 bytes storage/iscsi/iscsi.sln | 6 - storage/iscsi/src/EmptyProject.vcxproj | 60 +------ storage/miniports/lsi_u3/lsi_u3.sln | 6 - storage/miniports/lsi_u3/src/lsi_u3.inf | Bin 6298 -> 2919 bytes storage/miniports/lsi_u3/src/lsi_u3.vcxproj | 86 +-------- .../miniports/storahci/src/inbox/storahci.vcxproj | 84 +-------- storage/miniports/storahci/storahci.sln | 6 - storage/msdsm/msdsm.sln | 6 - storage/msdsm/src/SampleDSM.vcxproj | 102 +---------- storage/tools/spti/spti.sln | 6 - storage/tools/spti/src/spti.vcxproj | 72 +------- thermal/simsensor/simsensor.sln | 6 - thermal/simsensor/simsensor.vcxproj | 84 +-------- thermal/thermalclient/simtc.vcxproj | 84 +-------- thermal/thermalclient/thermalclient.sln | 6 - .../DV-FailDriver-WDM/driver/defect_toastmon.inf | Bin 4284 -> 3674 bytes usb/UcmCxUcsi/UcmCxUcsi.sln | 18 +- usb/UcmCxUcsi/UcmCxUcsi.vcxproj | 30 +--- .../UcmTcpciCxClientSample.sln | 14 +- .../UcmTcpciCxClientSample.vcxproj | 62 +------ usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln | 8 - .../UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj | 64 +------ usb/kmdf_enumswitches/kmdf_enumswitches.sln | 6 - .../sys/kmdf_enumswitches.vcxproj | 104 +---------- usb/kmdf_fx2/driver/osrusbfx2.vcxproj | 104 +---------- usb/kmdf_fx2/exe/osrusbfx2.vcxproj | 90 +--------- usb/kmdf_fx2/kmdf_fx2.sln | 10 -- usb/ufxclientsample/ufxclientsample.sln | 6 - usb/ufxclientsample/ufxclientsample.vcxproj | 90 +--------- usb/umdf2_fx2/driver/osrusbfx2um.vcxproj | 92 +--------- usb/umdf2_fx2/exe/osrusbfx2.vcxproj | 90 +--------- usb/umdf2_fx2/umdf2_fx2.sln | 10 -- usb/usbsamp/exe/usbsamp.vcxproj | 84 +-------- usb/usbsamp/sys/driver/usbsamp.vcxproj | 90 +--------- usb/usbsamp/usbsamp.sln | 10 -- usb/usbview/usbview.sln | 6 - usb/usbview/usbview.vcxproj | 78 +------- usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj | 90 +--------- usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj | 78 +------- usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj | 78 +------- usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj | 78 +------- usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj | 78 +------- usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj | 84 +-------- usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln | 26 --- .../IddSampleApp/IddSampleApp.vcxproj | 118 +----------- video/IndirectDisplay/IddSampleDriver.sln | 26 +-- .../IddSampleDriver/IddSampleDriver.vcxproj | 152 +--------------- video/KMDOD/KMDOD.sln | 6 - video/KMDOD/Sample/SampleDisplay.vcxproj | 90 +--------- video/KMDOD/Sample/sampledisplay.inf | Bin 5960 -> 2615 bytes video/archive/pixlib/PixLib.vcxproj | 64 +------ video/archive/pixlib/pixlib.sln | 6 - wia/ProdScan/ProdScan.vcxproj | 110 +----------- wia/microdrv/testmcro.vcxproj | 100 +---------- wia/wia.sln | 30 ---- wia/wiadriverex/errhandler/errhandler.vcxproj | 108 +---------- wia/wiadriverex/imgfilter/imgfilter.vcxproj | 108 +---------- wia/wiadriverex/segfilter/segfilter.vcxproj | 106 +---------- wia/wiadriverex/uiext2/uiext2.vcxproj | 106 +---------- wia/wiadriverex/usd/wiadriverex.vcxproj | 108 +---------- wmi/wmiacpi/acpimof.vcxproj | 82 +-------- wmi/wmiacpi/wmiacpi.sln | 6 - wmi/wmisamp/WmiSamp.vcxproj | 62 +------ wmi/wmisamp/wmisamp.sln | 6 - 349 files changed, 731 insertions(+), 21042 deletions(-) (limited to 'network') diff --git a/TrEE/Miniport/TrEEMiniportSample.inf b/TrEE/Miniport/TrEEMiniportSample.inf index 44eae2d6..488903d5 100644 Binary files a/TrEE/Miniport/TrEEMiniportSample.inf and b/TrEE/Miniport/TrEEMiniportSample.inf differ diff --git a/TrEE/Miniport/TrEEMiniportSample.vcxproj b/TrEE/Miniport/TrEEMiniportSample.vcxproj index 5bf025b5..7e7f6d9e 100644 --- a/TrEE/Miniport/TrEEMiniportSample.vcxproj +++ b/TrEE/Miniport/TrEEMiniportSample.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,40 +17,16 @@ Release x64 - - Debug - Arm - - - Release - Arm - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C} $(MSBuildProjectName) 1 Debug - Win32 + x64 {3B965B2A-2DDB-4998-9077-9A498A025FA5} - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - Windows10 False @@ -91,32 +59,10 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) - - - - - - @@ -129,19 +75,7 @@ - - - - - - - - TrEEMiniportSample - - - TrEEMiniportSample - TrEEMiniportSample @@ -154,44 +88,6 @@ TrEEMiniportSample - - TrEEMiniportSample - - - TrEEMiniportSample - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\treeclxstub.lib - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\treeclxstub.lib - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -268,44 +164,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\treeclxstub.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\treeclxstub.lib - - - sha256 - - @@ -324,4 +182,4 @@ - + \ No newline at end of file diff --git a/TrEE/OSService/TrEEOSServiceSample.inf b/TrEE/OSService/TrEEOSServiceSample.inf index e283ff98..eb5bb5cf 100644 Binary files a/TrEE/OSService/TrEEOSServiceSample.inf and b/TrEE/OSService/TrEEOSServiceSample.inf differ diff --git a/TrEE/OSService/TrEEOSServiceSample.vcxproj b/TrEE/OSService/TrEEOSServiceSample.vcxproj index 7fd4726d..c1ab3361 100644 --- a/TrEE/OSService/TrEEOSServiceSample.vcxproj +++ b/TrEE/OSService/TrEEOSServiceSample.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,40 +9,16 @@ Release x64 - - Debug - Arm - - - Release - Arm - {7661C397-614D-4562-9CC7-6178B246DB17} $(MSBuildProjectName) 1 Debug - Win32 + x64 {CF6545FF-8EA5-4A78-8776-59E492F8C276} - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - Windows10 False @@ -67,89 +35,23 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) - - - - - - - - - - - - - - TrEEOSServiceSample - - - TrEEOSServiceSample - TrEEOSServiceSample TrEEOSServiceSample - - TrEEOSServiceSample - - - TrEEOSServiceSample - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -176,32 +78,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - diff --git a/TrEE/Test/TrEESampleTest.vcxproj b/TrEE/Test/TrEESampleTest.vcxproj index dbf5824f..b16b724b 100644 --- a/TrEE/Test/TrEESampleTest.vcxproj +++ b/TrEE/Test/TrEESampleTest.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,39 +9,15 @@ Release x64 - - Debug - Arm - - - Release - Arm - {DDA508B0-8C40-47C1-BC1C-AD6717E895EF} $(MSBuildProjectName) Debug - Win32 + x64 {9F985327-DEA3-47CE-AF50-79656A8DBC68} - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - Windows10 False @@ -66,101 +34,23 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) - - - - - - - - - - - - - - TrEESampleTest - - - TrEESampleTest - TrEESampleTest TrEESampleTest - - TrEESampleTest - - - TrEESampleTest - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(AdditionalDependencies);$(MINWIN_SDK_LIB_PATH)\ntdll.lib;$(MINCORE_SDK_LIB_PATH)\mincore.lib - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(AdditionalDependencies);$(MINWIN_SDK_LIB_PATH)\ntdll.lib;$(MINCORE_SDK_LIB_PATH)\mincore.lib - - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -199,44 +89,6 @@ %(AdditionalDependencies);$(MINWIN_SDK_LIB_PATH)\ntdll.lib;$(MINCORE_SDK_LIB_PATH)\mincore.lib - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(AdditionalDependencies);$(MINWIN_SDK_LIB_PATH)\ntdll.lib;$(MINCORE_SDK_LIB_PATH)\mincore.lib - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH) - - - %(AdditionalDependencies);$(MINWIN_SDK_LIB_PATH)\ntdll.lib;$(MINCORE_SDK_LIB_PATH)\mincore.lib - - diff --git a/TrEE/TrEESample.sln b/TrEE/TrEESample.sln index be19abc1..4eb08add 100644 --- a/TrEE/TrEESample.sln +++ b/TrEE/TrEESample.sln @@ -13,11 +13,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Arm = Debug|Arm - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Arm = Release|Arm - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -29,16 +25,8 @@ Global {420587AA-51DE-4966-B692-C428836BF8B2}.Release|ARM64.Build.0 = Release|ARM64 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|ARM64.ActiveCfg = Release|ARM64 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|ARM64.Build.0 = Release|ARM64 - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|Arm.ActiveCfg = Debug|Arm - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|Arm.Build.0 = Debug|Arm - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|Win32.ActiveCfg = Debug|Win32 - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|Win32.Build.0 = Debug|Win32 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|x64.ActiveCfg = Debug|x64 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Debug|x64.Build.0 = Debug|x64 - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|Arm.ActiveCfg = Release|Arm - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|Arm.Build.0 = Release|Arm - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|Win32.ActiveCfg = Release|Win32 - {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|Win32.Build.0 = Release|Win32 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|x64.ActiveCfg = Release|x64 {C1B22B3C-BE1A-40CE-82D0-8AE1628C297C}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/audio/simpleaudiosample/Package/package.VcxProj b/audio/simpleaudiosample/Package/package.VcxProj index a70e4820..7921c8d3 100644 --- a/audio/simpleaudiosample/Package/package.VcxProj +++ b/audio/simpleaudiosample/Package/package.VcxProj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -44,14 +36,6 @@ {E9D167E6-E633-4284-8F02-FF86DF3B6D7F} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -92,16 +76,6 @@ 133563 - - - sha256 - - - - - sha256 - - sha256 @@ -125,4 +99,4 @@ - + \ No newline at end of file diff --git a/audio/simpleaudiosample/SimpleAudioSample.sln b/audio/simpleaudiosample/SimpleAudioSample.sln index 407838ba..8fc1ef17 100644 --- a/audio/simpleaudiosample/SimpleAudioSample.sln +++ b/audio/simpleaudiosample/SimpleAudioSample.sln @@ -29,71 +29,49 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|ARM64.ActiveCfg = Debug|ARM64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|ARM64.Build.0 = Debug|ARM64 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|Win32.ActiveCfg = Debug|Win32 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|Win32.Build.0 = Debug|Win32 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|x64.ActiveCfg = Debug|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|x64.Build.0 = Debug|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|ARM64.ActiveCfg = Release|ARM64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|ARM64.Build.0 = Release|ARM64 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|Win32.ActiveCfg = Release|Win32 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|Win32.Build.0 = Release|Win32 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|x64.ActiveCfg = Release|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|x64.Build.0 = Release|x64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|ARM64.ActiveCfg = Debug|ARM64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|ARM64.Build.0 = Debug|ARM64 - {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|Win32.ActiveCfg = Debug|Win32 - {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|Win32.Build.0 = Debug|Win32 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|x64.ActiveCfg = Debug|x64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Debug|x64.Build.0 = Debug|x64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|ARM64.ActiveCfg = Release|ARM64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|ARM64.Build.0 = Release|ARM64 - {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|Win32.ActiveCfg = Release|Win32 - {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|Win32.Build.0 = Release|Win32 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|x64.ActiveCfg = Release|x64 {771312CF-E5A2-4676-8142-86CEBDF99E2B}.Release|x64.Build.0 = Release|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|ARM64.ActiveCfg = Debug|ARM64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|ARM64.Build.0 = Debug|ARM64 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|Win32.ActiveCfg = Debug|Win32 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|Win32.Build.0 = Debug|Win32 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|x64.ActiveCfg = Debug|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|x64.Build.0 = Debug|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|ARM64.ActiveCfg = Release|ARM64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|ARM64.Build.0 = Release|ARM64 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|Win32.ActiveCfg = Release|Win32 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|Win32.Build.0 = Release|Win32 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|x64.ActiveCfg = Release|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|x64.Build.0 = Release|x64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|ARM64.ActiveCfg = Debug|ARM64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|ARM64.Build.0 = Debug|ARM64 - {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|Win32.ActiveCfg = Debug|Win32 - {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|Win32.Build.0 = Debug|Win32 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|x64.ActiveCfg = Debug|x64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Debug|x64.Build.0 = Debug|x64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|ARM64.ActiveCfg = Release|ARM64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|ARM64.Build.0 = Release|ARM64 - {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|Win32.ActiveCfg = Release|Win32 - {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|Win32.Build.0 = Release|Win32 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|x64.ActiveCfg = Release|x64 {4B664BA5-057A-41B8-B365-2C99065C4DFA}.Release|x64.Build.0 = Release|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|ARM64.ActiveCfg = Debug|ARM64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|ARM64.Build.0 = Debug|ARM64 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|Win32.ActiveCfg = Debug|Win32 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|Win32.Build.0 = Debug|Win32 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|x64.ActiveCfg = Debug|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|x64.Build.0 = Debug|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|ARM64.ActiveCfg = Release|ARM64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|ARM64.Build.0 = Release|ARM64 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|Win32.ActiveCfg = Release|Win32 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|Win32.Build.0 = Release|Win32 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|x64.ActiveCfg = Release|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/audio/simpleaudiosample/Source/Filters/Filters.vcxproj b/audio/simpleaudiosample/Source/Filters/Filters.vcxproj index 1bc012e0..1b343b45 100644 --- a/audio/simpleaudiosample/Source/Filters/Filters.vcxproj +++ b/audio/simpleaudiosample/Source/Filters/Filters.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F51739CE-5253-42B5-9191-57F28B5842C6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - Filters @@ -118,12 +88,6 @@ Filters - - Filters - - - Filters - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. @@ -216,52 +180,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(AdditionalIncludeDirectories);..\Inc;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(AdditionalIncludeDirectories);..\Inc;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - @@ -279,4 +197,4 @@ - + \ No newline at end of file diff --git a/audio/simpleaudiosample/Source/Inc/Inc.vcxproj b/audio/simpleaudiosample/Source/Inc/Inc.vcxproj index 14fce7b3..46846d71 100644 --- a/audio/simpleaudiosample/Source/Inc/Inc.vcxproj +++ b/audio/simpleaudiosample/Source/Inc/Inc.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F51739CE-5253-42B5-9191-57F28B5842C6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - Inc @@ -118,12 +88,6 @@ Inc - - Inc - - - Inc - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. @@ -204,46 +168,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - @@ -257,4 +181,4 @@ - + \ No newline at end of file diff --git a/audio/simpleaudiosample/Source/Main/Main.vcxproj b/audio/simpleaudiosample/Source/Main/Main.vcxproj index be92b9d4..b569da4d 100644 --- a/audio/simpleaudiosample/Source/Main/Main.vcxproj +++ b/audio/simpleaudiosample/Source/Main/Main.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {2A9A946E-F017-4E0D-BF75-AD81E7E97D64} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - @@ -208,56 +178,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - sha256 - - SimpleAudioSample @@ -270,12 +190,6 @@ SimpleAudioSample - - SimpleAudioSample - - - SimpleAudioSample - %(AdditionalDependencies);.\..\Utilities\$(IntDir)\Utilities.lib @@ -396,62 +310,6 @@ %(AdditionalIncludeDirectories);..\Inc - - - %(AdditionalDependencies);.\..\Utilities\$(IntDir)\Utilities.lib - - - %(AdditionalDependencies);.\..\Filters\$(IntDir)\Filters.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\Utilities;. - %(AdditionalIncludeDirectories);..\Filters;. - %(AdditionalIncludeDirectories);..\Inc;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\Utilities - %(AdditionalIncludeDirectories);..\Filters - %(AdditionalIncludeDirectories);..\Inc - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\Utilities - %(AdditionalIncludeDirectories);..\Filters - %(AdditionalIncludeDirectories);..\Inc - - - - - %(AdditionalDependencies);.\..\Utilities\$(IntDir)\Utilities.lib - - - %(AdditionalDependencies);.\..\Filters\$(IntDir)\Filters.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\Utilities;. - %(AdditionalIncludeDirectories);..\Filters;. - %(AdditionalIncludeDirectories);..\Inc;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\Utilities - %(AdditionalIncludeDirectories);..\Filters - %(AdditionalIncludeDirectories);..\Inc - - - %(PreprocessorDefinitions);_USE_WAVERT_;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\Utilities - %(AdditionalIncludeDirectories);..\Filters - %(AdditionalIncludeDirectories);..\Inc - - @@ -475,4 +333,4 @@ - + \ No newline at end of file diff --git a/audio/simpleaudiosample/Source/Utilities/Utilities.vcxproj b/audio/simpleaudiosample/Source/Utilities/Utilities.vcxproj index 710bf748..5efe1068 100644 --- a/audio/simpleaudiosample/Source/Utilities/Utilities.vcxproj +++ b/audio/simpleaudiosample/Source/Utilities/Utilities.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F51739CE-5253-42B5-9191-57F28B5842C6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - Utilities @@ -118,12 +88,6 @@ Utilities - - Utilities - - - Utilities - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. @@ -216,52 +180,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(AdditionalIncludeDirectories);..\Inc;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(AdditionalIncludeDirectories);..\Inc;. - %(PreprocessorDefinitions);_USE_WAVERT_;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(AdditionalIncludeDirectories);..\Inc - %(PreprocessorDefinitions);_USE_WAVERT_ - - - sha256 - - @@ -281,4 +199,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/APO/AecApo/AecApo.vcxproj b/audio/sysvad/APO/AecApo/AecApo.vcxproj index 3602ba64..7de1a862 100644 --- a/audio/sysvad/APO/AecApo/AecApo.vcxproj +++ b/audio/sysvad/APO/AecApo/AecApo.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {D5CCDCB1-348E-414E-BB0F-33C773760034} @@ -72,24 +64,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -106,12 +80,6 @@ - - - - - - AecApo @@ -125,46 +93,24 @@ AecApo - - AecApo - - - AecApo - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -179,12 +125,6 @@ Dynamic - - Dynamic - - - Dynamic - true @@ -283,54 +223,6 @@ /ignore:4217,4049 %(AdditionalOptions) - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - AecApoDll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - AecApoDll.def - /ignore:4217,4049 %(AdditionalOptions) - - @@ -350,4 +242,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj b/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj index 86f49395..a5d6ff37 100644 --- a/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj +++ b/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {D5CCDCB1-348E-414E-BB0F-33C773760034} @@ -72,24 +64,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -106,12 +80,6 @@ - - - - - - DelayAPO @@ -125,46 +93,24 @@ DelayAPO - - DelayAPO - - - DelayAPO - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -179,12 +125,6 @@ Dynamic - - Dynamic - - - Dynamic - true @@ -283,58 +223,10 @@ /ignore:4217,4049 %(AdditionalOptions) - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;. - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - DelayAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;. - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - DelayAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - - + @@ -353,4 +245,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/APO/KWSApo/KWSApo.vcxproj b/audio/sysvad/APO/KWSApo/KWSApo.vcxproj index 592686b4..938e5974 100644 --- a/audio/sysvad/APO/KWSApo/KWSApo.vcxproj +++ b/audio/sysvad/APO/KWSApo/KWSApo.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {D5CCDCB1-348E-414E-BB0F-33C773760034} @@ -72,24 +64,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -106,12 +80,6 @@ - - - - - - KWSApo @@ -125,46 +93,24 @@ KWSApo - - KWSApo - - - KWSApo - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -179,12 +125,6 @@ Dynamic - - Dynamic - - - Dynamic - true @@ -283,54 +223,6 @@ /ignore:4217,4049 %(AdditionalOptions) - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - KWSApoDll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib - KWSApoDll.def - /ignore:4217,4049 %(AdditionalOptions) - - @@ -352,4 +244,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/APO/SwapAPO/SwapAPO.vcxproj b/audio/sysvad/APO/SwapAPO/SwapAPO.vcxproj index 8ceee8ea..61bea0cb 100644 --- a/audio/sysvad/APO/SwapAPO/SwapAPO.vcxproj +++ b/audio/sysvad/APO/SwapAPO/SwapAPO.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {D5CCDCB1-348E-414E-BB0F-33C773760034} @@ -72,24 +64,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - false - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -106,12 +80,6 @@ - - - - - - SwapAPO @@ -125,64 +93,24 @@ SwapAPO - - SwapAPO - - - SwapAPO - - - SwapAPO - - - SwapAPO - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -197,18 +125,6 @@ Dynamic - - Dynamic - - - Dynamic - - - Dynamic - - - Dynamic - true @@ -307,104 +223,6 @@ /ignore:4217,4049 %(AdditionalOptions) - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib;rtworkq.lib - SwapAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;. - - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib;rtworkq.lib - SwapAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;.;..\..\..\..\wil\include - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib;rtworkq.lib - SwapAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - - - - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\;. - - - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;AudioBaseProcessingObjectV140.lib;audiomediatypecrt.lib;AudioEng.lib;rtworkq.lib - SwapAPODll.def - /ignore:4217,4049 %(AdditionalOptions) - - @@ -427,4 +245,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj index 4c59e3c1..aa5cc3e2 100644 --- a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj +++ b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F51739CE-5253-42B5-9191-57F28B5842C6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - EndpointsCommon @@ -118,12 +88,6 @@ EndpointsCommon - - EndpointsCommon - - - EndpointsCommon - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. @@ -204,46 +168,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - sha256 - - @@ -280,4 +204,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj b/audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj index 7151399e..592fefb2 100644 --- a/audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj +++ b/audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {C1851F27-BDAA-4DF1-8CA5-9D0176FD2B33} @@ -68,22 +60,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - KeywordDetectorContosoAdapter @@ -119,46 +89,24 @@ KeywordDetectorContosoAdapter - - KeywordDetectorContosoAdapter - - - KeywordDetectorContosoAdapter - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -257,54 +205,6 @@ KeywordDetectorContosoAdapter.def - - - MultiThreaded - MultiThreadedDebug - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;mfplat.lib;runtimeobject.lib - KeywordDetectorContosoAdapter.def - - - - - MultiThreaded - MultiThreadedDebug - true - Level4 - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - %(PreprocessorDefinitions);_WINDLL;_USRDLL;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\ - - - %(AdditionalDependencies);Kernel32.lib;ole32.lib;oleaut32.lib;advapi32.lib;user32.lib;uuid.lib;mfplat.lib;runtimeobject.lib - KeywordDetectorContosoAdapter.def - - @@ -325,4 +225,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/Package/package.VcxProj b/audio/sysvad/Package/package.VcxProj index 0d3bb44a..9af11965 100644 --- a/audio/sysvad/Package/package.VcxProj +++ b/audio/sysvad/Package/package.VcxProj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -59,14 +51,6 @@ {E9D167E6-E633-4284-8F02-FF86DF3B6D7F} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -107,16 +91,6 @@ 133563 - - - sha256 - - - - - sha256 - - sha256 @@ -127,7 +101,7 @@ sha256 - + sha256 @@ -140,4 +114,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj b/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj index 6e4e4c44..8e6e6ee4 100644 --- a/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj +++ b/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {2A9A946E-F017-4E0D-BF75-AD81E7E97D64} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - @@ -196,50 +166,6 @@ %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - TabletAudioSample @@ -252,12 +178,6 @@ TabletAudioSample - - TabletAudioSample - - - TabletAudioSample - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib @@ -354,50 +274,6 @@ sha256 - - - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\EndpointsCommon;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - sha256 - - - - - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\EndpointsCommon;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - sha256 - - @@ -427,4 +303,4 @@ - + \ No newline at end of file diff --git a/audio/sysvad/sysvad.sln b/audio/sysvad/sysvad.sln index 39041665..8ee722a7 100644 --- a/audio/sysvad/sysvad.sln +++ b/audio/sysvad/sysvad.sln @@ -34,107 +34,73 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|ARM64.ActiveCfg = Debug|ARM64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|ARM64.Build.0 = Debug|ARM64 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|Win32.ActiveCfg = Debug|Win32 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|Win32.Build.0 = Debug|Win32 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|x64.ActiveCfg = Debug|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Debug|x64.Build.0 = Debug|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|ARM64.ActiveCfg = Release|ARM64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|ARM64.Build.0 = Release|ARM64 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|Win32.ActiveCfg = Release|Win32 - {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|Win32.Build.0 = Release|Win32 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|x64.ActiveCfg = Release|x64 {830B14D5-0E32-4F9E-AEFA-4C9F6FC13C2A}.Release|x64.Build.0 = Release|x64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|ARM64.ActiveCfg = Debug|ARM64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|ARM64.Build.0 = Debug|ARM64 - {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|Win32.ActiveCfg = Debug|Win32 - {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|Win32.Build.0 = Debug|Win32 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|x64.ActiveCfg = Debug|x64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Debug|x64.Build.0 = Debug|x64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|ARM64.ActiveCfg = Release|ARM64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|ARM64.Build.0 = Release|ARM64 - {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|Win32.ActiveCfg = Release|Win32 - {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|Win32.Build.0 = Release|Win32 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|x64.ActiveCfg = Release|x64 {E0F02048-78A4-4FE8-B863-66E6CB6A2C37}.Release|x64.Build.0 = Release|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|ARM64.ActiveCfg = Debug|ARM64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|ARM64.Build.0 = Debug|ARM64 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|Win32.ActiveCfg = Debug|Win32 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|Win32.Build.0 = Debug|Win32 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|x64.ActiveCfg = Debug|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Debug|x64.Build.0 = Debug|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|ARM64.ActiveCfg = Release|ARM64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|ARM64.Build.0 = Release|ARM64 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|Win32.ActiveCfg = Release|Win32 - {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|Win32.Build.0 = Release|Win32 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|x64.ActiveCfg = Release|x64 {33E61864-6F2C-4F9F-BE70-8F8985A4F283}.Release|x64.Build.0 = Release|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|ARM64.ActiveCfg = Debug|ARM64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|ARM64.Build.0 = Debug|ARM64 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|Win32.ActiveCfg = Debug|Win32 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|Win32.Build.0 = Debug|Win32 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|x64.ActiveCfg = Debug|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Debug|x64.Build.0 = Debug|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|ARM64.ActiveCfg = Release|ARM64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|ARM64.Build.0 = Release|ARM64 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|Win32.ActiveCfg = Release|Win32 - {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|Win32.Build.0 = Release|Win32 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|x64.ActiveCfg = Release|x64 {E4DF0EEE-D35B-47F2-A9B1-41EA97C465FF}.Release|x64.Build.0 = Release|x64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|ARM64.ActiveCfg = Debug|ARM64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|ARM64.Build.0 = Debug|ARM64 - {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|Win32.ActiveCfg = Debug|Win32 - {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|Win32.Build.0 = Debug|Win32 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|x64.ActiveCfg = Debug|x64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Debug|x64.Build.0 = Debug|x64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|ARM64.ActiveCfg = Release|ARM64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|ARM64.Build.0 = Release|ARM64 - {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|Win32.ActiveCfg = Release|Win32 - {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|Win32.Build.0 = Release|Win32 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|x64.ActiveCfg = Release|x64 {8851AB85-70B3-4798-A149-BA366DF9EC25}.Release|x64.Build.0 = Release|x64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|ARM64.ActiveCfg = Debug|ARM64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|ARM64.Build.0 = Debug|ARM64 - {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|Win32.ActiveCfg = Debug|Win32 - {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|Win32.Build.0 = Debug|Win32 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|x64.ActiveCfg = Debug|x64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Debug|x64.Build.0 = Debug|x64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|ARM64.ActiveCfg = Release|ARM64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|ARM64.Build.0 = Release|ARM64 - {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|Win32.ActiveCfg = Release|Win32 - {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|Win32.Build.0 = Release|Win32 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|x64.ActiveCfg = Release|x64 {691F1D0F-CA50-46CD-8BBA-A59E9E8EB601}.Release|x64.Build.0 = Release|x64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|ARM64.ActiveCfg = Debug|ARM64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|ARM64.Build.0 = Debug|ARM64 - {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|Win32.ActiveCfg = Debug|Win32 - {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|Win32.Build.0 = Debug|Win32 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|x64.ActiveCfg = Debug|x64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Debug|x64.Build.0 = Debug|x64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|ARM64.ActiveCfg = Release|ARM64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|ARM64.Build.0 = Release|ARM64 - {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|Win32.ActiveCfg = Release|Win32 - {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|Win32.Build.0 = Release|Win32 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|x64.ActiveCfg = Release|x64 {47358AD6-A48A-465B-965F-0A66F8BDFE23}.Release|x64.Build.0 = Release|x64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|ARM64.ActiveCfg = Debug|ARM64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|ARM64.Build.0 = Debug|ARM64 - {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|Win32.ActiveCfg = Debug|Win32 - {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|Win32.Build.0 = Debug|Win32 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|x64.ActiveCfg = Debug|x64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Debug|x64.Build.0 = Debug|x64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|ARM64.ActiveCfg = Release|ARM64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|ARM64.Build.0 = Release|ARM64 - {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|Win32.ActiveCfg = Release|Win32 - {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|Win32.Build.0 = Release|Win32 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|x64.ActiveCfg = Release|x64 {83A1B9B0-3CB7-4249-ADEC-C336B0EDDE76}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/avstream/avscamera/Package/package.VcxProj b/avstream/avscamera/Package/package.VcxProj index af5d792b..885619ba 100644 --- a/avstream/avscamera/Package/package.VcxProj +++ b/avstream/avscamera/Package/package.VcxProj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -47,14 +39,6 @@ {B28A4CED-96FB-4426-8E77-15A9C0BCFDD5} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -95,16 +79,6 @@ 133563 - - - sha256 - - - - - sha256 - - sha256 @@ -128,4 +102,4 @@ - + \ No newline at end of file diff --git a/avstream/avscamera/avscamera.sln b/avstream/avscamera/avscamera.sln index f4a8e54f..0d913b7b 100644 --- a/avstream/avscamera/avscamera.sln +++ b/avstream/avscamera/avscamera.sln @@ -22,9 +22,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -40,28 +38,16 @@ Global {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|ARM64.Build.0 = Release|ARM64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.ActiveCfg = Release|ARM64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.Build.0 = Release|ARM64 - {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|Win32.Build.0 = Debug|Win32 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|x64.ActiveCfg = Debug|x64 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Debug|x64.Build.0 = Debug|x64 - {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|Win32.ActiveCfg = Release|Win32 - {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|Win32.Build.0 = Release|Win32 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|x64.ActiveCfg = Release|x64 {9397D285-8C29-4661-A741-F6703E2F5FD6}.Release|x64.Build.0 = Release|x64 - {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|Win32.ActiveCfg = Debug|Win32 - {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|Win32.Build.0 = Debug|Win32 {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|x64.ActiveCfg = Debug|x64 {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Debug|x64.Build.0 = Debug|x64 - {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|Win32.ActiveCfg = Release|Win32 - {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|Win32.Build.0 = Release|Win32 {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|x64.ActiveCfg = Release|x64 {24D35D6E-BDB0-4949-8A34-7DD25F0E8F68}.Release|x64.Build.0 = Release|x64 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.ActiveCfg = Debug|Win32 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.Build.0 = Debug|Win32 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|x64.ActiveCfg = Debug|x64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|x64.Build.0 = Debug|x64 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|Win32.ActiveCfg = Release|Win32 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|Win32.Build.0 = Release|Win32 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|x64.ActiveCfg = Release|x64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/avstream/avscamera/sys/AvsCamera.vcxproj b/avstream/avscamera/sys/AvsCamera.vcxproj index f0569772..1ce404cb 100644 --- a/avstream/avscamera/sys/AvsCamera.vcxproj +++ b/avstream/avscamera/sys/AvsCamera.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {7F43971C-9E5A-46A0-B925-AFE3282E014C} @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - AvsCamera @@ -119,12 +89,6 @@ AvsCamera - - AvsCamera - - - AvsCamera - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib @@ -181,34 +145,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\cng.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\common;$(SDK_INC_PATH)\ks - - NTDDI_WIN10_RS3 @@ -221,12 +157,6 @@ NTDDI_WIN10_RS3 - - NTDDI_WIN10_RS3 - - - NTDDI_WIN10_RS3 - true @@ -283,34 +213,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalOptions) -merge:PAGECONST=PAGE - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalOptions) -merge:PAGECONST=PAGE - - - sha256 - - @@ -354,4 +256,4 @@ - + \ No newline at end of file diff --git a/avstream/avshws/avshws.sln b/avstream/avshws/avshws.sln index ba4ee493..26f5306c 100644 --- a/avstream/avshws/avshws.sln +++ b/avstream/avshws/avshws.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29519.181 @@ -7,34 +7,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "avshws", "avshws.vcxproj", EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM.ActiveCfg = Debug|ARM - {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM.Build.0 = Debug|ARM - {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM.Deploy.0 = Debug|ARM {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM64.ActiveCfg = Debug|ARM64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM64.Build.0 = Debug|ARM64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|Win32.ActiveCfg = Debug|Win32 - {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|Win32.Build.0 = Debug|Win32 {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|x64.ActiveCfg = Debug|x64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Debug|x64.Build.0 = Debug|x64 - {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM.ActiveCfg = Release|ARM - {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM.Build.0 = Release|ARM - {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM.Deploy.0 = Release|ARM {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM64.ActiveCfg = Release|ARM64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM64.Build.0 = Release|ARM64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|ARM64.Deploy.0 = Release|ARM64 - {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|Win32.ActiveCfg = Release|Win32 - {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|Win32.Build.0 = Release|Win32 {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|x64.ActiveCfg = Release|x64 {77FA53EC-3637-411C-B708-C8EED64543A4}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/avstream/avshws/avshws.vcxproj b/avstream/avshws/avshws.vcxproj index 11fb4c39..b1b1d12b 100644 --- a/avstream/avshws/avshws.vcxproj +++ b/avstream/avshws/avshws.vcxproj @@ -1,30 +1,14 @@  - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 - - Release - Win32 - Debug x64 @@ -38,7 +22,7 @@ {77FA53EC-3637-411C-B708-C8EED64543A4} $(MSBuildProjectName) Debug - Win32 + x64 {555099C6-5354-4C50-A241-A09CDD72299D} @@ -58,22 +42,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - Windows10 False @@ -82,22 +50,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - Windows10 True @@ -116,21 +68,9 @@ - - - - - - - - - - - - @@ -141,21 +81,9 @@ avshws - - avshws - - - avshws - avshws - - avshws - - - avshws - avshws @@ -207,45 +135,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -264,45 +153,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) diff --git a/avstream/avssamp/avssamp.sln b/avstream/avssamp/avssamp.sln index 6aed60ec..ea74c295 100644 --- a/avstream/avssamp/avssamp.sln +++ b/avstream/avssamp/avssamp.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|ARM64.Build.0 = Debug|ARM64 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|ARM64.ActiveCfg = Release|ARM64 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|ARM64.Build.0 = Release|ARM64 - {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|Win32.Build.0 = Debug|Win32 - {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|Win32.ActiveCfg = Release|Win32 - {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|Win32.Build.0 = Release|Win32 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|x64.ActiveCfg = Debug|x64 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Debug|x64.Build.0 = Debug|x64 {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071}.Release|x64.ActiveCfg = Release|x64 diff --git a/avstream/avssamp/avssamp.vcxproj b/avstream/avssamp/avssamp.vcxproj index ff040086..57994980 100644 --- a/avstream/avssamp/avssamp.vcxproj +++ b/avstream/avssamp/avssamp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {2CCFF21D-0B89-4F39-A4FC-2D0CCC25A071} $(MSBuildProjectName) Debug - Win32 + x64 {B0781D0B-B397-4C3A-9D2D-6993E9C47C60} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - avssamp @@ -117,12 +87,6 @@ avssamp - - avssamp - - - avssamp - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib @@ -223,56 +187,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib - %(AdditionalOptions) -merge:PAGECONST=PAGE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ks.lib - %(AdditionalOptions) -merge:PAGECONST=PAGE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE;DEBUG_LEVEL=DEBUGLVL_BLAB;_WIN2K_COMPAT_SLIST_USAGE;_NO_SYS_GUID_OPERATOR_EQ_ - - - sha256 - - @@ -297,4 +211,4 @@ - + \ No newline at end of file diff --git a/avstream/sampledevicemft/SampleDeviceMft.sln b/avstream/sampledevicemft/SampleDeviceMft.sln index 8e8e176f..c3c29d4e 100644 --- a/avstream/sampledevicemft/SampleDeviceMft.sln +++ b/avstream/sampledevicemft/SampleDeviceMft.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|ARM64.Build.0 = Debug|ARM64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.ActiveCfg = Release|ARM64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|ARM64.Build.0 = Release|ARM64 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.ActiveCfg = Debug|Win32 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|Win32.Build.0 = Debug|Win32 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|Win32.ActiveCfg = Release|Win32 - {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|Win32.Build.0 = Release|Win32 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|x64.ActiveCfg = Debug|x64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Debug|x64.Build.0 = Debug|x64 {E77657CD-A270-49E1-823A-8A14FF8596C8}.Release|x64.ActiveCfg = Release|x64 diff --git a/avstream/sampledevicemft/multipinmft.vcxproj b/avstream/sampledevicemft/multipinmft.vcxproj index ae9d8f0a..3b9ddf87 100644 --- a/avstream/sampledevicemft/multipinmft.vcxproj +++ b/avstream/sampledevicemft/multipinmft.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {D6CB33D6-DEF2-497E-A72D-6E6E29C67F48} @@ -67,22 +59,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -208,16 +178,6 @@ Sync - - - Sync - - - - - Sync - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD @@ -278,36 +238,6 @@ Source.def - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - onecore.lib;D2d1.lib;mfcore.lib;mfplat.lib;mfuuid.lib;uuid.lib - Source.def - - - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - %(PreprocessorDefinitions);UNICODE;MF_WPP;SECURITY_WIN32;MFT_UNIQUE_METHOD_NAMES;MF_DEVICEMFT_ALLOW_MFT0_LOAD - - - onecore.lib;D2d1.lib;mfcore.lib;mfplat.lib;mfuuid.lib;uuid.lib - Source.def - - ;%(AdditionalIncludeDirectories) @@ -336,4 +266,4 @@ - + \ No newline at end of file diff --git a/avstream/samplemft0/Package/package.vcxproj b/avstream/samplemft0/Package/package.vcxproj index 511e7b92..997cd1d1 100644 --- a/avstream/samplemft0/Package/package.vcxproj +++ b/avstream/samplemft0/Package/package.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -40,14 +32,6 @@ {A92ABE31-4404-4415-B763-7186FA03850E} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -94,7 +78,7 @@ - + @@ -104,4 +88,4 @@ - + \ No newline at end of file diff --git a/avstream/samplemft0/SampleMft0.sln b/avstream/samplemft0/SampleMft0.sln index f184aa8e..c2df6702 100644 --- a/avstream/samplemft0/SampleMft0.sln +++ b/avstream/samplemft0/SampleMft0.sln @@ -11,9 +11,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -25,20 +23,12 @@ Global {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|ARM64.Build.0 = Release|ARM64 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|ARM64.ActiveCfg = Release|ARM64 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|ARM64.Build.0 = Release|ARM64 - {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|Win32.ActiveCfg = Debug|Win32 - {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|Win32.Build.0 = Debug|Win32 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|x64.ActiveCfg = Debug|x64 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Debug|x64.Build.0 = Debug|x64 - {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|Win32.ActiveCfg = Release|Win32 - {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|Win32.Build.0 = Release|Win32 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|x64.ActiveCfg = Release|x64 {07664D04-E5E5-4249-8382-4D97E3E5557D}.Release|x64.Build.0 = Release|x64 - {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|Win32.ActiveCfg = Debug|Win32 - {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|Win32.Build.0 = Debug|Win32 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|x64.ActiveCfg = Debug|x64 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Debug|x64.Build.0 = Debug|x64 - {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|Win32.ActiveCfg = Release|Win32 - {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|Win32.Build.0 = Release|Win32 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|x64.ActiveCfg = Release|x64 {DCF923F6-7164-4A0E-9486-B8A140234CCA}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/avstream/samplemft0/SampleMft0.vcxproj b/avstream/samplemft0/SampleMft0.vcxproj index febfd9d9..357bc0be 100644 --- a/avstream/samplemft0/SampleMft0.vcxproj +++ b/avstream/samplemft0/SampleMft0.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ Debug - Win32 + x64 DbgengKernelDebugger DbgengRemoteDebugger {0D23004B-9844-4510-ABA0-E60F720528B8} @@ -43,14 +35,6 @@ {DCF923F6-7164-4A0E-9486-B8A140234CCA} $(MSBuildProjectName) - - Windows10 - True - - - Windows10 - False - Windows10 True @@ -83,12 +67,6 @@ - - - - - - SampleMft0 @@ -165,4 +143,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj index 53b430c9..37c3ac58 100644 --- a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj +++ b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3} $(MSBuildProjectName) Debug - Win32 + x64 {B86B6683-5342-447B-9F08-B5E7B956C928} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - BthEcho @@ -117,12 +87,6 @@ BthEcho - - BthEcho - - - BthEcho - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);cfgmgr32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(AdditionalDependencies);cfgmgr32.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(AdditionalDependencies);cfgmgr32.lib - - @@ -265,4 +187,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj index fbaa61f3..732428e7 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {83758879-1C4F-4804-86FB-0202AE85C175} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ BthEchoSampleCli - - BthEchoSampleCli - - - BthEchoSampleCli - true @@ -227,54 +191,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - @@ -288,4 +204,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthecho.sln b/bluetooth/bthecho/bthecho.sln index 77f6094d..fb81978a 100644 --- a/bluetooth/bthecho/bthecho.sln +++ b/bluetooth/bthecho/bthecho.sln @@ -39,8 +39,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -65,42 +63,22 @@ Global {45C01E94-3016-4496-8D66-5E84000096B0}.Release|ARM64.Build.0 = Release|ARM64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.ActiveCfg = Release|ARM64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.Build.0 = Release|ARM64 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.Build.0 = Debug|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|Win32.ActiveCfg = Release|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|Win32.Build.0 = Release|Win32 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|x64.ActiveCfg = Debug|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|x64.Build.0 = Debug|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|x64.ActiveCfg = Release|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|x64.Build.0 = Release|x64 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|Win32.ActiveCfg = Debug|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|Win32.Build.0 = Debug|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|Win32.ActiveCfg = Release|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|Win32.Build.0 = Release|Win32 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|x64.ActiveCfg = Debug|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|x64.Build.0 = Debug|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|x64.ActiveCfg = Release|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|x64.Build.0 = Release|x64 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|Win32.ActiveCfg = Debug|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|Win32.Build.0 = Debug|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|Win32.ActiveCfg = Release|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|Win32.Build.0 = Release|Win32 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|x64.ActiveCfg = Debug|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|x64.Build.0 = Debug|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|x64.ActiveCfg = Release|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|x64.Build.0 = Release|x64 - {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|Win32.Build.0 = Debug|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Release|Win32.ActiveCfg = Release|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Release|Win32.Build.0 = Release|Win32 {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|x64.ActiveCfg = Debug|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|x64.Build.0 = Debug|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Release|x64.ActiveCfg = Release|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Release|x64.Build.0 = Release|x64 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|Win32.ActiveCfg = Debug|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|Win32.Build.0 = Debug|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|Win32.ActiveCfg = Release|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|Win32.Build.0 = Release|Win32 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|x64.ActiveCfg = Debug|x64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|x64.Build.0 = Debug|x64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|x64.ActiveCfg = Release|x64 diff --git a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj index 7b3e83dc..dcdd7a74 100644 --- a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj +++ b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {45C01E94-3016-4496-8D66-5E84000096B0} $(MSBuildProjectName) Debug - Win32 + x64 {49F5BC83-8094-41B8-8901-5CCF2143A45A} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - bthsrvinst @@ -117,12 +87,6 @@ bthsrvinst - - bthsrvinst - - - bthsrvinst - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);BluetoothApis.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(AdditionalDependencies);BluetoothApis.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(AdditionalDependencies);BluetoothApis.lib - - @@ -265,4 +187,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj index 9906195e..bf1902a1 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {2B10AA6F-8FEA-4371-A926-5652363314EA} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ BthEchoSampleSrv - - BthEchoSampleSrv - - - BthEchoSampleSrv - true @@ -227,54 +191,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - @@ -288,4 +204,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/common/lib/bthecho.vcxproj b/bluetooth/bthecho/common/lib/bthecho.vcxproj index 04bf9762..2b7c9cdb 100644 --- a/bluetooth/bthecho/common/lib/bthecho.vcxproj +++ b/bluetooth/bthecho/common/lib/bthecho.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {2251CD36-3DF0-4B2B-8674-70AD8C38B1DD} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -127,12 +97,6 @@ bthecho - - bthecho - - - bthecho - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc @@ -233,56 +197,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - true - Level4 - %(DisableSpecificWarnings);4201 - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - true - Level4 - %(DisableSpecificWarnings);4201 - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - @@ -296,4 +210,4 @@ - + \ No newline at end of file diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj index 2ad9582a..4d20779c 100644 --- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj +++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {680EFDDE-117B-443A-9A50-E8A7F919AA4F} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -129,12 +99,6 @@ SerialBusWdk - - SerialBusWdk - - - SerialBusWdk - %(AdditionalIncludeDirectories);..\;. @@ -231,54 +195,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib - - - sha256 - - @@ -295,4 +211,4 @@ - + \ No newline at end of file diff --git a/bluetooth/serialhcibus/serialhcibus.sln b/bluetooth/serialhcibus/serialhcibus.sln index b1d616df..101a5ecf 100644 --- a/bluetooth/serialhcibus/serialhcibus.sln +++ b/bluetooth/serialhcibus/serialhcibus.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|ARM64.Build.0 = Debug|ARM64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.ActiveCfg = Release|ARM64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.Build.0 = Release|ARM64 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.Build.0 = Debug|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|Win32.ActiveCfg = Release|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|Win32.Build.0 = Release|Win32 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|x64.ActiveCfg = Debug|x64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|x64.Build.0 = Debug|x64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/cdfs/cdfs.sln b/filesys/cdfs/cdfs.sln index b73573cc..2a37040e 100644 --- a/filesys/cdfs/cdfs.sln +++ b/filesys/cdfs/cdfs.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|ARM64.Build.0 = Debug|ARM64 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|ARM64.ActiveCfg = Release|ARM64 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|ARM64.Build.0 = Release|ARM64 - {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|Win32.ActiveCfg = Debug|Win32 - {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|Win32.Build.0 = Debug|Win32 - {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|Win32.ActiveCfg = Release|Win32 - {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|Win32.Build.0 = Release|Win32 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|x64.ActiveCfg = Debug|x64 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Debug|x64.Build.0 = Debug|x64 {5BA27054-1164-45A2-AC23-F620D9AA3E1F}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/cdfs/cdfs.vcxproj b/filesys/cdfs/cdfs.vcxproj index e0f61f04..a8173fe0 100644 --- a/filesys/cdfs/cdfs.vcxproj +++ b/filesys/cdfs/cdfs.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {4BD9A0E3-C5F8-482B-B98F-DE6915538B47} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - cdfs @@ -118,12 +88,6 @@ cdfs - - cdfs - - - cdfs - true @@ -148,18 +112,6 @@ Level4 - - - true - Level4 - - - - - true - Level4 - - @@ -196,24 +148,6 @@ sha256 - - - - - - - sha256 - - - - - - - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -404,4 +338,4 @@ - + \ No newline at end of file diff --git a/filesys/fastfat/fastfat.sln b/filesys/fastfat/fastfat.sln index e4070620..0c164ec9 100644 --- a/filesys/fastfat/fastfat.sln +++ b/filesys/fastfat/fastfat.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|ARM64.Build.0 = Debug|ARM64 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|ARM64.ActiveCfg = Release|ARM64 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|ARM64.Build.0 = Release|ARM64 - {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|Win32.ActiveCfg = Debug|Win32 - {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|Win32.Build.0 = Debug|Win32 - {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|Win32.ActiveCfg = Release|Win32 - {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|Win32.Build.0 = Release|Win32 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|x64.ActiveCfg = Debug|x64 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Debug|x64.Build.0 = Debug|x64 {31BA0C80-2E84-44C8-9FEA-E8994DC90440}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/fastfat/fastfat.vcxproj b/filesys/fastfat/fastfat.vcxproj index bb01bdfb..fc6662c5 100644 --- a/filesys/fastfat/fastfat.vcxproj +++ b/filesys/fastfat/fastfat.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {C67EAEBC-7DCC-40D7-897A-EEFE6F295870} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - fastfat @@ -118,12 +88,6 @@ fastfat - - fastfat - - - fastfat - true @@ -148,18 +112,6 @@ Level4 - - - true - Level4 - - - - - true - Level4 - - @@ -196,24 +148,6 @@ sha256 - - - - - - - sha256 - - - - - - - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -434,4 +368,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/MetadataManager/MetadataManager.sln b/filesys/miniFilter/MetadataManager/MetadataManager.sln index d35f3c77..4eac8251 100644 --- a/filesys/miniFilter/MetadataManager/MetadataManager.sln +++ b/filesys/miniFilter/MetadataManager/MetadataManager.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|ARM64.Build.0 = Debug|ARM64 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|ARM64.ActiveCfg = Release|ARM64 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|ARM64.Build.0 = Release|ARM64 - {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|Win32.ActiveCfg = Debug|Win32 - {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|Win32.Build.0 = Debug|Win32 - {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|Win32.ActiveCfg = Release|Win32 - {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|Win32.Build.0 = Release|Win32 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|x64.ActiveCfg = Debug|x64 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Debug|x64.Build.0 = Debug|x64 {D3B738B6-46C9-4572-A81F-C47F95D39A7B}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/MetadataManager/fmm.vcxproj b/filesys/miniFilter/MetadataManager/fmm.vcxproj index 9b9263d4..f46e09ce 100644 --- a/filesys/miniFilter/MetadataManager/fmm.vcxproj +++ b/filesys/miniFilter/MetadataManager/fmm.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D3B738B6-46C9-4572-A81F-C47F95D39A7B} $(MSBuildProjectName) Debug - Win32 + x64 {8C639D05-4938-4C61-BB91-F227CEE05488} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - fmm @@ -117,12 +87,6 @@ fmm - - fmm - - - fmm - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/NameChanger/NameChanger.sln b/filesys/miniFilter/NameChanger/NameChanger.sln index 82219d29..b9509bec 100644 --- a/filesys/miniFilter/NameChanger/NameChanger.sln +++ b/filesys/miniFilter/NameChanger/NameChanger.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|ARM64.Build.0 = Debug|ARM64 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|ARM64.ActiveCfg = Release|ARM64 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|ARM64.Build.0 = Release|ARM64 - {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|Win32.ActiveCfg = Debug|Win32 - {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|Win32.Build.0 = Debug|Win32 - {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|Win32.ActiveCfg = Release|Win32 - {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|Win32.Build.0 = Release|Win32 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|x64.ActiveCfg = Debug|x64 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Debug|x64.Build.0 = Debug|x64 {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/NameChanger/NameChanger.vcxproj b/filesys/miniFilter/NameChanger/NameChanger.vcxproj index 56e54638..6edf0f33 100644 --- a/filesys/miniFilter/NameChanger/NameChanger.vcxproj +++ b/filesys/miniFilter/NameChanger/NameChanger.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9170658B-BFBD-4CF4-A7D3-E39272CCF4E9} $(MSBuildProjectName) Debug - Win32 + x64 {E7064DAD-7446-4C2A-ADFE-FF3CFB6CC337} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - NameChanger @@ -117,12 +87,6 @@ NameChanger - - NameChanger - - - NameChanger - true @@ -219,54 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalIncludeDirectories);. - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -297,4 +213,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/avscan/avscan.sln b/filesys/miniFilter/avscan/avscan.sln index 9d19f201..036fe00c 100644 --- a/filesys/miniFilter/avscan/avscan.sln +++ b/filesys/miniFilter/avscan/avscan.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|ARM64.Build.0 = Release|ARM64 {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|ARM64.ActiveCfg = Release|ARM64 {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|ARM64.Build.0 = Release|ARM64 - {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|Win32.Build.0 = Debug|Win32 - {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|Win32.ActiveCfg = Release|Win32 - {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|Win32.Build.0 = Release|Win32 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|x64.ActiveCfg = Debug|x64 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Debug|x64.Build.0 = Debug|x64 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|x64.ActiveCfg = Release|x64 {F8973BDD-E1CC-4FD5-B7E7-745274B005C4}.Release|x64.Build.0 = Release|x64 - {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|Win32.ActiveCfg = Debug|Win32 - {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|Win32.Build.0 = Debug|Win32 - {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|Win32.ActiveCfg = Release|Win32 - {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|Win32.Build.0 = Release|Win32 {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|x64.ActiveCfg = Debug|x64 {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Debug|x64.Build.0 = Debug|x64 {5E40E4EF-AC99-48D8-8297-037C80560B7D}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/avscan/filter/avscan.vcxproj b/filesys/miniFilter/avscan/filter/avscan.vcxproj index e070a8d5..76e9141f 100644 --- a/filesys/miniFilter/avscan/filter/avscan.vcxproj +++ b/filesys/miniFilter/avscan/filter/avscan.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F8973BDD-E1CC-4FD5-B7E7-745274B005C4} $(MSBuildProjectName) Debug - Win32 + x64 {435DDC97-0EA8-4E27-95FF-7C7BD5906BFB} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - avscan @@ -117,12 +87,6 @@ avscan - - avscan - - - avscan - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -275,4 +197,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/avscan/user/avscan.vcxproj b/filesys/miniFilter/avscan/user/avscan.vcxproj index f46f9adb..31f80737 100644 --- a/filesys/miniFilter/avscan/user/avscan.vcxproj +++ b/filesys/miniFilter/avscan/user/avscan.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {5E40E4EF-AC99-48D8-8297-037C80560B7D} $(MSBuildProjectName) Debug - Win32 + x64 {5740BC6D-C17A-4464-9E2E-17E6C862C142} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - avscan @@ -117,12 +87,6 @@ avscan - - avscan - - - avscan - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);fltLib.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - @@ -268,4 +190,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/cancelSafe/cancelSafe.sln b/filesys/miniFilter/cancelSafe/cancelSafe.sln index e3fe92f6..f0000cab 100644 --- a/filesys/miniFilter/cancelSafe/cancelSafe.sln +++ b/filesys/miniFilter/cancelSafe/cancelSafe.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|ARM64.Build.0 = Debug|ARM64 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|ARM64.ActiveCfg = Release|ARM64 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|ARM64.Build.0 = Release|ARM64 - {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|Win32.ActiveCfg = Debug|Win32 - {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|Win32.Build.0 = Debug|Win32 - {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|Win32.ActiveCfg = Release|Win32 - {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|Win32.Build.0 = Release|Win32 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|x64.ActiveCfg = Debug|x64 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Debug|x64.Build.0 = Debug|x64 {68EF78DE-3357-4923-AA90-141CF3EA07BB}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj b/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj index 88fbb8a1..cbacd154 100644 --- a/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj +++ b/filesys/miniFilter/cancelSafe/cancelSafe.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {68EF78DE-3357-4923-AA90-141CF3EA07BB} $(MSBuildProjectName) Debug - Win32 + x64 {46153B9A-CAAC-4DE3-985D-32D628E2DF10} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - cancelSafe @@ -117,12 +87,6 @@ cancelSafe - - cancelSafe - - - cancelSafe - %(AdditionalOptions) /map @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalOptions) /map - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - true - Level4 - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - sha256 - - - - - %(AdditionalOptions) /map - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - true - Level4 - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - sha256 - - @@ -272,4 +192,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/cdo/cdo.sln b/filesys/miniFilter/cdo/cdo.sln index fa854de7..57327594 100644 --- a/filesys/miniFilter/cdo/cdo.sln +++ b/filesys/miniFilter/cdo/cdo.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|ARM64.Build.0 = Debug|ARM64 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|ARM64.ActiveCfg = Release|ARM64 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|ARM64.Build.0 = Release|ARM64 - {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|Win32.ActiveCfg = Debug|Win32 - {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|Win32.Build.0 = Debug|Win32 - {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|Win32.ActiveCfg = Release|Win32 - {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|Win32.Build.0 = Release|Win32 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|x64.ActiveCfg = Debug|x64 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Debug|x64.Build.0 = Debug|x64 {43260D29-12DA-4486-BBA6-FFFB04F796ED}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/cdo/cdo.vcxproj b/filesys/miniFilter/cdo/cdo.vcxproj index 86a1f945..93d98b41 100644 --- a/filesys/miniFilter/cdo/cdo.vcxproj +++ b/filesys/miniFilter/cdo/cdo.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {43260D29-12DA-4486-BBA6-FFFB04F796ED} $(MSBuildProjectName) Debug - Win32 + x64 {45B9A48B-43EF-4553-9482-C11159AAC845} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - cdo @@ -117,12 +87,6 @@ cdo - - cdo - - - cdo - true @@ -179,34 +143,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -225,4 +161,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/change/change.sln b/filesys/miniFilter/change/change.sln index 124a6289..ba22d4c4 100644 --- a/filesys/miniFilter/change/change.sln +++ b/filesys/miniFilter/change/change.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|ARM64.Build.0 = Debug|ARM64 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|ARM64.ActiveCfg = Release|ARM64 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|ARM64.Build.0 = Release|ARM64 - {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|Win32.ActiveCfg = Debug|Win32 - {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|Win32.Build.0 = Debug|Win32 - {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|Win32.ActiveCfg = Release|Win32 - {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|Win32.Build.0 = Release|Win32 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|x64.ActiveCfg = Debug|x64 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Debug|x64.Build.0 = Debug|x64 {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/change/change.vcxproj b/filesys/miniFilter/change/change.vcxproj index 49aeae5a..e0cf3d76 100644 --- a/filesys/miniFilter/change/change.vcxproj +++ b/filesys/miniFilter/change/change.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {BC0EEC91-7911-4C29-8B97-BE6E8A3A6E46} $(MSBuildProjectName) Debug - Win32 + x64 {05AE0D1D-C860-41E1-9212-AEB8A71523EB} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - change @@ -117,12 +87,6 @@ change - - change - - - change - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions) - - - - - %(PreprocessorDefinitions) - - - %(PreprocessorDefinitions) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions) - - - - - %(PreprocessorDefinitions) - - - %(PreprocessorDefinitions) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -267,4 +189,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/ctx/ctx.sln b/filesys/miniFilter/ctx/ctx.sln index caf22d94..817c2982 100644 --- a/filesys/miniFilter/ctx/ctx.sln +++ b/filesys/miniFilter/ctx/ctx.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|ARM64.Build.0 = Debug|ARM64 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|ARM64.ActiveCfg = Release|ARM64 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|ARM64.Build.0 = Release|ARM64 - {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|Win32.ActiveCfg = Debug|Win32 - {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|Win32.Build.0 = Debug|Win32 - {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|Win32.ActiveCfg = Release|Win32 - {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|Win32.Build.0 = Release|Win32 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|x64.ActiveCfg = Debug|x64 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Debug|x64.Build.0 = Debug|x64 {2335901B-9BF4-419C-8BED-808AEEFE5BAE}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/ctx/ctx.vcxproj b/filesys/miniFilter/ctx/ctx.vcxproj index 93d19801..0454dcf1 100644 --- a/filesys/miniFilter/ctx/ctx.vcxproj +++ b/filesys/miniFilter/ctx/ctx.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {2335901B-9BF4-419C-8BED-808AEEFE5BAE} $(MSBuildProjectName) Debug - Win32 + x64 {9236E3D9-F184-4611-88E1-FDF4B63F0136} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ctx @@ -117,12 +87,6 @@ ctx - - ctx - - - ctx - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/delete/delete.sln b/filesys/miniFilter/delete/delete.sln index 7535c78f..99722c77 100644 --- a/filesys/miniFilter/delete/delete.sln +++ b/filesys/miniFilter/delete/delete.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|ARM64.Build.0 = Debug|ARM64 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|ARM64.ActiveCfg = Release|ARM64 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|ARM64.Build.0 = Release|ARM64 - {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|Win32.ActiveCfg = Debug|Win32 - {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|Win32.Build.0 = Debug|Win32 - {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|Win32.ActiveCfg = Release|Win32 - {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|Win32.Build.0 = Release|Win32 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|x64.ActiveCfg = Debug|x64 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Debug|x64.Build.0 = Debug|x64 {0933F9F0-B579-4691-9611-D28D4D6F6969}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/delete/delete.vcxproj b/filesys/miniFilter/delete/delete.vcxproj index 3b7f9521..f7d267c2 100644 --- a/filesys/miniFilter/delete/delete.vcxproj +++ b/filesys/miniFilter/delete/delete.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {0933F9F0-B579-4691-9611-D28D4D6F6969} $(MSBuildProjectName) Debug - Win32 + x64 {3198832E-A446-4372-94A0-5E68D9996027} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - delete @@ -117,12 +87,6 @@ delete - - delete - - - delete - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/minispy/filter/minispy.vcxproj b/filesys/miniFilter/minispy/filter/minispy.vcxproj index 5eb1a324..198ce6a2 100644 --- a/filesys/miniFilter/minispy/filter/minispy.vcxproj +++ b/filesys/miniFilter/minispy/filter/minispy.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF} $(MSBuildProjectName) Debug - Win32 + x64 {B33E4B58-A759-43FF-AC21-3310B20E933D} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - minispy @@ -117,12 +87,6 @@ minispy - - minispy - - - minispy - %(AdditionalOptions) /map @@ -223,56 +187,6 @@ sha256 - - - %(AdditionalOptions) /map - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - sha256 - - - - - %(AdditionalOptions) /map - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - sha256 - - @@ -293,4 +207,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/minispy/minispy.sln b/filesys/miniFilter/minispy/minispy.sln index ee71f36e..f11d866a 100644 --- a/filesys/miniFilter/minispy/minispy.sln +++ b/filesys/miniFilter/minispy/minispy.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|ARM64.Build.0 = Release|ARM64 {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|ARM64.ActiveCfg = Release|ARM64 {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|ARM64.Build.0 = Release|ARM64 - {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|Win32.Build.0 = Debug|Win32 - {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|Win32.ActiveCfg = Release|Win32 - {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|Win32.Build.0 = Release|Win32 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|x64.ActiveCfg = Debug|x64 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Debug|x64.Build.0 = Debug|x64 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|x64.ActiveCfg = Release|x64 {BB97C5A3-10A8-4979-B7CA-D33B8D8F86AF}.Release|x64.Build.0 = Release|x64 - {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|Win32.ActiveCfg = Debug|Win32 - {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|Win32.Build.0 = Debug|Win32 - {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|Win32.ActiveCfg = Release|Win32 - {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|Win32.Build.0 = Release|Win32 {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|x64.ActiveCfg = Debug|x64 {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Debug|x64.Build.0 = Debug|x64 {CF307DC8-96B6-4818-AB94-4EFF2176A02B}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/minispy/user/minispy.vcxproj b/filesys/miniFilter/minispy/user/minispy.vcxproj index 2200fb73..81337e8c 100644 --- a/filesys/miniFilter/minispy/user/minispy.vcxproj +++ b/filesys/miniFilter/minispy/user/minispy.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {CF307DC8-96B6-4818-AB94-4EFF2176A02B} $(MSBuildProjectName) Debug - Win32 + x64 {788C2D82-6D5B-4CBE-93DF-E9BCFD1752EF} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - minispy @@ -117,12 +87,6 @@ minispy - - minispy - - - minispy - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);fltLib.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - @@ -267,4 +189,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/nullFilter/nullFilter.sln b/filesys/miniFilter/nullFilter/nullFilter.sln index add3865a..f6354d45 100644 --- a/filesys/miniFilter/nullFilter/nullFilter.sln +++ b/filesys/miniFilter/nullFilter/nullFilter.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|ARM64.Build.0 = Debug|ARM64 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|ARM64.ActiveCfg = Release|ARM64 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|ARM64.Build.0 = Release|ARM64 - {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|Win32.ActiveCfg = Debug|Win32 - {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|Win32.Build.0 = Debug|Win32 - {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|Win32.ActiveCfg = Release|Win32 - {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|Win32.Build.0 = Release|Win32 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|x64.ActiveCfg = Debug|x64 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Debug|x64.Build.0 = Debug|x64 {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/nullFilter/nullFilter.vcxproj b/filesys/miniFilter/nullFilter/nullFilter.vcxproj index 6fb3dd66..5972d29d 100644 --- a/filesys/miniFilter/nullFilter/nullFilter.vcxproj +++ b/filesys/miniFilter/nullFilter/nullFilter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F} $(MSBuildProjectName) Debug - Win32 + x64 {37C5493F-8641-40D5-AE43-952B56CD6D9D} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - nullFilter @@ -117,12 +87,6 @@ nullFilter - - nullFilter - - - nullFilter - true @@ -179,34 +143,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -224,4 +160,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/passThrough/passThrough.sln b/filesys/miniFilter/passThrough/passThrough.sln index f045f19b..007beb83 100644 --- a/filesys/miniFilter/passThrough/passThrough.sln +++ b/filesys/miniFilter/passThrough/passThrough.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|ARM64.Build.0 = Debug|ARM64 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|ARM64.ActiveCfg = Release|ARM64 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|ARM64.Build.0 = Release|ARM64 - {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|Win32.Build.0 = Debug|Win32 - {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|Win32.ActiveCfg = Release|Win32 - {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|Win32.Build.0 = Release|Win32 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|x64.ActiveCfg = Debug|x64 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Debug|x64.Build.0 = Debug|x64 {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/passThrough/passThrough.vcxproj b/filesys/miniFilter/passThrough/passThrough.vcxproj index bbad9c91..366dfe2f 100644 --- a/filesys/miniFilter/passThrough/passThrough.vcxproj +++ b/filesys/miniFilter/passThrough/passThrough.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D8B8DA25-0E6D-4631-8B25-DBF5B10B45AD} $(MSBuildProjectName) Debug - Win32 + x64 {D469D3E0-FEAC-4BF9-90AF-C46E5F411DCA} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - passThrough @@ -117,12 +87,6 @@ passThrough - - passThrough - - - passThrough - true @@ -179,34 +143,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -224,4 +160,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/scanner/filter/scanner.vcxproj b/filesys/miniFilter/scanner/filter/scanner.vcxproj index 0957c236..f3229f2e 100644 --- a/filesys/miniFilter/scanner/filter/scanner.vcxproj +++ b/filesys/miniFilter/scanner/filter/scanner.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {CDFBA2B4-F7A9-4910-A226-F558EE7315F5} $(MSBuildProjectName) Debug - Win32 + x64 {539E396E-305F-4FC0-A6E1-AF1512EDBD24} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - scanner @@ -117,12 +87,6 @@ scanner - - scanner - - - scanner - true @@ -219,54 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -285,4 +201,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/scanner/scanner.sln b/filesys/miniFilter/scanner/scanner.sln index 243da218..9aea47ab 100644 --- a/filesys/miniFilter/scanner/scanner.sln +++ b/filesys/miniFilter/scanner/scanner.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|ARM64.Build.0 = Release|ARM64 {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|ARM64.ActiveCfg = Release|ARM64 {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|ARM64.Build.0 = Release|ARM64 - {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|Win32.ActiveCfg = Debug|Win32 - {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|Win32.Build.0 = Debug|Win32 - {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|Win32.ActiveCfg = Release|Win32 - {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|Win32.Build.0 = Release|Win32 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|x64.ActiveCfg = Debug|x64 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Debug|x64.Build.0 = Debug|x64 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|x64.ActiveCfg = Release|x64 {CDFBA2B4-F7A9-4910-A226-F558EE7315F5}.Release|x64.Build.0 = Release|x64 - {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|Win32.ActiveCfg = Debug|Win32 - {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|Win32.Build.0 = Debug|Win32 - {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|Win32.ActiveCfg = Release|Win32 - {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|Win32.Build.0 = Release|Win32 {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|x64.ActiveCfg = Debug|x64 {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Debug|x64.Build.0 = Debug|x64 {85EC78BD-4D8B-4982-B635-9BE16674DD48}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/scanner/user/scanuser.vcxproj b/filesys/miniFilter/scanner/user/scanuser.vcxproj index c4bea64a..7936eeff 100644 --- a/filesys/miniFilter/scanner/user/scanuser.vcxproj +++ b/filesys/miniFilter/scanner/user/scanuser.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {85EC78BD-4D8B-4982-B635-9BE16674DD48} $(MSBuildProjectName) Debug - Win32 + x64 {9CE4D10A-7741-49CE-B437-3EE38B7A1DB4} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - scanuser @@ -117,12 +87,6 @@ scanuser - - scanuser - - - scanuser - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);fltLib.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);fltLib.lib - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/simrep/simrep.sln b/filesys/miniFilter/simrep/simrep.sln index c712bcec..3cec90a0 100644 --- a/filesys/miniFilter/simrep/simrep.sln +++ b/filesys/miniFilter/simrep/simrep.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|ARM64.Build.0 = Debug|ARM64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.ActiveCfg = Release|ARM64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|ARM64.Build.0 = Release|ARM64 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.ActiveCfg = Debug|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|Win32.Build.0 = Debug|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|Win32.ActiveCfg = Release|Win32 - {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|Win32.Build.0 = Release|Win32 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|x64.ActiveCfg = Debug|x64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Debug|x64.Build.0 = Debug|x64 {E007014C-F23C-4E49-A483-D3AE86B8B988}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/simrep/simrep.vcxproj b/filesys/miniFilter/simrep/simrep.vcxproj index 47ee8c03..82613e37 100644 --- a/filesys/miniFilter/simrep/simrep.vcxproj +++ b/filesys/miniFilter/simrep/simrep.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E007014C-F23C-4E49-A483-D3AE86B8B988} $(MSBuildProjectName) Debug - Win32 + x64 {C81FEAC2-1F94-45CB-BED1-670C90145D61} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - simrep @@ -117,12 +87,6 @@ simrep - - simrep - - - simrep - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/filesys/miniFilter/swapBuffers/swapBuffers.sln b/filesys/miniFilter/swapBuffers/swapBuffers.sln index 682282d4..7dcb3a81 100644 --- a/filesys/miniFilter/swapBuffers/swapBuffers.sln +++ b/filesys/miniFilter/swapBuffers/swapBuffers.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|ARM64.Build.0 = Debug|ARM64 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|ARM64.ActiveCfg = Release|ARM64 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|ARM64.Build.0 = Release|ARM64 - {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|Win32.ActiveCfg = Debug|Win32 - {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|Win32.Build.0 = Debug|Win32 - {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|Win32.ActiveCfg = Release|Win32 - {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|Win32.Build.0 = Release|Win32 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|x64.ActiveCfg = Debug|x64 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Debug|x64.Build.0 = Debug|x64 {85E4144B-986D-4B01-BA1C-2536DCF175DD}.Release|x64.ActiveCfg = Release|x64 diff --git a/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj b/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj index 66ee19ba..fdf31238 100644 --- a/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj +++ b/filesys/miniFilter/swapBuffers/swapBuffers.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {85E4144B-986D-4B01-BA1C-2536DCF175DD} $(MSBuildProjectName) Debug - Win32 + x64 {740DFB1D-45E5-406F-BBB6-4AF0E6C30DBA} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - swapBuffers @@ -117,12 +87,6 @@ swapBuffers - - swapBuffers - - - swapBuffers - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE;POOL_NX_OPTIN=1 - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/general/PLX9x5x/PLX9x5x.sln b/general/PLX9x5x/PLX9x5x.sln index a6df137c..f3e3b759 100644 --- a/general/PLX9x5x/PLX9x5x.sln +++ b/general/PLX9x5x/PLX9x5x.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|ARM64.Build.0 = Release|ARM64 {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|ARM64.ActiveCfg = Release|ARM64 {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|ARM64.Build.0 = Release|ARM64 - {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|Win32.ActiveCfg = Debug|Win32 - {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|Win32.Build.0 = Debug|Win32 - {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|Win32.ActiveCfg = Release|Win32 - {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|Win32.Build.0 = Release|Win32 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|x64.ActiveCfg = Debug|x64 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Debug|x64.Build.0 = Debug|x64 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|x64.ActiveCfg = Release|x64 {501DB362-22B7-4447-9F0B-690EE0F83CF3}.Release|x64.Build.0 = Release|x64 - {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|Win32.ActiveCfg = Debug|Win32 - {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|Win32.Build.0 = Debug|Win32 - {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|Win32.ActiveCfg = Release|Win32 - {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|Win32.Build.0 = Release|Win32 {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|x64.ActiveCfg = Debug|x64 {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Debug|x64.Build.0 = Debug|x64 {EFB89CBA-931F-426E-A7C0-50374FA9EA58}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/PLX9x5x/sys/Pci9x5x.vcxproj b/general/PLX9x5x/sys/Pci9x5x.vcxproj index dcaec04e..7ef76815 100644 --- a/general/PLX9x5x/sys/Pci9x5x.vcxproj +++ b/general/PLX9x5x/sys/Pci9x5x.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ 1 19 Debug - Win32 + x64 {01A592F9-DDED-4EDB-B96A-3B9061461BE3} @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - true @@ -186,12 +156,6 @@ Pci9x5x - - Pci9x5x - - - Pci9x5x - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -224,22 +188,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -264,18 +212,6 @@ - - - - - - - - - - - - ;%(AdditionalIncludeDirectories) @@ -298,4 +234,4 @@ - + \ No newline at end of file diff --git a/general/PLX9x5x/test/plx.vcxproj b/general/PLX9x5x/test/plx.vcxproj index 1f0d761e..13665ef7 100644 --- a/general/PLX9x5x/test/plx.vcxproj +++ b/general/PLX9x5x/test/plx.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {EFB89CBA-931F-426E-A7C0-50374FA9EA58} $(MSBuildProjectName) Debug - Win32 + x64 {C12C9771-61BE-4B27-83FF-C088E9B0307F} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -121,12 +91,6 @@ plx - - plx - - - plx - %(PreprocessorDefinitions);BUILT_IN_DDK=1 @@ -215,50 +179,6 @@ sha256 - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - sha256 - - - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(PreprocessorDefinitions);BUILT_IN_DDK=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - sha256 - - @@ -272,4 +192,4 @@ - + \ No newline at end of file diff --git a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj index 3b2022d2..78bbbfbb 100644 --- a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj +++ b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj @@ -1,30 +1,14 @@ - + - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 - - Release - Win32 - Debug x64 @@ -42,36 +26,6 @@ SimpleMediaSource - - DynamicLibrary - true - WindowsApplicationForDrivers10.0 - MultiByte - Universal - - - DynamicLibrary - true - WindowsApplicationForDrivers10.0 - Unicode - Universal - - - DynamicLibrary - false - WindowsApplicationForDrivers10.0 - true - Unicode - Universal - - - DynamicLibrary - false - WindowsApplicationForDrivers10.0 - true - Unicode - Universal - DynamicLibrary true @@ -107,18 +61,6 @@ - - - - - - - - - - - - @@ -132,22 +74,6 @@ - - NativeRecommendedRules.ruleset - false - - - NativeRecommendedRules.ruleset - false - - - NativeRecommendedRules.ruleset - false - - - NativeRecommendedRules.ruleset - false - NativeRecommendedRules.ruleset false @@ -164,47 +90,6 @@ NativeRecommendedRules.ruleset false - - - Level3 - Disabled - true - true - false - Sync - MultiThreadedDebugDLL - stdcpp17 - Cdecl - Create - pch.h - ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib - %(IgnoreSpecificDefaultLibraries) - $(SolutionDir)MediaSource\module.def - - - - - Level3 - Disabled - true - true - false - Sync - MultiThreadedDebugDLL - stdcpp17 - Create - pch.h - ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib - %(IgnoreSpecificDefaultLibraries) - $(SolutionDir)MediaSource\module.def - - Level3 @@ -245,57 +130,6 @@ %(IgnoreSpecificDefaultLibraries) - - - Level3 - MaxSpeed - true - true - true - true - false - Sync - MultiThreadedDLL - stdcpp17 - Create - pch.h - ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - - - true - true - %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib - %(IgnoreSpecificDefaultLibraries) - $(SolutionDir)MediaSource\module.def - - - - - - Level3 - MaxSpeed - true - true - true - true - false - Sync - MultiThreadedDLL - stdcpp17 - Create - pch.h - ..\..\..\wil\include;$(IntDir);%(AdditionalIncludeDirectories) - - - true - true - %(AdditionalDependencies);mfplat.lib;Mfsensorgroup.lib;OneCoreUAP.lib - %(IgnoreSpecificDefaultLibraries) - $(SolutionDir)MediaSource\module.def - - - - Level3 diff --git a/general/SimpleMediaSource/SimpleMediaSource.sln b/general/SimpleMediaSource/SimpleMediaSource.sln index 95ba61da..eb47d366 100644 --- a/general/SimpleMediaSource/SimpleMediaSource.sln +++ b/general/SimpleMediaSource/SimpleMediaSource.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31129.286 @@ -9,56 +9,32 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleMediaSourceDriver", " EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|ARM.ActiveCfg = Debug|ARM - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|ARM.Build.0 = Debug|ARM {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|ARM64.ActiveCfg = Debug|ARM64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|ARM64.Build.0 = Debug|ARM64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|x64.ActiveCfg = Debug|x64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|x64.Build.0 = Debug|x64 - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|x86.ActiveCfg = Debug|Win32 - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Debug|x86.Build.0 = Debug|Win32 - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|ARM.ActiveCfg = Release|ARM - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|ARM.Build.0 = Release|ARM {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|ARM64.ActiveCfg = Release|ARM64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|ARM64.Build.0 = Release|ARM64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|x64.ActiveCfg = Release|x64 {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|x64.Build.0 = Release|x64 - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|x86.ActiveCfg = Release|Win32 - {43AD9BF7-E765-48FE-9826-71A8F2CB12DD}.Release|x86.Build.0 = Release|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM.ActiveCfg = Debug|ARM - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM.Build.0 = Debug|ARM - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM.Deploy.0 = Debug|ARM {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM64.ActiveCfg = Debug|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM64.Build.0 = Debug|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|ARM64.Deploy.0 = Debug|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x64.ActiveCfg = Debug|x64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x64.Build.0 = Debug|x64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x64.Deploy.0 = Debug|x64 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x86.ActiveCfg = Debug|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x86.Build.0 = Debug|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Debug|x86.Deploy.0 = Debug|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM.ActiveCfg = Release|ARM - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM.Build.0 = Release|ARM - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM.Deploy.0 = Release|ARM {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM64.ActiveCfg = Release|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM64.Build.0 = Release|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|ARM64.Deploy.0 = Release|ARM64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x64.ActiveCfg = Release|x64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x64.Build.0 = Release|x64 {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x64.Deploy.0 = Release|x64 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x86.ActiveCfg = Release|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x86.Build.0 = Release|Win32 - {3098C6BF-E96E-4793-A70E-FB09B741580A}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj index 8a53af29..cca6b63a 100644 --- a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj +++ b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -73,20 +57,10 @@ v4.5 12.0 Debug - Win32 + x64 SimpleMediaSourceDriver $(LatestTargetPlatformVersion) - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - WindowsUserModeDriver10.0 DynamicLibrary @@ -97,16 +71,6 @@ DynamicLibrary Universal - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - WindowsUserModeDriver10.0 DynamicLibrary @@ -118,16 +82,6 @@ Universal - - Windows10 - true - 2 - - - Windows10 - false - 2 - Windows10 true @@ -138,16 +92,6 @@ false 2 - - Windows10 - true - 2 - - - Windows10 - false - 2 - Windows10 true @@ -165,30 +109,12 @@ - - DbgengRemoteDebugger - - - DbgengRemoteDebugger - DbgengRemoteDebugger DbgengRemoteDebugger - - DbgengRemoteDebugger - false - - - - - DbgengRemoteDebugger - false - - - DbgengRemoteDebugger Server10_$(DDKPlatform) @@ -197,32 +123,6 @@ DbgengRemoteDebugger Server10_$(DDKPlatform) - - - true - true - trace.h - - - %(AdditionalDependencies);OneCoreUAP.lib - - - sha256 - - - - - true - true - trace.h - - - %(AdditionalDependencies);OneCoreUAP.lib - - - sha256 - - true @@ -249,26 +149,6 @@ sha256 - - - true - true - trace.h - - - %(AdditionalDependencies);OneCoreUAP.lib - - - - - true - true - trace.h - - - %(AdditionalDependencies);OneCoreUAP.lib - - true diff --git a/general/SystemDma/wdm/SystemDma.sln b/general/SystemDma/wdm/SystemDma.sln index c9544d83..68accc90 100644 --- a/general/SystemDma/wdm/SystemDma.sln +++ b/general/SystemDma/wdm/SystemDma.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|ARM64.Build.0 = Release|ARM64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.ActiveCfg = Release|ARM64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|ARM64.Build.0 = Release|ARM64 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.ActiveCfg = Debug|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|Win32.Build.0 = Debug|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|Win32.ActiveCfg = Release|Win32 - {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|Win32.Build.0 = Release|Win32 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|x64.ActiveCfg = Debug|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Debug|x64.Build.0 = Debug|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|x64.ActiveCfg = Release|x64 {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01}.Release|x64.Build.0 = Release|x64 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|Win32.ActiveCfg = Debug|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|Win32.Build.0 = Debug|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|Win32.ActiveCfg = Release|Win32 - {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|Win32.Build.0 = Release|Win32 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|x64.ActiveCfg = Debug|x64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Debug|x64.Build.0 = Debug|x64 {1523D522-CC98-45CD-82A8-8A3CF2B974DC}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj index 716ea8cd..0c5e87a9 100644 --- a/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj +++ b/general/SystemDma/wdm/exe/SystemDmaApp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6E5E2ADE-D50C-41DA-ACFB-FBA8151AED01} $(MSBuildProjectName) Debug - Win32 + x64 {F7A529D1-62F5-4954-9C68-B1FB1771CC60} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SystemDmaApp @@ -117,12 +87,6 @@ SystemDmaApp - - SystemDmaApp - - - SystemDmaApp - true @@ -175,32 +139,6 @@ %(AdditionalIncludeDirectories);..\sys - - - true - Level4 - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - @@ -225,18 +163,6 @@ - - - - - - - - - - - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/SystemDma/wdm/sys/SDma.vcxproj b/general/SystemDma/wdm/sys/SDma.vcxproj index 8eb632db..c1fe5e4f 100644 --- a/general/SystemDma/wdm/sys/SDma.vcxproj +++ b/general/SystemDma/wdm/sys/SDma.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {1523D522-CC98-45CD-82A8-8A3CF2B974DC} $(MSBuildProjectName) Debug - Win32 + x64 {0425FE5A-63A2-4D00-858D-67293A21C5E2} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SDma @@ -117,12 +87,6 @@ SDma - - SDma - - - SDma - true @@ -167,28 +131,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -206,4 +148,4 @@ - + \ No newline at end of file diff --git a/general/cancel/cancel.sln b/general/cancel/cancel.sln index 5ed0e572..a81fa595 100644 --- a/general/cancel/cancel.sln +++ b/general/cancel/cancel.sln @@ -19,8 +19,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -37,26 +35,14 @@ Global {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|ARM64.Build.0 = Release|ARM64 {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|ARM64.ActiveCfg = Release|ARM64 {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|ARM64.Build.0 = Release|ARM64 - {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|Win32.ActiveCfg = Debug|Win32 - {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|Win32.Build.0 = Debug|Win32 - {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|Win32.ActiveCfg = Release|Win32 - {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|Win32.Build.0 = Release|Win32 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|x64.ActiveCfg = Debug|x64 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Debug|x64.Build.0 = Debug|x64 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|x64.ActiveCfg = Release|x64 {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC}.Release|x64.Build.0 = Release|x64 - {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|Win32.ActiveCfg = Debug|Win32 - {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|Win32.Build.0 = Debug|Win32 - {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|Win32.ActiveCfg = Release|Win32 - {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|Win32.Build.0 = Release|Win32 {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|x64.ActiveCfg = Debug|x64 {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Debug|x64.Build.0 = Debug|x64 {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|x64.ActiveCfg = Release|x64 {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7}.Release|x64.Build.0 = Release|x64 - {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|Win32.ActiveCfg = Debug|Win32 - {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|Win32.Build.0 = Debug|Win32 - {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|Win32.ActiveCfg = Release|Win32 - {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|Win32.Build.0 = Release|Win32 {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|x64.ActiveCfg = Debug|x64 {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Debug|x64.Build.0 = Debug|x64 {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/cancel/exe/canclapp.vcxproj b/general/cancel/exe/canclapp.vcxproj index 39dba97a..f800ac8b 100644 --- a/general/cancel/exe/canclapp.vcxproj +++ b/general/cancel/exe/canclapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {5525BABA-1BF1-47B1-93E2-F7A0F62C06C7} $(MSBuildProjectName) Debug - Win32 + x64 {BE0D41F9-A019-4A1E-9D1B-80F9AD5727D4} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - canclapp @@ -117,12 +87,6 @@ canclapp - - canclapp - - - canclapp - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys @@ -183,36 +147,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - MultiThreaded - MultiThreadedDebug - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - MultiThreaded - MultiThreadedDebug - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - @@ -230,4 +164,4 @@ - + \ No newline at end of file diff --git a/general/cancel/startio/cancel.vcxproj b/general/cancel/startio/cancel.vcxproj index 7cbbc428..065fddde 100644 --- a/general/cancel/startio/cancel.vcxproj +++ b/general/cancel/startio/cancel.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {325B0DEE-27D9-402C-AD6B-42B1B3AEAE8E} $(MSBuildProjectName) Debug - Win32 + x64 {EAF53F5E-D491-4711-9A8D-0A86044F7C9F} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - cancel @@ -117,12 +87,6 @@ cancel - - cancel - - - cancel - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib @@ -183,36 +147,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - @@ -230,4 +164,4 @@ - + \ No newline at end of file diff --git a/general/cancel/sys/cancel.vcxproj b/general/cancel/sys/cancel.vcxproj index a87bbc32..c8bab8fe 100644 --- a/general/cancel/sys/cancel.vcxproj +++ b/general/cancel/sys/cancel.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC} $(MSBuildProjectName) Debug - Win32 + x64 {FFFC90E6-0186-42DC-829F-03986A62EE87} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - cancel @@ -117,12 +87,6 @@ cancel - - cancel - - - cancel - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib @@ -183,36 +147,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - @@ -230,4 +164,4 @@ - + \ No newline at end of file diff --git a/general/echo/kmdf/driver/AutoSync/echo.vcxproj b/general/echo/kmdf/driver/AutoSync/echo.vcxproj index 579039c7..f6cbe4cc 100644 --- a/general/echo/kmdf/driver/AutoSync/echo.vcxproj +++ b/general/echo/kmdf/driver/AutoSync/echo.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {315B8CBA-8105-439D-8F1A-F4291E25B6C6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - echo @@ -118,12 +88,6 @@ echo - - echo - - - echo - %(AdditionalIncludeDirectories);..\..\exe @@ -188,38 +152,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalIncludeDirectories);..\..\exe - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalIncludeDirectories);..\..\exe - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - sha256 - - @@ -238,4 +170,4 @@ - + \ No newline at end of file diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj b/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj index 8451c201..d6311dc4 100644 --- a/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj +++ b/general/echo/kmdf/driver/DriverSync/echo_2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {5F1267F8-39A5-49E0-A0D3-6D7C430F11B7} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - echo_2 @@ -118,12 +88,6 @@ echo_2 - - echo_2 - - - echo_2 - %(AdditionalIncludeDirectories);..\..\exe @@ -200,44 +164,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\exe - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - @@ -256,4 +182,4 @@ - + \ No newline at end of file diff --git a/general/echo/kmdf/exe/echoapp.vcxproj b/general/echo/kmdf/exe/echoapp.vcxproj index bb88d47d..452e0b79 100644 --- a/general/echo/kmdf/exe/echoapp.vcxproj +++ b/general/echo/kmdf/exe/echoapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {4500713F-105B-4F35-9FC9-85D30E7C3F2D} $(MSBuildProjectName) Debug - Win32 + x64 {B366A3FE-0009-4DB9-8482-AD1EDA2557F3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - echoapp @@ -117,12 +87,6 @@ echoapp - - echoapp - - - echoapp - %(AdditionalDependencies);mincore.lib @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - @@ -271,4 +191,4 @@ - + \ No newline at end of file diff --git a/general/echo/kmdf/kmdfecho.sln b/general/echo/kmdf/kmdfecho.sln index 4840ef4a..a55e8564 100644 --- a/general/echo/kmdf/kmdfecho.sln +++ b/general/echo/kmdf/kmdfecho.sln @@ -21,8 +21,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -39,26 +37,14 @@ Global {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|ARM64.Build.0 = Release|ARM64 {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|ARM64.ActiveCfg = Release|ARM64 {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|ARM64.Build.0 = Release|ARM64 - {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|Win32.ActiveCfg = Debug|Win32 - {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|Win32.Build.0 = Debug|Win32 - {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|Win32.ActiveCfg = Release|Win32 - {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|Win32.Build.0 = Release|Win32 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|x64.ActiveCfg = Debug|x64 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Debug|x64.Build.0 = Debug|x64 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|x64.ActiveCfg = Release|x64 {9F70D0C8-AA7D-49A2-BF1C-C09619329F69}.Release|x64.Build.0 = Release|x64 - {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|Win32.ActiveCfg = Debug|Win32 - {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|Win32.Build.0 = Debug|Win32 - {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|Win32.ActiveCfg = Release|Win32 - {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|Win32.Build.0 = Release|Win32 {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|x64.ActiveCfg = Debug|x64 {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Debug|x64.Build.0 = Debug|x64 {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|x64.ActiveCfg = Release|x64 {44FE3C21-35D7-4253-B15A-3E0F6AAB8B66}.Release|x64.Build.0 = Release|x64 - {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|Win32.ActiveCfg = Debug|Win32 - {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|Win32.Build.0 = Debug|Win32 - {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|Win32.ActiveCfg = Release|Win32 - {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|Win32.Build.0 = Release|Win32 {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|x64.ActiveCfg = Debug|x64 {8E09C05F-B634-49BE-96C9-64682605DFB0}.Debug|x64.Build.0 = Debug|x64 {8E09C05F-B634-49BE-96C9-64682605DFB0}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/echo/umdf2/driver/AutoSync/echo.vcxproj b/general/echo/umdf2/driver/AutoSync/echo.vcxproj index b57617f6..8d04fa46 100644 --- a/general/echo/umdf2/driver/AutoSync/echo.vcxproj +++ b/general/echo/umdf2/driver/AutoSync/echo.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {B74758D6-F9D4-46A4-9647-8B5AC4A9C689} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - echo @@ -122,12 +92,6 @@ - - echo - - - echo - %(AdditionalIncludeDirectories);..\..\exe @@ -204,44 +168,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalIncludeDirectories);..\..\exe - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalIncludeDirectories);..\..\exe - - - - - %(AdditionalIncludeDirectories);..\..\exe - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -260,4 +186,4 @@ - + \ No newline at end of file diff --git a/general/echo/umdf2/exe/echoapp.vcxproj b/general/echo/umdf2/exe/echoapp.vcxproj index bb88d47d..452e0b79 100644 --- a/general/echo/umdf2/exe/echoapp.vcxproj +++ b/general/echo/umdf2/exe/echoapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {4500713F-105B-4F35-9FC9-85D30E7C3F2D} $(MSBuildProjectName) Debug - Win32 + x64 {B366A3FE-0009-4DB9-8482-AD1EDA2557F3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - echoapp @@ -117,12 +87,6 @@ echoapp - - echoapp - - - echoapp - %(AdditionalDependencies);mincore.lib @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - @@ -271,4 +191,4 @@ - + \ No newline at end of file diff --git a/general/echo/umdf2/umdf2echo.sln b/general/echo/umdf2/umdf2echo.sln index 24be5df3..a41762c2 100644 --- a/general/echo/umdf2/umdf2echo.sln +++ b/general/echo/umdf2/umdf2echo.sln @@ -17,8 +17,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -31,18 +29,10 @@ Global {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|ARM64.Build.0 = Release|ARM64 {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|ARM64.ActiveCfg = Release|ARM64 {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|ARM64.Build.0 = Release|ARM64 - {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|Win32.ActiveCfg = Debug|Win32 - {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|Win32.Build.0 = Debug|Win32 - {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|Win32.ActiveCfg = Release|Win32 - {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|Win32.Build.0 = Release|Win32 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|x64.ActiveCfg = Debug|x64 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Debug|x64.Build.0 = Debug|x64 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|x64.ActiveCfg = Release|x64 {4500713F-105B-4F35-9FC9-85D30E7C3F2D}.Release|x64.Build.0 = Release|x64 - {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|Win32.ActiveCfg = Debug|Win32 - {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|Win32.Build.0 = Debug|Win32 - {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|Win32.ActiveCfg = Release|Win32 - {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|Win32.Build.0 = Release|Win32 {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|x64.ActiveCfg = Debug|x64 {82306592-0B90-44A7-AC88-F75A9E98E645}.Debug|x64.Build.0 = Debug|x64 {82306592-0B90-44A7-AC88-F75A9E98E645}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/event/eventsample.sln b/general/event/eventsample.sln index 3d1535ce..aaeacce8 100644 --- a/general/event/eventsample.sln +++ b/general/event/eventsample.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|ARM64.Build.0 = Release|ARM64 {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|ARM64.ActiveCfg = Release|ARM64 {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|ARM64.Build.0 = Release|ARM64 - {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|Win32.ActiveCfg = Debug|Win32 - {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|Win32.Build.0 = Debug|Win32 - {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|Win32.ActiveCfg = Release|Win32 - {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|Win32.Build.0 = Release|Win32 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|x64.ActiveCfg = Debug|x64 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Debug|x64.Build.0 = Debug|x64 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|x64.ActiveCfg = Release|x64 {43F430EA-B1A7-4A80-B390-121C1C5A99C4}.Release|x64.Build.0 = Release|x64 - {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|Win32.ActiveCfg = Debug|Win32 - {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|Win32.Build.0 = Debug|Win32 - {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|Win32.ActiveCfg = Release|Win32 - {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|Win32.Build.0 = Release|Win32 {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|x64.ActiveCfg = Debug|x64 {21F8EA86-F950-4D2D-B256-721B3151157A}.Debug|x64.Build.0 = Debug|x64 {21F8EA86-F950-4D2D-B256-721B3151157A}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/event/exe/event.vcxproj b/general/event/exe/event.vcxproj index 3e578fc9..6fd41110 100644 --- a/general/event/exe/event.vcxproj +++ b/general/event/exe/event.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {43F430EA-B1A7-4A80-B390-121C1C5A99C4} $(MSBuildProjectName) Debug - Win32 + x64 {BF9BBA5B-7BCF-4527-B357-39679BBF1DBA} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - event @@ -117,12 +87,6 @@ event - - event - - - event - true @@ -183,36 +147,6 @@ %(AdditionalIncludeDirectories);..\wdm - - - true - Level4 - %(AdditionalIncludeDirectories);..\wdm - - - - - %(AdditionalIncludeDirectories);..\wdm - - - %(AdditionalIncludeDirectories);..\wdm - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\wdm - - - - - %(AdditionalIncludeDirectories);..\wdm - - - %(AdditionalIncludeDirectories);..\wdm - - @@ -230,4 +164,4 @@ - + \ No newline at end of file diff --git a/general/event/wdm/event.vcxproj b/general/event/wdm/event.vcxproj index 8f60704d..951a3d2f 100644 --- a/general/event/wdm/event.vcxproj +++ b/general/event/wdm/event.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {21F8EA86-F950-4D2D-B256-721B3151157A} $(MSBuildProjectName) Debug - Win32 + x64 {CB8CC3B6-AB82-4CC0-A34E-F410EECB74B1} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - event @@ -117,12 +87,6 @@ event - - event - - - event - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 @@ -151,20 +115,6 @@ Level4 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - true - Level4 - - - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - true - Level4 - - @@ -213,28 +163,6 @@ sha256 - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - - - - %(PreprocessorDefinitions);POOL_NX_OPTIN=1 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - @@ -248,4 +176,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj index ef34735c..83b8dacb 100644 --- a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj +++ b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ 1 11 Debug - Win32 + x64 {F5414C9C-6CDE-4673-879E-27AD5A30C4C5} @@ -68,22 +60,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - true @@ -123,12 +93,6 @@ nonpnpapp - - nonpnpapp - - - nonpnpapp - %(AdditionalDependencies);setupapi.lib;user32.lib @@ -229,56 +193,6 @@ sha256 - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - sha256 - - - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - - - %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - sha256 - - @@ -292,4 +206,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/kmdf/ioctl.sln b/general/ioctl/kmdf/ioctl.sln index 250299bc..d8b31ed4 100644 --- a/general/ioctl/kmdf/ioctl.sln +++ b/general/ioctl/kmdf/ioctl.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|ARM64.Build.0 = Release|ARM64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.ActiveCfg = Release|ARM64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|ARM64.Build.0 = Release|ARM64 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.ActiveCfg = Debug|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|Win32.Build.0 = Debug|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|Win32.ActiveCfg = Release|Win32 - {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|Win32.Build.0 = Release|Win32 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|x64.ActiveCfg = Debug|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Debug|x64.Build.0 = Debug|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|x64.ActiveCfg = Release|x64 {18A38FF8-1227-4F3B-997B-A83A6E4CFD20}.Release|x64.Build.0 = Release|x64 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|Win32.ActiveCfg = Debug|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|Win32.Build.0 = Debug|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|Win32.ActiveCfg = Release|Win32 - {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|Win32.Build.0 = Release|Win32 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|x64.ActiveCfg = Debug|x64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Debug|x64.Build.0 = Debug|x64 {50EE7E00-D19A-4741-9440-33BECFCF6BED}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/ioctl/kmdf/sys/nonpnp.vcxproj b/general/ioctl/kmdf/sys/nonpnp.vcxproj index 07b967f4..fc40c385 100644 --- a/general/ioctl/kmdf/sys/nonpnp.vcxproj +++ b/general/ioctl/kmdf/sys/nonpnp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {45D75B6C-2DA7-499F-A790-DDA070CCE572} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -131,12 +101,6 @@ nonpnp - - nonpnp - - - nonpnp - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -225,50 +189,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - @@ -285,4 +205,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/wdm/exe/ioctlapp.vcxproj b/general/ioctl/wdm/exe/ioctlapp.vcxproj index aaeb0a0d..936b9129 100644 --- a/general/ioctl/wdm/exe/ioctlapp.vcxproj +++ b/general/ioctl/wdm/exe/ioctlapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {61899E58-10C2-4EB1-9508-58AE7DC3B3A9} $(MSBuildProjectName) Debug - Win32 + x64 {14E9681A-41C8-43B1-885D-6CD8CB06AAD8} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ioctlapp @@ -117,12 +87,6 @@ ioctlapp - - ioctlapp - - - ioctlapp - true @@ -175,32 +139,6 @@ %(AdditionalIncludeDirectories);..\ - - - true - Level4 - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - - %(AdditionalIncludeDirectories);..\ - - @@ -225,18 +163,6 @@ - - - - - - - - - - - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/ioctl/wdm/ioctl.sln b/general/ioctl/wdm/ioctl.sln index 7b06e5e2..04203e25 100644 --- a/general/ioctl/wdm/ioctl.sln +++ b/general/ioctl/wdm/ioctl.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|ARM64.Build.0 = Release|ARM64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.ActiveCfg = Release|ARM64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.Build.0 = Release|ARM64 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.ActiveCfg = Debug|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|Win32.Build.0 = Debug|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|Win32.ActiveCfg = Release|Win32 - {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|Win32.Build.0 = Release|Win32 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|x64.ActiveCfg = Debug|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Debug|x64.Build.0 = Debug|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|x64.ActiveCfg = Release|x64 {61899E58-10C2-4EB1-9508-58AE7DC3B3A9}.Release|x64.Build.0 = Release|x64 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|Win32.ActiveCfg = Debug|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|Win32.Build.0 = Debug|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|Win32.ActiveCfg = Release|Win32 - {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|Win32.Build.0 = Release|Win32 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|x64.ActiveCfg = Debug|x64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|x64.Build.0 = Debug|x64 {29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/ioctl/wdm/sys/sioctl.vcxproj b/general/ioctl/wdm/sys/sioctl.vcxproj index afbe6d97..2d0b333b 100644 --- a/general/ioctl/wdm/sys/sioctl.vcxproj +++ b/general/ioctl/wdm/sys/sioctl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {29BD96E0-B6C5-42A0-B683-FD9740810699} $(MSBuildProjectName) Debug - Win32 + x64 {A08AE94A-35FF-4A31-B152-5E3A43CE78A0} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - sioctl @@ -117,12 +87,6 @@ sioctl - - sioctl - - - sioctl - true @@ -167,28 +131,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -206,4 +148,4 @@ - + \ No newline at end of file diff --git a/general/obcallback/control/ObCallbackTestCtrl.vcxproj b/general/obcallback/control/ObCallbackTestCtrl.vcxproj index 2260cd5b..f7b229f0 100644 --- a/general/obcallback/control/ObCallbackTestCtrl.vcxproj +++ b/general/obcallback/control/ObCallbackTestCtrl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F723CC91-3218-4252-89C1-F7998292C456} $(MSBuildProjectName) Debug - Win32 + x64 {003682A9-FE10-4932-91BD-DA6390471330} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ObCallbackTestCtrl @@ -125,16 +95,6 @@ 0x0A00 0x0A000000 - - ObCallbackTestCtrl - 0x0A00 - 0x0A000000 - - - ObCallbackTestCtrl - 0x0A00 - 0x0A000000 - Disabled @@ -163,20 +123,6 @@ Level4 - - - Disabled - true - Level4 - - - - - Disabled - true - Level4 - - %(AdditionalOptions) /LARGEADDRESSAWARE @@ -201,18 +147,6 @@ %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - - %(AdditionalOptions) /LARGEADDRESSAWARE - %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - - - - %(AdditionalOptions) /LARGEADDRESSAWARE - %(AdditionalDependencies);ntdll.lib;kernel32.lib;advapi32.lib - - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -265,32 +199,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - ;%(AdditionalIncludeDirectories) @@ -324,4 +232,4 @@ - + \ No newline at end of file diff --git a/general/obcallback/driver/ObCallbackTest.vcxproj b/general/obcallback/driver/ObCallbackTest.vcxproj index 1de92412..db88b20d 100644 --- a/general/obcallback/driver/ObCallbackTest.vcxproj +++ b/general/obcallback/driver/ObCallbackTest.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {850E3104-6DE2-4FA3-8E53-4CA21A230429} $(MSBuildProjectName) Debug - Win32 + x64 {9E9E0074-EA13-48A7-AFEE-B64F91E6C4CD} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ObCallbackTest @@ -117,12 +87,6 @@ ObCallbackTest - - ObCallbackTest - - - ObCallbackTest - %(AdditionalIncludeDirectories) @@ -215,52 +179,6 @@ sha256 - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - Disabled - true - Level4 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies) - %(AdditionalOptions) /INTEGRITYCHECK - - - sha256 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - Disabled - true - Level4 - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies) - %(AdditionalOptions) /INTEGRITYCHECK - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -300,4 +218,4 @@ - + \ No newline at end of file diff --git a/general/obcallback/obcallback.sln b/general/obcallback/obcallback.sln index 4b540499..1772c1af 100644 --- a/general/obcallback/obcallback.sln +++ b/general/obcallback/obcallback.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {F723CC91-3218-4252-89C1-F7998292C456}.Release|ARM64.Build.0 = Release|ARM64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.ActiveCfg = Release|ARM64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|ARM64.Build.0 = Release|ARM64 - {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.ActiveCfg = Debug|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Debug|Win32.Build.0 = Debug|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Release|Win32.ActiveCfg = Release|Win32 - {F723CC91-3218-4252-89C1-F7998292C456}.Release|Win32.Build.0 = Release|Win32 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|x64.ActiveCfg = Debug|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Debug|x64.Build.0 = Debug|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Release|x64.ActiveCfg = Release|x64 {F723CC91-3218-4252-89C1-F7998292C456}.Release|x64.Build.0 = Release|x64 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|Win32.ActiveCfg = Debug|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|Win32.Build.0 = Debug|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|Win32.ActiveCfg = Release|Win32 - {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|Win32.Build.0 = Release|Win32 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|x64.ActiveCfg = Debug|x64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Debug|x64.Build.0 = Debug|x64 {850E3104-6DE2-4FA3-8E53-4CA21A230429}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj b/general/pcidrv/kmdf/HW/PCIDRV.vcxproj index 786d7199..1e790eda 100644 --- a/general/pcidrv/kmdf/HW/PCIDRV.vcxproj +++ b/general/pcidrv/kmdf/HW/PCIDRV.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {CE26AF24-DCC9-47E5-A4EF-F27522A31C90} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -239,12 +209,6 @@ PCIDRV - - PCIDRV - - - PCIDRV - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -325,46 +289,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - %(AdditionalIncludeDirectories);.. - - - sha256 - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 @@ -417,32 +341,6 @@ %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - - %(PreprocessorDefinitions);EVENT_TRACING;POOL_NX_OPTIN=1 - - ;%(AdditionalIncludeDirectories) @@ -465,4 +363,4 @@ - + \ No newline at end of file diff --git a/general/pcidrv/pcidrv.sln b/general/pcidrv/pcidrv.sln index 1cf5458f..14625fb3 100644 --- a/general/pcidrv/pcidrv.sln +++ b/general/pcidrv/pcidrv.sln @@ -17,8 +17,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -31,18 +29,10 @@ Global {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|ARM64.Build.0 = Release|ARM64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.ActiveCfg = Release|ARM64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|ARM64.Build.0 = Release|ARM64 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.ActiveCfg = Debug|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|Win32.Build.0 = Debug|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|Win32.ActiveCfg = Release|Win32 - {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|Win32.Build.0 = Release|Win32 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|x64.ActiveCfg = Debug|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Debug|x64.Build.0 = Debug|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|x64.ActiveCfg = Release|x64 {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B}.Release|x64.Build.0 = Release|x64 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|Win32.ActiveCfg = Debug|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|Win32.Build.0 = Debug|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|Win32.ActiveCfg = Release|Win32 - {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|Win32.Build.0 = Release|Win32 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|x64.ActiveCfg = Debug|x64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Debug|x64.Build.0 = Debug|x64 {3DC6A380-6A31-4460-B934-83E1BAC700EE}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/pcidrv/test/myping.vcxproj b/general/pcidrv/test/myping.vcxproj index 3bec595f..d25dc37d 100644 --- a/general/pcidrv/test/myping.vcxproj +++ b/general/pcidrv/test/myping.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E5CE48A7-8BCC-4888-9A2E-C47DBC70771B} $(MSBuildProjectName) Debug - Win32 + x64 {A5C4D92B-0C39-42B8-9B1E-DA4A2583C1CC} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - myping @@ -117,12 +87,6 @@ myping - - myping - - - myping - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - true - Level4 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - true - Level4 - - - %(AdditionalIncludeDirectories);..\kmdf;..\kmdf\hw - - - %(AdditionalDependencies);setupapi.lib;wsock32.lib;ws2_32.lib;ole32.lib - - - sha256 - - @@ -261,18 +187,6 @@ - - - - - - - - - - - - @@ -291,4 +205,4 @@ - + \ No newline at end of file diff --git a/general/perfcounters/kcs/kcs.sln b/general/perfcounters/kcs/kcs.sln index 7f006ff2..3cb26ef9 100644 --- a/general/perfcounters/kcs/kcs.sln +++ b/general/perfcounters/kcs/kcs.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|ARM64.Build.0 = Debug|ARM64 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|ARM64.ActiveCfg = Release|ARM64 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|ARM64.Build.0 = Release|ARM64 - {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|Win32.ActiveCfg = Debug|Win32 - {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|Win32.Build.0 = Debug|Win32 - {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|Win32.ActiveCfg = Release|Win32 - {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|Win32.Build.0 = Release|Win32 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|x64.ActiveCfg = Debug|x64 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Debug|x64.Build.0 = Debug|x64 {A0CFCF38-1874-446B-92D5-584D180B12F8}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/perfcounters/kcs/kcs.vcxproj b/general/perfcounters/kcs/kcs.vcxproj index b9dd462a..0816ca60 100644 --- a/general/perfcounters/kcs/kcs.vcxproj +++ b/general/perfcounters/kcs/kcs.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A0CFCF38-1874-446B-92D5-584D180B12F8} $(MSBuildProjectName) Debug - Win32 + x64 {8C7CD3A0-C931-4AAB-943F-0AB402029733} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - Manifest @@ -121,12 +91,6 @@ kcs - - kcs - - - kcs - true @@ -163,24 +127,6 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - true - Level4 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - - - true - Level4 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\libcntpr.lib - - @@ -245,38 +191,6 @@ $(IntDir)%(Filename)Counters.rc - - - - - - - sha256 - - - Kcs - $(IntDir)%(Filename)Counters.h - true - $(IntDir)%(Filename)_counterIds.h - $(IntDir)%(Filename)Counters.rc - - - - - - - - - sha256 - - - Kcs - $(IntDir)%(Filename)Counters.h - true - $(IntDir)%(Filename)_counterIds.h - $(IntDir)%(Filename)Counters.rc - - @@ -294,4 +208,4 @@ - + \ No newline at end of file diff --git a/general/registry/regfltr/exe/regctrl.vcxproj b/general/registry/regfltr/exe/regctrl.vcxproj index 942c141e..61f2d41d 100644 --- a/general/registry/regfltr/exe/regctrl.vcxproj +++ b/general/registry/regfltr/exe/regctrl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {EF1294A9-96EE-458A-B2F2-3B8A4433193E} $(MSBuildProjectName) Debug - Win32 + x64 {DF5A770A-5577-4837-8A09-06BB9DC34573} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - regctrl @@ -117,12 +87,6 @@ regctrl - - regctrl - - - regctrl - Disabled @@ -215,52 +179,6 @@ %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib - - - Disabled - true - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib - - - - - Disabled - true - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;ntdll.lib;kernel32.lib - - @@ -282,4 +200,4 @@ - + \ No newline at end of file diff --git a/general/registry/regfltr/regfltr.sln b/general/registry/regfltr/regfltr.sln index 38fc8ab6..7bc605e2 100644 --- a/general/registry/regfltr/regfltr.sln +++ b/general/registry/regfltr/regfltr.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|ARM64.Build.0 = Release|ARM64 {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|ARM64.ActiveCfg = Release|ARM64 {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|ARM64.Build.0 = Release|ARM64 - {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|Win32.ActiveCfg = Debug|Win32 - {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|Win32.Build.0 = Debug|Win32 - {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|Win32.ActiveCfg = Release|Win32 - {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|Win32.Build.0 = Release|Win32 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|x64.ActiveCfg = Debug|x64 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Debug|x64.Build.0 = Debug|x64 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|x64.ActiveCfg = Release|x64 {EF1294A9-96EE-458A-B2F2-3B8A4433193E}.Release|x64.Build.0 = Release|x64 - {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|Win32.Build.0 = Debug|Win32 - {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|Win32.ActiveCfg = Release|Win32 - {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|Win32.Build.0 = Release|Win32 {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|x64.ActiveCfg = Debug|x64 {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Debug|x64.Build.0 = Debug|x64 {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/registry/regfltr/sys/regfltr.vcxproj b/general/registry/regfltr/sys/regfltr.vcxproj index 4039d3d0..02f68556 100644 --- a/general/registry/regfltr/sys/regfltr.vcxproj +++ b/general/registry/regfltr/sys/regfltr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {DCD09C78-DEC6-483A-9F5E-2C17D467C4D6} $(MSBuildProjectName) Debug - Win32 + x64 {1622F012-ABA6-4B2C-89FD-8D947B097D29} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - regfltr @@ -117,12 +87,6 @@ regfltr - - regfltr - - - regfltr - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe @@ -195,42 +159,6 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - Disabled - true - true - Level4 - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - Disabled - true - true - Level4 - - - %(AdditionalIncludeDirectories);$(IFSKIT_INC_PATH);..\exe - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - @@ -285,26 +213,6 @@ sha256 - - - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - - - - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - @@ -318,4 +226,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/Package/package.VcxProj b/general/toaster/toastDrv/Package/package.VcxProj index 6017e876..de736d7e 100644 --- a/general/toaster/toastDrv/Package/package.VcxProj +++ b/general/toaster/toastDrv/Package/package.VcxProj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -62,14 +54,6 @@ {198A87DB-8A25-471F-971B-7F131503ADBA} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -118,4 +102,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/exe/enum/Enum.vcxproj b/general/toaster/toastDrv/exe/enum/Enum.vcxproj index 1a8368ae..73f46767 100644 --- a/general/toaster/toastDrv/exe/enum/Enum.vcxproj +++ b/general/toaster/toastDrv/exe/enum/Enum.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {91E7C695-3307-4596-90E1-065AFB4D2643} $(MSBuildProjectName) Debug - Win32 + x64 {AC84F877-CAB8-44D9-9199-028B400504FA} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - Enum @@ -117,12 +87,6 @@ Enum - - Enum - - - Enum - %(AdditionalIncludeDirectories);..\..\inc @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -271,4 +191,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/exe/notify/notify.vcxproj b/general/toaster/toastDrv/exe/notify/notify.vcxproj index 0938da26..3de8f144 100644 --- a/general/toaster/toastDrv/exe/notify/notify.vcxproj +++ b/general/toaster/toastDrv/exe/notify/notify.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB} $(MSBuildProjectName) Debug - Win32 + x64 {B9D000EC-83CC-4167-802E-8438A8FF51E4} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - notify @@ -117,12 +87,6 @@ notify - - notify - - - notify - %(AdditionalIncludeDirectories);..\..\inc @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/exe/toast/toast.vcxproj b/general/toaster/toastDrv/exe/toast/toast.vcxproj index 5bd136af..d2cffcd5 100644 --- a/general/toaster/toastDrv/exe/toast/toast.vcxproj +++ b/general/toaster/toastDrv/exe/toast/toast.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {8FA35EEE-04BE-438A-AD20-A8E849C9A107} $(MSBuildProjectName) Debug - Win32 + x64 {E86474CB-C1C2-4A18-8715-FC4AC163A6D2} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - toast @@ -117,12 +87,6 @@ toast - - toast - - - toast - %(AdditionalIncludeDirectories);..\..\inc @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -253,4 +179,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj index 5e6df518..e9c45caf 100644 --- a/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj +++ b/general/toaster/toastDrv/exe/wmi/WmiToast.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {869C08D1-A32F-49C7-9831-2ADB52F241B6} $(MSBuildProjectName) Debug - Win32 + x64 {FCD66B78-4C9B-4619-8C39-EFB1AE426386} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - WmiToast @@ -117,12 +87,6 @@ WmiToast - - WmiToast - - - WmiToast - %(AdditionalDependencies);vccomsup.lib @@ -203,46 +167,6 @@ sha256 - - - %(AdditionalDependencies);vccomsup.lib - %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - sha256 - - - - - %(AdditionalDependencies);vccomsup.lib - %(AdditionalDependencies);ole32.lib;oleaut32.lib;uuid.lib;wbemuuid.lib - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - - - sha256 - - @@ -261,4 +185,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj index 9ce572dc..2b5be641 100644 --- a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj +++ b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {DD9AA820-3B18-435A-88BD-1574156D5E12} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -136,12 +106,6 @@ dynambus - - dynambus - - - dynambus - %(AdditionalIncludeDirectories);..\..\..\inc @@ -218,44 +182,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -275,4 +201,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj b/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj index 69794cf2..a2a46bc7 100644 --- a/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj +++ b/general/toaster/toastDrv/kmdf/bus/static/StatBus.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {112DC6FF-C92C-45C5-B5E1-85C2129D81D3} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -136,12 +106,6 @@ StatBus - - StatBus - - - StatBus - %(AdditionalIncludeDirectories);..\..\..\inc @@ -218,44 +182,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -275,4 +201,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj b/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj index c85def4a..744a4018 100644 --- a/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj +++ b/general/toaster/toastDrv/kmdf/filter/generic/filter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {92082E8D-0D74-485B-9578-34DB3ED3F74D} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ filter - - filter - - - filter - true @@ -216,48 +180,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - @@ -275,4 +197,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj b/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj index fe1641bd..8a6b792e 100644 --- a/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj +++ b/general/toaster/toastDrv/kmdf/filter/sideband/filter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {433785F9-277E-45B7-97C7-7BD4D705B18D} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ filter - - filter - - - filter - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 @@ -228,54 +192,6 @@ sha256 - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - sha256 - - - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(PreprocessorDefinitions);IOCTL_INTERFACE=1 - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - sha256 - - @@ -293,4 +209,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj index 14cd070e..9151add8 100644 --- a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj +++ b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {64BB8707-3DD7-40D5-A874-E33251334995} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - true @@ -141,12 +111,6 @@ wdffeatured - - wdffeatured - - - wdffeatured - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -235,50 +199,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - %(PreprocessorDefinitions);TOASTER_FUNC_FEATURED - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - sha256 - - @@ -295,4 +215,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj index 3d52cdc9..e8be8773 100644 --- a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj +++ b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {91DBD0B6-6FC1-4A3E-8110-FD832091F89B} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ wdfsimple - - wdfsimple - - - wdfsimple - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared @@ -196,38 +160,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\..\inc;..\shared - - - sha256 - - @@ -244,4 +176,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj index 0ac7f92a..af6d60e1 100644 --- a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj +++ b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {0C425406-1D19-4B02-8130-808A2679E773} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ wdftoastmon - - wdftoastmon - - - wdftoastmon - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib @@ -208,44 +172,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - @@ -264,4 +190,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastDrv/toaster.sln b/general/toaster/toastDrv/toaster.sln index f9cfbba1..e9e0e531 100644 --- a/general/toaster/toastDrv/toaster.sln +++ b/general/toaster/toastDrv/toaster.sln @@ -65,8 +65,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -119,98 +117,50 @@ Global {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|ARM64.Build.0 = Release|ARM64 {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|ARM64.ActiveCfg = Release|ARM64 {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|ARM64.Build.0 = Release|ARM64 - {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|Win32.ActiveCfg = Debug|Win32 - {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|Win32.Build.0 = Debug|Win32 - {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|Win32.ActiveCfg = Release|Win32 - {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|Win32.Build.0 = Release|Win32 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|x64.ActiveCfg = Debug|x64 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Debug|x64.Build.0 = Debug|x64 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|x64.ActiveCfg = Release|x64 {30FFB863-CECC-4E27-85F1-8DAC2256FC2F}.Release|x64.Build.0 = Release|x64 - {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|Win32.ActiveCfg = Debug|Win32 - {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|Win32.Build.0 = Debug|Win32 - {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|Win32.ActiveCfg = Release|Win32 - {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|Win32.Build.0 = Release|Win32 {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|x64.ActiveCfg = Debug|x64 {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Debug|x64.Build.0 = Debug|x64 {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|x64.ActiveCfg = Release|x64 {869C08D1-A32F-49C7-9831-2ADB52F241B6}.Release|x64.Build.0 = Release|x64 - {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|Win32.ActiveCfg = Debug|Win32 - {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|Win32.Build.0 = Debug|Win32 - {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|Win32.ActiveCfg = Release|Win32 - {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|Win32.Build.0 = Release|Win32 {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|x64.ActiveCfg = Debug|x64 {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Debug|x64.Build.0 = Debug|x64 {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|x64.ActiveCfg = Release|x64 {816AC9A5-B371-4041-880C-A6B630DBCCE9}.Release|x64.Build.0 = Release|x64 - {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|Win32.ActiveCfg = Debug|Win32 - {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|Win32.Build.0 = Debug|Win32 - {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|Win32.ActiveCfg = Release|Win32 - {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|Win32.Build.0 = Release|Win32 {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|x64.ActiveCfg = Debug|x64 {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Debug|x64.Build.0 = Debug|x64 {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|x64.ActiveCfg = Release|x64 {B9EE93AA-581C-4DB2-8164-0D1E08029BB6}.Release|x64.Build.0 = Release|x64 - {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|Win32.ActiveCfg = Debug|Win32 - {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|Win32.Build.0 = Debug|Win32 - {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|Win32.ActiveCfg = Release|Win32 - {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|Win32.Build.0 = Release|Win32 {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|x64.ActiveCfg = Debug|x64 {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Debug|x64.Build.0 = Debug|x64 {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|x64.ActiveCfg = Release|x64 {B26E87C6-12CE-4E03-A002-A2BF12B34986}.Release|x64.Build.0 = Release|x64 - {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|Win32.ActiveCfg = Debug|Win32 - {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|Win32.Build.0 = Debug|Win32 - {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|Win32.ActiveCfg = Release|Win32 - {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|Win32.Build.0 = Release|Win32 {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|x64.ActiveCfg = Debug|x64 {D15FD911-F2DA-4644-8142-6D22756AD287}.Debug|x64.Build.0 = Debug|x64 {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|x64.ActiveCfg = Release|x64 {D15FD911-F2DA-4644-8142-6D22756AD287}.Release|x64.Build.0 = Release|x64 - {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|Win32.ActiveCfg = Debug|Win32 - {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|Win32.Build.0 = Debug|Win32 - {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|Win32.ActiveCfg = Release|Win32 - {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|Win32.Build.0 = Release|Win32 {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|x64.ActiveCfg = Debug|x64 {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Debug|x64.Build.0 = Debug|x64 {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|x64.ActiveCfg = Release|x64 {1C73C590-1F01-45BF-9BFA-97F8BCEB2795}.Release|x64.Build.0 = Release|x64 - {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|Win32.ActiveCfg = Debug|Win32 - {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|Win32.Build.0 = Debug|Win32 - {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|Win32.ActiveCfg = Release|Win32 - {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|Win32.Build.0 = Release|Win32 {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|x64.ActiveCfg = Debug|x64 {C0049CDD-7551-4681-9E30-EFE32868F651}.Debug|x64.Build.0 = Debug|x64 {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|x64.ActiveCfg = Release|x64 {C0049CDD-7551-4681-9E30-EFE32868F651}.Release|x64.Build.0 = Release|x64 - {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|Win32.ActiveCfg = Debug|Win32 - {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|Win32.Build.0 = Debug|Win32 - {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|Win32.ActiveCfg = Release|Win32 - {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|Win32.Build.0 = Release|Win32 {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|x64.ActiveCfg = Debug|x64 {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Debug|x64.Build.0 = Debug|x64 {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|x64.ActiveCfg = Release|x64 {1A40DA6D-B948-43A7-864C-962517EE0A1D}.Release|x64.Build.0 = Release|x64 - {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|Win32.ActiveCfg = Debug|Win32 - {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|Win32.Build.0 = Debug|Win32 - {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|Win32.ActiveCfg = Release|Win32 - {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|Win32.Build.0 = Release|Win32 {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|x64.ActiveCfg = Debug|x64 {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|x64.Build.0 = Debug|x64 {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|x64.ActiveCfg = Release|x64 {B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|x64.Build.0 = Release|x64 - {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|Win32.ActiveCfg = Debug|Win32 - {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|Win32.Build.0 = Debug|Win32 - {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|Win32.ActiveCfg = Release|Win32 - {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|Win32.Build.0 = Release|Win32 {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|x64.ActiveCfg = Debug|x64 {6C6E0C23-5B37-4BBB-8909-435078D49364}.Debug|x64.Build.0 = Debug|x64 {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|x64.ActiveCfg = Release|x64 {6C6E0C23-5B37-4BBB-8909-435078D49364}.Release|x64.Build.0 = Release|x64 - {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|Win32.ActiveCfg = Debug|Win32 - {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|Win32.Build.0 = Debug|Win32 - {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|Win32.ActiveCfg = Release|Win32 - {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|Win32.Build.0 = Release|Win32 {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|x64.ActiveCfg = Debug|x64 {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Debug|x64.Build.0 = Debug|x64 {E5E1F492-05BB-45A3-B09F-F643DC1C6B03}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/toaster/toastpkg/inf/toastpkg.inf b/general/toaster/toastpkg/inf/toastpkg.inf index d1e3fbff..a1025c01 100644 Binary files a/general/toaster/toastpkg/inf/toastpkg.inf and b/general/toaster/toastpkg/inf/toastpkg.inf differ diff --git a/general/toaster/toastpkg/toastapp/toastapp.vcxproj b/general/toaster/toastpkg/toastapp/toastapp.vcxproj index d6f22df6..ee28c05c 100644 --- a/general/toaster/toastpkg/toastapp/toastapp.vcxproj +++ b/general/toaster/toastpkg/toastapp/toastapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {DA341425-3029-4DFD-8024-6910371ACEF5} $(MSBuildProjectName) Debug - Win32 + x64 {11D55790-49C6-4517-A55C-ECAAB33AC1E9} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - toastapp @@ -117,12 +87,6 @@ toastapp - - toastapp - - - toastapp - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -187,38 +151,6 @@ %(AdditionalDependencies);setupapi.lib;user32.lib - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib - - ;%(AdditionalIncludeDirectories) @@ -252,18 +184,6 @@ - - - - - - - - - - - - ;%(AdditionalIncludeDirectories) @@ -285,4 +205,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastpkg/toastco/tostrco2.vcxproj b/general/toaster/toastpkg/toastco/tostrco2.vcxproj index 2009ab26..a904d887 100644 --- a/general/toaster/toastpkg/toastco/tostrco2.vcxproj +++ b/general/toaster/toastpkg/toastco/tostrco2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {7C8F71F5-C429-4DFF-957E-00B9E82E2882} $(MSBuildProjectName) Debug - Win32 + x64 {3EE5DFE9-31C3-48A4-BAB4-DF9CD0FFE1BC} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - tostrco2 @@ -117,46 +87,24 @@ tostrco2 - - tostrco2 - - - tostrco2 - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -223,38 +171,6 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib;kernel32.lib;comctl32.lib;advapi32.lib - - tostrco2.def @@ -291,24 +207,6 @@ - - - tostrco2.def - - - - - - - - - tostrco2.def - - - - - - ;%(AdditionalIncludeDirectories) @@ -337,4 +235,4 @@ - + \ No newline at end of file diff --git a/general/toaster/toastpkg/toastpkg.sln b/general/toaster/toastpkg/toastpkg.sln index 9ab503dc..9628837b 100644 --- a/general/toaster/toastpkg/toastpkg.sln +++ b/general/toaster/toastpkg/toastpkg.sln @@ -22,8 +22,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -40,26 +38,14 @@ Global {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|ARM64.Build.0 = Release|ARM64 {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|ARM64.ActiveCfg = Release|ARM64 {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|ARM64.Build.0 = Release|ARM64 - {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|Win32.ActiveCfg = Debug|Win32 - {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|Win32.Build.0 = Debug|Win32 - {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|Win32.ActiveCfg = Release|Win32 - {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|Win32.Build.0 = Release|Win32 {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|x64.ActiveCfg = Debug|x64 {DA341425-3029-4DFD-8024-6910371ACEF5}.Debug|x64.Build.0 = Debug|x64 {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|x64.ActiveCfg = Release|x64 {DA341425-3029-4DFD-8024-6910371ACEF5}.Release|x64.Build.0 = Release|x64 - {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|Win32.ActiveCfg = Debug|Win32 - {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|Win32.Build.0 = Debug|Win32 - {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|Win32.ActiveCfg = Release|Win32 - {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|Win32.Build.0 = Release|Win32 {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|x64.ActiveCfg = Debug|x64 {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Debug|x64.Build.0 = Debug|x64 {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|x64.ActiveCfg = Release|x64 {7C8F71F5-C429-4DFF-957E-00B9E82E2882}.Release|x64.Build.0 = Release|x64 - {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|Win32.ActiveCfg = Debug|Win32 - {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|Win32.Build.0 = Debug|Win32 - {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|Win32.ActiveCfg = Release|Win32 - {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|Win32.Build.0 = Release|Win32 {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|x64.ActiveCfg = Debug|x64 {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Debug|x64.Build.0 = Debug|x64 {91B0C70B-5062-4573-AD4E-4289FDE4E9E5}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/toaster/toastpkg/toastva/toastva.vcxproj b/general/toaster/toastpkg/toastva/toastva.vcxproj index 6c722bd3..74b0bfed 100644 --- a/general/toaster/toastpkg/toastva/toastva.vcxproj +++ b/general/toaster/toastpkg/toastva/toastva.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {91B0C70B-5062-4573-AD4E-4289FDE4E9E5} $(MSBuildProjectName) Debug - Win32 + x64 {02BCF403-1E72-4F88-9267-FBFB771C8A94} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - toastva @@ -117,12 +87,6 @@ toastva - - toastva - - - toastva - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -187,38 +151,6 @@ %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);setupapi.lib;user32.lib;shell32.lib;comctl32.lib;newdev.lib;.\..\toastco\$(IntDir)\tostrco2.lib - - ;%(AdditionalIncludeDirectories) @@ -264,18 +196,6 @@ - - - - - - - - - - - - ;%(AdditionalIncludeDirectories) @@ -297,4 +217,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/Package/package.VcxProj b/general/toaster/umdf2/Package/package.VcxProj index 405c0e92..38f42e5e 100644 --- a/general/toaster/umdf2/Package/package.VcxProj +++ b/general/toaster/umdf2/Package/package.VcxProj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -47,14 +39,6 @@ {B552060C-CC51-4961-8C6E-74C455A65757} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -103,4 +87,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/exe/enum/Enum.vcxproj b/general/toaster/umdf2/exe/enum/Enum.vcxproj index 1a8368ae..73f46767 100644 --- a/general/toaster/umdf2/exe/enum/Enum.vcxproj +++ b/general/toaster/umdf2/exe/enum/Enum.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {91E7C695-3307-4596-90E1-065AFB4D2643} $(MSBuildProjectName) Debug - Win32 + x64 {AC84F877-CAB8-44D9-9199-028B400504FA} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - Enum @@ -117,12 +87,6 @@ Enum - - Enum - - - Enum - %(AdditionalIncludeDirectories);..\..\inc @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -271,4 +191,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/exe/notify/notify.vcxproj b/general/toaster/umdf2/exe/notify/notify.vcxproj index 0ff1d33d..5070c380 100644 --- a/general/toaster/umdf2/exe/notify/notify.vcxproj +++ b/general/toaster/umdf2/exe/notify/notify.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB} $(MSBuildProjectName) Debug - Win32 + x64 {B9D000EC-83CC-4167-802E-8438A8FF51E4} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - notify @@ -117,12 +87,6 @@ notify - - notify - - - notify - %(AdditionalIncludeDirectories);..\..\inc @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -254,4 +180,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/exe/toast/toast.vcxproj b/general/toaster/umdf2/exe/toast/toast.vcxproj index 28ffce1d..fb3a5849 100644 --- a/general/toaster/umdf2/exe/toast/toast.vcxproj +++ b/general/toaster/umdf2/exe/toast/toast.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {8FA35EEE-04BE-438A-AD20-A8E849C9A107} $(MSBuildProjectName) Debug - Win32 + x64 {E86474CB-C1C2-4A18-8715-FC4AC163A6D2} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - toast @@ -117,12 +87,6 @@ toast - - toast - - - toast - %(AdditionalIncludeDirectories);..\..\inc @@ -199,44 +163,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -253,4 +179,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/filter/generic/filterum.vcxproj b/general/toaster/umdf2/filter/generic/filterum.vcxproj index d7570800..160bf261 100644 --- a/general/toaster/umdf2/filter/generic/filterum.vcxproj +++ b/general/toaster/umdf2/filter/generic/filterum.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {1A4A32BA-1596-4F52-BC48-B85A6D8D5D12} @@ -69,22 +61,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ filterum - - filterum - - - filterum - true @@ -216,48 +180,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - @@ -274,4 +196,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj index 6ac0618d..212552c1 100644 --- a/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj +++ b/general/toaster/umdf2/func/featured/wdffeaturedum.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {E74D4F4D-7209-4A02-BD2C-3BB528618D2E} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - $(InfArch) @@ -124,12 +94,6 @@ wdffeaturedum - - wdffeaturedum - - - wdffeaturedum - %(AdditionalDependencies);mincore.lib @@ -206,44 +170,6 @@ sha256 - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - sha256 - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - sha256 - - @@ -262,4 +188,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj index ec446656..c5bc1dd7 100644 --- a/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj +++ b/general/toaster/umdf2/func/simple/wdfsimpleum.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {7D92DB42-741A-42C9-87E5-E9EC492CCC0D} @@ -69,22 +61,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ wdfsimpleum - - wdfsimpleum - - - wdfsimpleum - %(AdditionalDependencies);mincore.lib @@ -208,44 +172,6 @@ sha256 - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - sha256 - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - - - %(AdditionalIncludeDirectories);..\..\inc;..\shared - - - sha256 - - @@ -262,4 +188,4 @@ - + \ No newline at end of file diff --git a/general/toaster/umdf2/umdf2toaster.sln b/general/toaster/umdf2/umdf2toaster.sln index 4a27bc25..833eb742 100644 --- a/general/toaster/umdf2/umdf2toaster.sln +++ b/general/toaster/umdf2/umdf2toaster.sln @@ -41,8 +41,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -75,58 +73,30 @@ Global {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|ARM64.Build.0 = Release|ARM64 {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|ARM64.ActiveCfg = Release|ARM64 {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|ARM64.Build.0 = Release|ARM64 - {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|Win32.Build.0 = Debug|Win32 - {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|Win32.ActiveCfg = Release|Win32 - {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|Win32.Build.0 = Release|Win32 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|x64.ActiveCfg = Debug|x64 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Debug|x64.Build.0 = Debug|x64 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|x64.ActiveCfg = Release|x64 {71F91DD8-7891-4431-8F10-D33D2AA7F7AD}.Release|x64.Build.0 = Release|x64 - {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|Win32.ActiveCfg = Debug|Win32 - {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|Win32.Build.0 = Debug|Win32 - {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|Win32.ActiveCfg = Release|Win32 - {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|Win32.Build.0 = Release|Win32 {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|x64.ActiveCfg = Debug|x64 {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Debug|x64.Build.0 = Debug|x64 {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|x64.ActiveCfg = Release|x64 {2B7E892B-CDE4-4A4F-9D0B-108CE8B7CABB}.Release|x64.Build.0 = Release|x64 - {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|Win32.Build.0 = Debug|Win32 - {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|Win32.ActiveCfg = Release|Win32 - {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|Win32.Build.0 = Release|Win32 {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|x64.ActiveCfg = Debug|x64 {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Debug|x64.Build.0 = Debug|x64 {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|x64.ActiveCfg = Release|x64 {8FA35EEE-04BE-438A-AD20-A8E849C9A107}.Release|x64.Build.0 = Release|x64 - {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|Win32.ActiveCfg = Debug|Win32 - {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|Win32.Build.0 = Debug|Win32 - {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|Win32.ActiveCfg = Release|Win32 - {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|Win32.Build.0 = Release|Win32 {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|x64.ActiveCfg = Debug|x64 {91E7C695-3307-4596-90E1-065AFB4D2643}.Debug|x64.Build.0 = Debug|x64 {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|x64.ActiveCfg = Release|x64 {91E7C695-3307-4596-90E1-065AFB4D2643}.Release|x64.Build.0 = Release|x64 - {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|Win32.ActiveCfg = Debug|Win32 - {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|Win32.Build.0 = Debug|Win32 - {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|Win32.ActiveCfg = Release|Win32 - {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|Win32.Build.0 = Release|Win32 {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|x64.ActiveCfg = Debug|x64 {31C45025-FDA4-4CB5-B55E-81F934382654}.Debug|x64.Build.0 = Debug|x64 {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|x64.ActiveCfg = Release|x64 {31C45025-FDA4-4CB5-B55E-81F934382654}.Release|x64.Build.0 = Release|x64 - {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|Win32.ActiveCfg = Debug|Win32 - {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|Win32.Build.0 = Debug|Win32 - {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|Win32.ActiveCfg = Release|Win32 - {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|Win32.Build.0 = Release|Win32 {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|x64.ActiveCfg = Debug|x64 {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Debug|x64.Build.0 = Debug|x64 {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|x64.ActiveCfg = Release|x64 {FCF21B34-353D-4F85-9EA0-C29978C12DBF}.Release|x64.Build.0 = Release|x64 - {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|Win32.ActiveCfg = Debug|Win32 - {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|Win32.Build.0 = Debug|Win32 - {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|Win32.ActiveCfg = Release|Win32 - {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|Win32.Build.0 = Release|Win32 {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|x64.ActiveCfg = Debug|x64 {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Debug|x64.Build.0 = Debug|x64 {3CC42473-D121-41F4-AE26-1F2F0AC65E82}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.sln b/general/tracing/SystemTraceControl/SystemTraceControl.sln index b0f9a215..ee7f48e3 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.sln +++ b/general/tracing/SystemTraceControl/SystemTraceControl.sln @@ -7,9 +7,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -17,12 +15,8 @@ Global {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|ARM64.Build.0 = Debug|ARM64 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|ARM64.ActiveCfg = Release|ARM64 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|ARM64.Build.0 = Release|ARM64 - {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|Win32.ActiveCfg = Debug|Win32 - {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|Win32.Build.0 = Debug|Win32 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|x64.ActiveCfg = Debug|x64 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Debug|x64.Build.0 = Debug|x64 - {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|Win32.ActiveCfg = Release|Win32 - {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|Win32.Build.0 = Release|Win32 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|x64.ActiveCfg = Release|x64 {69BD6A4C-5051-E271-F174-E5E67BC09464}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj index 69e4c1c4..30b57b21 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj +++ b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -27,20 +19,10 @@ - Win32Proj + Win64Proj {69BD6A4C-5051-E271-F174-E5E67BC09464} - - Application - true - WindowsApplicationForDrivers10.0 - - - Application - false - WindowsApplicationForDrivers10.0 - Application true @@ -64,12 +46,6 @@ - - - - - - @@ -82,35 +58,6 @@ - - - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Level3 - ProgramDatabase - Disabled - - - MachineX86 - true - Console - - - - - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - MachineX86 - true - Console - true - true - - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) @@ -178,4 +125,4 @@ - + \ No newline at end of file diff --git a/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj b/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj index ac256387..d53e3737 100644 --- a/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj +++ b/general/tracing/evntdrv/Eventdrv/Eventdrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A13F7165-72F7-4A07-90E6-CD1AB76F7751} $(MSBuildProjectName) Debug - Win32 + x64 {1430EA0E-DE3B-46BB-B18D-00C489CAC4DF} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -128,12 +98,6 @@ Eventdrv - - Eventdrv - - - Eventdrv - %(AdditionalIncludeDirectories);. @@ -186,32 +150,6 @@ %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - true - Level4 - - - %(AdditionalIncludeDirectories);. - - - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - true - Level4 - - - %(AdditionalIncludeDirectories);. - - @@ -252,24 +190,6 @@ sha256 - - - - - - - sha256 - - - - - - - - - sha256 - - @@ -283,4 +203,4 @@ - + \ No newline at end of file diff --git a/general/tracing/evntdrv/eventdrv.sln b/general/tracing/evntdrv/eventdrv.sln index 4c73da8a..6e8f9c5c 100644 --- a/general/tracing/evntdrv/eventdrv.sln +++ b/general/tracing/evntdrv/eventdrv.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|ARM64.Build.0 = Release|ARM64 {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|ARM64.ActiveCfg = Release|ARM64 {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|ARM64.Build.0 = Release|ARM64 - {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|Win32.ActiveCfg = Debug|Win32 - {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|Win32.Build.0 = Debug|Win32 - {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|Win32.ActiveCfg = Release|Win32 - {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|Win32.Build.0 = Release|Win32 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|x64.ActiveCfg = Debug|x64 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Debug|x64.Build.0 = Debug|x64 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|x64.ActiveCfg = Release|x64 {A13F7165-72F7-4A07-90E6-CD1AB76F7751}.Release|x64.Build.0 = Release|x64 - {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|Win32.ActiveCfg = Debug|Win32 - {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|Win32.Build.0 = Debug|Win32 - {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|Win32.ActiveCfg = Release|Win32 - {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|Win32.Build.0 = Release|Win32 {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|x64.ActiveCfg = Debug|x64 {8829FAED-4C91-417C-929D-D076B1DB24C1}.Debug|x64.Build.0 = Debug|x64 {8829FAED-4C91-417C-929D-D076B1DB24C1}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj b/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj index 1ce216a5..88e51515 100644 --- a/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj +++ b/general/tracing/evntdrv/evntctrl/evntctrl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {8829FAED-4C91-417C-929D-D076B1DB24C1} $(MSBuildProjectName) Debug - Win32 + x64 {AB0E11AF-4F78-4B28-90F0-2E0F406D318D} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - evntctrl @@ -117,12 +87,6 @@ evntctrl - - evntctrl - - - evntctrl - %(AdditionalIncludeDirectories);.;..\Eventdrv @@ -167,28 +131,6 @@ %(AdditionalIncludeDirectories);.;..\Eventdrv - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - - %(AdditionalIncludeDirectories);.;..\Eventdrv - - @@ -206,4 +148,4 @@ - + \ No newline at end of file diff --git a/general/tracing/tracedriver/tracectl/tracectl.vcxproj b/general/tracing/tracedriver/tracectl/tracectl.vcxproj index dcf979ee..8d78d53d 100644 --- a/general/tracing/tracedriver/tracectl/tracectl.vcxproj +++ b/general/tracing/tracedriver/tracectl/tracectl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F} $(MSBuildProjectName) Debug - Win32 + x64 {70EA1745-DAC1-4C42-81B2-5B68B196B499} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - tracectl @@ -117,12 +87,6 @@ tracectl - - tracectl - - - tracectl - %(AdditionalIncludeDirectories);.;..\tracedrv @@ -167,28 +131,6 @@ %(AdditionalIncludeDirectories);.;..\tracedrv - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - - %(AdditionalIncludeDirectories);.;..\tracedrv - - @@ -206,4 +148,4 @@ - + \ No newline at end of file diff --git a/general/tracing/tracedriver/tracedrv.sln b/general/tracing/tracedriver/tracedrv.sln index b788b9ff..fe26bc3b 100644 --- a/general/tracing/tracedriver/tracedrv.sln +++ b/general/tracing/tracedriver/tracedrv.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|ARM64.Build.0 = Release|ARM64 {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|ARM64.ActiveCfg = Release|ARM64 {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|ARM64.Build.0 = Release|ARM64 - {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|Win32.ActiveCfg = Debug|Win32 - {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|Win32.Build.0 = Debug|Win32 - {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|Win32.ActiveCfg = Release|Win32 - {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|Win32.Build.0 = Release|Win32 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|x64.ActiveCfg = Debug|x64 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Debug|x64.Build.0 = Debug|x64 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|x64.ActiveCfg = Release|x64 {3A4AE064-7AFC-43E2-8054-A7019C4BAE5F}.Release|x64.Build.0 = Release|x64 - {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|Win32.ActiveCfg = Debug|Win32 - {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|Win32.Build.0 = Debug|Win32 - {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|Win32.ActiveCfg = Release|Win32 - {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|Win32.Build.0 = Release|Win32 {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|x64.ActiveCfg = Debug|x64 {83A89A56-3A26-4016-95FC-4D19D192727E}.Debug|x64.Build.0 = Debug|x64 {83A89A56-3A26-4016-95FC-4D19D192727E}.Release|x64.ActiveCfg = Release|x64 diff --git a/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj b/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj index aa097a34..5b094d5e 100644 --- a/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj +++ b/general/tracing/tracedriver/tracedrv/tracedrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {83A89A56-3A26-4016-95FC-4D19D192727E} $(MSBuildProjectName) Debug - Win32 + x64 {E5CA0192-7536-4BBE-B3BE-57458384A0D7} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -130,12 +100,6 @@ tracedrv - - tracedrv - - - tracedrv - %(AdditionalIncludeDirectories);. @@ -192,34 +156,6 @@ sha256 - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - - - sha256 - - - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - - - %(AdditionalIncludeDirectories);. - - - sha256 - - @@ -236,4 +172,4 @@ - + \ No newline at end of file diff --git a/gnss/gnssUmdf.sln b/gnss/gnssUmdf.sln index 46b81091..c5351211 100644 --- a/gnss/gnssUmdf.sln +++ b/gnss/gnssUmdf.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27703.2042 @@ -14,40 +14,24 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM.ActiveCfg = Debug|ARM - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM.Build.0 = Debug|ARM - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM.Deploy.0 = Debug|ARM {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM64.ActiveCfg = Debug|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM64.Build.0 = Debug|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|ARM64.Deploy.0 = Debug|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x64.ActiveCfg = Debug|x64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x64.Build.0 = Debug|x64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x64.Deploy.0 = Debug|x64 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x86.ActiveCfg = Debug|Win32 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x86.Build.0 = Debug|Win32 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Debug|x86.Deploy.0 = Debug|Win32 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM.ActiveCfg = Release|ARM - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM.Build.0 = Release|ARM - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM.Deploy.0 = Release|ARM {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM64.ActiveCfg = Release|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM64.Build.0 = Release|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|ARM64.Deploy.0 = Release|ARM64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x64.ActiveCfg = Release|x64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x64.Build.0 = Release|x64 {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x64.Deploy.0 = Release|x64 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x86.ActiveCfg = Release|Win32 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x86.Build.0 = Release|Win32 - {AC97DD9E-781F-4FCE-8AC7-ADE57C633A13}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/gnss/gnssUmdf/gnssUmdf.vcxproj b/gnss/gnssUmdf/gnssUmdf.vcxproj index f58175b1..54bab8a4 100644 --- a/gnss/gnssUmdf/gnssUmdf.vcxproj +++ b/gnss/gnssUmdf/gnssUmdf.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -59,20 +43,10 @@ {32909489-7be5-497b-aafa-db6669d9b44b} 12.0 Debug - Win32 + x64 gnssUmdf $(LatestTargetPlatformVersion) - - WindowsUserModeDriver10.0 - DynamicLibrary - Windows Driver - - - WindowsUserModeDriver10.0 - DynamicLibrary - Windows Driver - WindowsUserModeDriver10.0 DynamicLibrary @@ -83,16 +57,6 @@ DynamicLibrary Windows Driver - - WindowsUserModeDriver10.0 - DynamicLibrary - Windows Driver - - - WindowsUserModeDriver10.0 - DynamicLibrary - Windows Driver - WindowsUserModeDriver10.0 DynamicLibrary @@ -104,18 +68,6 @@ Windows Driver - - Windows10 - true - 2 - false - - - Windows10 - false - 2 - false - Windows10 true @@ -128,18 +80,6 @@ 2 false - - Windows10 - true - 2 - false - - - Windows10 - false - 2 - false - Windows10 true @@ -160,16 +100,6 @@ - - DbgengRemoteDebugger - $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ - $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - - - DbgengRemoteDebugger - $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ - $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - DbgengRemoteDebugger $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ @@ -180,16 +110,6 @@ $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - - DbgengRemoteDebugger - $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ - $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - - - DbgengRemoteDebugger - $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ - $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - DbgengRemoteDebugger $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ @@ -200,36 +120,6 @@ $(ProjectDir)bin\$(Platform)\$(ConfigurationName)\ $(ProjectDir)obj\$(Platform)\$(ConfigurationName)\ - - - true - true - trace.h - Level4 - true - Sync - Create - precomp.h - - - sha256 - - - - - true - true - trace.h - Level4 - true - Sync - Create - precomp.h - - - sha256 - - true @@ -260,32 +150,6 @@ sha256 - - - true - true - trace.h - Level4 - true - Sync - Create - precomp.h - false - - - - - true - true - trace.h - Level4 - true - Sync - Create - precomp.h - false - - true diff --git a/gpio/samples/sim.sln b/gpio/samples/sim.sln index 6057f558..a9dfe5b7 100644 --- a/gpio/samples/sim.sln +++ b/gpio/samples/sim.sln @@ -15,11 +15,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|arm = Debug|arm - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|arm = Release|arm - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -39,67 +35,27 @@ Global {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|ARM64.Build.0 = Release|ARM64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|ARM64.ActiveCfg = Release|ARM64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|ARM64.Build.0 = Release|ARM64 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.ActiveCfg = Debug|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.Build.0 = Debug|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|arm.Deploy.0 = Debug|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|Win32.ActiveCfg = Debug|Win32 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|Win32.Build.0 = Debug|Win32 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|Win32.Deploy.0 = Debug|Win32 {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|x64.ActiveCfg = Debug|x64 {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|x64.Build.0 = Debug|x64 {213515FD-98F8-4889-96B5-FA898B4B4936}.Debug|x64.Deploy.0 = Debug|x64 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|arm.ActiveCfg = Release|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|arm.Build.0 = Release|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|arm.Deploy.0 = Release|arm - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|Win32.ActiveCfg = Release|Win32 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|Win32.Build.0 = Release|Win32 - {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|Win32.Deploy.0 = Release|Win32 {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|x64.ActiveCfg = Release|x64 {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|x64.Build.0 = Release|x64 {213515FD-98F8-4889-96B5-FA898B4B4936}.Release|x64.Deploy.0 = Release|x64 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|arm.ActiveCfg = Debug|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|arm.Build.0 = Debug|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|arm.Deploy.0 = Debug|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|Win32.ActiveCfg = Debug|Win32 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|Win32.Build.0 = Debug|Win32 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|Win32.Deploy.0 = Debug|Win32 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|x64.ActiveCfg = Debug|x64 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|x64.Build.0 = Debug|x64 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Debug|x64.Deploy.0 = Debug|x64 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|arm.ActiveCfg = Release|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|arm.Build.0 = Release|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|arm.Deploy.0 = Release|arm - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|Win32.ActiveCfg = Release|Win32 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|Win32.Build.0 = Release|Win32 - {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|Win32.Deploy.0 = Release|Win32 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|x64.ActiveCfg = Release|x64 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|x64.Build.0 = Release|x64 {22BE34F1-0E41-4A26-B709-6CAB493F6CC7}.Release|x64.Deploy.0 = Release|x64 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|arm.ActiveCfg = Debug|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|Win32.ActiveCfg = Debug|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|Win32.Build.0 = Debug|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|Win32.Deploy.0 = Debug|Win32 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.ActiveCfg = Debug|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.Build.0 = Debug|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Debug|x64.Deploy.0 = Debug|x64 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|arm.ActiveCfg = Release|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|Win32.ActiveCfg = Release|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|Win32.Build.0 = Release|Win32 - {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|Win32.Deploy.0 = Release|Win32 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|x64.ActiveCfg = Release|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|x64.Build.0 = Release|x64 {A80FE9DD-C140-40F6-A3F4-55A2A55BFAD4}.Release|x64.Deploy.0 = Release|x64 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|arm.ActiveCfg = Debug|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|Win32.ActiveCfg = Debug|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|Win32.Build.0 = Debug|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|Win32.Deploy.0 = Debug|Win32 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|x64.ActiveCfg = Debug|x64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|x64.Build.0 = Debug|x64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Debug|x64.Deploy.0 = Debug|x64 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|arm.ActiveCfg = Release|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|Win32.ActiveCfg = Release|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|Win32.Build.0 = Release|Win32 - {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|Win32.Deploy.0 = Release|Win32 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|x64.ActiveCfg = Release|x64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|x64.Build.0 = Release|x64 {380694FF-9A67-4FB0-B108-7696280BD7B6}.Release|x64.Deploy.0 = Release|x64 diff --git a/gpio/samples/simdevice/kmdf/simdevice.vcxproj b/gpio/samples/simdevice/kmdf/simdevice.vcxproj index f9d861a8..498b880c 100644 --- a/gpio/samples/simdevice/kmdf/simdevice.vcxproj +++ b/gpio/samples/simdevice/kmdf/simdevice.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,22 +9,6 @@ Release ARM64 - - Debug - arm - - - Debug - Win32 - - - Release - arm - - - Release - Win32 - Debug x64 @@ -39,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {DC47EB11-5745-4E8E-A015-CF348C59770E} $(LatestTargetPlatformVersion) @@ -60,14 +44,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - Windows10 True @@ -84,30 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -118,24 +70,12 @@ - - - - - - - - - - - - simdevice .sys @@ -146,12 +86,6 @@ .sys true - - simdevice - .sys - false - 10_$(DDKPlatform) - simdevice .sys @@ -162,22 +96,6 @@ .sys true - - simdevice - .sys - false - 10_$(DDKPlatform) - - - simdevice - .sys - true - - - simdevice - .sys - true - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -220,24 +138,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -280,66 +180,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - @@ -358,4 +198,4 @@ - + \ No newline at end of file diff --git a/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj b/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj index 56c9202e..50f821be 100644 --- a/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj +++ b/gpio/samples/simdevice/umdf/simdeviceumdf.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,22 +9,6 @@ Release ARM64 - - Debug - arm - - - Debug - Win32 - - - Release - arm - - - Release - Win32 - Debug x64 @@ -39,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {DC47EB11-5745-4E8E-A015-CF348C59770E} $(LatestTargetPlatformVersion) @@ -60,14 +44,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - Windows10 True @@ -84,30 +60,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -118,24 +70,12 @@ - - - - - - - - - - - - * @@ -155,12 +95,6 @@ .dll true - - simdeviceumdf - .dll - false - 10_$(DDKPlatform) - simdeviceumdf .dll @@ -171,22 +105,6 @@ .dll true - - simdeviceumdf - .dll - false - 10_$(DDKPlatform) - - - simdeviceumdf - .dll - true - - - simdeviceumdf - .dll - true - %(AdditionalDependencies); @@ -229,24 +147,6 @@ sha256 - - - %(AdditionalDependencies); - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - %(AdditionalDependencies); @@ -289,66 +189,6 @@ sha256 - - - %(AdditionalDependencies); - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalDependencies); - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - - - - %(AdditionalDependencies); - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - @@ -366,4 +206,4 @@ - + \ No newline at end of file diff --git a/gpio/samples/simgpio/simgpio.vcxproj b/gpio/samples/simgpio/simgpio.vcxproj index 0c550fdd..b4badfe8 100644 --- a/gpio/samples/simgpio/simgpio.vcxproj +++ b/gpio/samples/simgpio/simgpio.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {157FF815-CA85-49A2-B622-5D57EFAB0A13} $(LatestTargetPlatformVersion) @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - * @@ -127,12 +97,6 @@ simgpio - - simgpio - - - simgpio - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -189,34 +153,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib - - - true - Level4 - - - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib - - - true - Level4 - - - - - sha256 - - @@ -234,4 +170,4 @@ - + \ No newline at end of file diff --git a/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj b/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj index 6293f467..a469e31f 100644 --- a/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj +++ b/gpio/samples/simgpio_i2c/simgpio_i2c.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F87418C6-B8D1-4B7B-BA96-0CD9BC83FB42} $(LatestTargetPlatformVersion) @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - true @@ -139,12 +109,6 @@ simgpio_i2c - - simgpio_i2c - - - simgpio_i2c - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib @@ -229,48 +193,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - true - Level4 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\msgpioclxstub.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - true - Level4 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - sha256 - - @@ -287,4 +209,4 @@ - + \ No newline at end of file diff --git a/hid/firefly/app/flicker.vcxproj b/hid/firefly/app/flicker.vcxproj index 3815a0d9..e76c4950 100644 --- a/hid/firefly/app/flicker.vcxproj +++ b/hid/firefly/app/flicker.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4} $(MSBuildProjectName) Debug - Win32 + x64 {AABE5BC4-2222-4142-9718-FE4204E7BE50} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - flicker @@ -117,12 +87,6 @@ flicker - - flicker - - - flicker - %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib @@ -207,48 +171,6 @@ %(AdditionalIncludeDirectories);..\shared - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\luminous.lib;ole32.lib;oleaut32.lib;wbemuuid.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - @@ -265,4 +187,4 @@ - + \ No newline at end of file diff --git a/hid/firefly/driver/firefly.vcxproj b/hid/firefly/driver/firefly.vcxproj index 80165e69..4a3e4ac8 100644 --- a/hid/firefly/driver/firefly.vcxproj +++ b/hid/firefly/driver/firefly.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {2DD1A137-CFE3-476C-B434-CE31733A7325} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - ".\$(IntDir)\firefly.bmf" @@ -126,12 +96,6 @@ firefly - - firefly - - - firefly - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib @@ -208,44 +172,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib - - - %(PreprocessorDefinitions) - - - - - %(PreprocessorDefinitions) - - - %(PreprocessorDefinitions) - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidparse.lib - - - %(PreprocessorDefinitions) - - - - - %(PreprocessorDefinitions) - - - %(PreprocessorDefinitions) - - - sha256 - - @@ -266,4 +192,4 @@ - + \ No newline at end of file diff --git a/hid/firefly/firefly.sln b/hid/firefly/firefly.sln index 4b005e66..747f247c 100644 --- a/hid/firefly/firefly.sln +++ b/hid/firefly/firefly.sln @@ -29,8 +29,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -51,34 +49,18 @@ Global {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|ARM64.Build.0 = Release|ARM64 {571518A8-F812-42E0-A538-31183C3ED059}.Release|ARM64.ActiveCfg = Release|ARM64 {571518A8-F812-42E0-A538-31183C3ED059}.Release|ARM64.Build.0 = Release|ARM64 - {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|Win32.Build.0 = Debug|Win32 - {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|Win32.ActiveCfg = Release|Win32 - {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|Win32.Build.0 = Release|Win32 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|x64.ActiveCfg = Debug|x64 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Debug|x64.Build.0 = Debug|x64 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|x64.ActiveCfg = Release|x64 {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1}.Release|x64.Build.0 = Release|x64 - {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|Win32.ActiveCfg = Debug|Win32 - {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|Win32.Build.0 = Debug|Win32 - {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|Win32.ActiveCfg = Release|Win32 - {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|Win32.Build.0 = Release|Win32 {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|x64.ActiveCfg = Debug|x64 {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Debug|x64.Build.0 = Debug|x64 {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|x64.ActiveCfg = Release|x64 {BB81C655-EEF5-434F-BB2A-4B8D1358ECE4}.Release|x64.Build.0 = Release|x64 - {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|Win32.ActiveCfg = Debug|Win32 - {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|Win32.Build.0 = Debug|Win32 - {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|Win32.ActiveCfg = Release|Win32 - {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|Win32.Build.0 = Release|Win32 {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|x64.ActiveCfg = Debug|x64 {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Debug|x64.Build.0 = Debug|x64 {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|x64.ActiveCfg = Release|x64 {FF968AD9-B8FF-450D-93A0-4CC5AC2B49B5}.Release|x64.Build.0 = Release|x64 - {571518A8-F812-42E0-A538-31183C3ED059}.Debug|Win32.ActiveCfg = Debug|Win32 - {571518A8-F812-42E0-A538-31183C3ED059}.Debug|Win32.Build.0 = Debug|Win32 - {571518A8-F812-42E0-A538-31183C3ED059}.Release|Win32.ActiveCfg = Release|Win32 - {571518A8-F812-42E0-A538-31183C3ED059}.Release|Win32.Build.0 = Release|Win32 {571518A8-F812-42E0-A538-31183C3ED059}.Debug|x64.ActiveCfg = Debug|x64 {571518A8-F812-42E0-A538-31183C3ED059}.Debug|x64.Build.0 = Debug|x64 {571518A8-F812-42E0-A538-31183C3ED059}.Release|x64.ActiveCfg = Release|x64 diff --git a/hid/firefly/lib/Luminous.vcxproj b/hid/firefly/lib/Luminous.vcxproj index abce9bd7..5cda4c77 100644 --- a/hid/firefly/lib/Luminous.vcxproj +++ b/hid/firefly/lib/Luminous.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {2CA2838E-CE8B-4506-80B3-AAB7F19A3AD1} $(MSBuildProjectName) Debug - Win32 + x64 {7212F808-2326-4222-A353-03FA393A47C6} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 StaticLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - StaticLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - Luminous @@ -117,12 +87,6 @@ Luminous - - Luminous - - - Luminous - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\shared - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib - - @@ -265,4 +187,4 @@ - + \ No newline at end of file diff --git a/hid/firefly/sauron/SAURON.vcxproj b/hid/firefly/sauron/SAURON.vcxproj index d0012722..a4e6ffac 100644 --- a/hid/firefly/sauron/SAURON.vcxproj +++ b/hid/firefly/sauron/SAURON.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {571518A8-F812-42E0-A538-31183C3ED059} $(MSBuildProjectName) Debug - Win32 + x64 {DA4B348B-46C9-4C3F-BF3B-1E0A9A4C93A6} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SAURON @@ -125,50 +95,24 @@ .DLL $(OutDir)$(TargetName)$(TargetExt) - - SAURON - .DLL - $(OutDir)$(TargetName)$(TargetExt) - - - SAURON - .DLL - $(OutDir)$(TargetName)$(TargetExt) - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -247,44 +191,6 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib - - - %(AdditionalIncludeDirectories);..\shared - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\shared - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\shared - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib - - - - - %(AdditionalIncludeDirectories);..\shared - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\shared - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\shared - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;ole32.lib;oleaut32.lib;user32.lib;gdi32.lib;uuid.lib;wbemuuid.lib;.\..\lib\$(IntDir)\luminous.lib - - %(AdditionalOptions) -n @@ -305,16 +211,6 @@ %(AdditionalOptions) -n - - - %(AdditionalOptions) -n - - - - - %(AdditionalOptions) -n - - Static @@ -327,12 +223,6 @@ Static - - Static - - - Static - Sync @@ -369,24 +259,6 @@ SauronDll.def - - - Sync - true - - - SauronDll.def - - - - - Sync - true - - - SauronDll.def - - ;%(AdditionalIncludeDirectories) @@ -423,4 +295,4 @@ - + \ No newline at end of file diff --git a/hid/hclient/hclient.sln b/hid/hclient/hclient.sln index 8698adb6..4d18c133 100644 --- a/hid/hclient/hclient.sln +++ b/hid/hclient/hclient.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|ARM64.Build.0 = Debug|ARM64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.ActiveCfg = Release|ARM64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|ARM64.Build.0 = Release|ARM64 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.ActiveCfg = Debug|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|Win32.Build.0 = Debug|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|Win32.ActiveCfg = Release|Win32 - {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|Win32.Build.0 = Release|Win32 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|x64.ActiveCfg = Debug|x64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Debug|x64.Build.0 = Debug|x64 {1C842832-07EF-4A86-B46F-8CE77446E7FE}.Release|x64.ActiveCfg = Release|x64 diff --git a/hid/hclient/hclient.vcxproj b/hid/hclient/hclient.vcxproj index c7d4fa23..a02c2db8 100644 --- a/hid/hclient/hclient.vcxproj +++ b/hid/hclient/hclient.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {1C842832-07EF-4A86-B46F-8CE77446E7FE} $(MSBuildProjectName) Debug - Win32 + x64 {8CC30BF0-571B-467D-83C8-3B11A862C64F} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - hclient @@ -117,12 +87,6 @@ hclient - - hclient - - - hclient - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalDependencies);hid.lib;setupapi.lib;comdlg32.lib;shell32.lib - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - sha256 - - @@ -271,4 +193,4 @@ - + \ No newline at end of file diff --git a/hid/hidusbfx2/Package/package.VcxProj b/hid/hidusbfx2/Package/package.VcxProj index bc70a7ec..05a5b56b 100644 --- a/hid/hidusbfx2/Package/package.VcxProj +++ b/hid/hidusbfx2/Package/package.VcxProj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -47,14 +39,6 @@ {F51D99A4-2A65-4406-AA40-A045BC0CCFF4} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -103,4 +87,4 @@ - + \ No newline at end of file diff --git a/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj b/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj index c80e74c4..75a6895c 100644 --- a/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj +++ b/hid/hidusbfx2/hidkmdf/hidkmdf.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ false true Debug - Win32 + x64 {111FD84E-9342-42F9-8519-169121A5AD1F} @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - hidkmdf @@ -119,12 +89,6 @@ hidkmdf - - hidkmdf - - - hidkmdf - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib @@ -173,30 +137,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib - - - - - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib - - - - - - - sha256 - - @@ -214,4 +154,4 @@ - + \ No newline at end of file diff --git a/hid/hidusbfx2/hidusbfx2.sln b/hid/hidusbfx2/hidusbfx2.sln index cd0053e0..fc821b37 100644 --- a/hid/hidusbfx2/hidusbfx2.sln +++ b/hid/hidusbfx2/hidusbfx2.sln @@ -19,8 +19,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -37,26 +35,14 @@ Global {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|ARM64.Build.0 = Release|ARM64 {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|ARM64.ActiveCfg = Release|ARM64 {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|ARM64.Build.0 = Release|ARM64 - {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|Win32.ActiveCfg = Debug|Win32 - {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|Win32.Build.0 = Debug|Win32 - {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|Win32.ActiveCfg = Release|Win32 - {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|Win32.Build.0 = Release|Win32 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|x64.ActiveCfg = Debug|x64 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Debug|x64.Build.0 = Debug|x64 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|x64.ActiveCfg = Release|x64 {D32BA7A3-463D-472E-B414-BE9EA92A508E}.Release|x64.Build.0 = Release|x64 - {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|Win32.ActiveCfg = Debug|Win32 - {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|Win32.Build.0 = Debug|Win32 - {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|Win32.ActiveCfg = Release|Win32 - {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|Win32.Build.0 = Release|Win32 {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|x64.ActiveCfg = Debug|x64 {831A5B8C-BA01-4783-8A86-A289730FF224}.Debug|x64.Build.0 = Debug|x64 {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|x64.ActiveCfg = Release|x64 {831A5B8C-BA01-4783-8A86-A289730FF224}.Release|x64.Build.0 = Release|x64 - {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|Win32.ActiveCfg = Debug|Win32 - {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|Win32.Build.0 = Debug|Win32 - {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|Win32.ActiveCfg = Release|Win32 - {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|Win32.Build.0 = Release|Win32 {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|x64.ActiveCfg = Debug|x64 {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Debug|x64.Build.0 = Debug|x64 {EC5DCAF5-3514-4E61-8201-10F5F060E096}.Release|x64.ActiveCfg = Release|x64 diff --git a/hid/hidusbfx2/sys/hidusbfx2.vcxproj b/hid/hidusbfx2/sys/hidusbfx2.vcxproj index 6a193124..c12e4290 100644 --- a/hid/hidusbfx2/sys/hidusbfx2.vcxproj +++ b/hid/hidusbfx2/sys/hidusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {E8A0DAC7-C9B1-4606-A518-046158990EE3} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - true @@ -133,12 +103,6 @@ hidusbfx2 - - hidusbfx2 - - - hidusbfx2 - true @@ -215,44 +179,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - 1 @@ -265,12 +191,6 @@ 1 - - 1 - - - 1 - @@ -295,18 +215,6 @@ - - - - - - - - - - - - @@ -323,4 +231,4 @@ - + \ No newline at end of file diff --git a/hid/vhidmini2/app/testvhid.vcxproj b/hid/vhidmini2/app/testvhid.vcxproj index 51132a74..4a32f888 100644 --- a/hid/vhidmini2/app/testvhid.vcxproj +++ b/hid/vhidmini2/app/testvhid.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {36B830C1-B73B-4CEE-B872-FD7D09268BD0} $(MSBuildProjectName) Debug - Win32 + x64 {6BB48D47-D9A5-489B-AB44-E2ED9DAD6999} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - testvhid @@ -117,12 +87,6 @@ testvhid - - testvhid - - - testvhid - %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - - - - %(AdditionalDependencies);hid.lib;mincore.lib;comdlg32.lib - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - @@ -272,4 +192,4 @@ - + \ No newline at end of file diff --git a/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj b/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj index 17a05969..4bf211cb 100644 --- a/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj +++ b/hid/vhidmini2/driver/kmdf/vhidmini.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F4244CE1-9E5D-4F04-A978-D40F825B22F8} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - vhidmini @@ -118,12 +88,6 @@ vhidmini - - vhidmini - - - vhidmini - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 @@ -200,44 +164,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;POOL_NX_OPTIN=1 - %(AdditionalIncludeDirectories);..\..\inc;.. - - - sha256 - - @@ -256,4 +182,4 @@ - + \ No newline at end of file diff --git a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj index 0abe9a38..00b66b60 100644 --- a/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj +++ b/hid/vhidmini2/driver/umdf2/VhidminiUm.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {1F3C5D0E-2636-4FC0-946E-F3B967B2715D} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - VhidminiUm @@ -118,12 +88,6 @@ VhidminiUm - - VhidminiUm - - - VhidminiUm - %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -204,46 +168,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(DDK_INC_PATH)\wdm;..\..\inc;.. - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -268,18 +192,6 @@ - - - - - - - - - - - - @@ -298,4 +210,4 @@ - + \ No newline at end of file diff --git a/hid/vhidmini2/vhidmini2.sln b/hid/vhidmini2/vhidmini2.sln index 77b5c4db..d3cca830 100644 --- a/hid/vhidmini2/vhidmini2.sln +++ b/hid/vhidmini2/vhidmini2.sln @@ -21,8 +21,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -39,26 +37,14 @@ Global {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|ARM64.Build.0 = Release|ARM64 {64048006-1C5F-4262-823B-54310D7F3869}.Release|ARM64.ActiveCfg = Release|ARM64 {64048006-1C5F-4262-823B-54310D7F3869}.Release|ARM64.Build.0 = Release|ARM64 - {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|Win32.ActiveCfg = Debug|Win32 - {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|Win32.Build.0 = Debug|Win32 - {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|Win32.ActiveCfg = Release|Win32 - {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|Win32.Build.0 = Release|Win32 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|x64.ActiveCfg = Debug|x64 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Debug|x64.Build.0 = Debug|x64 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|x64.ActiveCfg = Release|x64 {36B830C1-B73B-4CEE-B872-FD7D09268BD0}.Release|x64.Build.0 = Release|x64 - {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|Win32.ActiveCfg = Debug|Win32 - {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|Win32.Build.0 = Debug|Win32 - {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|Win32.ActiveCfg = Release|Win32 - {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|Win32.Build.0 = Release|Win32 {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|x64.ActiveCfg = Debug|x64 {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Debug|x64.Build.0 = Debug|x64 {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|x64.ActiveCfg = Release|x64 {EEECA421-064D-4E2E-8832-B0F43A9B394C}.Release|x64.Build.0 = Release|x64 - {64048006-1C5F-4262-823B-54310D7F3869}.Debug|Win32.ActiveCfg = Debug|Win32 - {64048006-1C5F-4262-823B-54310D7F3869}.Debug|Win32.Build.0 = Debug|Win32 - {64048006-1C5F-4262-823B-54310D7F3869}.Release|Win32.ActiveCfg = Release|Win32 - {64048006-1C5F-4262-823B-54310D7F3869}.Release|Win32.Build.0 = Release|Win32 {64048006-1C5F-4262-823B-54310D7F3869}.Debug|x64.ActiveCfg = Debug|x64 {64048006-1C5F-4262-823B-54310D7F3869}.Debug|x64.Build.0 = Debug|x64 {64048006-1C5F-4262-823B-54310D7F3869}.Release|x64.ActiveCfg = Release|x64 diff --git a/input/kbfiltr/exe/kbftest.vcxproj b/input/kbfiltr/exe/kbftest.vcxproj index 786bac45..45249005 100644 --- a/input/kbfiltr/exe/kbftest.vcxproj +++ b/input/kbfiltr/exe/kbftest.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {CB35D9AC-AD35-4381-ADA4-84378289F086} $(MSBuildProjectName) Debug - Win32 + x64 {59782B64-B06B-4AB2-AB2A-748656C59DB3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbftest @@ -117,12 +87,6 @@ kbftest - - kbftest - - - kbftest - %(AdditionalDependencies);setupapi.lib @@ -171,30 +135,6 @@ sha256 - - - %(AdditionalDependencies);setupapi.lib - - - - - - - sha256 - - - - - %(AdditionalDependencies);setupapi.lib - - - - - - - sha256 - - @@ -211,4 +151,4 @@ - + \ No newline at end of file diff --git a/input/kbfiltr/kbfiltr.sln b/input/kbfiltr/kbfiltr.sln index 3149419b..36821e22 100644 --- a/input/kbfiltr/kbfiltr.sln +++ b/input/kbfiltr/kbfiltr.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|ARM64.Build.0 = Release|ARM64 {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|ARM64.ActiveCfg = Release|ARM64 {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|ARM64.Build.0 = Release|ARM64 - {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|Win32.ActiveCfg = Debug|Win32 - {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|Win32.Build.0 = Debug|Win32 - {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|Win32.ActiveCfg = Release|Win32 - {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|Win32.Build.0 = Release|Win32 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|x64.ActiveCfg = Debug|x64 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Debug|x64.Build.0 = Debug|x64 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|x64.ActiveCfg = Release|x64 {CB35D9AC-AD35-4381-ADA4-84378289F086}.Release|x64.Build.0 = Release|x64 - {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|Win32.ActiveCfg = Debug|Win32 - {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|Win32.Build.0 = Debug|Win32 - {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|Win32.ActiveCfg = Release|Win32 - {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|Win32.Build.0 = Release|Win32 {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|x64.ActiveCfg = Debug|x64 {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Debug|x64.Build.0 = Debug|x64 {7227DB35-883A-4EF0-B083-1698CFEF85A3}.Release|x64.ActiveCfg = Release|x64 diff --git a/input/kbfiltr/sys/kbfiltr.vcxproj b/input/kbfiltr/sys/kbfiltr.vcxproj index 6c5c549a..2884d672 100644 --- a/input/kbfiltr/sys/kbfiltr.vcxproj +++ b/input/kbfiltr/sys/kbfiltr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {878C17AE-8F1D-43E4-9F8E-0321CA186895} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - kbfiltr @@ -118,12 +88,6 @@ kbfiltr - - kbfiltr - - - kbfiltr - true @@ -180,34 +144,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib - - - sha256 - - @@ -226,4 +162,4 @@ - + \ No newline at end of file diff --git a/input/layout/all_kbds/kbdfr/kbdfr.vcxproj b/input/layout/all_kbds/kbdfr/kbdfr.vcxproj index c205c4bc..28f2009a 100644 --- a/input/layout/all_kbds/kbdfr/kbdfr.vcxproj +++ b/input/layout/all_kbds/kbdfr/kbdfr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD} $(MSBuildProjectName) Debug - Win32 + x64 {051CA44C-EEB6-4936-84E5-972987B6EBE3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbdfr @@ -117,12 +87,6 @@ kbdfr - - kbdfr - - - kbdfr - %(AdditionalIncludeDirectories);..\..\inc @@ -191,40 +155,6 @@ %(AdditionalDependencies) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -269,28 +199,6 @@ - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdfr.def - - - - - - - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdfr.def - - - - - - @@ -308,4 +216,4 @@ - + \ No newline at end of file diff --git a/input/layout/all_kbds/kbdgr/kbdgr.vcxproj b/input/layout/all_kbds/kbdgr/kbdgr.vcxproj index 9f87eec6..d66166b9 100644 --- a/input/layout/all_kbds/kbdgr/kbdgr.vcxproj +++ b/input/layout/all_kbds/kbdgr/kbdgr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F918E44C-4E53-4267-BFDB-71112122DFE2} $(MSBuildProjectName) Debug - Win32 + x64 {410247ED-4375-426C-A52A-1242555AB0AE} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbdgr @@ -117,12 +87,6 @@ kbdgr - - kbdgr - - - kbdgr - %(AdditionalIncludeDirectories);..\..\inc @@ -191,40 +155,6 @@ %(AdditionalDependencies) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -269,28 +199,6 @@ - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdgr.def - - - - - - - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdgr.def - - - - - - @@ -308,4 +216,4 @@ - + \ No newline at end of file diff --git a/input/layout/fe_kbds/jpn/101/kbd101.vcxproj b/input/layout/fe_kbds/jpn/101/kbd101.vcxproj index c6659ba6..fcc3e23b 100644 --- a/input/layout/fe_kbds/jpn/101/kbd101.vcxproj +++ b/input/layout/fe_kbds/jpn/101/kbd101.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {FBA54F55-C1FA-48D3-85E5-403BA6AD2469} $(MSBuildProjectName) Debug - Win32 + x64 {5AD33954-9318-4EA3-A0B2-ADA558406846} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbd101 @@ -117,12 +87,6 @@ kbd101 - - kbd101 - - - kbd101 - %(AdditionalIncludeDirectories);..\..\inc @@ -191,40 +155,6 @@ %(AdditionalDependencies) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -337,61 +267,6 @@ %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbd101.def - true - true - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - false - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbd101.def - true - true - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - Default - - - false - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - @@ -409,4 +284,4 @@ - + \ No newline at end of file diff --git a/input/layout/fe_kbds/jpn/106/kbd106.vcxproj b/input/layout/fe_kbds/jpn/106/kbd106.vcxproj index 1829b2eb..48eb9175 100644 --- a/input/layout/fe_kbds/jpn/106/kbd106.vcxproj +++ b/input/layout/fe_kbds/jpn/106/kbd106.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {07365E50-1324-40D2-832B-62DE0747FE4D} $(MSBuildProjectName) Debug - Win32 + x64 {609BEE41-57F5-434E-98AB-81332C8D8BD0} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbd106 @@ -117,12 +87,6 @@ kbd106 - - kbd106 - - - kbd106 - %(AdditionalIncludeDirectories);..\..\inc @@ -191,40 +155,6 @@ %(AdditionalDependencies) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -337,61 +267,6 @@ %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbd106.def - true - true - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - false - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbd106.def - true - true - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - Default - - - false - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - - %(PreprocessorDefinitions);FE_SB;FE_IME - %(PreprocessorDefinitions);JAPAN - %(AdditionalIncludeDirectories);..\inc - - @@ -409,4 +284,4 @@ - + \ No newline at end of file diff --git a/input/layout/kbd.sln b/input/layout/kbd.sln index a2df0953..f5ad50ce 100644 --- a/input/layout/kbd.sln +++ b/input/layout/kbd.sln @@ -33,8 +33,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -59,42 +57,22 @@ Global {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|ARM64.Build.0 = Release|ARM64 {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|ARM64.ActiveCfg = Release|ARM64 {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|ARM64.Build.0 = Release|ARM64 - {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|Win32.ActiveCfg = Debug|Win32 - {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|Win32.Build.0 = Debug|Win32 - {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|Win32.ActiveCfg = Release|Win32 - {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|Win32.Build.0 = Release|Win32 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|x64.ActiveCfg = Debug|x64 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Debug|x64.Build.0 = Debug|x64 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|x64.ActiveCfg = Release|x64 {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C}.Release|x64.Build.0 = Release|x64 - {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|Win32.ActiveCfg = Debug|Win32 - {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|Win32.Build.0 = Debug|Win32 - {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|Win32.ActiveCfg = Release|Win32 - {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|Win32.Build.0 = Release|Win32 {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|x64.ActiveCfg = Debug|x64 {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Debug|x64.Build.0 = Debug|x64 {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|x64.ActiveCfg = Release|x64 {8CC545F3-0678-4AC8-8A25-2110DB6BF1BD}.Release|x64.Build.0 = Release|x64 - {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|Win32.ActiveCfg = Debug|Win32 - {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|Win32.Build.0 = Debug|Win32 - {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|Win32.ActiveCfg = Release|Win32 - {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|Win32.Build.0 = Release|Win32 {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|x64.ActiveCfg = Debug|x64 {F918E44C-4E53-4267-BFDB-71112122DFE2}.Debug|x64.Build.0 = Debug|x64 {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|x64.ActiveCfg = Release|x64 {F918E44C-4E53-4267-BFDB-71112122DFE2}.Release|x64.Build.0 = Release|x64 - {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|Win32.ActiveCfg = Debug|Win32 - {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|Win32.Build.0 = Debug|Win32 - {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|Win32.ActiveCfg = Release|Win32 - {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|Win32.Build.0 = Release|Win32 {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|x64.ActiveCfg = Debug|x64 {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Debug|x64.Build.0 = Debug|x64 {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|x64.ActiveCfg = Release|x64 {FBA54F55-C1FA-48D3-85E5-403BA6AD2469}.Release|x64.Build.0 = Release|x64 - {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|Win32.ActiveCfg = Debug|Win32 - {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|Win32.Build.0 = Debug|Win32 - {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|Win32.ActiveCfg = Release|Win32 - {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|Win32.Build.0 = Release|Win32 {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|x64.ActiveCfg = Debug|x64 {07365E50-1324-40D2-832B-62DE0747FE4D}.Debug|x64.Build.0 = Debug|x64 {07365E50-1324-40D2-832B-62DE0747FE4D}.Release|x64.ActiveCfg = Release|x64 diff --git a/input/layout/kbdus/kbdus.vcxproj b/input/layout/kbdus/kbdus.vcxproj index 1557f726..712c01a4 100644 --- a/input/layout/kbdus/kbdus.vcxproj +++ b/input/layout/kbdus/kbdus.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {C51EA5C9-2C11-4BA0-A8F1-E59CE1315B3C} $(MSBuildProjectName) Debug - Win32 + x64 {5FDFB1FB-FD24-4035-A1DF-B769A6623FAD} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - kbdus @@ -117,12 +87,6 @@ kbdus - - kbdus - - - kbdus - %(AdditionalIncludeDirectories);..\..\inc @@ -191,40 +155,6 @@ %(AdditionalDependencies) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions) - - - %(AdditionalDependencies) - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re @@ -269,28 +199,6 @@ - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdus.def - - - - - - - - - %(AdditionalOptions) -merge:.edata=.data -merge:.rdata=.data -merge:.text=.data -merge:.bss=.data -section:.data,re - %(AdditionalOptions) /ignore:4254 - kbdus.def - - - - - - @@ -308,4 +216,4 @@ - + \ No newline at end of file diff --git a/input/moufiltr/moufiltr.sln b/input/moufiltr/moufiltr.sln index eb2b12da..bc51005b 100644 --- a/input/moufiltr/moufiltr.sln +++ b/input/moufiltr/moufiltr.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|ARM64.Build.0 = Debug|ARM64 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|ARM64.ActiveCfg = Release|ARM64 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|ARM64.Build.0 = Release|ARM64 - {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|Win32.ActiveCfg = Debug|Win32 - {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|Win32.Build.0 = Debug|Win32 - {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|Win32.ActiveCfg = Release|Win32 - {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|Win32.Build.0 = Release|Win32 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|x64.ActiveCfg = Debug|x64 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Debug|x64.Build.0 = Debug|x64 {60D6C942-AC20-4C05-A2BE-54B5C966534D}.Release|x64.ActiveCfg = Release|x64 diff --git a/input/moufiltr/moufiltr.vcxproj b/input/moufiltr/moufiltr.vcxproj index f13782e4..1ec62e54 100644 --- a/input/moufiltr/moufiltr.vcxproj +++ b/input/moufiltr/moufiltr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {C3E0B8D8-9BDC-4A02-9E56-773CB59546DB} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - moufiltr @@ -118,12 +88,6 @@ moufiltr - - moufiltr - - - moufiltr - true @@ -168,28 +132,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -207,4 +149,4 @@ - + \ No newline at end of file diff --git a/network/config/bindview/bindview.sln b/network/config/bindview/bindview.sln index c51ef33b..75a6b503 100644 --- a/network/config/bindview/bindview.sln +++ b/network/config/bindview/bindview.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|ARM64.Build.0 = Debug|ARM64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.ActiveCfg = Release|ARM64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|ARM64.Build.0 = Release|ARM64 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.ActiveCfg = Debug|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|Win32.Build.0 = Debug|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|Win32.ActiveCfg = Release|Win32 - {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|Win32.Build.0 = Release|Win32 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|x64.ActiveCfg = Debug|x64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Debug|x64.Build.0 = Debug|x64 {A9995567-E5EF-4A30-B294-D5930523A2B5}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/config/bindview/bindview.vcxproj b/network/config/bindview/bindview.vcxproj index 352a1f43..4b6bd8be 100644 --- a/network/config/bindview/bindview.vcxproj +++ b/network/config/bindview/bindview.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A9995567-E5EF-4A30-B294-D5930523A2B5} $(MSBuildProjectName) Debug - Win32 + x64 {24391928-4AD2-4393-B2CD-C85CC7B1F672} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - bindview @@ -117,12 +87,6 @@ bindview - - bindview - - - bindview - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE @@ -223,56 +187,6 @@ %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - true - Level4 - %(DisableSpecificWarnings);4127 - MultiThreaded - MultiThreadedDebug - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalOptions) -N - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - true - Level4 - %(DisableSpecificWarnings);4127 - MultiThreaded - MultiThreadedDebug - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE - %(AdditionalOptions) -N - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;comctl32.lib;comdlg32.lib;setupapi.lib;user32.lib;kernel32.lib;gdi32.lib;uuid.lib - - @@ -293,4 +207,4 @@ - + \ No newline at end of file diff --git a/network/modem/fakemodem/fakemodem.sln b/network/modem/fakemodem/fakemodem.sln index 80e438b7..39cdb94b 100644 --- a/network/modem/fakemodem/fakemodem.sln +++ b/network/modem/fakemodem/fakemodem.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|ARM64.Build.0 = Debug|ARM64 {318EB156-D430-4B09-8400-2B72A6A73004}.Release|ARM64.ActiveCfg = Release|ARM64 {318EB156-D430-4B09-8400-2B72A6A73004}.Release|ARM64.Build.0 = Release|ARM64 - {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|Win32.ActiveCfg = Debug|Win32 - {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|Win32.Build.0 = Debug|Win32 - {318EB156-D430-4B09-8400-2B72A6A73004}.Release|Win32.ActiveCfg = Release|Win32 - {318EB156-D430-4B09-8400-2B72A6A73004}.Release|Win32.Build.0 = Release|Win32 {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|x64.ActiveCfg = Debug|x64 {318EB156-D430-4B09-8400-2B72A6A73004}.Debug|x64.Build.0 = Debug|x64 {318EB156-D430-4B09-8400-2B72A6A73004}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/modem/fakemodem/fakemodem.vcxproj b/network/modem/fakemodem/fakemodem.vcxproj index fe0d216a..1668c23a 100644 --- a/network/modem/fakemodem/fakemodem.vcxproj +++ b/network/modem/fakemodem/fakemodem.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {7FB2EEDE-628E-4211-B00C-66D19CF3D32A} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - $(InfArch) @@ -124,12 +94,6 @@ fakemodem - - fakemodem - - - fakemodem - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -194,38 +158,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - sha256 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - sha256 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - @@ -244,4 +176,4 @@ - + \ No newline at end of file diff --git a/network/ndis/filter/filter.sln b/network/ndis/filter/filter.sln index 161a0b5b..3983e71e 100644 --- a/network/ndis/filter/filter.sln +++ b/network/ndis/filter/filter.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|ARM64.Build.0 = Debug|ARM64 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|ARM64.ActiveCfg = Release|ARM64 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|ARM64.Build.0 = Release|ARM64 - {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|Win32.ActiveCfg = Debug|Win32 - {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|Win32.Build.0 = Debug|Win32 - {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|Win32.ActiveCfg = Release|Win32 - {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|Win32.Build.0 = Release|Win32 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|x64.ActiveCfg = Debug|x64 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Debug|x64.Build.0 = Debug|x64 {CD502925-8888-4A09-8AD0-04B80A73FBBD}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/ndis/filter/ndislwf.vcxproj b/network/ndis/filter/ndislwf.vcxproj index 78b7cc05..494c7d18 100644 --- a/network/ndis/filter/ndislwf.vcxproj +++ b/network/ndis/filter/ndislwf.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {CD502925-8888-4A09-8AD0-04B80A73FBBD} $(MSBuildProjectName) Debug - Win32 + x64 {F40772D8-6882-4C62-8849-D5651CC7751C} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ndislwf @@ -117,12 +87,6 @@ ndislwf - - ndislwf - - - ndislwf - true @@ -239,64 +203,6 @@ %(PreprocessorDefinitions);NDISLWF=1 - - - true - Level4 - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - %(DisableSpecificWarnings);4201;4214 - - - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - - - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - %(DisableSpecificWarnings);4201;4214 - - - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - - - %(AdditionalIncludeDirectories);..;. - %(PreprocessorDefinitions);NDIS60=1 - %(PreprocessorDefinitions);NDIS620=1 - %(PreprocessorDefinitions);NDIS630=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(PreprocessorDefinitions);NDISLWF=1 - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -347,30 +253,6 @@ SHA256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - - - - - SHA256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - - - - - SHA256 - - ;%(AdditionalIncludeDirectories) @@ -411,4 +293,4 @@ - + \ No newline at end of file diff --git a/network/ndis/mux/driver/60/novlan/mux.vcxproj b/network/ndis/mux/driver/60/novlan/mux.vcxproj index 07cf9c24..339983a6 100644 --- a/network/ndis/mux/driver/60/novlan/mux.vcxproj +++ b/network/ndis/mux/driver/60/novlan/mux.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {B2DE2C37-B3F2-491E-94AE-402A7B4D3308} $(MSBuildProjectName) Debug - Win32 + x64 {66B17978-A259-41F2-B762-8A38382B603D} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - mux @@ -117,12 +87,6 @@ mux - - mux - - - mux - %(AdditionalOptions) /GS @@ -215,52 +179,6 @@ %(PreprocessorDefinitions);NDIS630 - - - %(AdditionalOptions) /GS - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - - - - - %(AdditionalOptions) /GS - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -338,44 +256,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - ..;%(AdditionalIncludeDirectories) diff --git a/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj b/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj index 34eca349..0bb361ce 100644 --- a/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj +++ b/network/ndis/mux/driver/60/vlan/muxvlan.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {015D7470-0FC8-4597-A67E-BD9C754F0681} $(MSBuildProjectName) Debug - Win32 + x64 {261E8436-6685-4860-962C-AF3076B35DB9} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - mux @@ -117,12 +87,6 @@ mux - - mux - - - mux - %(AdditionalOptions) /GS @@ -227,58 +191,6 @@ %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - - - %(AdditionalOptions) /GS - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - - - - - %(AdditionalOptions) /GS - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - - - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER - %(PreprocessorDefinitions);NDIS_WDM - %(PreprocessorDefinitions);NDIS60_MINIPORT - %(PreprocessorDefinitions);NDIS60 - %(PreprocessorDefinitions);IEEE_VLAN_SUPPORT=1 - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib @@ -357,44 +269,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - ..;%(AdditionalIncludeDirectories) @@ -456,4 +330,4 @@ - + \ No newline at end of file diff --git a/network/ndis/mux/mux.sln b/network/ndis/mux/mux.sln index 57f4dd41..67f60d69 100644 --- a/network/ndis/mux/mux.sln +++ b/network/ndis/mux/mux.sln @@ -29,9 +29,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -47,28 +45,16 @@ Global {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|ARM64.Build.0 = Release|ARM64 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|ARM64.ActiveCfg = Release|ARM64 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|ARM64.Build.0 = Release|ARM64 - {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|Win32.ActiveCfg = Debug|Win32 - {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|Win32.Build.0 = Debug|Win32 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|x64.ActiveCfg = Debug|x64 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Debug|x64.Build.0 = Debug|x64 - {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|Win32.ActiveCfg = Release|Win32 - {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|Win32.Build.0 = Release|Win32 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|x64.ActiveCfg = Release|x64 {015D7470-0FC8-4597-A67E-BD9C754F0681}.Release|x64.Build.0 = Release|x64 - {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|Win32.ActiveCfg = Debug|Win32 - {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|Win32.Build.0 = Debug|Win32 {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|x64.ActiveCfg = Debug|x64 {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Debug|x64.Build.0 = Debug|x64 - {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|Win32.ActiveCfg = Release|Win32 - {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|Win32.Build.0 = Release|Win32 {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|x64.ActiveCfg = Release|x64 {B2DE2C37-B3F2-491E-94AE-402A7B4D3308}.Release|x64.Build.0 = Release|x64 - {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|Win32.ActiveCfg = Debug|Win32 - {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|Win32.Build.0 = Debug|Win32 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|x64.ActiveCfg = Debug|x64 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Debug|x64.Build.0 = Debug|x64 - {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|Win32.ActiveCfg = Release|Win32 - {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|Win32.Build.0 = Release|Win32 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|x64.ActiveCfg = Release|x64 {92E3B437-C258-47FB-8856-D3FEA56A3BCC}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/network/ndis/mux/notifyob/mux.vcxproj b/network/ndis/mux/notifyob/mux.vcxproj index 1075f28a..743ea90a 100644 --- a/network/ndis/mux/notifyob/mux.vcxproj +++ b/network/ndis/mux/notifyob/mux.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {92E3B437-C258-47FB-8856-D3FEA56A3BCC} $(MSBuildProjectName) Debug - Win32 + x64 {67118C02-9183-4F2D-8E60-3D4F02B62EA9} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - mux @@ -117,12 +87,6 @@ mux - - mux - - - mux - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL @@ -136,8 +100,7 @@ %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -153,8 +116,7 @@ %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -170,8 +132,7 @@ %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -187,42 +148,7 @@ %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - true - Level4 - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - true - Level4 - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - - - %(PreprocessorDefinitions);WIN32;DISABLE_PROTOCOLS_TO_PHYSICAL - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -257,22 +183,6 @@ %(AdditionalOptions) -i $(IntDir) -N - - - %(AdditionalOptions) -no_format_opt - - - %(AdditionalOptions) -i $(IntDir) -N - - - - - %(AdditionalOptions) -no_format_opt - - - %(AdditionalOptions) -i $(IntDir) -N - - Sync @@ -297,18 +207,6 @@ true - - - Sync - true - - - - - Sync - true - - Static @@ -321,12 +219,6 @@ Static - - Static - - - Static - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib @@ -351,18 +243,6 @@ mux.def - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib - mux.def - - - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib - mux.def - - @@ -386,4 +266,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot/6x/ndisprot60.sln b/network/ndis/ndisprot/6x/ndisprot60.sln index 3588631d..5ca1e553 100644 --- a/network/ndis/ndisprot/6x/ndisprot60.sln +++ b/network/ndis/ndisprot/6x/ndisprot60.sln @@ -21,9 +21,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -39,28 +37,16 @@ Global {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|ARM64.Build.0 = Release|ARM64 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|ARM64.ActiveCfg = Release|ARM64 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|ARM64.Build.0 = Release|ARM64 - {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|Win32.ActiveCfg = Debug|Win32 - {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|Win32.Build.0 = Debug|Win32 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|x64.ActiveCfg = Debug|x64 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Debug|x64.Build.0 = Debug|x64 - {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|Win32.ActiveCfg = Release|Win32 - {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|Win32.Build.0 = Release|Win32 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|x64.ActiveCfg = Release|x64 {F27914B8-F3D9-4164-BF33-42BBFA19AED4}.Release|x64.Build.0 = Release|x64 - {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|Win32.ActiveCfg = Debug|Win32 - {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|Win32.Build.0 = Debug|Win32 {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|x64.ActiveCfg = Debug|x64 {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Debug|x64.Build.0 = Debug|x64 - {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|Win32.ActiveCfg = Release|Win32 - {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|Win32.Build.0 = Release|Win32 {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|x64.ActiveCfg = Release|x64 {C0748EAB-F425-488A-9F39-77D5DE2DD251}.Release|x64.Build.0 = Release|x64 - {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|Win32.ActiveCfg = Debug|Win32 - {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|Win32.Build.0 = Debug|Win32 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|x64.ActiveCfg = Debug|x64 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Debug|x64.Build.0 = Debug|x64 - {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|Win32.ActiveCfg = Release|Win32 - {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|Win32.Build.0 = Release|Win32 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|x64.ActiveCfg = Release|x64 {34A953AA-28CB-472E-B438-1BE26FDF1D54}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj b/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj index b31504c0..b2e9b0fa 100644 --- a/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj +++ b/network/ndis/ndisprot/6x/sys/60/ndisprot60.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F27914B8-F3D9-4164-BF33-42BBFA19AED4} $(MSBuildProjectName) Debug - Win32 + x64 {2D8FA4FC-0D81-4E0A-B63E-A6622384ED94} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ndisprot60 @@ -117,12 +87,6 @@ ndisprot60 - - ndisprot60 - - - ndisprot60 - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -175,32 +139,6 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -279,44 +217,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - sha256 - - ..;%(AdditionalIncludeDirectories) @@ -375,4 +275,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj index ec6f9bc2..78ae6b79 100644 --- a/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj +++ b/network/ndis/ndisprot/6x/sys/630/ndisprot630.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {C0748EAB-F425-488A-9F39-77D5DE2DD251} $(MSBuildProjectName) Debug - Win32 + x64 {7354BBA5-44E7-4346-8B50-AD13E3CACB81} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - ndisprot630 @@ -117,12 +87,6 @@ ndisprot630 - - ndisprot630 - - - ndisprot630 - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 @@ -175,32 +139,6 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - true - Level4 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - %(AdditionalIncludeDirectories);.. @@ -279,44 +217,6 @@ sha256 - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalIncludeDirectories);.. - - - - - %(AdditionalIncludeDirectories);.. - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - sha256 - - ..;%(AdditionalIncludeDirectories) @@ -375,4 +275,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot/6x/test/prottest.vcxproj b/network/ndis/ndisprot/6x/test/prottest.vcxproj index d84848a8..b8f5d68b 100644 --- a/network/ndis/ndisprot/6x/test/prottest.vcxproj +++ b/network/ndis/ndisprot/6x/test/prottest.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {34A953AA-28CB-472E-B438-1BE26FDF1D54} $(MSBuildProjectName) Debug - Win32 + x64 {80BF7199-3D05-47CD-85FC-CEE847224F3E} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - prottest @@ -117,12 +87,6 @@ prottest - - prottest - - - prottest - %(PreprocessorDefinitions);UNICODE=1 @@ -195,42 +159,6 @@ %(PreprocessorDefinitions);_WIN32WIN_ - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - Level4 - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - - - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - Level4 - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - - - %(PreprocessorDefinitions);UNICODE=1 - %(PreprocessorDefinitions);_UNICODE=1 - %(PreprocessorDefinitions);_WIN32WIN_ - - %(AdditionalDependencies);user32.lib @@ -295,38 +223,6 @@ %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalDependencies);user32.lib - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - - - %(AdditionalIncludeDirectories);..\sys - - - - - %(AdditionalDependencies);user32.lib - - - %(AdditionalIncludeDirectories);..\sys - - - %(AdditionalIncludeDirectories);..\sys - - - - - %(AdditionalIncludeDirectories);..\sys - - @@ -343,4 +239,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj b/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj index 9d8bc5c5..77a28765 100644 --- a/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj +++ b/network/ndis/ndisprot_kmdf/60/nprt6wdf.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {BDE78A2F-D982-42E4-9E9E-95DA20A2BBAA} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - $(InfArch) @@ -126,12 +96,6 @@ nprt6wdf - - nprt6wdf - - - nprt6wdf - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 @@ -176,28 +140,6 @@ %(PreprocessorDefinitions);NDIS_WDM=1;NDIS630=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - - %(PreprocessorDefinitions);NDIS_WDM=1;NDIS60=1 - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib @@ -248,30 +190,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - - - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - - - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -330,4 +248,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot_kmdf/Package/package.VcxProj b/network/ndis/ndisprot_kmdf/Package/package.VcxProj index ac4027ff..6eee04d4 100644 --- a/network/ndis/ndisprot_kmdf/Package/package.VcxProj +++ b/network/ndis/ndisprot_kmdf/Package/package.VcxProj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -47,14 +39,6 @@ {9B10F9EB-6405-4756-A5C7-FB9F5A528BE5} $(MSBuildProjectName) - - Windows10 - true - - - Windows10 - false - Windows10 true @@ -95,16 +79,6 @@ 133563 - - - sha256 - - - - - sha256 - - sha256 @@ -128,4 +102,4 @@ - + \ No newline at end of file diff --git a/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln b/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln index 8b6a96a2..4cf5bdbc 100644 --- a/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln +++ b/network/ndis/ndisprot_kmdf/ndisprot_kmdf.sln @@ -19,8 +19,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -37,26 +35,14 @@ Global {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|ARM64.Build.0 = Release|ARM64 {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|ARM64.ActiveCfg = Release|ARM64 {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|ARM64.Build.0 = Release|ARM64 - {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|Win32.ActiveCfg = Debug|Win32 - {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|Win32.Build.0 = Debug|Win32 - {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|Win32.ActiveCfg = Release|Win32 - {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|Win32.Build.0 = Release|Win32 {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|x64.ActiveCfg = Debug|x64 {346D9284-B69E-40A5-9584-084D7BE578B2}.Debug|x64.Build.0 = Debug|x64 {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|x64.ActiveCfg = Release|x64 {346D9284-B69E-40A5-9584-084D7BE578B2}.Release|x64.Build.0 = Release|x64 - {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|Win32.ActiveCfg = Debug|Win32 - {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|Win32.Build.0 = Debug|Win32 - {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|Win32.ActiveCfg = Release|Win32 - {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|Win32.Build.0 = Release|Win32 {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|x64.ActiveCfg = Debug|x64 {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Debug|x64.Build.0 = Debug|x64 {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|x64.ActiveCfg = Release|x64 {E92C4A1E-396E-4CAF-A5DB-44901F07C515}.Release|x64.Build.0 = Release|x64 - {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|Win32.ActiveCfg = Debug|Win32 - {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|Win32.Build.0 = Debug|Win32 - {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|Win32.ActiveCfg = Release|Win32 - {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|Win32.Build.0 = Release|Win32 {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|x64.ActiveCfg = Debug|x64 {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Debug|x64.Build.0 = Debug|x64 {D01AA8E0-4817-4C0F-BDD7-B367F1A4B680}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj index 68b2e992..82f995bd 100644 --- a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj +++ b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -34,7 +26,7 @@ false true Debug - Win32 + x64 {27DF4F3B-383E-497C-8DBB-DFA4C1A27708} @@ -70,22 +62,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -102,12 +78,6 @@ - - - - - - ProtNotify @@ -121,12 +91,6 @@ ProtNotify - - ProtNotify - - - ProtNotify - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE @@ -171,62 +135,24 @@ %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - %(PreprocessorDefinitions);WIN32;_WINDOWS;_USRDLL;USE_STDAFX;UNICODE;_UNICODE - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -253,18 +179,6 @@ Sync - - - true - Sync - - - - - true - Sync - - Static @@ -277,12 +191,6 @@ Static - - Static - - - Static - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib @@ -303,16 +211,6 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib - - - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;setupapi.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 @@ -381,40 +279,6 @@ ProtNotify.def - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - ProtNotify.def - - - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 - - - ProtNotify.def - - ;%(AdditionalIncludeDirectories) @@ -450,4 +314,4 @@ - + \ No newline at end of file diff --git a/network/ndis/netvmini/6x/60/netvmini60.vcxproj b/network/ndis/netvmini/6x/60/netvmini60.vcxproj index ea7ba171..c48172b8 100644 --- a/network/ndis/netvmini/6x/60/netvmini60.vcxproj +++ b/network/ndis/netvmini/6x/60/netvmini60.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {50458BE9-A423-44C1-AF44-21D4B5233063} $(MSBuildProjectName) Debug - Win32 + x64 {68DE2BFB-DBF2-4102-B6D9-5C3D45F287A0} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -128,12 +98,6 @@ netvmini60 - - netvmini60 - - - netvmini60 - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 @@ -248,62 +212,6 @@ sha256 - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS60_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - @@ -320,4 +228,4 @@ - + \ No newline at end of file diff --git a/network/ndis/netvmini/6x/620/netvmini620.vcxproj b/network/ndis/netvmini/6x/620/netvmini620.vcxproj index 19fdb18f..9119e6d9 100644 --- a/network/ndis/netvmini/6x/620/netvmini620.vcxproj +++ b/network/ndis/netvmini/6x/620/netvmini620.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {062B87F8-6021-4BE2-B677-3AEF2456CBA0} $(MSBuildProjectName) Debug - Win32 + x64 {A9AA92D6-CEFF-4533-A39F-156429EEE805} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -128,12 +98,6 @@ netvmini620 - - netvmini620 - - - netvmini620 - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 @@ -248,62 +212,6 @@ sha256 - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS620_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - @@ -320,4 +228,4 @@ - + \ No newline at end of file diff --git a/network/ndis/netvmini/6x/630/netvmini630.vcxproj b/network/ndis/netvmini/6x/630/netvmini630.vcxproj index 6902d37a..fabd1729 100644 --- a/network/ndis/netvmini/6x/630/netvmini630.vcxproj +++ b/network/ndis/netvmini/6x/630/netvmini630.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {7B9C33BA-F817-42B9-A355-9E54854CE9D6} $(MSBuildProjectName) Debug - Win32 + x64 {173BE266-31F2-4D74-A9C1-35B20D4DD5EA} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -128,12 +98,6 @@ netvmini630 - - netvmini630 - - - netvmini630 - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 @@ -248,62 +212,6 @@ sha256 - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS630_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - @@ -320,4 +228,4 @@ - + \ No newline at end of file diff --git a/network/ndis/netvmini/6x/680/netvmini680.vcxproj b/network/ndis/netvmini/6x/680/netvmini680.vcxproj index 7ffd03d4..20bb5f7b 100644 --- a/network/ndis/netvmini/6x/680/netvmini680.vcxproj +++ b/network/ndis/netvmini/6x/680/netvmini680.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {B08F62D4-7A4C-4789-A0F7-862E622839A7} $(MSBuildProjectName) Debug - Win32 + x64 {173BE266-31F2-4D74-A9C1-35B20D4DD5EA} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -128,12 +98,6 @@ netvmini680 - - netvmini680 - - - netvmini680 - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 @@ -248,62 +212,6 @@ sha256 - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - true - Level4 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - %(DisableSpecificWarnings);4201;4214;4127 - - - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(PreprocessorDefinitions);NDIS680_MINIPORT=1 - %(PreprocessorDefinitions);NDIS_MINIPORT_DRIVER=1 - %(PreprocessorDefinitions);NDIS_WDM=1 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib - - - sha256 - - @@ -320,4 +228,4 @@ - + \ No newline at end of file diff --git a/network/ndis/netvmini/6x/netvmini.sln b/network/ndis/netvmini/6x/netvmini.sln index 8b934a70..e623ae9a 100644 --- a/network/ndis/netvmini/6x/netvmini.sln +++ b/network/ndis/netvmini/6x/netvmini.sln @@ -23,8 +23,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -41,34 +39,18 @@ Global {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|ARM64.Build.0 = Release|ARM64 {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|ARM64.ActiveCfg = Release|ARM64 {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|ARM64.Build.0 = Release|ARM64 - {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|Win32.ActiveCfg = Debug|Win32 - {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|Win32.Build.0 = Debug|Win32 - {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|Win32.ActiveCfg = Release|Win32 - {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|Win32.Build.0 = Release|Win32 {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|x64.ActiveCfg = Debug|x64 {50458BE9-A423-44C1-AF44-21D4B5233063}.Debug|x64.Build.0 = Debug|x64 {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|x64.ActiveCfg = Release|x64 {50458BE9-A423-44C1-AF44-21D4B5233063}.Release|x64.Build.0 = Release|x64 - {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Debug|Win32.ActiveCfg = Debug|Win32 - {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Debug|Win32.Build.0 = Debug|Win32 - {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Release|Win32.ActiveCfg = Release|Win32 - {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Release|Win32.Build.0 = Release|Win32 {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Debug|x64.ActiveCfg = Debug|x64 {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Debug|x64.Build.0 = Debug|x64 {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Release|x64.ActiveCfg = Release|x64 {062B87F8-6021-4BE2-B677-3AEF2456CBA0}.Release|x64.Build.0 = Release|x64 - {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|Win32.ActiveCfg = Debug|Win32 - {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|Win32.Build.0 = Debug|Win32 - {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|Win32.ActiveCfg = Release|Win32 - {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|Win32.Build.0 = Release|Win32 {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|x64.ActiveCfg = Debug|x64 {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Debug|x64.Build.0 = Debug|x64 {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|x64.ActiveCfg = Release|x64 {7B9C33BA-F817-42B9-A355-9E54854CE9D6}.Release|x64.Build.0 = Release|x64 - {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|Win32.ActiveCfg = Debug|Win32 - {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|Win32.Build.0 = Debug|Win32 - {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|Win32.ActiveCfg = Release|Win32 - {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|Win32.Build.0 = Release|Win32 {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|x64.ActiveCfg = Debug|x64 {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Debug|x64.Build.0 = Debug|x64 {B08F62D4-7A4C-4789-A0F7-862E622839A7}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/radio/RadioManagerSample/RadioManagerSample.sln b/network/radio/RadioManagerSample/RadioManagerSample.sln index d8598254..ac5e9178 100644 --- a/network/radio/RadioManagerSample/RadioManagerSample.sln +++ b/network/radio/RadioManagerSample/RadioManagerSample.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|ARM64.Build.0 = Debug|ARM64 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|ARM64.ActiveCfg = Release|ARM64 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|ARM64.Build.0 = Release|ARM64 - {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|Win32.ActiveCfg = Debug|Win32 - {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|Win32.Build.0 = Debug|Win32 - {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|Win32.ActiveCfg = Release|Win32 - {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|Win32.Build.0 = Release|Win32 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|x64.ActiveCfg = Debug|x64 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Debug|x64.Build.0 = Debug|x64 {1138E033-EEBF-4BA3-B74F-D51443EF5EE0}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj b/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj index 05621298..02ce8236 100644 --- a/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj +++ b/network/radio/RadioManagerSample/cpp/SampleRM.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {1138E033-EEBF-4BA3-B74F-D51443EF5EE0} $(MSBuildProjectName) Debug - Win32 + x64 {249F8230-A77D-4B97-A61C-30A168C1C626} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SampleRM @@ -117,12 +87,6 @@ SampleRM - - SampleRM - - - SampleRM - Sync @@ -143,16 +107,6 @@ Sync - - - Sync - - - - - Sync - - %(AdditionalOptions) -N @@ -173,16 +127,6 @@ %(AdditionalOptions) -N - - - %(AdditionalOptions) -N - - - - - %(AdditionalOptions) -N - - Dynamic @@ -195,12 +139,6 @@ Dynamic - - Dynamic - - - Dynamic - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS @@ -245,62 +183,24 @@ %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - %(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_NTSDK=1;WPP_USE_NTDLL_FUNCTIONS - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -371,40 +271,6 @@ %(AdditionalIncludeDirectories) - - - true - Level4 - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);ntdll.lib;Kernel32.lib;advapi32.lib;oleaut32.lib;ole32.lib;uuid.lib;User32.lib - SampleRM.def - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - - - true - Level4 - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);ntdll.lib;Kernel32.lib;advapi32.lib;oleaut32.lib;ole32.lib;uuid.lib;User32.lib - SampleRM.def - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - ;%(AdditionalIncludeDirectories) @@ -452,4 +318,4 @@ - + \ No newline at end of file diff --git a/network/trans/WFPSampler/WFPSampler.sln b/network/trans/WFPSampler/WFPSampler.sln index 7967b899..1e71e3d1 100644 --- a/network/trans/WFPSampler/WFPSampler.sln +++ b/network/trans/WFPSampler/WFPSampler.sln @@ -36,8 +36,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -62,42 +60,22 @@ Global {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|ARM64.Build.0 = Release|ARM64 {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|ARM64.ActiveCfg = Release|ARM64 {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|ARM64.Build.0 = Release|ARM64 - {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|Win32.ActiveCfg = Debug|Win32 - {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|Win32.Build.0 = Debug|Win32 - {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|Win32.ActiveCfg = Release|Win32 - {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|Win32.Build.0 = Release|Win32 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|x64.ActiveCfg = Debug|x64 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Debug|x64.Build.0 = Debug|x64 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|x64.ActiveCfg = Release|x64 {26F918E9-6CA9-4AC8-BBCA-418F3165DCE1}.Release|x64.Build.0 = Release|x64 - {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|Win32.ActiveCfg = Debug|Win32 - {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|Win32.Build.0 = Debug|Win32 - {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|Win32.ActiveCfg = Release|Win32 - {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|Win32.Build.0 = Release|Win32 {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|x64.ActiveCfg = Debug|x64 {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Debug|x64.Build.0 = Debug|x64 {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|x64.ActiveCfg = Release|x64 {6F3E7DC1-C828-463C-BC9E-290B56D0F58C}.Release|x64.Build.0 = Release|x64 - {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|Win32.ActiveCfg = Debug|Win32 - {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|Win32.Build.0 = Debug|Win32 - {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|Win32.ActiveCfg = Release|Win32 - {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|Win32.Build.0 = Release|Win32 {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|x64.ActiveCfg = Debug|x64 {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Debug|x64.Build.0 = Debug|x64 {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|x64.ActiveCfg = Release|x64 {909C6B51-0D92-440A-9FEB-B7A2715D8EDE}.Release|x64.Build.0 = Release|x64 - {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|Win32.ActiveCfg = Debug|Win32 - {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|Win32.Build.0 = Debug|Win32 - {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|Win32.ActiveCfg = Release|Win32 - {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|Win32.Build.0 = Release|Win32 {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|x64.ActiveCfg = Debug|x64 {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Debug|x64.Build.0 = Debug|x64 {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|x64.ActiveCfg = Release|x64 {E5EAD883-D15D-42DA-BCF6-78484F91BEC2}.Release|x64.Build.0 = Release|x64 - {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|Win32.ActiveCfg = Debug|Win32 - {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|Win32.Build.0 = Debug|Win32 - {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|Win32.ActiveCfg = Release|Win32 - {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|Win32.Build.0 = Release|Win32 {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|x64.ActiveCfg = Debug|x64 {778259E7-3481-41CC-891C-375F6FAE1F19}.Debug|x64.Build.0 = Debug|x64 {778259E7-3481-41CC-891C-375F6FAE1F19}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index a3139ae9..86fae1b7 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {778259E7-3481-41CC-891C-375F6FAE1F19} $(MSBuildProjectName) Debug - Win32 + x64 {FB205303-28A2-4DC2-A648-6A009F5B5C23} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - WFPSampler @@ -117,12 +87,6 @@ WFPSampler - - WFPSampler - - - WFPSampler - Sync @@ -211,48 +175,6 @@ %(IgnoreSpecificDefaultLibraries) - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;onecoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - - - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;onecoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - - @@ -285,4 +207,4 @@ - + \ No newline at end of file diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index ccd68832..d7889fb8 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {266CA76A-7B80-446A-80F9-4322B0A18BC6} @@ -67,22 +59,6 @@ WindowsApplicationForDrivers10.0 StaticLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - StaticLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - WFPSampler @@ -118,12 +88,6 @@ WFPSampler - - WFPSampler - - - WFPSampler - Sync @@ -208,48 +172,6 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib - - - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;UM_NDIS630 - %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib - - @@ -288,4 +210,4 @@ - + \ No newline at end of file diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index ee6af85a..af6f39f6 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E5EAD883-D15D-42DA-BCF6-78484F91BEC2} $(MSBuildProjectName) Debug - Win32 + x64 {256D7B80-D376-4F69-B8B0-F835E2A36519} @@ -70,24 +62,6 @@ Application Spectre - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - Spectre - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - Spectre - $(IntDir) @@ -104,12 +78,6 @@ - - - - - - WFPSamplerService @@ -123,12 +91,6 @@ WFPSamplerService - - WFPSamplerService - - - WFPSamplerService - Sync @@ -223,52 +185,6 @@ libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - MultiThreaded - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) - - - - - Sync - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - MultiThreadedDebug - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) - - - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;msvcrt.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries) - - @@ -303,4 +219,4 @@ - + \ No newline at end of file diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index 477761b4..09bfdeba 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,7 +24,7 @@ 1 15 Debug - Win32 + x64 {0AEE6AAB-0332-4F13-9D87-16C8FE0B32F8} @@ -68,22 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -100,12 +76,6 @@ - - - - - - true @@ -147,12 +117,6 @@ WFPSamplerCalloutDriver - - WFPSamplerCalloutDriver - - - WFPSamplerCalloutDriver - true @@ -229,44 +193,6 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib - - - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib - - - - - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib - - @@ -330,24 +256,6 @@ %(IgnoreSpecificDefaultLibraries) - - - - - - - sha256 - - - - - - - - - sha256 - - @@ -364,4 +272,4 @@ - + \ No newline at end of file diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index 60aa22aa..9ec9b254 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ 15 false Debug - Win32 + x64 {702C5BD2-236E-422B-83F1-B830DC4B94F0} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Desktop - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Desktop - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - true @@ -131,12 +101,6 @@ WFPSampler - - WFPSampler - - - WFPSampler - true @@ -233,54 +197,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE;NDIS630 - %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib - - - sha256 - - @@ -294,4 +210,4 @@ - + \ No newline at end of file diff --git a/network/trans/ddproxy/ddproxy.sln b/network/trans/ddproxy/ddproxy.sln index 855decc7..1e9b096c 100644 --- a/network/trans/ddproxy/ddproxy.sln +++ b/network/trans/ddproxy/ddproxy.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|ARM64.Build.0 = Debug|ARM64 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|ARM64.ActiveCfg = Release|ARM64 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|ARM64.Build.0 = Release|ARM64 - {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|Win32.ActiveCfg = Debug|Win32 - {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|Win32.Build.0 = Debug|Win32 - {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|Win32.ActiveCfg = Release|Win32 - {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|Win32.Build.0 = Release|Win32 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|x64.ActiveCfg = Debug|x64 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Debug|x64.Build.0 = Debug|x64 {FEABD37B-18D6-4A7B-9AD2-F5A65A904A57}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/trans/ddproxy/sys/ddproxy.vcxproj b/network/trans/ddproxy/sys/ddproxy.vcxproj index 7b57c92c..235c74d1 100644 --- a/network/trans/ddproxy/sys/ddproxy.vcxproj +++ b/network/trans/ddproxy/sys/ddproxy.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {6462DC10-B4DC-441C-8A08-D8E436A4566C} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - ddproxy @@ -118,12 +88,6 @@ ddproxy - - ddproxy - - - ddproxy - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -212,50 +176,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - @@ -273,4 +193,4 @@ - + \ No newline at end of file diff --git a/network/trans/inspect/inspect.sln b/network/trans/inspect/inspect.sln index 2207b7fd..ab24034f 100644 --- a/network/trans/inspect/inspect.sln +++ b/network/trans/inspect/inspect.sln @@ -9,9 +9,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -19,12 +17,8 @@ Global {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|ARM64.Build.0 = Debug|ARM64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|ARM64.ActiveCfg = Release|ARM64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|ARM64.Build.0 = Release|ARM64 - {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|Win32.ActiveCfg = Debug|x64 - {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|Win32.Build.0 = Debug|x64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|x64.ActiveCfg = Debug|x64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Debug|x64.Build.0 = Debug|x64 - {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|Win32.ActiveCfg = Release|Win32 - {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|Win32.Build.0 = Release|Win32 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|x64.ActiveCfg = Release|x64 {5CF7CFC1-02B4-4938-AC5F-47D743D82E8A}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/network/trans/inspect/sys/inspect.vcxproj b/network/trans/inspect/sys/inspect.vcxproj index a6e3a857..bf65fa59 100644 --- a/network/trans/inspect/sys/inspect.vcxproj +++ b/network/trans/inspect/sys/inspect.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - @@ -121,12 +91,6 @@ inspect - - inspect - - - inspect - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -215,50 +179,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - @@ -276,4 +196,4 @@ - + \ No newline at end of file diff --git a/network/trans/msnmntr/exe/monitor.vcxproj b/network/trans/msnmntr/exe/monitor.vcxproj index 67a80eac..a8b0bc45 100644 --- a/network/trans/msnmntr/exe/monitor.vcxproj +++ b/network/trans/msnmntr/exe/monitor.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A775BC8D-48D4-4332-B731-6135FDD0C94A} $(MSBuildProjectName) Debug - Win32 + x64 {2142A4F7-2EDA-43A2-AA9B-237435A8B04E} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - monitor @@ -117,12 +87,6 @@ monitor - - monitor - - - monitor - %(PreprocessorDefinitions);WIN32 @@ -171,30 +135,6 @@ %(AdditionalOptions) -N - - - %(PreprocessorDefinitions);WIN32 - - - %(PreprocessorDefinitions);WIN32 - - - %(PreprocessorDefinitions);WIN32 - %(AdditionalOptions) -N - - - - - %(PreprocessorDefinitions);WIN32 - - - %(PreprocessorDefinitions);WIN32 - - - %(PreprocessorDefinitions);WIN32 - %(AdditionalOptions) -N - - Sync @@ -219,18 +159,6 @@ true - - - Sync - true - - - - - Sync - true - - Static NTDDI_WIN7 @@ -247,14 +175,6 @@ Static NTDDI_WIN7 - - Static - NTDDI_WIN7 - - - Static - NTDDI_WIN7 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc @@ -311,34 +231,6 @@ %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib - - @@ -355,4 +247,4 @@ - + \ No newline at end of file diff --git a/network/trans/msnmntr/msnmntr.sln b/network/trans/msnmntr/msnmntr.sln index cc2a3d37..169fc9d4 100644 --- a/network/trans/msnmntr/msnmntr.sln +++ b/network/trans/msnmntr/msnmntr.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|ARM64.Build.0 = Release|ARM64 {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|ARM64.ActiveCfg = Release|ARM64 {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|ARM64.Build.0 = Release|ARM64 - {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|Win32.ActiveCfg = Debug|Win32 - {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|Win32.Build.0 = Debug|Win32 - {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|Win32.ActiveCfg = Release|Win32 - {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|Win32.Build.0 = Release|Win32 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|x64.ActiveCfg = Debug|x64 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Debug|x64.Build.0 = Debug|x64 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|x64.ActiveCfg = Release|x64 {A775BC8D-48D4-4332-B731-6135FDD0C94A}.Release|x64.Build.0 = Release|x64 - {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|Win32.ActiveCfg = Debug|Win32 - {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|Win32.Build.0 = Debug|Win32 - {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|Win32.ActiveCfg = Release|Win32 - {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|Win32.Build.0 = Release|Win32 {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|x64.ActiveCfg = Debug|x64 {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Debug|x64.Build.0 = Debug|x64 {0334D910-32A8-48D1-945A-A58B9F2FAD22}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/trans/msnmntr/sys/msnmntr.vcxproj b/network/trans/msnmntr/sys/msnmntr.vcxproj index 5f949703..17a5433a 100644 --- a/network/trans/msnmntr/sys/msnmntr.vcxproj +++ b/network/trans/msnmntr/sys/msnmntr.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {E5A95292-DFAE-41E4-A0B2-62D97EC6575F} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -123,12 +93,6 @@ msnmntr - - msnmntr - - - msnmntr - true @@ -225,54 +189,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;NDIS_SUPPORT_NDIS6;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - @@ -286,4 +202,4 @@ - + \ No newline at end of file diff --git a/network/trans/stmedit/sys/stmedit.vcxproj b/network/trans/stmedit/sys/stmedit.vcxproj index 8015ad17..aeb8cca6 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj +++ b/network/trans/stmedit/sys/stmedit.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {8FEDC4BC-EFA4-4BF4-91B6-E33FA555EB15} @@ -73,22 +65,6 @@ Driver false - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -105,12 +81,6 @@ - - - - - - stmedit @@ -124,12 +94,6 @@ stmedit - - stmedit - - - stmedit - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -234,58 +198,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) - true - StmEdit - Trace.h - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - true - DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) - StmEdit - Trace.h - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib - - - sha256 - - @@ -305,4 +217,4 @@ - + \ No newline at end of file diff --git a/network/wlan/WDI/COMMON/common.vcxproj b/network/wlan/WDI/COMMON/common.vcxproj index e6f6a941..2842595d 100644 --- a/network/wlan/WDI/COMMON/common.vcxproj +++ b/network/wlan/WDI/COMMON/common.vcxproj @@ -21,7 +21,7 @@ 1.0 $(Configuration.Replace(' ','')) - $(BUILD_ALT_DIR)\$(Platform)\ + $(BUILD_ALT_DIR)\$(Platform)\ $(SolutionDir)COMMON\$(Configuration)\$(Platform)\ @@ -30,10 +30,6 @@ {956B060D-1055-4584-9CF4-9FE14C428545} - - Win8 - True - Windows10 True diff --git a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj index 30586499..a4044511 100644 --- a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj +++ b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj @@ -1,78 +1,14 @@  - - Debug - Arm - - - Debug - Win32 - Debug x64 - - Release - Arm - - - Release - Win32 - Release x64 - - WinBlue Debug - Arm - - - Win8 Debug - Arm - - - WinBlue Release - Arm - - - Win8 Release - Arm - - - WinBlue Debug - Win32 - - - Win8 Debug - Win32 - - - Win7 Debug - Win32 - - - Vista Debug - Win32 - - - WinBlue Release - Win32 - - - Win8 Release - Win32 - - - Win7 Release - Win32 - - - Vista Release - Win32 - WinBlue Debug x64 @@ -118,8 +54,7 @@ 1.0 $(Configuration.Replace(' ','')) - $(BUILD_ALT_DIR)\$(Platform)\ - $(BUILD_ALT_DIR)\x86\ + $(BUILD_ALT_DIR)\$(Platform)\ $(IntDir) @@ -128,72 +63,6 @@ {316BB9D3-0947-4431-BC09-1C71C7201001} - - WindowsV6.3 - True - - - Windows10 - True - Mobile - - - Win8 - True - - - WindowsV6.3 - False - - - Windows10 - False - Mobile - - - Win8 - False - - - WindowsV6.3 - True - - - Windows10 - True - - - Win8 - True - - - Win7 - True - - - Vista - True - - - WindowsV6.3 - False - - - Windows10 - False - - - Win8 - False - - - Win7 - False - - - Vista - False - WindowsV6.3 True diff --git a/network/wlan/ihvsampleui/IHVSampleUI.vcxproj b/network/wlan/ihvsampleui/IHVSampleUI.vcxproj index 36ff1126..09f3dad7 100644 --- a/network/wlan/ihvsampleui/IHVSampleUI.vcxproj +++ b/network/wlan/ihvsampleui/IHVSampleUI.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -22,7 +14,7 @@ {1EE6DF41-8C0B-4C74-98D2-FCDF020E7128} $(MSBuildProjectName) Debug - Win32 + x64 {C7745B6F-E931-4E1C-A12B-5BF1C854C635} @@ -42,22 +34,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -68,12 +44,6 @@ - - - - - - IHVSampleUI @@ -81,12 +51,6 @@ IHVSampleUI - - IHVSampleUI - - - IHVSampleUI - %(PreprocessorDefinitions);UNICODE;WIN32 @@ -98,8 +62,7 @@ %(PreprocessorDefinitions);UNICODE;WIN32 - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -113,38 +76,7 @@ %(PreprocessorDefinitions);UNICODE;WIN32 - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -187,46 +119,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalOptions) /EHa - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;user32.lib;uuid.lib;Kernel32.lib;Advapi32.lib;comctl32.lib - IHVSampleUI.def - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalOptions) /EHa - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;user32.lib;uuid.lib;Kernel32.lib;Advapi32.lib;comctl32.lib - IHVSampleUI.def - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - diff --git a/network/wsk/echosrv/echosrv.sln b/network/wsk/echosrv/echosrv.sln index dd8942d2..5c634e37 100644 --- a/network/wsk/echosrv/echosrv.sln +++ b/network/wsk/echosrv/echosrv.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|ARM64.Build.0 = Debug|ARM64 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|ARM64.ActiveCfg = Release|ARM64 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|ARM64.Build.0 = Release|ARM64 - {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|Win32.ActiveCfg = Debug|Win32 - {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|Win32.Build.0 = Debug|Win32 - {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|Win32.ActiveCfg = Release|Win32 - {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|Win32.Build.0 = Release|Win32 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|x64.ActiveCfg = Debug|x64 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Debug|x64.Build.0 = Debug|x64 {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4}.Release|x64.ActiveCfg = Release|x64 diff --git a/network/wsk/echosrv/echosrv.vcxproj b/network/wsk/echosrv/echosrv.vcxproj index 60138114..3a6c1d9d 100644 --- a/network/wsk/echosrv/echosrv.vcxproj +++ b/network/wsk/echosrv/echosrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9436F43A-8E46-4A73-ADB4-2B3F332A9DF4} $(MSBuildProjectName) Debug - Win32 + x64 {5F420AD1-C9CA-461D-AD6D-B290B68DD4F6} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - true @@ -126,12 +96,6 @@ echosrv - - echosrv - - - echosrv - true @@ -216,48 +180,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories) - - - - - %(AdditionalIncludeDirectories) - - - %(AdditionalIncludeDirectories) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\netio.lib;uuid.lib - - - sha256 - - @@ -274,4 +196,4 @@ - + \ No newline at end of file diff --git a/nfc/NfcCxSample/windows-drivertemplate-nfc.sln b/nfc/NfcCxSample/windows-drivertemplate-nfc.sln index c2a7a8bf..de2e9097 100644 --- a/nfc/NfcCxSample/windows-drivertemplate-nfc.sln +++ b/nfc/NfcCxSample/windows-drivertemplate-nfc.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2048 @@ -7,40 +7,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "windows-drivertemplate-nfc" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM.ActiveCfg = Debug|ARM - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM.Build.0 = Debug|ARM - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM.Deploy.0 = Debug|ARM {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM64.ActiveCfg = Debug|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM64.Build.0 = Debug|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|ARM64.Deploy.0 = Debug|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x64.ActiveCfg = Debug|x64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x64.Build.0 = Debug|x64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x64.Deploy.0 = Debug|x64 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x86.ActiveCfg = Debug|Win32 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x86.Build.0 = Debug|Win32 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Debug|x86.Deploy.0 = Debug|Win32 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM.ActiveCfg = Release|ARM - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM.Build.0 = Release|ARM - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM.Deploy.0 = Release|ARM {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM64.ActiveCfg = Release|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM64.Build.0 = Release|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|ARM64.Deploy.0 = Release|ARM64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x64.ActiveCfg = Release|x64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x64.Build.0 = Release|x64 {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x64.Deploy.0 = Release|x64 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x86.ActiveCfg = Release|Win32 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x86.Build.0 = Release|Win32 - {E84EF126-888E-4B14-93A3-3B7776036D01}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.vcxproj b/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.vcxproj index 38113dbd..707295b2 100644 --- a/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.vcxproj +++ b/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -43,7 +27,7 @@ v4.5 12.0 Debug - Win32 + x64 windows_drivertemplate_nfc $(LatestTargetPlatformVersion) @@ -79,10 +63,8 @@ true - sha256 - sha256 sha256 diff --git a/nfp/net/exe/NetNfpControl.vcxproj b/nfp/net/exe/NetNfpControl.vcxproj index b834cb0b..6ce30371 100644 --- a/nfp/net/exe/NetNfpControl.vcxproj +++ b/nfp/net/exe/NetNfpControl.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1} $(MSBuildProjectName) Debug - Win32 + x64 {DAB92690-8B2A-4BC3-98BC-664C2F80FBA3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - NetNfpControl @@ -117,12 +87,6 @@ NetNfpControl - - NetNfpControl - - - NetNfpControl - MultiThreaded @@ -147,18 +111,6 @@ MultiThreadedDebug - - - MultiThreaded - MultiThreadedDebug - - - - - MultiThreaded - MultiThreadedDebug - - Dynamic @@ -171,12 +123,6 @@ Dynamic - - Dynamic - - - Dynamic - %(PreprocessorDefinitions);UNICODE;_UNICODE @@ -221,28 +167,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver @@ -307,38 +231,6 @@ %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - - - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);..\inc;..\driver - - - %(AdditionalDependencies);kernel32.lib;uuid.lib;user32.lib;ntdll.lib;user32.lib;oleacc.lib;SetupAPI.lib;Ws2_32.lib;mswsock.lib - - ;%(AdditionalIncludeDirectories) @@ -366,4 +258,4 @@ - + \ No newline at end of file diff --git a/nfp/net/netnfp.sln b/nfp/net/netnfp.sln index cb4b42c1..7c08157b 100644 --- a/nfp/net/netnfp.sln +++ b/nfp/net/netnfp.sln @@ -11,8 +11,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -21,10 +19,6 @@ Global {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|ARM64.Build.0 = Debug|ARM64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.ActiveCfg = Release|ARM64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|ARM64.Build.0 = Release|ARM64 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|Win32.Build.0 = Debug|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|Win32.ActiveCfg = Release|Win32 - {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|Win32.Build.0 = Release|Win32 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|x64.ActiveCfg = Debug|x64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Debug|x64.Build.0 = Debug|x64 {6F9C9973-9703-40D9-AA4B-F3D4610DDDB1}.Release|x64.ActiveCfg = Release|x64 diff --git a/pofx/PEP/acpi/sampleacpipep.vcxproj b/pofx/PEP/acpi/sampleacpipep.vcxproj index 9e356643..be96e72c 100644 --- a/pofx/PEP/acpi/sampleacpipep.vcxproj +++ b/pofx/PEP/acpi/sampleacpipep.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {E583EE6C-2C0B-419D-AAA6-6C564DE45F57} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -155,12 +125,6 @@ sampleacpipep - - sampleacpipep - - - sampleacpipep - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -213,32 +177,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib @@ -315,44 +253,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib;.\..\common\$(IntDir)\pepcommon.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - ..\inc;%(AdditionalIncludeDirectories) @@ -375,4 +275,4 @@ - + \ No newline at end of file diff --git a/pofx/PEP/common/pepcommon.vcxproj b/pofx/PEP/common/pepcommon.vcxproj index deb1b089..7e68356d 100644 --- a/pofx/PEP/common/pepcommon.vcxproj +++ b/pofx/PEP/common/pepcommon.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {9510EEBB-CC1E-4339-96B5-C2632896CBBB} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -174,12 +144,6 @@ pepcommon - - pepcommon - - - pepcommon - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -232,32 +196,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib @@ -334,44 +272,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - ..\inc;%(AdditionalIncludeDirectories) @@ -393,4 +293,4 @@ - + \ No newline at end of file diff --git a/pofx/PEP/pepsamples.sln b/pofx/PEP/pepsamples.sln index d6c784c5..e3fd5e8c 100644 --- a/pofx/PEP/pepsamples.sln +++ b/pofx/PEP/pepsamples.sln @@ -18,8 +18,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -32,18 +30,10 @@ Global {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|ARM64.Build.0 = Release|ARM64 {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|ARM64.ActiveCfg = Release|ARM64 {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|ARM64.Build.0 = Release|ARM64 - {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|Win32.ActiveCfg = Debug|Win32 - {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|Win32.Build.0 = Debug|Win32 - {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|Win32.ActiveCfg = Release|Win32 - {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|Win32.Build.0 = Release|Win32 {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|x64.ActiveCfg = Debug|x64 {76C6ECD6-3794-441E-AFED-2997246045A1}.Debug|x64.Build.0 = Debug|x64 {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|x64.ActiveCfg = Release|x64 {76C6ECD6-3794-441E-AFED-2997246045A1}.Release|x64.Build.0 = Release|x64 - {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|Win32.Build.0 = Debug|Win32 - {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|Win32.ActiveCfg = Release|Win32 - {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|Win32.Build.0 = Release|Win32 {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|x64.ActiveCfg = Debug|x64 {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Debug|x64.Build.0 = Debug|x64 {B8F967C3-7E76-484C-B0A2-E55FE1A2240B}.Release|x64.ActiveCfg = Release|x64 diff --git a/pofx/UMDF2/App/PowerFxApp.vcxproj b/pofx/UMDF2/App/PowerFxApp.vcxproj index 3e53b98a..d620402f 100644 --- a/pofx/UMDF2/App/PowerFxApp.vcxproj +++ b/pofx/UMDF2/App/PowerFxApp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9212218E-EEA2-4169-BC4E-5014107F9D05} $(MSBuildProjectName) Debug - Win32 + x64 {CA79FBF2-DCA5-409D-ADB7-3F4E71D71960} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - PowerFxApp @@ -117,12 +87,6 @@ PowerFxApp - - PowerFxApp - - - PowerFxApp - %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -219,54 +183,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - true - Level4 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - true - Level4 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -284,4 +200,4 @@ - + \ No newline at end of file diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index c697ef55..4943ab37 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {EAB36B80-D708-481B-96F3-DF168641C28B} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ SingleComponentSingleStateUm - - SingleComponentSingleStateUm - - - SingleComponentSingleStateUm - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 @@ -251,66 +215,6 @@ sha256 - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -324,4 +228,4 @@ - + \ No newline at end of file diff --git a/pofx/UMDF2/pofx.sln b/pofx/UMDF2/pofx.sln index 5e0ece12..74bf6200 100644 --- a/pofx/UMDF2/pofx.sln +++ b/pofx/UMDF2/pofx.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|ARM64.Build.0 = Release|ARM64 {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|ARM64.ActiveCfg = Release|ARM64 {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|ARM64.Build.0 = Release|ARM64 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.ActiveCfg = Debug|Win32 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.Build.0 = Debug|Win32 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|Win32.ActiveCfg = Release|Win32 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|Win32.Build.0 = Release|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|x64.ActiveCfg = Debug|x64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|x64.Build.0 = Debug|x64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|x64.ActiveCfg = Release|x64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|x64.Build.0 = Release|x64 - {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|Win32.ActiveCfg = Debug|Win32 - {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|Win32.Build.0 = Debug|Win32 - {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|Win32.ActiveCfg = Release|Win32 - {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|Win32.Build.0 = Release|Win32 {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|x64.ActiveCfg = Debug|x64 {151FA61D-859F-4496-B1EC-021EB9E9330C}.Debug|x64.Build.0 = Debug|x64 {151FA61D-859F-4496-B1EC-021EB9E9330C}.Release|x64.ActiveCfg = Release|x64 diff --git a/pofx/WDF/App/PowerFxApp.vcxproj b/pofx/WDF/App/PowerFxApp.vcxproj index 6335416e..e26ea2e0 100644 --- a/pofx/WDF/App/PowerFxApp.vcxproj +++ b/pofx/WDF/App/PowerFxApp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9212218E-EEA2-4169-BC4E-5014107F9D05} $(MSBuildProjectName) Debug - Win32 + x64 {CA79FBF2-DCA5-409D-ADB7-3F4E71D71960} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - PowerFxApp @@ -117,12 +87,6 @@ PowerFxApp - - PowerFxApp - - - PowerFxApp - %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -207,48 +171,6 @@ %(AdditionalDependencies);mincore.lib - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - true - Level4 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);mincore.lib - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - true - Level4 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalDependencies);mincore.lib - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index 5cc901b7..59aae76c 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {64C0F854-FD90-49F1-B814-CADDF8C9955E} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -124,12 +94,6 @@ WdfMultiComp - - WdfMultiComp - - - WdfMultiComp - true @@ -214,48 +178,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file diff --git a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj index 41ba1e6d..76f144ad 100644 --- a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj +++ b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {CE20E85F-61A5-47D9-8408-4269A22297E7} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -124,12 +94,6 @@ WdfPoFx - - WdfPoFx - - - WdfPoFx - true @@ -214,48 +178,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj index 55802c62..b6edb648 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {471889BF-87B5-40C6-8CBF-1CCE2F79A55E} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -124,12 +94,6 @@ SingleComponentFStateDriver - - SingleComponentFStateDriver - - - SingleComponentFStateDriver - true @@ -202,42 +166,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - sha256 - - @@ -251,4 +179,4 @@ - + \ No newline at end of file diff --git a/pofx/WDF/pofx.sln b/pofx/WDF/pofx.sln index dee3c04f..38da9e4a 100644 --- a/pofx/WDF/pofx.sln +++ b/pofx/WDF/pofx.sln @@ -28,9 +28,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -50,36 +48,20 @@ Global {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|ARM64.Build.0 = Release|ARM64 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|ARM64.ActiveCfg = Release|ARM64 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|ARM64.Build.0 = Release|ARM64 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.ActiveCfg = Debug|Win32 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|Win32.Build.0 = Debug|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|x64.ActiveCfg = Debug|x64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Debug|x64.Build.0 = Debug|x64 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|Win32.ActiveCfg = Release|Win32 - {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|Win32.Build.0 = Release|Win32 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|x64.ActiveCfg = Release|x64 {9212218E-EEA2-4169-BC4E-5014107F9D05}.Release|x64.Build.0 = Release|x64 - {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|Win32.ActiveCfg = Debug|Win32 - {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|Win32.Build.0 = Debug|Win32 {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|x64.ActiveCfg = Debug|x64 {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Debug|x64.Build.0 = Debug|x64 - {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|Win32.ActiveCfg = Release|Win32 - {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|Win32.Build.0 = Release|Win32 {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|x64.ActiveCfg = Release|x64 {B67C0486-37ED-4B5F-BC2D-D43580212E12}.Release|x64.Build.0 = Release|x64 - {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|Win32.Build.0 = Debug|Win32 {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|x64.ActiveCfg = Debug|x64 {2F8C935C-D957-421D-820B-B08C8E1053B0}.Debug|x64.Build.0 = Debug|x64 - {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|Win32.ActiveCfg = Release|Win32 - {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|Win32.Build.0 = Release|Win32 {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|x64.ActiveCfg = Release|x64 {2F8C935C-D957-421D-820B-B08C8E1053B0}.Release|x64.Build.0 = Release|x64 - {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|Win32.ActiveCfg = Debug|Win32 - {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|Win32.Build.0 = Debug|Win32 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|x64.ActiveCfg = Debug|x64 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Debug|x64.Build.0 = Debug|x64 - {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|Win32.ActiveCfg = Release|Win32 - {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|Win32.Build.0 = Release|Win32 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|x64.ActiveCfg = Release|x64 {448E805C-169F-42A1-BF4D-CA3490FE5F5F}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln b/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln index 43df095c..416e9a29 100644 --- a/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln +++ b/pos/drivers/MagneticStripeReader/MagneticStripeReader.sln @@ -9,30 +9,18 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 - Debug|Arm = Debug|Arm - Release|Arm = Release|Arm EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|ARM64.ActiveCfg = Debug|ARM64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|ARM64.Build.0 = Debug|ARM64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|ARM64.ActiveCfg = Release|ARM64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|ARM64.Build.0 = Release|ARM64 - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Win32.ActiveCfg = Debug|Win32 - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Win32.Build.0 = Debug|Win32 - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|Win32.ActiveCfg = Release|Win32 - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|Win32.Build.0 = Release|Win32 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|x64.ActiveCfg = Debug|x64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|x64.Build.0 = Debug|x64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|x64.ActiveCfg = Release|x64 {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|x64.Build.0 = Release|x64 - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Arm.ActiveCfg = Debug|Arm - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Debug|Arm.Build.0 = Debug|Arm - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|Arm.ActiveCfg = Release|Arm - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF}.Release|Arm.Build.0 = Release|Arm EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj index a0131d64..ced44161 100644 --- a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj +++ b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,40 +17,16 @@ Release x64 - - Debug - Arm - - - Release - Arm - {262DC8B4-08AF-4B12-BE35-2F020EFF69AF} $(MSBuildProjectName) 2 Debug - Win32 + x64 {25F25D8B-8F3A-4813-B004-1F38ADFBEAEE} - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - Windows10 False @@ -91,32 +59,10 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) - - - - - - @@ -129,19 +75,7 @@ - - - - - - - - SampleMagneticStripeReaderDrv - - - SampleMagneticStripeReaderDrv - SampleMagneticStripeReaderDrv @@ -154,88 +88,26 @@ SampleMagneticStripeReaderDrv - - SampleMagneticStripeReaderDrv - - - SampleMagneticStripeReaderDrv - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - Sync @@ -292,46 +164,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -368,24 +200,6 @@ sha256 - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - sha256 - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -443,4 +257,4 @@ - + \ No newline at end of file diff --git a/pos/drivers/barcodescanner/BarcodeScanner.sln b/pos/drivers/barcodescanner/BarcodeScanner.sln index f8664c46..a09a0d05 100644 --- a/pos/drivers/barcodescanner/BarcodeScanner.sln +++ b/pos/drivers/barcodescanner/BarcodeScanner.sln @@ -9,30 +9,18 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 - Debug|Arm = Debug|Arm - Release|Arm = Release|Arm EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|ARM64.ActiveCfg = Debug|ARM64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|ARM64.Build.0 = Debug|ARM64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|ARM64.ActiveCfg = Release|ARM64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|ARM64.Build.0 = Release|ARM64 - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Win32.ActiveCfg = Debug|Win32 - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Win32.Build.0 = Debug|Win32 - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|Win32.ActiveCfg = Release|Win32 - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|Win32.Build.0 = Release|Win32 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|x64.ActiveCfg = Debug|x64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|x64.Build.0 = Debug|x64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|x64.ActiveCfg = Release|x64 {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|x64.Build.0 = Release|x64 - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Arm.ActiveCfg = Debug|Arm - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Debug|Arm.Build.0 = Debug|Arm - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|Arm.ActiveCfg = Release|Arm - {AD0547CF-66EE-4B75-A711-F91FD45E0A50}.Release|Arm.Build.0 = Release|Arm EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj index 0c84c2cf..375375c5 100644 --- a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj +++ b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -25,40 +17,16 @@ Release x64 - - Debug - Arm - - - Release - Arm - {AD0547CF-66EE-4B75-A711-F91FD45E0A50} $(MSBuildProjectName) 2 Debug - Win32 + x64 {60CC46F4-6C75-4A65-9B6D-E3E3DBF713BF} - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - Windows10 False @@ -91,32 +59,10 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) - - - - - - @@ -129,19 +75,7 @@ - - - - - - - - SampleBarcodeScannerDrv - - - SampleBarcodeScannerDrv - SampleBarcodeScannerDrv @@ -154,88 +88,26 @@ SampleBarcodeScannerDrv - - SampleBarcodeScannerDrv - - - SampleBarcodeScannerDrv - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - Sync @@ -292,46 +164,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - Sync - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(WDK_UM_INC_PATH)\pos\1.1;..\inc - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib @@ -368,24 +200,6 @@ sha256 - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - sha256 - - - - - %(AdditionalDependencies);$(WDK_UM_LIB_PATH)\pos\1.1\poscxstub.lib - exports.def - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -443,4 +257,4 @@ - + \ No newline at end of file diff --git a/sd/miniport/sdhc/inbox/sdhc.vcxproj b/sd/miniport/sdhc/inbox/sdhc.vcxproj index 09eb6244..13d6a083 100644 --- a/sd/miniport/sdhc/inbox/sdhc.vcxproj +++ b/sd/miniport/sdhc/inbox/sdhc.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {10452736-7C4F-4206-94F9-AD634213C9C4} $(MSBuildProjectName) Debug - Win32 + x64 {BF01AA4F-592C-4E53-A80E-E8E61BE4F7BC} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Desktop - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Desktop - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - .\$(IntDir)\sdhc.inf @@ -121,12 +91,6 @@ sdhc - - sdhc - - - sdhc - %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib @@ -183,34 +147,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - true - Level4 - - - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\sdport.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - true - Level4 - - - - - sha256 - - @@ -228,4 +164,4 @@ - + \ No newline at end of file diff --git a/sd/miniport/sdhc/sdhc.sln b/sd/miniport/sdhc/sdhc.sln index 2afe032e..e8d7fd13 100644 --- a/sd/miniport/sdhc/sdhc.sln +++ b/sd/miniport/sdhc/sdhc.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|ARM64.Build.0 = Debug|ARM64 {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|ARM64.ActiveCfg = Release|ARM64 {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|ARM64.Build.0 = Release|ARM64 - {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|Win32.ActiveCfg = Debug|Win32 - {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|Win32.Build.0 = Debug|Win32 - {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|Win32.ActiveCfg = Release|Win32 - {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|Win32.Build.0 = Release|Win32 {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|x64.ActiveCfg = Debug|x64 {10452736-7C4F-4206-94F9-AD634213C9C4}.Debug|x64.Build.0 = Debug|x64 {10452736-7C4F-4206-94F9-AD634213C9C4}.Release|x64.ActiveCfg = Release|x64 diff --git a/security/elam/elam.sln b/security/elam/elam.sln index b3ce7cf8..e4c0c109 100644 --- a/security/elam/elam.sln +++ b/security/elam/elam.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|ARM64.Build.0 = Debug|ARM64 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|ARM64.ActiveCfg = Release|ARM64 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|ARM64.Build.0 = Release|ARM64 - {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|Win32.ActiveCfg = Debug|Win32 - {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|Win32.Build.0 = Debug|Win32 - {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|Win32.ActiveCfg = Release|Win32 - {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|Win32.Build.0 = Release|Win32 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|x64.ActiveCfg = Debug|x64 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Debug|x64.Build.0 = Debug|x64 {D246CB84-E7A9-4CCF-A32C-EEB23910D7BD}.Release|x64.ActiveCfg = Release|x64 diff --git a/security/elam/elamsample.vcxproj b/security/elam/elamsample.vcxproj index 0ee5dca7..736c1c82 100644 --- a/security/elam/elamsample.vcxproj +++ b/security/elam/elamsample.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {015D536C-9F60-4228-AD44-42A90A1AD014} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - elamsample @@ -118,12 +88,6 @@ elamsample - - elamsample - - - elamsample - true @@ -168,28 +132,6 @@ sha256 - - - true - Level4 - - - - - sha256 - - - - - true - Level4 - - - - - sha256 - - @@ -207,4 +149,4 @@ - + \ No newline at end of file diff --git a/sensors/ADXL345Acc/ADXL345Acc.sln b/sensors/ADXL345Acc/ADXL345Acc.sln index c9c1e30c..9ea4e353 100644 --- a/sensors/ADXL345Acc/ADXL345Acc.sln +++ b/sensors/ADXL345Acc/ADXL345Acc.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {3A526221-1444-46C8-974F-E143021E03DE}.Debug|ARM64.Build.0 = Debug|ARM64 {3A526221-1444-46C8-974F-E143021E03DE}.Release|ARM64.ActiveCfg = Release|ARM64 {3A526221-1444-46C8-974F-E143021E03DE}.Release|ARM64.Build.0 = Release|ARM64 - {3A526221-1444-46C8-974F-E143021E03DE}.Debug|Win32.ActiveCfg = Debug|Win32 - {3A526221-1444-46C8-974F-E143021E03DE}.Debug|Win32.Build.0 = Debug|Win32 - {3A526221-1444-46C8-974F-E143021E03DE}.Release|Win32.ActiveCfg = Release|Win32 - {3A526221-1444-46C8-974F-E143021E03DE}.Release|Win32.Build.0 = Release|Win32 {3A526221-1444-46C8-974F-E143021E03DE}.Debug|x64.ActiveCfg = Debug|x64 {3A526221-1444-46C8-974F-E143021E03DE}.Debug|x64.Build.0 = Debug|x64 {3A526221-1444-46C8-974F-E143021E03DE}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/ADXL345Acc/ADXL345Acc.vcxproj b/sensors/ADXL345Acc/ADXL345Acc.vcxproj index 8108ba9d..ad7ae717 100644 --- a/sensors/ADXL345Acc/ADXL345Acc.vcxproj +++ b/sensors/ADXL345Acc/ADXL345Acc.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {DE16C6D3-2353-458A-96C0-0E2E2FFD8776} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ ADXL345Acc - - ADXL345Acc - - - ADXL345Acc - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -236,56 +200,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - ADXL345Acc.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - ADXL345Acc.def - - - sha256 - - @@ -299,4 +213,4 @@ - + \ No newline at end of file diff --git a/sensors/Activity/Activity.sln b/sensors/Activity/Activity.sln index f1a9698d..b3ba3dbb 100644 --- a/sensors/Activity/Activity.sln +++ b/sensors/Activity/Activity.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|ARM64.Build.0 = Debug|ARM64 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|ARM64.ActiveCfg = Release|ARM64 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|ARM64.Build.0 = Release|ARM64 - {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|Win32.ActiveCfg = Debug|Win32 - {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|Win32.Build.0 = Debug|Win32 - {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|Win32.ActiveCfg = Release|Win32 - {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|Win32.Build.0 = Release|Win32 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|x64.ActiveCfg = Debug|x64 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Debug|x64.Build.0 = Debug|x64 {9C41A0A9-BEE7-4410-A604-2B97BDDE6A87}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/Activity/Activity.vcxproj b/sensors/Activity/Activity.vcxproj index 20471b3c..a8a4473d 100644 --- a/sensors/Activity/Activity.vcxproj +++ b/sensors/Activity/Activity.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {C9C93A11-59AB-4977-BE1F-E0AB103302E2} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ Activity - - Activity - - - Activity - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -236,56 +200,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - Activity.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - Activity.def - - - sha256 - - @@ -299,4 +213,4 @@ - + \ No newline at end of file diff --git a/sensors/CustomSensors/CustomSensors.sln b/sensors/CustomSensors/CustomSensors.sln index 7b2d1aba..0b11ac4e 100644 --- a/sensors/CustomSensors/CustomSensors.sln +++ b/sensors/CustomSensors/CustomSensors.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|ARM64.Build.0 = Debug|ARM64 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|ARM64.ActiveCfg = Release|ARM64 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|ARM64.Build.0 = Release|ARM64 - {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|Win32.ActiveCfg = Debug|Win32 - {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|Win32.Build.0 = Debug|Win32 - {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|Win32.ActiveCfg = Release|Win32 - {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|Win32.Build.0 = Release|Win32 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|x64.ActiveCfg = Debug|x64 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Debug|x64.Build.0 = Debug|x64 {C7936A1F-21BA-40FD-AE64-CE2515F05934}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/CustomSensors/CustomSensors.vcxproj b/sensors/CustomSensors/CustomSensors.vcxproj index 4f8d8089..289d7ab7 100644 --- a/sensors/CustomSensors/CustomSensors.vcxproj +++ b/sensors/CustomSensors/CustomSensors.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {44B5CD90-E5CF-456E-9A6C-C45CDBE2798D} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ CustomSensors - - CustomSensors - - - CustomSensors - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -236,56 +200,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - CustomSensors.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - CustomSensors.def - - - sha256 - - @@ -299,4 +213,4 @@ - + \ No newline at end of file diff --git a/sensors/Fusion/FusionSensor.sln b/sensors/Fusion/FusionSensor.sln index 165e1d54..b9595eb0 100644 --- a/sensors/Fusion/FusionSensor.sln +++ b/sensors/Fusion/FusionSensor.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.Build.0 = Debug|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.ActiveCfg = Release|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.Build.0 = Release|ARM64 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.ActiveCfg = Debug|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.Build.0 = Debug|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.ActiveCfg = Release|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.Build.0 = Release|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|x64.ActiveCfg = Debug|x64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|x64.Build.0 = Debug|x64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/Fusion/FusionSensor.vcxproj b/sensors/Fusion/FusionSensor.vcxproj index 8c2c4016..564c8d3a 100644 --- a/sensors/Fusion/FusionSensor.vcxproj +++ b/sensors/Fusion/FusionSensor.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {63E5D8E2-D2E3-4B7E-9F5A-78DA39FA9BED} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,13 +100,6 @@ FusionSensor - - FusionSensor - - - FusionSensor - AllRules.ruleset - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -233,54 +196,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - Sync - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - FusionSensor.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - Sync - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - FusionSensor.def - - - sha256 - - @@ -294,4 +209,4 @@ - + \ No newline at end of file diff --git a/sensors/Pedometer/Pedometer.sln b/sensors/Pedometer/Pedometer.sln index 48ab5789..45cbdef8 100644 --- a/sensors/Pedometer/Pedometer.sln +++ b/sensors/Pedometer/Pedometer.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|ARM64.Build.0 = Debug|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.ActiveCfg = Release|ARM64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|ARM64.Build.0 = Release|ARM64 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.ActiveCfg = Debug|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|Win32.Build.0 = Debug|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.ActiveCfg = Release|Win32 - {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|Win32.Build.0 = Release|Win32 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|x64.ActiveCfg = Debug|x64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Debug|x64.Build.0 = Debug|x64 {2D98FAA6-F523-420D-9F3A-480CD7C3F9CA}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/Pedometer/Pedometer.vcxproj b/sensors/Pedometer/Pedometer.vcxproj index 989d1cae..fa7d15cc 100644 --- a/sensors/Pedometer/Pedometer.vcxproj +++ b/sensors/Pedometer/Pedometer.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {63E5D8E2-D2E3-4B7E-9F5A-78DA39FA9BED} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ Pedometer - - Pedometer - - - Pedometer - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -236,56 +200,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - Pedometer.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - Pedometer.def - - - sha256 - - @@ -299,4 +213,4 @@ - + \ No newline at end of file diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.sln b/sensors/SensorsComboDriver/SensorsComboDriver.sln index 48c1639a..cc1759f5 100644 --- a/sensors/SensorsComboDriver/SensorsComboDriver.sln +++ b/sensors/SensorsComboDriver/SensorsComboDriver.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|ARM64.Build.0 = Debug|ARM64 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.ActiveCfg = Release|ARM64 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|ARM64.Build.0 = Release|ARM64 - {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|Win32.ActiveCfg = Debug|Win32 - {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|Win32.Build.0 = Debug|Win32 - {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|Win32.ActiveCfg = Release|Win32 - {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|Win32.Build.0 = Release|Win32 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.ActiveCfg = Debug|x64 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Debug|x64.Build.0 = Debug|x64 {C3964BD1-B485-4236-8BB4-E2981B800AC1}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj index 126a85cd..6c7fcd29 100644 --- a/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj +++ b/sensors/SensorsComboDriver/SensorsComboDriver.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {5E23E5F0-A79D-451A-A6E3-AA8ECD5B1E10} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ SensorsComboDriver - - SensorsComboDriver - - - SensorsComboDriver - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -228,52 +192,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - Sync - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - Sync - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - - - sha256 - - @@ -287,4 +205,4 @@ - + \ No newline at end of file diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln index 9fca17d4..fecadaf8 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|ARM64.Build.0 = Debug|ARM64 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|ARM64.ActiveCfg = Release|ARM64 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|ARM64.Build.0 = Release|ARM64 - {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|Win32.ActiveCfg = Debug|Win32 - {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|Win32.Build.0 = Debug|Win32 - {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|Win32.ActiveCfg = Release|Win32 - {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|Win32.Build.0 = Release|Win32 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|x64.ActiveCfg = Debug|x64 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Debug|x64.Build.0 = Debug|x64 {EEA3DEEA-AF9A-45E3-B6AE-070677AC1032}.Release|x64.ActiveCfg = Release|x64 diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj index ec3c3519..eaee51ab 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {1854CF02-14B5-40BD-A09F-4C744EFB31A8} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -130,12 +100,6 @@ SimpleDeviceOrientationSensor - - SimpleDeviceOrientationSensor - - - SimpleDeviceOrientationSensor - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM @@ -236,56 +200,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - SimpleDeviceOrientationSensor.def - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - true - Level4 - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;WPP_MACRO_USE_KM_VERSION_FOR_UM - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\ABI;$(WDK_UM_INC_PATH)\sensors\1.1 - - - %(AdditionalDependencies);mincore.lib;propsys.lib;$(WDK_UM_LIB_PATH)\sensors\1.1\sensorscxstub.lib;sensorsutils.lib - SimpleDeviceOrientationSensor.def - - - sha256 - - @@ -299,4 +213,4 @@ - + \ No newline at end of file diff --git a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj index 2e45f257..ab9f8e19 100644 --- a/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj +++ b/serial/VirtualSerial2/ComPort/VirtualSerial2um.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {D3E77C62-C6F0-4210-824E-1875C7B48EC5} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - VirtualSerial2um @@ -118,12 +88,6 @@ VirtualSerial2um - - VirtualSerial2um - - - VirtualSerial2um - %(PreprocessorDefinitions);_UNICODE;UNICODE @@ -212,50 +176,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -276,4 +196,4 @@ - + \ No newline at end of file diff --git a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj index 284ae23b..83edd82d 100644 --- a/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj +++ b/serial/VirtualSerial2/FakeModem/fakemodem2um.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {3E00ED06-5DB5-444F-8FFA-D098A0218DF2} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - fakemodem2um @@ -118,12 +88,6 @@ fakemodem2um - - fakemodem2um - - - fakemodem2um - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 @@ -212,50 +176,6 @@ sha256 - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(PreprocessorDefinitions);_UNICODE;UNICODE;_FAKE_MODEM=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\wdm;..\..\inc - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -276,4 +196,4 @@ - + \ No newline at end of file diff --git a/serial/VirtualSerial2/VirtualSerial.sln b/serial/VirtualSerial2/VirtualSerial.sln index da034e9f..49d472a0 100644 --- a/serial/VirtualSerial2/VirtualSerial.sln +++ b/serial/VirtualSerial2/VirtualSerial.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|ARM64.Build.0 = Release|ARM64 {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|ARM64.ActiveCfg = Release|ARM64 {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|ARM64.Build.0 = Release|ARM64 - {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|Win32.ActiveCfg = Debug|Win32 - {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|Win32.Build.0 = Debug|Win32 - {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|Win32.ActiveCfg = Release|Win32 - {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|Win32.Build.0 = Release|Win32 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|x64.ActiveCfg = Debug|x64 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Debug|x64.Build.0 = Debug|x64 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|x64.ActiveCfg = Release|x64 {65A037CB-9245-442A-A791-5CFC34E97BF7}.Release|x64.Build.0 = Release|x64 - {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|Win32.ActiveCfg = Debug|Win32 - {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|Win32.Build.0 = Debug|Win32 - {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|Win32.ActiveCfg = Release|Win32 - {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|Win32.Build.0 = Release|Win32 {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|x64.ActiveCfg = Debug|x64 {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Debug|x64.Build.0 = Debug|x64 {CD78D78F-B132-4E6F-A11F-B62185A6152A}.Release|x64.ActiveCfg = Release|x64 diff --git a/serial/serenum/SerEnum_sample.vcxproj b/serial/serenum/SerEnum_sample.vcxproj index fbd3214a..19e4bc9f 100644 --- a/serial/serenum/SerEnum_sample.vcxproj +++ b/serial/serenum/SerEnum_sample.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5} $(MSBuildProjectName) Debug - Win32 + x64 {CA983E6E-0A05-4429-AC0C-24F5FC55B505} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SerEnum_sample @@ -117,12 +87,6 @@ SerEnum_sample - - SerEnum_sample - - - SerEnum_sample - %(PreprocessorDefinitions);/wd4996 @@ -179,34 +143,6 @@ sha256 - - - %(PreprocessorDefinitions);/wd4996 - - - %(PreprocessorDefinitions);/wd4996 - - - %(PreprocessorDefinitions);/wd4996 - - - sha256 - - - - - %(PreprocessorDefinitions);/wd4996 - - - %(PreprocessorDefinitions);/wd4996 - - - %(PreprocessorDefinitions);/wd4996 - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -270,18 +206,6 @@ - - - - - - - - - - - - ;%(AdditionalIncludeDirectories) @@ -303,4 +227,4 @@ - + \ No newline at end of file diff --git a/serial/serenum/serenum.sln b/serial/serenum/serenum.sln index e3aebaeb..63854a18 100644 --- a/serial/serenum/serenum.sln +++ b/serial/serenum/serenum.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|ARM64.Build.0 = Debug|ARM64 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|ARM64.ActiveCfg = Release|ARM64 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|ARM64.Build.0 = Release|ARM64 - {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|Win32.ActiveCfg = Debug|Win32 - {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|Win32.Build.0 = Debug|Win32 - {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|Win32.ActiveCfg = Release|Win32 - {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|Win32.Build.0 = Release|Win32 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|x64.ActiveCfg = Debug|x64 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Debug|x64.Build.0 = Debug|x64 {E21F5E1E-B4B0-4823-B4EF-2DC1A18CEAC5}.Release|x64.ActiveCfg = Release|x64 diff --git a/serial/serial/serial.sln b/serial/serial/serial.sln index ee5d0223..9c20d74b 100644 --- a/serial/serial/serial.sln +++ b/serial/serial/serial.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|ARM64.Build.0 = Debug|ARM64 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|ARM64.ActiveCfg = Release|ARM64 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|ARM64.Build.0 = Release|ARM64 - {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|Win32.ActiveCfg = Debug|Win32 - {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|Win32.Build.0 = Debug|Win32 - {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|Win32.ActiveCfg = Release|Win32 - {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|Win32.Build.0 = Release|Win32 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|x64.ActiveCfg = Debug|x64 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Debug|x64.Build.0 = Debug|x64 {E3B48B18-2E53-4ED2-A4BA-EC399764537A}.Release|x64.ActiveCfg = Release|x64 diff --git a/serial/serial/wdfserial.vcxproj b/serial/serial/wdfserial.vcxproj index ded90903..ad679539 100644 --- a/serial/serial/wdfserial.vcxproj +++ b/serial/serial/wdfserial.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {FDD6C9D3-EA4F-4F2D-B67E-08069B83000B} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -315,12 +285,6 @@ wdfserial - - wdfserial - - - wdfserial - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib @@ -341,16 +305,6 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\rtlver.lib - - %(PreprocessorDefinitions);EVENT_TRACING @@ -415,38 +369,6 @@ sha256 - - - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -470,4 +392,4 @@ - + \ No newline at end of file diff --git a/setup/devcon/devcon.sln b/setup/devcon/devcon.sln index 5cd951c6..629ab476 100644 --- a/setup/devcon/devcon.sln +++ b/setup/devcon/devcon.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0 @@ -8,23 +8,17 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|ARM64.ActiveCfg = Debug|ARM64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|ARM64.Build.0 = Debug|ARM64 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|Win32.ActiveCfg = Debug|Win32 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|Win32.Build.0 = Debug|Win32 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|x64.ActiveCfg = Debug|x64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Debug|x64.Build.0 = Debug|x64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|ARM64.ActiveCfg = Release|ARM64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|ARM64.Build.0 = Release|ARM64 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.ActiveCfg = Release|Win32 - {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|Win32.Build.0 = Release|Win32 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|x64.ActiveCfg = Release|x64 {14EDBD07-E4CD-4BD8-82CC-F2840C160570}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/setup/devcon/devcon.vcxproj b/setup/devcon/devcon.vcxproj index b7b15302..e6885392 100644 --- a/setup/devcon/devcon.vcxproj +++ b/setup/devcon/devcon.vcxproj @@ -5,18 +5,10 @@ Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {14EDBD07-E4CD-4BD8-82CC-F2840C160570} $(MSBuildProjectName) Debug - Win32 + x64 {FDCF5960-709F-48C2-A9D0-9F3F6BE0CAC9} @@ -50,14 +42,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - Windows10 False @@ -66,14 +50,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - Windows10 True @@ -92,15 +68,9 @@ - - - - - - @@ -111,15 +81,9 @@ devcon - - devcon - devcon - - devcon - devcon @@ -159,24 +123,6 @@ %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - true @@ -195,24 +141,6 @@ %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - true diff --git a/simbatt/func/simbatt.sln b/simbatt/func/simbatt.sln index 91f32957..d7b2a09b 100644 --- a/simbatt/func/simbatt.sln +++ b/simbatt/func/simbatt.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|ARM64.Build.0 = Debug|ARM64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.ActiveCfg = Release|ARM64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|ARM64.Build.0 = Release|ARM64 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.ActiveCfg = Debug|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|Win32.Build.0 = Debug|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|Win32.ActiveCfg = Release|Win32 - {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|Win32.Build.0 = Release|Win32 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.ActiveCfg = Debug|x64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Debug|x64.Build.0 = Debug|x64 {49F35704-9A04-4CCF-A290-BBE79906C901}.Release|x64.ActiveCfg = Release|x64 diff --git a/simbatt/func/simbatt.vcxproj b/simbatt/func/simbatt.vcxproj index 6176c37a..8e0cd4ce 100644 --- a/simbatt/func/simbatt.vcxproj +++ b/simbatt/func/simbatt.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {0D5B7AF0-B4D6-4392-8A7A-BC502932382B} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - simbatt @@ -118,12 +88,6 @@ simbatt - - simbatt - - - simbatt - true @@ -220,54 +184,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(PreprocessorDefinitions);DRIVER;DEBUGPRINT - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\battc.lib - - - sha256 - - @@ -286,4 +202,4 @@ - + \ No newline at end of file diff --git a/spb/SkeletonI2C/SkeletonI2C.sln b/spb/SkeletonI2C/SkeletonI2C.sln index b04f67f9..9580cb3c 100644 --- a/spb/SkeletonI2C/SkeletonI2C.sln +++ b/spb/SkeletonI2C/SkeletonI2C.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|ARM64.Build.0 = Debug|ARM64 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|ARM64.ActiveCfg = Release|ARM64 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|ARM64.Build.0 = Release|ARM64 - {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|Win32.ActiveCfg = Debug|Win32 - {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|Win32.Build.0 = Debug|Win32 - {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|Win32.ActiveCfg = Release|Win32 - {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|Win32.Build.0 = Release|Win32 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|x64.ActiveCfg = Debug|x64 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Debug|x64.Build.0 = Debug|x64 {8C1BB5BA-283E-460F-A682-4548A1DAFA59}.Release|x64.ActiveCfg = Release|x64 diff --git a/spb/SkeletonI2C/skeletoni2c.vcxproj b/spb/SkeletonI2C/skeletoni2c.vcxproj index 3efbb682..8f9a7a2f 100644 --- a/spb/SkeletonI2C/skeletoni2c.vcxproj +++ b/spb/SkeletonI2C/skeletoni2c.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {666F5885-C0E7-43DD-AD99-B596AC486945} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -136,12 +106,6 @@ skeletoni2c - - skeletoni2c - - - skeletoni2c - true @@ -226,48 +190,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalDependencies);$(SPB_LIB_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR)\SpbCxStubs.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalDependencies);$(SPB_LIB_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR)\SpbCxStubs.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -284,4 +206,4 @@ - + \ No newline at end of file diff --git a/spb/SpbTestTool/SpbTestTool.sln b/spb/SpbTestTool/SpbTestTool.sln index 69f64a8c..cf712f8d 100644 --- a/spb/SpbTestTool/SpbTestTool.sln +++ b/spb/SpbTestTool/SpbTestTool.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|ARM64.Build.0 = Release|ARM64 {028ED946-EE58-43F7-834B-297119CE4720}.Release|ARM64.ActiveCfg = Release|ARM64 {028ED946-EE58-43F7-834B-297119CE4720}.Release|ARM64.Build.0 = Release|ARM64 - {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|Win32.Build.0 = Debug|Win32 - {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|Win32.ActiveCfg = Release|Win32 - {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|Win32.Build.0 = Release|Win32 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|x64.ActiveCfg = Debug|x64 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Debug|x64.Build.0 = Debug|x64 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|x64.ActiveCfg = Release|x64 {D98724B9-FEB8-4D51-B807-1D83E324A9AD}.Release|x64.Build.0 = Release|x64 - {028ED946-EE58-43F7-834B-297119CE4720}.Debug|Win32.ActiveCfg = Debug|Win32 - {028ED946-EE58-43F7-834B-297119CE4720}.Debug|Win32.Build.0 = Debug|Win32 - {028ED946-EE58-43F7-834B-297119CE4720}.Release|Win32.ActiveCfg = Release|Win32 - {028ED946-EE58-43F7-834B-297119CE4720}.Release|Win32.Build.0 = Release|Win32 {028ED946-EE58-43F7-834B-297119CE4720}.Debug|x64.ActiveCfg = Debug|x64 {028ED946-EE58-43F7-834B-297119CE4720}.Debug|x64.Build.0 = Debug|x64 {028ED946-EE58-43F7-834B-297119CE4720}.Release|x64.ActiveCfg = Release|x64 diff --git a/spb/SpbTestTool/exe/SpbTestTool.vcxproj b/spb/SpbTestTool/exe/SpbTestTool.vcxproj index 1b7aa81d..e8207999 100644 --- a/spb/SpbTestTool/exe/SpbTestTool.vcxproj +++ b/spb/SpbTestTool/exe/SpbTestTool.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D98724B9-FEB8-4D51-B807-1D83E324A9AD} $(MSBuildProjectName) Debug - Win32 + x64 {418E967E-17B4-4EA7-9D97-735BA0A2EE70} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SpbTestTool @@ -117,12 +87,6 @@ SpbTestTool - - SpbTestTool - - - SpbTestTool - true @@ -147,18 +111,6 @@ Level4 - - - true - Level4 - - - - - true - Level4 - - Sync @@ -243,48 +195,6 @@ sha256 - - - Sync - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib - - - sha256 - - - - - Sync - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib - - - sha256 - - @@ -303,4 +213,4 @@ - + \ No newline at end of file diff --git a/spb/SpbTestTool/sys/SpbTestTool.vcxproj b/spb/SpbTestTool/sys/SpbTestTool.vcxproj index ff2e4e1d..cd293803 100644 --- a/spb/SpbTestTool/sys/SpbTestTool.vcxproj +++ b/spb/SpbTestTool/sys/SpbTestTool.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {775D4A74-74A0-4CBD-B20E-06D7EAEEAB7C} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -136,12 +106,6 @@ SpbTestTool - - SpbTestTool - - - SpbTestTool - true @@ -226,48 +190,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalDependencies) - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalIncludeDirectories);$(SPB_INC_PATH)\$(SPB_VERSION_MAJOR).$(SPB_VERSION_MINOR) - - - %(AdditionalDependencies) - - - sha256 - - @@ -284,4 +206,4 @@ - + \ No newline at end of file diff --git a/storage/class/classpnp/classpnp.sln b/storage/class/classpnp/classpnp.sln index 7630a163..1c6e04ec 100644 --- a/storage/class/classpnp/classpnp.sln +++ b/storage/class/classpnp/classpnp.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|ARM64.Build.0 = Debug|ARM64 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|ARM64.ActiveCfg = Release|ARM64 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|ARM64.Build.0 = Release|ARM64 - {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|Win32.ActiveCfg = Debug|Win32 - {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|Win32.Build.0 = Debug|Win32 - {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|Win32.ActiveCfg = Release|Win32 - {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|Win32.Build.0 = Release|Win32 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|x64.ActiveCfg = Debug|x64 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Debug|x64.Build.0 = Debug|x64 {CAE2DAC6-A407-41A6-A943-11156A103D14}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/class/classpnp/src/classpnp.vcxproj b/storage/class/classpnp/src/classpnp.vcxproj index 229fc916..2fc75493 100644 --- a/storage/class/classpnp/src/classpnp.vcxproj +++ b/storage/class/classpnp/src/classpnp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {58F97C0C-9D73-4882-B4FA-BBEAE3EA4E10} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - ExportDriver - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - ExportDriver - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -134,12 +104,6 @@ classpnp - - classpnp - - - classpnp - true @@ -264,68 +228,6 @@ %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc - %(PreprocessorDefinitions);CLASS_GLOBAL_BREAK_ON_LOST_IRPS=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_SECONDS_TO_WAIT_FOR_SYNCHRONOUS_SRB=100 - %(PreprocessorDefinitions);CLASS_GLOBAL_USE_DELAYED_RETRY=1 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT=0 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFER_SIZE=512 - %(PreprocessorDefinitions);CLASS_GLOBAL_BUFFERED_DEBUG_PRINT_BUFFERS=512 - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT @@ -402,44 +304,6 @@ sha256 - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - class.def - - - sha256 - - - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - class.def - - - sha256 - - @@ -466,4 +330,4 @@ - + \ No newline at end of file diff --git a/storage/class/disk/disk.sln b/storage/class/disk/disk.sln index fc5cb946..40743058 100644 --- a/storage/class/disk/disk.sln +++ b/storage/class/disk/disk.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|ARM64.Build.0 = Debug|ARM64 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|ARM64.ActiveCfg = Release|ARM64 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|ARM64.Build.0 = Release|ARM64 - {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|Win32.Build.0 = Debug|Win32 - {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|Win32.ActiveCfg = Release|Win32 - {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|Win32.Build.0 = Release|Win32 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|x64.ActiveCfg = Debug|x64 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Debug|x64.Build.0 = Debug|x64 {C4E8B1CC-0131-442C-8EB8-8E84F938878A}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/class/disk/src/disk.vcxproj b/storage/class/disk/src/disk.vcxproj index e28ed496..7145df46 100644 --- a/storage/class/disk/src/disk.vcxproj +++ b/storage/class/disk/src/disk.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {1257A10C-96B8-46FB-9FFD-6726981343C7} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -129,12 +99,6 @@ disk - - disk - - - disk - %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib @@ -223,50 +187,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\classpnp.lib - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - - - %(AdditionalIncludeDirectories);..\inc;..\..\inc;..\..\..\inc - %(PreprocessorDefinitions);DEBUG_USE_KDPRINT - - - sha256 - - @@ -283,4 +203,4 @@ - + \ No newline at end of file diff --git a/storage/class/disk/src/diskdev.inf b/storage/class/disk/src/diskdev.inf index bb46cbf2..dd32c4e6 100644 Binary files a/storage/class/disk/src/diskdev.inf and b/storage/class/disk/src/diskdev.inf differ diff --git a/storage/iscsi/iscsi.sln b/storage/iscsi/iscsi.sln index d25a0ebb..9ec75219 100644 --- a/storage/iscsi/iscsi.sln +++ b/storage/iscsi/iscsi.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|ARM64.Build.0 = Debug|ARM64 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|ARM64.ActiveCfg = Release|ARM64 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|ARM64.Build.0 = Release|ARM64 - {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|Win32.Build.0 = Debug|Win32 - {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|Win32.ActiveCfg = Release|Win32 - {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|Win32.Build.0 = Release|Win32 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|x64.ActiveCfg = Debug|x64 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Debug|x64.Build.0 = Debug|x64 {D522AB21-5E8C-4E3F-9934-AE9C8C23C7E6}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/iscsi/src/EmptyProject.vcxproj b/storage/iscsi/src/EmptyProject.vcxproj index 034ad2b0..51057d78 100644 --- a/storage/iscsi/src/EmptyProject.vcxproj +++ b/storage/iscsi/src/EmptyProject.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {DDD40F41-C9A9-428F-8C00-862850DDBB19} @@ -67,22 +59,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - EmptyProject @@ -118,12 +88,6 @@ EmptyProject - - EmptyProject - - - EmptyProject - @@ -160,24 +124,6 @@ true - - - - - - - true - - - - - - - - - true - - @@ -191,4 +137,4 @@ - + \ No newline at end of file diff --git a/storage/miniports/lsi_u3/lsi_u3.sln b/storage/miniports/lsi_u3/lsi_u3.sln index db73b45d..621da2e2 100644 --- a/storage/miniports/lsi_u3/lsi_u3.sln +++ b/storage/miniports/lsi_u3/lsi_u3.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|ARM64.Build.0 = Debug|ARM64 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|ARM64.ActiveCfg = Release|ARM64 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|ARM64.Build.0 = Release|ARM64 - {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|Win32.ActiveCfg = Debug|Win32 - {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|Win32.Build.0 = Debug|Win32 - {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|Win32.ActiveCfg = Release|Win32 - {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|Win32.Build.0 = Release|Win32 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|x64.ActiveCfg = Debug|x64 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Debug|x64.Build.0 = Debug|x64 {75BE5762-0334-4CA9-9018-831B9DFFCB0A}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/miniports/lsi_u3/src/lsi_u3.inf b/storage/miniports/lsi_u3/src/lsi_u3.inf index 8a36e3d1..5a879f51 100644 Binary files a/storage/miniports/lsi_u3/src/lsi_u3.inf and b/storage/miniports/lsi_u3/src/lsi_u3.inf differ diff --git a/storage/miniports/lsi_u3/src/lsi_u3.vcxproj b/storage/miniports/lsi_u3/src/lsi_u3.vcxproj index 54e03db6..c8344d93 100644 --- a/storage/miniports/lsi_u3/src/lsi_u3.vcxproj +++ b/storage/miniports/lsi_u3/src/lsi_u3.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {75BE5762-0334-4CA9-9018-831B9DFFCB0A} $(MSBuildProjectName) Debug - Win32 + x64 {A109C08F-5073-4F9A-9971-1DE62D52E8C7} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - Miniport - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - Miniport - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - lsi_u3 @@ -117,12 +87,6 @@ lsi_u3 - - lsi_u3 - - - lsi_u3 - %(AdditionalOptions) /Ob1 @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalOptions) /Ob1 - %(AdditionalIncludeDirectories);..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib - - - sha256 - - - - - %(AdditionalOptions) /Ob1 - %(AdditionalIncludeDirectories);..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib - - - sha256 - - @@ -272,4 +192,4 @@ - + \ No newline at end of file diff --git a/storage/miniports/storahci/src/inbox/storahci.vcxproj b/storage/miniports/storahci/src/inbox/storahci.vcxproj index 67793fce..746bed56 100644 --- a/storage/miniports/storahci/src/inbox/storahci.vcxproj +++ b/storage/miniports/storahci/src/inbox/storahci.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {4DCDD06A-EB9F-4DF7-B94F-404879FE230C} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - Miniport - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - Miniport - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -124,12 +94,6 @@ storahci - - storahci - - - storahci - %(AdditionalIncludeDirectories);..\..\inc @@ -214,48 +178,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalIncludeDirectories);..\..\inc;$(KIT_SHARED_INC_PATH_WDK) - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\storport.lib - - - sha256 - - @@ -304,4 +226,4 @@ - + \ No newline at end of file diff --git a/storage/miniports/storahci/storahci.sln b/storage/miniports/storahci/storahci.sln index 2582602d..ea5d7569 100644 --- a/storage/miniports/storahci/storahci.sln +++ b/storage/miniports/storahci/storahci.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|ARM64.Build.0 = Debug|ARM64 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|ARM64.ActiveCfg = Release|ARM64 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|ARM64.Build.0 = Release|ARM64 - {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|Win32.ActiveCfg = Debug|Win32 - {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|Win32.Build.0 = Debug|Win32 - {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|Win32.ActiveCfg = Release|Win32 - {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|Win32.Build.0 = Release|Win32 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|x64.ActiveCfg = Debug|x64 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Debug|x64.Build.0 = Debug|x64 {1452B3C2-50A6-4F07-BF00-413B7A51E3A4}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/msdsm/msdsm.sln b/storage/msdsm/msdsm.sln index 354566eb..ecabf32c 100644 --- a/storage/msdsm/msdsm.sln +++ b/storage/msdsm/msdsm.sln @@ -9,18 +9,12 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|ARM64.ActiveCfg = Debug|ARM64 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|ARM64.ActiveCfg = Release|ARM64 - {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|Win32.ActiveCfg = Debug|Win32 - {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|Win32.Build.0 = Debug|Win32 - {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|Win32.ActiveCfg = Release|Win32 - {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|Win32.Build.0 = Release|Win32 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|x64.ActiveCfg = Debug|x64 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Debug|x64.Build.0 = Debug|x64 {65A3C0DB-248E-4365-83D2-E4DE6E764C6C}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/msdsm/src/SampleDSM.vcxproj b/storage/msdsm/src/SampleDSM.vcxproj index 85af9d2a..c0301e5d 100644 --- a/storage/msdsm/src/SampleDSM.vcxproj +++ b/storage/msdsm/src/SampleDSM.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) false Debug - Win32 + x64 {C7903CA3-734F-46C5-AECC-1824E8E189EE} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -190,18 +160,6 @@ Level4 - - - true - Level4 - - - - - true - Level4 - - SampleDSM @@ -214,12 +172,6 @@ SampleDSM - - SampleDSM - - - SampleDSM - %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib @@ -240,16 +192,6 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\mpio.lib;$(DDK_LIB_PATH)\Rtlver.lib - - %(AdditionalIncludeDirectories);..\inc @@ -326,44 +268,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - - - %(AdditionalIncludeDirectories);..\inc - %(PreprocessorDefinitions);_WIN2K_COMPAT_SLIST_USAGE - - - sha256 - - ;%(AdditionalIncludeDirectories) @@ -406,4 +310,4 @@ - + \ No newline at end of file diff --git a/storage/tools/spti/spti.sln b/storage/tools/spti/spti.sln index bfe1ca94..49e55a69 100644 --- a/storage/tools/spti/spti.sln +++ b/storage/tools/spti/spti.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|ARM64.Build.0 = Debug|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.ActiveCfg = Release|ARM64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|ARM64.Build.0 = Release|ARM64 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.ActiveCfg = Debug|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|Win32.Build.0 = Debug|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.ActiveCfg = Release|Win32 - {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|Win32.Build.0 = Release|Win32 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|x64.ActiveCfg = Debug|x64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Debug|x64.Build.0 = Debug|x64 {DBA7C5E3-522A-4974-B0C3-543BBC1665FF}.Release|x64.ActiveCfg = Release|x64 diff --git a/storage/tools/spti/src/spti.vcxproj b/storage/tools/spti/src/spti.vcxproj index 19c8bc28..5dbc7a50 100644 --- a/storage/tools/spti/src/spti.vcxproj +++ b/storage/tools/spti/src/spti.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {DBA7C5E3-522A-4974-B0C3-543BBC1665FF} $(MSBuildProjectName) Debug - Win32 + x64 {2A05EF6E-AE10-41D1-B69C-7F7FA900C3AF} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - spti @@ -117,12 +87,6 @@ spti - - spti - - - spti - true @@ -183,36 +147,6 @@ %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);..\..\inc;$(DDK_INC_PATH) - - @@ -229,4 +163,4 @@ - + \ No newline at end of file diff --git a/thermal/simsensor/simsensor.sln b/thermal/simsensor/simsensor.sln index 70897349..5a60eab4 100644 --- a/thermal/simsensor/simsensor.sln +++ b/thermal/simsensor/simsensor.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|ARM64.Build.0 = Debug|ARM64 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|ARM64.ActiveCfg = Release|ARM64 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|ARM64.Build.0 = Release|ARM64 - {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|Win32.ActiveCfg = Debug|Win32 - {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|Win32.Build.0 = Debug|Win32 - {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|Win32.ActiveCfg = Release|Win32 - {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|Win32.Build.0 = Release|Win32 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|x64.ActiveCfg = Debug|x64 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Debug|x64.Build.0 = Debug|x64 {60E9FF6C-6A0E-479C-A299-AA9753CE2ECE}.Release|x64.ActiveCfg = Release|x64 diff --git a/thermal/simsensor/simsensor.vcxproj b/thermal/simsensor/simsensor.vcxproj index 8e47a6aa..df814ffb 100644 --- a/thermal/simsensor/simsensor.vcxproj +++ b/thermal/simsensor/simsensor.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {CEB3811A-823A-4420-B871-74EBF0C1F463} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - simsensor @@ -118,12 +88,6 @@ simsensor - - simsensor - - - simsensor - true @@ -208,48 +172,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - - - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - - - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - %(PreprocessorDefinitions);DRIVER=1;STRICT=1 - %(AdditionalIncludeDirectories);..\inc\ - - - sha256 - - @@ -267,4 +189,4 @@ - + \ No newline at end of file diff --git a/thermal/thermalclient/simtc.vcxproj b/thermal/thermalclient/simtc.vcxproj index 8ff9b73a..3d0413f4 100644 --- a/thermal/thermalclient/simtc.vcxproj +++ b/thermal/thermalclient/simtc.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {5D55D642-1E8C-406B-AD59-ABF4AEB3FAB4} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - simtc @@ -118,12 +88,6 @@ simtc - - simtc - - - simtc - true @@ -208,48 +172,6 @@ SHA256 - - - true - Level4 - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - - - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - SHA256 - - - - - true - Level4 - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - - - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - %(PreprocessorDefinitions);DRIVER=1 - %(AdditionalIncludeDirectories) - - - SHA256 - - @@ -267,4 +189,4 @@ - + \ No newline at end of file diff --git a/thermal/thermalclient/thermalclient.sln b/thermal/thermalclient/thermalclient.sln index d2fb861b..defafa4d 100644 --- a/thermal/thermalclient/thermalclient.sln +++ b/thermal/thermalclient/thermalclient.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|ARM64.Build.0 = Debug|ARM64 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|ARM64.ActiveCfg = Release|ARM64 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|ARM64.Build.0 = Release|ARM64 - {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|Win32.ActiveCfg = Debug|Win32 - {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|Win32.Build.0 = Debug|Win32 - {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|Win32.ActiveCfg = Release|Win32 - {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|Win32.Build.0 = Release|Win32 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|x64.ActiveCfg = Debug|x64 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Debug|x64.Build.0 = Debug|x64 {0FDA179D-2AF5-4E08-9728-7E4AFC29E73F}.Release|x64.ActiveCfg = Release|x64 diff --git a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf index 4af8f55b..edb7ee89 100644 Binary files a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf and b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf differ diff --git a/usb/UcmCxUcsi/UcmCxUcsi.sln b/usb/UcmCxUcsi/UcmCxUcsi.sln index 9dcd0985..4d2fa2ac 100644 --- a/usb/UcmCxUcsi/UcmCxUcsi.sln +++ b/usb/UcmCxUcsi/UcmCxUcsi.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25123.0 @@ -7,40 +7,24 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UcmCxUcsi", "UcmCxUcsi.vcxp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM.ActiveCfg = Debug|ARM - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM.Build.0 = Debug|ARM - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM.Deploy.0 = Debug|ARM {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM64.ActiveCfg = Debug|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM64.Build.0 = Debug|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|ARM64.Deploy.0 = Debug|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x64.ActiveCfg = Debug|x64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x64.Build.0 = Debug|x64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x64.Deploy.0 = Debug|x64 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x86.ActiveCfg = Debug|Win32 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x86.Build.0 = Debug|Win32 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Debug|x86.Deploy.0 = Debug|Win32 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM.ActiveCfg = Release|ARM - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM.Build.0 = Release|ARM - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM.Deploy.0 = Release|ARM {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM64.ActiveCfg = Release|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM64.Build.0 = Release|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|ARM64.Deploy.0 = Release|ARM64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x64.ActiveCfg = Release|x64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x64.Build.0 = Release|x64 {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x64.Deploy.0 = Release|x64 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x86.ActiveCfg = Release|Win32 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x86.Build.0 = Release|Win32 - {B19576FD-D35C-475C-BFDB-0E4D1BE3F80F}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/usb/UcmCxUcsi/UcmCxUcsi.vcxproj b/usb/UcmCxUcsi/UcmCxUcsi.vcxproj index 35b53adb..ce7459a4 100644 --- a/usb/UcmCxUcsi/UcmCxUcsi.vcxproj +++ b/usb/UcmCxUcsi/UcmCxUcsi.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -40,7 +24,7 @@ v4.5 12.0 Debug - Win32 + x64 UcmCxUcsi @@ -63,24 +47,12 @@ - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger DbgengKernelDebugger - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.sln b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.sln index c79b6211..af87468e 100644 --- a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.sln +++ b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.24720.0 @@ -7,32 +7,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UcmTcpciCxClientSample", "U EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|ARM.ActiveCfg = Debug|ARM - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|ARM.Build.0 = Debug|ARM {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|ARM64.ActiveCfg = Debug|ARM64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|ARM64.Build.0 = Debug|ARM64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|x64.ActiveCfg = Debug|x64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|x64.Build.0 = Debug|x64 - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|x86.ActiveCfg = Debug|Win32 - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Debug|x86.Build.0 = Debug|Win32 - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|ARM.ActiveCfg = Release|ARM - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|ARM.Build.0 = Release|ARM {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|ARM64.ActiveCfg = Release|ARM64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|ARM64.Build.0 = Release|ARM64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|x64.ActiveCfg = Release|x64 {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|x64.Build.0 = Release|x64 - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|x86.ActiveCfg = Release|Win32 - {2BE4D87B-CC81-43AB-8A6D-E3A90161A1E7}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.vcxproj b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.vcxproj index f6433899..adf7f2d4 100644 --- a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.vcxproj +++ b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -64,26 +48,10 @@ v4.5 12.0 Debug - Win32 + x64 UcmTcpciCxClientSample - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - Windows10 true @@ -100,22 +68,6 @@ KMDF Windows Driver - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - Windows10 true @@ -140,24 +92,12 @@ - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger DbgengKernelDebugger - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln index 28725b14..13137fcf 100644 --- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln +++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample.sln @@ -10,9 +10,7 @@ Global Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|ARM64.ActiveCfg = Debug|ARM64 @@ -22,15 +20,9 @@ Global {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.ActiveCfg = Debug|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.Build.0 = Debug|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x64.Deploy.0 = Debug|x64 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x86.ActiveCfg = Debug|Win32 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x86.Build.0 = Debug|Win32 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Debug|x86.Deploy.0 = Debug|Win32 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x64.ActiveCfg = Release|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x64.Build.0 = Release|x64 {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x64.Deploy.0 = Release|x64 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x86.ActiveCfg = Release|Win32 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x86.Build.0 = Release|Win32 - {89486440-A6FB-4E95-9EE9-957B646F28DD}.Release|x86.Deploy.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj index cbc042fc..12cbb5ca 100644 --- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj +++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -32,26 +24,10 @@ v4.5 12.0 Debug - Win32 + x64 UcmUcsiAcpiSample - - Windows10 - true - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - - - Windows10 - false - WindowsKernelModeDriver10.0 - Driver - KMDF - Windows Driver - Windows10 true @@ -92,12 +68,6 @@ - - DbgengKernelDebugger - - - DbgengKernelDebugger - DbgengKernelDebugger @@ -110,21 +80,6 @@ DbgengKernelDebugger - - - true - pch.h - 4100;4189;5208;%(DisableSpecificWarnings) - false - %(AdditionalIncludeDirectories);$(KIT_SHARED_INC_PATH_WDK) - - - $(DDK_LIB_PATH)\UcmUcsi\1.0\UcmUcsiCxStub.lib;%(AdditionalDependencies) - - - sha256 - - true @@ -179,19 +134,6 @@ sha256 - - - true - 4100;4189;5208;%(DisableSpecificWarnings) - %(AdditionalIncludeDirectories);$(KIT_SHARED_INC_PATH_WDK) - - - $(DDK_LIB_PATH)\UcmUcsi\1.0\UcmUcsiCxStub.lib;%(AdditionalDependencies) - - - sha256 - - @@ -218,4 +160,4 @@ - + \ No newline at end of file diff --git a/usb/kmdf_enumswitches/kmdf_enumswitches.sln b/usb/kmdf_enumswitches/kmdf_enumswitches.sln index d05d3a33..c66f12d1 100644 --- a/usb/kmdf_enumswitches/kmdf_enumswitches.sln +++ b/usb/kmdf_enumswitches/kmdf_enumswitches.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|ARM64.Build.0 = Debug|ARM64 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|ARM64.ActiveCfg = Release|ARM64 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|ARM64.Build.0 = Release|ARM64 - {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|Win32.ActiveCfg = Debug|Win32 - {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|Win32.Build.0 = Debug|Win32 - {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|Win32.ActiveCfg = Release|Win32 - {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|Win32.Build.0 = Release|Win32 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|x64.ActiveCfg = Debug|x64 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Debug|x64.Build.0 = Debug|x64 {4F9EF7B8-4C30-4654-B431-B6D64C3A2C56}.Release|x64.ActiveCfg = Release|x64 diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj index c097d147..c339f198 100644 --- a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj +++ b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {B11DDDBD-A80C-4105-B342-96834A1D1DA6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ kmdf_enumswitches - - kmdf_enumswitches - - - kmdf_enumswitches - true @@ -219,50 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - 1 @@ -275,12 +195,6 @@ 1 - - 1 - - - 1 - @@ -305,18 +219,6 @@ - - - - - - - - - - - - @@ -330,4 +232,4 @@ - + \ No newline at end of file diff --git a/usb/kmdf_fx2/driver/osrusbfx2.vcxproj b/usb/kmdf_fx2/driver/osrusbfx2.vcxproj index 5d89eee0..7be4a868 100644 --- a/usb/kmdf_fx2/driver/osrusbfx2.vcxproj +++ b/usb/kmdf_fx2/driver/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {3EBA8CBF-2E65-4819-9EEA-E10825BB0705} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - true @@ -143,12 +113,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - %(AdditionalIncludeDirectories);..\inc;. @@ -237,50 +201,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - sha256 - - 1 @@ -293,12 +213,6 @@ 1 - - 1 - - - 1 - @@ -323,18 +237,6 @@ - - - - - - - - - - - - @@ -351,4 +253,4 @@ - + \ No newline at end of file diff --git a/usb/kmdf_fx2/exe/osrusbfx2.vcxproj b/usb/kmdf_fx2/exe/osrusbfx2.vcxproj index 09251427..7ea53f89 100644 --- a/usb/kmdf_fx2/exe/osrusbfx2.vcxproj +++ b/usb/kmdf_fx2/exe/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6EED5CDD-5526-40DC-97F9-582857E10187} $(MSBuildProjectName) Debug - Win32 + x64 {F19E45AF-8B05-4204-A66B-9BDBFE333233} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - osrusbfx2 @@ -117,12 +87,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -219,54 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -285,4 +201,4 @@ - + \ No newline at end of file diff --git a/usb/kmdf_fx2/kmdf_fx2.sln b/usb/kmdf_fx2/kmdf_fx2.sln index c801bc45..c7bd9e60 100644 --- a/usb/kmdf_fx2/kmdf_fx2.sln +++ b/usb/kmdf_fx2/kmdf_fx2.sln @@ -15,8 +15,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -29,18 +27,10 @@ Global {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|ARM64.Build.0 = Release|ARM64 {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|ARM64.ActiveCfg = Release|ARM64 {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|ARM64.Build.0 = Release|ARM64 - {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|Win32.ActiveCfg = Debug|Win32 - {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|Win32.Build.0 = Debug|Win32 - {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|Win32.ActiveCfg = Release|Win32 - {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|Win32.Build.0 = Release|Win32 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|x64.ActiveCfg = Debug|x64 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Debug|x64.Build.0 = Debug|x64 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|x64.ActiveCfg = Release|x64 {CACAC18F-9566-4F5B-AB98-CB50469D850A}.Release|x64.Build.0 = Release|x64 - {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|Win32.ActiveCfg = Debug|Win32 - {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|Win32.Build.0 = Debug|Win32 - {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|Win32.ActiveCfg = Release|Win32 - {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|Win32.Build.0 = Release|Win32 {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|x64.ActiveCfg = Debug|x64 {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Debug|x64.Build.0 = Debug|x64 {1EDF6B64-0C4A-4481-AD82-D42C0EA2CF58}.Release|x64.ActiveCfg = Release|x64 diff --git a/usb/ufxclientsample/ufxclientsample.sln b/usb/ufxclientsample/ufxclientsample.sln index 3f352ef1..24403cc6 100644 --- a/usb/ufxclientsample/ufxclientsample.sln +++ b/usb/ufxclientsample/ufxclientsample.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|ARM64.Build.0 = Debug|ARM64 {DC336318-35D0-4770-A842-46952EDD50D0}.Release|ARM64.ActiveCfg = Release|ARM64 {DC336318-35D0-4770-A842-46952EDD50D0}.Release|ARM64.Build.0 = Release|ARM64 - {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|Win32.ActiveCfg = Debug|Win32 - {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|Win32.Build.0 = Debug|Win32 - {DC336318-35D0-4770-A842-46952EDD50D0}.Release|Win32.ActiveCfg = Release|Win32 - {DC336318-35D0-4770-A842-46952EDD50D0}.Release|Win32.Build.0 = Release|Win32 {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|x64.ActiveCfg = Debug|x64 {DC336318-35D0-4770-A842-46952EDD50D0}.Debug|x64.Build.0 = Debug|x64 {DC336318-35D0-4770-A842-46952EDD50D0}.Release|x64.ActiveCfg = Release|x64 diff --git a/usb/ufxclientsample/ufxclientsample.vcxproj b/usb/ufxclientsample/ufxclientsample.vcxproj index d66b9d35..373cbd52 100644 --- a/usb/ufxclientsample/ufxclientsample.vcxproj +++ b/usb/ufxclientsample/ufxclientsample.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {7554DEF4-B6D7-4342-9E53-4D8D6173C5E8} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -141,12 +111,6 @@ ufxclientsample - - ufxclientsample - - - ufxclientsample - true @@ -243,54 +207,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ufx\1.1\ufxstub.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ufx\1.1\ufxstub.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH)\ufx\1.1 - %(PreprocessorDefinitions);KERNEL_MODE - - - sha256 - - @@ -307,4 +223,4 @@ - + \ No newline at end of file diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj index 369e0900..b412cec5 100644 --- a/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj +++ b/usb/umdf2_fx2/driver/osrusbfx2um.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {F915ED95-7BE9-4CDB-B09A-0D3F4C9657FE} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Universal - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -140,14 +110,6 @@ osrusbfx2um 1 - - osrusbfx2um - 1 - - - osrusbfx2um - 1 - true @@ -244,54 +206,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING;UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib;$(WDK_UM_LIB_PATH)\WppRecorderUM.lib - - - sha256 - - @@ -305,4 +219,4 @@ - + \ No newline at end of file diff --git a/usb/umdf2_fx2/exe/osrusbfx2.vcxproj b/usb/umdf2_fx2/exe/osrusbfx2.vcxproj index 09251427..7ea53f89 100644 --- a/usb/umdf2_fx2/exe/osrusbfx2.vcxproj +++ b/usb/umdf2_fx2/exe/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6EED5CDD-5526-40DC-97F9-582857E10187} $(MSBuildProjectName) Debug - Win32 + x64 {F19E45AF-8B05-4204-A66B-9BDBFE333233} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - osrusbfx2 @@ -117,12 +87,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -219,54 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -285,4 +201,4 @@ - + \ No newline at end of file diff --git a/usb/umdf2_fx2/umdf2_fx2.sln b/usb/umdf2_fx2/umdf2_fx2.sln index 4095f4f2..28f124a3 100644 --- a/usb/umdf2_fx2/umdf2_fx2.sln +++ b/usb/umdf2_fx2/umdf2_fx2.sln @@ -15,9 +15,7 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution @@ -29,20 +27,12 @@ Global {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|ARM64.Build.0 = Release|ARM64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.ActiveCfg = Release|ARM64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.Build.0 = Release|ARM64 - {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|Win32.ActiveCfg = Debug|Win32 - {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|Win32.Build.0 = Debug|Win32 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|x64.ActiveCfg = Debug|x64 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Debug|x64.Build.0 = Debug|x64 - {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|Win32.ActiveCfg = Release|Win32 - {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|Win32.Build.0 = Release|Win32 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|x64.ActiveCfg = Release|x64 {5B711254-3F53-4E1D-A1AD-CC81E34588B7}.Release|x64.Build.0 = Release|x64 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|Win32.ActiveCfg = Debug|Win32 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|Win32.Build.0 = Debug|Win32 {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|x64.ActiveCfg = Debug|x64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|x64.Build.0 = Debug|x64 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|Win32.ActiveCfg = Release|Win32 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|Win32.Build.0 = Release|Win32 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|x64.ActiveCfg = Release|x64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|x64.Build.0 = Release|x64 EndGlobalSection diff --git a/usb/usbsamp/exe/usbsamp.vcxproj b/usb/usbsamp/exe/usbsamp.vcxproj index 47b7ecb2..1c041dce 100644 --- a/usb/usbsamp/exe/usbsamp.vcxproj +++ b/usb/usbsamp/exe/usbsamp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {623636B5-DD4A-4473-93C4-7F548F4F661C} $(MSBuildProjectName) Debug - Win32 + x64 {63EE6B90-F399-4C68-9C86-5A3C71ED4A9C} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - usbsamp @@ -117,12 +87,6 @@ usbsamp - - usbsamp - - - usbsamp - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file diff --git a/usb/usbsamp/sys/driver/usbsamp.vcxproj b/usb/usbsamp/sys/driver/usbsamp.vcxproj index 04f8ed81..afea8b46 100644 --- a/usb/usbsamp/sys/driver/usbsamp.vcxproj +++ b/usb/usbsamp/sys/driver/usbsamp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {AA7C10D7-2E56-440D-8A5B-FFFA0FF2BB6C} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - usbsamp @@ -118,12 +88,6 @@ usbsamp - - usbsamp - - - usbsamp - true @@ -220,54 +184,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\usbdex.lib;$(DDK_LIB_PATH)\usbd.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - - - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - %(PreprocessorDefinitions) - %(AdditionalIncludeDirectories);.. - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\usbdex.lib;$(DDK_LIB_PATH)\usbd.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -290,4 +206,4 @@ - + \ No newline at end of file diff --git a/usb/usbsamp/usbsamp.sln b/usb/usbsamp/usbsamp.sln index fa94c4f2..f590693a 100644 --- a/usb/usbsamp/usbsamp.sln +++ b/usb/usbsamp/usbsamp.sln @@ -17,8 +17,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -31,18 +29,10 @@ Global {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|ARM64.Build.0 = Release|ARM64 {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|ARM64.ActiveCfg = Release|ARM64 {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|ARM64.Build.0 = Release|ARM64 - {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|Win32.ActiveCfg = Debug|Win32 - {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|Win32.Build.0 = Debug|Win32 - {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|Win32.ActiveCfg = Release|Win32 - {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|Win32.Build.0 = Release|Win32 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|x64.ActiveCfg = Debug|x64 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Debug|x64.Build.0 = Debug|x64 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|x64.ActiveCfg = Release|x64 {623636B5-DD4A-4473-93C4-7F548F4F661C}.Release|x64.Build.0 = Release|x64 - {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|Win32.ActiveCfg = Debug|Win32 - {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|Win32.Build.0 = Debug|Win32 - {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|Win32.ActiveCfg = Release|Win32 - {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|Win32.Build.0 = Release|Win32 {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|x64.ActiveCfg = Debug|x64 {EA4EE96E-A970-43CE-A269-514909A10BAB}.Debug|x64.Build.0 = Debug|x64 {EA4EE96E-A970-43CE-A269-514909A10BAB}.Release|x64.ActiveCfg = Release|x64 diff --git a/usb/usbview/usbview.sln b/usb/usbview/usbview.sln index b00f83d7..7d5a1177 100644 --- a/usb/usbview/usbview.sln +++ b/usb/usbview/usbview.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|ARM64.Build.0 = Debug|ARM64 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|ARM64.ActiveCfg = Release|ARM64 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|ARM64.Build.0 = Release|ARM64 - {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|Win32.ActiveCfg = Debug|Win32 - {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|Win32.Build.0 = Debug|Win32 - {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|Win32.ActiveCfg = Release|Win32 - {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|Win32.Build.0 = Release|Win32 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|x64.ActiveCfg = Debug|x64 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Debug|x64.Build.0 = Debug|x64 {287B60C4-636F-4CE7-91C2-04E03A01B9C5}.Release|x64.ActiveCfg = Release|x64 diff --git a/usb/usbview/usbview.vcxproj b/usb/usbview/usbview.vcxproj index 5d3becaa..9de28f70 100644 --- a/usb/usbview/usbview.vcxproj +++ b/usb/usbview/usbview.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {287B60C4-636F-4CE7-91C2-04E03A01B9C5} $(MSBuildProjectName) Debug - Win32 + x64 {54E86405-9C3D-4F0F-B65C-AB86DE455DD7} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - usbview @@ -121,14 +91,6 @@ usbview true - - usbview - true - - - usbview - true - true @@ -197,40 +159,6 @@ sha256 - - - true - true - Level4 - - - - - 0x101000000 - 0x1000000 - %(AdditionalDependencies);shell32.lib;kernel32.lib;user32.lib;gdi32.lib;comctl32.lib;cfgmgr32.lib;comdlg32.lib;ole32.lib;setupapi.lib;strsafe.lib;shlwapi.lib - - - sha256 - - - - - true - true - Level4 - - - - - 0x101000000 - 0x1000000 - %(AdditionalDependencies);shell32.lib;kernel32.lib;user32.lib;gdi32.lib;comctl32.lib;cfgmgr32.lib;comdlg32.lib;ole32.lib;setupapi.lib;strsafe.lib;shlwapi.lib - - - sha256 - - @@ -267,4 +195,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj index 09251427..7ea53f89 100644 --- a/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/exe/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {6EED5CDD-5526-40DC-97F9-582857E10187} $(MSBuildProjectName) Debug - Win32 + x64 {F19E45AF-8B05-4204-A66B-9BDBFE333233} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - osrusbfx2 @@ -117,12 +87,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -219,54 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\sys\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -285,4 +201,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj index 5505d5f3..86d9c508 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {60C495D1-94AA-4FFD-A487-7DB5E3C8DA67} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - osrusbfx2 @@ -118,12 +88,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -196,42 +160,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - @@ -248,4 +176,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj index a58ba18b..7ec4d614 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {47AD8CFF-8591-4F5C-950D-A2708702F151} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - osrusbfx2 @@ -118,12 +88,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -196,42 +160,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - @@ -248,4 +176,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj index 9d046068..c4c25073 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {A1115183-27F7-454E-A88D-27C7EBA807CC} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - osrusbfx2 @@ -118,12 +88,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -196,42 +160,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - @@ -248,4 +176,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj index a7527c3e..b0a74e68 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {49753364-1AEB-4246-8F48-049FA30602EC} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - osrusbfx2 @@ -118,12 +88,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -196,42 +160,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - sha256 - - @@ -248,4 +176,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj index 9d57072c..eca22cbc 100644 --- a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj +++ b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {431021B1-C043-4ACE-A0F0-46ACD36C675E} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -126,12 +96,6 @@ osrusbfx2 - - osrusbfx2 - - - osrusbfx2 - true @@ -216,48 +180,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc - - - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalIncludeDirectories);..\inc - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib - - - sha256 - - @@ -271,4 +193,4 @@ - + \ No newline at end of file diff --git a/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln b/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln index c6d39e1c..d81bea13 100644 --- a/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln +++ b/usb/wdf_osrfx2_lab/wdf_osrfx2_lab.sln @@ -33,8 +33,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -63,50 +61,26 @@ Global {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|ARM64.Build.0 = Release|ARM64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.ActiveCfg = Release|ARM64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|ARM64.Build.0 = Release|ARM64 - {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|Win32.ActiveCfg = Debug|Win32 - {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|Win32.Build.0 = Debug|Win32 - {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|Win32.ActiveCfg = Release|Win32 - {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|Win32.Build.0 = Release|Win32 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|x64.ActiveCfg = Debug|x64 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Debug|x64.Build.0 = Debug|x64 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|x64.ActiveCfg = Release|x64 {E54BDD18-FDE9-42BF-BC23-343F8764B387}.Release|x64.Build.0 = Release|x64 - {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|Win32.ActiveCfg = Debug|Win32 - {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|Win32.Build.0 = Debug|Win32 - {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|Win32.ActiveCfg = Release|Win32 - {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|Win32.Build.0 = Release|Win32 {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|x64.ActiveCfg = Debug|x64 {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Debug|x64.Build.0 = Debug|x64 {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|x64.ActiveCfg = Release|x64 {CE2CAF81-E96B-4C32-9BE9-58238742D295}.Release|x64.Build.0 = Release|x64 - {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|Win32.ActiveCfg = Debug|Win32 - {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|Win32.Build.0 = Debug|Win32 - {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|Win32.ActiveCfg = Release|Win32 - {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|Win32.Build.0 = Release|Win32 {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|x64.ActiveCfg = Debug|x64 {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Debug|x64.Build.0 = Debug|x64 {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|x64.ActiveCfg = Release|x64 {70D6E15B-26A9-444C-B4DE-93504AD529E1}.Release|x64.Build.0 = Release|x64 - {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|Win32.ActiveCfg = Debug|Win32 - {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|Win32.Build.0 = Debug|Win32 - {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|Win32.ActiveCfg = Release|Win32 - {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|Win32.Build.0 = Release|Win32 {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|x64.ActiveCfg = Debug|x64 {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Debug|x64.Build.0 = Debug|x64 {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|x64.ActiveCfg = Release|x64 {AE6270A1-FAC6-45B2-A641-9BFAF534DD01}.Release|x64.Build.0 = Release|x64 - {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|Win32.ActiveCfg = Debug|Win32 - {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|Win32.Build.0 = Debug|Win32 - {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|Win32.ActiveCfg = Release|Win32 - {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|Win32.Build.0 = Release|Win32 {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|x64.ActiveCfg = Debug|x64 {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Debug|x64.Build.0 = Debug|x64 {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|x64.ActiveCfg = Release|x64 {EEB5FBCF-333A-4D54-B937-C24FB0CC10EB}.Release|x64.Build.0 = Release|x64 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|Win32.ActiveCfg = Debug|Win32 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|Win32.Build.0 = Debug|Win32 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|Win32.ActiveCfg = Release|Win32 - {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|Win32.Build.0 = Release|Win32 {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|x64.ActiveCfg = Debug|x64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Debug|x64.Build.0 = Debug|x64 {6EED5CDD-5526-40DC-97F9-582857E10187}.Release|x64.ActiveCfg = Release|x64 diff --git a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj index d4bcbbea..34567b5d 100644 --- a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj +++ b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj @@ -1,30 +1,14 @@ - + - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 - - Release - Win32 - Debug x64 @@ -40,31 +24,12 @@ IddSampleApp - - Application - true - WindowsApplicationForDrivers10.0 - Unicode - Application true WindowsApplicationForDrivers10.0 Unicode - - Application - true - WindowsApplicationForDrivers10.0 - Unicode - - - Application - false - WindowsApplicationForDrivers10.0 - true - Unicode - Application false @@ -72,13 +37,6 @@ true Unicode - - Application - false - WindowsApplicationForDrivers10.0 - true - Unicode - Application true @@ -97,24 +55,12 @@ - - - - - - - - - - - - @@ -122,19 +68,6 @@ - - - Level3 - true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - Level3 @@ -149,19 +82,6 @@ kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - - Level3 - true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - Level3 @@ -175,23 +95,6 @@ kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - Level3 @@ -210,23 +113,6 @@ kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;swdevice.lib;%(AdditionalDependencies) - - Level3 @@ -250,4 +136,4 @@ - + \ No newline at end of file diff --git a/video/IndirectDisplay/IddSampleDriver.sln b/video/IndirectDisplay/IddSampleDriver.sln index c075ebc1..4259062a 100644 --- a/video/IndirectDisplay/IddSampleDriver.sln +++ b/video/IndirectDisplay/IddSampleDriver.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29728.190 @@ -9,56 +9,32 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IddSampleApp", "IddSampleAp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM Debug|ARM64 = Debug|ARM64 Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM Release|ARM64 = Release|ARM64 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM.ActiveCfg = Debug|ARM - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM.Build.0 = Debug|ARM - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM.Deploy.0 = Debug|ARM {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM64.ActiveCfg = Debug|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM64.Build.0 = Debug|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|ARM64.Deploy.0 = Debug|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x64.ActiveCfg = Debug|x64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x64.Build.0 = Debug|x64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x64.Deploy.0 = Debug|x64 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x86.ActiveCfg = Debug|Win32 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x86.Build.0 = Debug|Win32 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Debug|x86.Deploy.0 = Debug|Win32 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM.ActiveCfg = Release|ARM - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM.Build.0 = Release|ARM - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM.Deploy.0 = Release|ARM {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM64.ActiveCfg = Release|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM64.Build.0 = Release|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|ARM64.Deploy.0 = Release|ARM64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x64.ActiveCfg = Release|x64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x64.Build.0 = Release|x64 {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x64.Deploy.0 = Release|x64 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.ActiveCfg = Release|Win32 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.Build.0 = Release|Win32 - {2D54CB75-8B17-4F11-97DC-847B0244CD46}.Release|x86.Deploy.0 = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM.ActiveCfg = Debug|ARM - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM.Build.0 = Debug|ARM {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM64.ActiveCfg = Debug|ARM64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|ARM64.Build.0 = Debug|ARM64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x64.ActiveCfg = Debug|x64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x64.Build.0 = Debug|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x86.ActiveCfg = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Debug|x86.Build.0 = Debug|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM.ActiveCfg = Release|ARM - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM.Build.0 = Release|ARM {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM64.ActiveCfg = Release|ARM64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|ARM64.Build.0 = Release|ARM64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x64.ActiveCfg = Release|x64 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x64.Build.0 = Release|x64 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x86.ActiveCfg = Release|Win32 - {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj index d8c2a49c..9b8e0787 100644 --- a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj +++ b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -17,14 +9,6 @@ Release x64 - - Debug - ARM - - - Release - ARM - Debug ARM64 @@ -50,19 +34,9 @@ v4.5 12.0 Debug - Win32 + x64 IddSampleDriver - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - WindowsUserModeDriver10.0 DynamicLibrary @@ -73,16 +47,6 @@ DynamicLibrary Universal - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - - - WindowsUserModeDriver10.0 - DynamicLibrary - Universal - WindowsUserModeDriver10.0 DynamicLibrary @@ -94,26 +58,6 @@ Universal - - Windows10 - true - 2 - 25 - true - 1 - 4 - Spectre - - - Windows10 - false - 2 - 25 - true - 1 - 4 - Spectre - Windows10 true @@ -134,26 +78,6 @@ 4 Spectre - - Windows10 - true - 2 - 25 - true - 1 - 4 - Spectre - - - Windows10 - false - 2 - 25 - true - 1 - 4 - Spectre - Windows10 true @@ -181,14 +105,6 @@ - - DbgengRemoteDebugger - true - - - DbgengRemoteDebugger - true - DbgengRemoteDebugger true @@ -197,14 +113,6 @@ DbgengRemoteDebugger true - - DbgengRemoteDebugger - true - - - DbgengRemoteDebugger - true - DbgengRemoteDebugger true @@ -213,38 +121,6 @@ DbgengRemoteDebugger true - - - true - true - trace.h - Sync - true - /DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions) - - - %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib - - - sha256 - - - - - true - true - trace.h - Sync - true - /DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions) - - - %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib - - - sha256 - - true @@ -280,32 +156,6 @@ sha256 - - - true - true - trace.h - Sync - true - /DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions) - - - %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib - - - - - true - true - trace.h - Sync - true - /DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions) - - - %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib - - true diff --git a/video/KMDOD/KMDOD.sln b/video/KMDOD/KMDOD.sln index f647d7c5..c307070b 100644 --- a/video/KMDOD/KMDOD.sln +++ b/video/KMDOD/KMDOD.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|ARM64.Build.0 = Debug|ARM64 {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|ARM64.ActiveCfg = Release|ARM64 {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|ARM64.Build.0 = Release|ARM64 - {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|Win32.ActiveCfg = Debug|Win32 - {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|Win32.Build.0 = Debug|Win32 - {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|Win32.ActiveCfg = Release|Win32 - {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|Win32.Build.0 = Release|Win32 {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|x64.ActiveCfg = Debug|x64 {D3C62015-3845-4DA8-8522-5DC45B735063}.Debug|x64.Build.0 = Debug|x64 {D3C62015-3845-4DA8-8522-5DC45B735063}.Release|x64.ActiveCfg = Release|x64 diff --git a/video/KMDOD/Sample/SampleDisplay.vcxproj b/video/KMDOD/Sample/SampleDisplay.vcxproj index b4200b24..205b89c5 100644 --- a/video/KMDOD/Sample/SampleDisplay.vcxproj +++ b/video/KMDOD/Sample/SampleDisplay.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D3C62015-3845-4DA8-8522-5DC45B735063} $(MSBuildProjectName) Debug - Win32 + x64 {4E49D9DD-F772-41AD-9367-F225BF8261D3} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - @@ -161,34 +131,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);$(KIT_SHARED_INC_PATH_WDK) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - - SampleDisplay @@ -201,12 +143,6 @@ SampleDisplay - - SampleDisplay - - - SampleDisplay - Level4 @@ -247,26 +183,6 @@ sha256 - - - Level4 - - - - - sha256 - - - - - Level4 - - - - - sha256 - - @@ -290,4 +206,4 @@ - + \ No newline at end of file diff --git a/video/KMDOD/Sample/sampledisplay.inf b/video/KMDOD/Sample/sampledisplay.inf index 949e981c..6880337d 100644 Binary files a/video/KMDOD/Sample/sampledisplay.inf and b/video/KMDOD/Sample/sampledisplay.inf differ diff --git a/video/archive/pixlib/PixLib.vcxproj b/video/archive/pixlib/PixLib.vcxproj index dc457380..f7929aeb 100644 --- a/video/archive/pixlib/PixLib.vcxproj +++ b/video/archive/pixlib/PixLib.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {59DE6E25-B0B8-49FF-A952-5D1412A6973B} $(MSBuildProjectName) Debug - Win32 + x64 {B45DFF92-A6EB-4AE8-B0F9-EDD46DE5D995} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 StaticLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - StaticLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - PixLib @@ -117,12 +87,6 @@ PixLib - - PixLib - - - PixLib - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) @@ -167,28 +131,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - @@ -205,4 +147,4 @@ - + \ No newline at end of file diff --git a/video/archive/pixlib/pixlib.sln b/video/archive/pixlib/pixlib.sln index b177da8a..f835f547 100644 --- a/video/archive/pixlib/pixlib.sln +++ b/video/archive/pixlib/pixlib.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|ARM64.Build.0 = Debug|ARM64 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|ARM64.ActiveCfg = Release|ARM64 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|ARM64.Build.0 = Release|ARM64 - {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|Win32.ActiveCfg = Debug|Win32 - {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|Win32.Build.0 = Debug|Win32 - {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|Win32.ActiveCfg = Release|Win32 - {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|Win32.Build.0 = Release|Win32 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|x64.ActiveCfg = Debug|x64 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Debug|x64.Build.0 = Debug|x64 {59DE6E25-B0B8-49FF-A952-5D1412A6973B}.Release|x64.ActiveCfg = Release|x64 diff --git a/wia/ProdScan/ProdScan.vcxproj b/wia/ProdScan/ProdScan.vcxproj index 95c4ec42..f5b3a6e3 100644 --- a/wia/ProdScan/ProdScan.vcxproj +++ b/wia/ProdScan/ProdScan.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {041FE80B-1F18-4CF6-90DD-59C690C11A32} $(MSBuildProjectName) Debug - Win32 + x64 {78CBD2C6-4539-4DE9-A02B-C6F72068B9BD} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - $(InfArch) @@ -124,46 +94,24 @@ ProdScan - - ProdScan - - - ProdScan - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -254,50 +202,6 @@ ProdScan.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib - %(AdditionalOptions) /ignore:4070 - ProdScan.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib - %(AdditionalOptions) /ignore:4070 - ProdScan.def - - @@ -325,4 +229,4 @@ - + \ No newline at end of file diff --git a/wia/microdrv/testmcro.vcxproj b/wia/microdrv/testmcro.vcxproj index ea68c0fa..542b3eed 100644 --- a/wia/microdrv/testmcro.vcxproj +++ b/wia/microdrv/testmcro.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7} $(MSBuildProjectName) Debug - Win32 + x64 {72A46237-DB33-46EF-A427-E62F5F6F6664} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - $(InfArch) @@ -124,46 +94,24 @@ testmcro - - testmcro - - - testmcro - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -234,40 +182,6 @@ testmcro.def - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib;advapi32.lib;user32.lib;gdi32.lib;ole32.lib;uuid.lib;oleaut32.lib - testmcro.def - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib;advapi32.lib;user32.lib;gdi32.lib;ole32.lib;uuid.lib;oleaut32.lib - testmcro.def - - @@ -285,4 +199,4 @@ - + \ No newline at end of file diff --git a/wia/wia.sln b/wia/wia.sln index 17948d84..d6cdfa78 100644 --- a/wia/wia.sln +++ b/wia/wia.sln @@ -37,8 +37,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -71,58 +69,30 @@ Global {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|ARM64.Build.0 = Release|ARM64 {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|ARM64.ActiveCfg = Release|ARM64 {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|ARM64.Build.0 = Release|ARM64 - {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|Win32.ActiveCfg = Debug|Win32 - {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|Win32.Build.0 = Debug|Win32 - {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|Win32.ActiveCfg = Release|Win32 - {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|Win32.Build.0 = Release|Win32 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|x64.ActiveCfg = Debug|x64 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Debug|x64.Build.0 = Debug|x64 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|x64.ActiveCfg = Release|x64 {823A3A7D-47CE-46A7-BEC6-87E16E61CCE7}.Release|x64.Build.0 = Release|x64 - {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|Win32.ActiveCfg = Debug|Win32 - {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|Win32.Build.0 = Debug|Win32 - {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|Win32.ActiveCfg = Release|Win32 - {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|Win32.Build.0 = Release|Win32 {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|x64.ActiveCfg = Debug|x64 {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Debug|x64.Build.0 = Debug|x64 {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|x64.ActiveCfg = Release|x64 {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A}.Release|x64.Build.0 = Release|x64 - {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|Win32.ActiveCfg = Debug|Win32 - {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|Win32.Build.0 = Debug|Win32 - {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|Win32.ActiveCfg = Release|Win32 - {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|Win32.Build.0 = Release|Win32 {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|x64.ActiveCfg = Debug|x64 {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Debug|x64.Build.0 = Debug|x64 {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|x64.ActiveCfg = Release|x64 {12455A18-956A-4030-B1C2-4C3EA1A827AD}.Release|x64.Build.0 = Release|x64 - {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|Win32.ActiveCfg = Debug|Win32 - {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|Win32.Build.0 = Debug|Win32 - {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|Win32.ActiveCfg = Release|Win32 - {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|Win32.Build.0 = Release|Win32 {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|x64.ActiveCfg = Debug|x64 {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Debug|x64.Build.0 = Debug|x64 {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|x64.ActiveCfg = Release|x64 {4514674D-F69E-4C3B-902F-23FB5F04DB40}.Release|x64.Build.0 = Release|x64 - {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|Win32.Build.0 = Debug|Win32 - {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|Win32.ActiveCfg = Release|Win32 - {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|Win32.Build.0 = Release|Win32 {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|x64.ActiveCfg = Debug|x64 {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Debug|x64.Build.0 = Debug|x64 {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|x64.ActiveCfg = Release|x64 {D8EF524D-29CB-4721-8EBE-1A049ECE53A2}.Release|x64.Build.0 = Release|x64 - {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|Win32.ActiveCfg = Debug|Win32 - {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|Win32.Build.0 = Debug|Win32 - {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|Win32.ActiveCfg = Release|Win32 - {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|Win32.Build.0 = Release|Win32 {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|x64.ActiveCfg = Debug|x64 {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Debug|x64.Build.0 = Debug|x64 {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|x64.ActiveCfg = Release|x64 {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C}.Release|x64.Build.0 = Release|x64 - {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|Win32.ActiveCfg = Debug|Win32 - {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|Win32.Build.0 = Debug|Win32 - {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|Win32.ActiveCfg = Release|Win32 - {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|Win32.Build.0 = Release|Win32 {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|x64.ActiveCfg = Debug|x64 {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Debug|x64.Build.0 = Debug|x64 {041FE80B-1F18-4CF6-90DD-59C690C11A32}.Release|x64.ActiveCfg = Release|x64 diff --git a/wia/wiadriverex/errhandler/errhandler.vcxproj b/wia/wiadriverex/errhandler/errhandler.vcxproj index 0e51f3e2..1be849eb 100644 --- a/wia/wiadriverex/errhandler/errhandler.vcxproj +++ b/wia/wiadriverex/errhandler/errhandler.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {DD1B17F5-27B3-4EC3-9F49-B8BCA0A07B4A} $(MSBuildProjectName) Debug - Win32 + x64 {E32E0DF8-F57F-4704-8B63-E200DB908EC8} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - errhandler @@ -117,46 +87,24 @@ errhandler - - errhandler - - - errhandler - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -243,48 +191,6 @@ DLLExports.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib - %(AdditionalOptions) /ignore:4070 - DLLExports.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib - %(AdditionalOptions) /ignore:4070 - DLLExports.def - - @@ -302,4 +208,4 @@ - + \ No newline at end of file diff --git a/wia/wiadriverex/imgfilter/imgfilter.vcxproj b/wia/wiadriverex/imgfilter/imgfilter.vcxproj index d4f80e3d..8619b168 100644 --- a/wia/wiadriverex/imgfilter/imgfilter.vcxproj +++ b/wia/wiadriverex/imgfilter/imgfilter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {12455A18-956A-4030-B1C2-4C3EA1A827AD} $(MSBuildProjectName) Debug - Win32 + x64 {8098E18F-D029-45ED-BFA5-C3532B6903B9} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - imgfilter @@ -117,46 +87,24 @@ imgfilter - - imgfilter - - - imgfilter - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -243,48 +191,6 @@ DLLExports.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;gdiplus.lib - DLLExports.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;gdiplus.lib - DLLExports.def - - @@ -302,4 +208,4 @@ - + \ No newline at end of file diff --git a/wia/wiadriverex/segfilter/segfilter.vcxproj b/wia/wiadriverex/segfilter/segfilter.vcxproj index 0a569bc6..76495670 100644 --- a/wia/wiadriverex/segfilter/segfilter.vcxproj +++ b/wia/wiadriverex/segfilter/segfilter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {4514674D-F69E-4C3B-902F-23FB5F04DB40} $(MSBuildProjectName) Debug - Win32 + x64 {11F8CCAC-6F9C-48DC-BD97-C789BBFB807D} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - segfilter @@ -117,46 +87,24 @@ segfilter - - segfilter - - - segfilter - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -239,46 +187,6 @@ DLLExports.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib - DLLExports.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib - DLLExports.def - - @@ -296,4 +204,4 @@ - + \ No newline at end of file diff --git a/wia/wiadriverex/uiext2/uiext2.vcxproj b/wia/wiadriverex/uiext2/uiext2.vcxproj index 7b1f83d8..ef1b656e 100644 --- a/wia/wiadriverex/uiext2/uiext2.vcxproj +++ b/wia/wiadriverex/uiext2/uiext2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D8EF524D-29CB-4721-8EBE-1A049ECE53A2} $(MSBuildProjectName) Debug - Win32 + x64 {BC7810D3-ADBE-4971-AB62-385AA0C02DEE} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - uiext2 @@ -117,46 +87,24 @@ uiext2 - - uiext2 - - - uiext2 - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -239,46 +187,6 @@ DLLExports.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shell32.lib;shlwapi.lib - DLLExports.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;ADVAPI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shell32.lib;shlwapi.lib - DLLExports.def - - @@ -296,4 +204,4 @@ - + \ No newline at end of file diff --git a/wia/wiadriverex/usd/wiadriverex.vcxproj b/wia/wiadriverex/usd/wiadriverex.vcxproj index f9d966c6..9f5645e5 100644 --- a/wia/wiadriverex/usd/wiadriverex.vcxproj +++ b/wia/wiadriverex/usd/wiadriverex.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {88DE1C8B-C13E-41C9-BE8A-0B396AB9B33C} $(MSBuildProjectName) Debug - Win32 + x64 {E44EBA16-D9FB-4AFC-81C6-07C50096899B} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - $(InfArch) @@ -124,46 +94,24 @@ wiadriverex - - wiadriverex - - - wiadriverex - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -250,48 +198,6 @@ wiadriverex.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;gdiplus.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib - wiadriverex.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;gdiplus.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib - wiadriverex.def - - @@ -312,4 +218,4 @@ - + \ No newline at end of file diff --git a/wmi/wmiacpi/acpimof.vcxproj b/wmi/wmiacpi/acpimof.vcxproj index c9e224a1..78cc7e6d 100644 --- a/wmi/wmiacpi/acpimof.vcxproj +++ b/wmi/wmiacpi/acpimof.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {F346FBD0-9A67-4761-B670-BA329B8BC97E} $(MSBuildProjectName) Debug - Win32 + x64 {240985EC-6170-4D04-9445-B44552D14F8F} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - .\$(IntDir)\acpimof.vbs @@ -121,12 +91,6 @@ acpimof - - acpimof - - - acpimof - true @@ -159,22 +123,6 @@ acpimof.def - - - true - - - acpimof.def - - - - - true - - - acpimof.def - - @@ -227,30 +175,6 @@ true - - - - - - - sha256 - - - true - - - - - - - - - sha256 - - - true - - @@ -273,4 +197,4 @@ - + \ No newline at end of file diff --git a/wmi/wmiacpi/wmiacpi.sln b/wmi/wmiacpi/wmiacpi.sln index 7abfc357..c6f56967 100644 --- a/wmi/wmiacpi/wmiacpi.sln +++ b/wmi/wmiacpi/wmiacpi.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|ARM64.Build.0 = Debug|ARM64 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|ARM64.ActiveCfg = Release|ARM64 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|ARM64.Build.0 = Release|ARM64 - {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|Win32.ActiveCfg = Debug|Win32 - {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|Win32.Build.0 = Debug|Win32 - {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|Win32.ActiveCfg = Release|Win32 - {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|Win32.Build.0 = Release|Win32 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|x64.ActiveCfg = Debug|x64 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Debug|x64.Build.0 = Debug|x64 {F346FBD0-9A67-4761-B670-BA329B8BC97E}.Release|x64.ActiveCfg = Release|x64 diff --git a/wmi/wmisamp/WmiSamp.vcxproj b/wmi/wmisamp/WmiSamp.vcxproj index 1d2a654f..648cbf79 100644 --- a/wmi/wmisamp/WmiSamp.vcxproj +++ b/wmi/wmisamp/WmiSamp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {224F1D35-6CD5-408C-822A-A57A2BAABE53} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - .\$(IntDir)\wmisamp.bmf @@ -116,7 +86,7 @@ .\$(IntDir)\wmisamp.x .\$(IntDir)\htm true - $(WmimofckToolPath) + $(WmimofckToolPath) @@ -131,12 +101,6 @@ WmiSamp - - WmiSamp - - - WmiSamp - @@ -173,24 +137,6 @@ sha256 - - - - - - - sha256 - - - - - - - - - sha256 - - @@ -209,4 +155,4 @@ - + \ No newline at end of file diff --git a/wmi/wmisamp/wmisamp.sln b/wmi/wmisamp/wmisamp.sln index 034134e4..b1ad0080 100644 --- a/wmi/wmisamp/wmisamp.sln +++ b/wmi/wmisamp/wmisamp.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|ARM64.Build.0 = Debug|ARM64 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|ARM64.ActiveCfg = Release|ARM64 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|ARM64.Build.0 = Release|ARM64 - {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|Win32.ActiveCfg = Debug|Win32 - {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|Win32.Build.0 = Debug|Win32 - {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|Win32.ActiveCfg = Release|Win32 - {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|Win32.Build.0 = Release|Win32 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|x64.ActiveCfg = Debug|x64 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Debug|x64.Build.0 = Debug|x64 {126FE1F4-434C-496A-A52B-400BBB74AC3B}.Release|x64.ActiveCfg = Release|x64 -- cgit v1.3.1 From 362c44aef8e9046f21a4c653ed582110765294dc Mon Sep 17 00:00:00 2001 From: Keith Horton Date: Wed, 13 Mar 2024 19:29:31 -0700 Subject: Fixing the WFP Sampler build --- network/trans/WFPSampler/WFPSampler.sln | 4 ++-- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 12 ++++++------ network/trans/WFPSampler/lib/WFPSampler.vcxproj | 16 ++++++---------- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 20 ++++++++++++-------- ...ssifyFunctions_BasicPacketExaminationCallouts.cpp | 6 ++++++ .../trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX | 8 ++++++++ .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 8 ++++---- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 12 ++++++------ 8 files changed, 50 insertions(+), 36 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/WFPSampler.sln b/network/trans/WFPSampler/WFPSampler.sln index 1e71e3d1..4f4851d9 100644 --- a/network/trans/WFPSampler/WFPSampler.sln +++ b/network/trans/WFPSampler/WFPSampler.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34701.34 MinimumVisualStudioVersion = 12.0 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{7DD950F3-D068-438B-808A-EE9BE2D1F34D}" EndProject diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index 86fae1b7..3a80bd7c 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -29,18 +29,20 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application + Spectre Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application + Spectre Windows10 @@ -49,6 +51,7 @@ WindowsApplicationForDrivers10.0 Application + Spectre Windows10 @@ -57,6 +60,7 @@ WindowsApplicationForDrivers10.0 Application + Spectre @@ -106,7 +110,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -128,7 +131,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -150,7 +152,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -172,7 +173,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index d7889fb8..a905e396 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -30,18 +30,20 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 @@ -50,6 +52,7 @@ WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 @@ -58,6 +61,7 @@ WindowsApplicationForDrivers10.0 StaticLibrary + Spectre @@ -105,8 +109,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -126,8 +128,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -147,8 +147,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -168,8 +166,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index af6f39f6..af85fe06 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -38,7 +38,7 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -47,7 +47,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -56,7 +56,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -99,6 +99,9 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded + false + true + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -111,7 +114,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -122,6 +124,7 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -134,7 +137,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -145,6 +147,8 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug + false + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -157,7 +161,6 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -169,6 +172,8 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug + StdCall + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -181,7 +186,6 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp index 0c42a94e..cef0b6df 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp @@ -4197,6 +4197,12 @@ VOID PerformBasicPacketExaminationAtDiscard(_In_ CLASSIFY_DATA* pClassifyData) { pDiscardReason = "Extension Headers Failure"; + break; + } + case IpDiscardIpsnpiClientDrop: + { + pDiscardReason = "IPSNPI Drop"; + break; } } diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX index bb55b7ad..717e34d2 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX @@ -46,6 +46,14 @@ [DefaultInstall.nt$ARCH$.Services] AddService = %WFPSamplerCalloutDriverServiceName%,,WFPSamplerCalloutDriver.Service +[DefaultUninstall.nt$ARCH$] + LegacyUninstall = 1 + DelFiles = WFPSamplerCalloutDriver.DriverFiles + DelReg = WFPCalloutsClassReg + +[DefaultUninstall.nt$ARCH$.Services] + DelService = %WFPSamplerCalloutDriverServiceName%,0x200 ;/// SPSVCINST_STOPSERVICE + [WFPCalloutsClassReg] HKR,,,0 HKR,,Icon,, diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index 09bfdeba..af141891 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -47,7 +47,7 @@ Windows10 True - Windows Driver + Universal KMDF WindowsKernelModeDriver10.0 Driver @@ -55,7 +55,7 @@ Windows10 True - Windows Driver + Universal KMDF WindowsKernelModeDriver10.0 Driver @@ -171,7 +171,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -190,7 +190,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index 9ec9b254..cc19afc6 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -32,18 +32,20 @@ Windows10 False - Desktop + Universal KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 False - Desktop + Universal KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 @@ -52,6 +54,7 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 @@ -60,6 +63,7 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre @@ -119,7 +123,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -143,7 +146,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -167,7 +169,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -191,7 +192,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 -- cgit v1.3.1 From dcf36200862b796412710aca87c37219f20e1a5b Mon Sep 17 00:00:00 2001 From: Keith Horton Date: Thu, 14 Mar 2024 14:40:14 -0700 Subject: Revert "Fixing the WFP Sampler build" This reverts commit 362c44aef8e9046f21a4c653ed582110765294dc. --- network/trans/WFPSampler/WFPSampler.sln | 4 ++-- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 12 ++++++------ network/trans/WFPSampler/lib/WFPSampler.vcxproj | 16 ++++++++++------ .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 20 ++++++++------------ ...ssifyFunctions_BasicPacketExaminationCallouts.cpp | 6 ------ .../trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX | 8 -------- .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 8 ++++---- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 12 ++++++------ 8 files changed, 36 insertions(+), 50 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/WFPSampler.sln b/network/trans/WFPSampler/WFPSampler.sln index 4f4851d9..1e71e3d1 100644 --- a/network/trans/WFPSampler/WFPSampler.sln +++ b/network/trans/WFPSampler/WFPSampler.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.9.34701.34 +# Visual Studio 2013 +VisualStudioVersion = 12.0 MinimumVisualStudioVersion = 12.0 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{7DD950F3-D068-438B-808A-EE9BE2D1F34D}" EndProject diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index 3a80bd7c..86fae1b7 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -29,20 +29,18 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application - Spectre Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application - Spectre Windows10 @@ -51,7 +49,6 @@ WindowsApplicationForDrivers10.0 Application - Spectre Windows10 @@ -60,7 +57,6 @@ WindowsApplicationForDrivers10.0 Application - Spectre @@ -110,6 +106,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) @@ -131,6 +128,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) @@ -152,6 +150,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) @@ -173,6 +172,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib + %(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index a905e396..d7889fb8 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -30,20 +30,18 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 StaticLibrary - Spectre Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 StaticLibrary - Spectre Windows10 @@ -52,7 +50,6 @@ WindowsApplicationForDrivers10.0 StaticLibrary - Spectre Windows10 @@ -61,7 +58,6 @@ WindowsApplicationForDrivers10.0 StaticLibrary - Spectre @@ -109,6 +105,8 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -128,6 +126,8 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -147,6 +147,8 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -166,6 +168,8 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) + %(AdditionalOptions) /integritycheck + %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index af85fe06..af6f39f6 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -38,7 +38,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -47,7 +47,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -56,7 +56,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -99,9 +99,6 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded - false - true - true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -114,6 +111,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -124,7 +122,6 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded - true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -137,6 +134,7 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -147,8 +145,6 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug - false - true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -161,6 +157,7 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -172,8 +169,6 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug - StdCall - true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -186,6 +181,7 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib + false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp index cef0b6df..0c42a94e 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp @@ -4197,12 +4197,6 @@ VOID PerformBasicPacketExaminationAtDiscard(_In_ CLASSIFY_DATA* pClassifyData) { pDiscardReason = "Extension Headers Failure"; - break; - } - case IpDiscardIpsnpiClientDrop: - { - pDiscardReason = "IPSNPI Drop"; - break; } } diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX index 717e34d2..bb55b7ad 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX @@ -46,14 +46,6 @@ [DefaultInstall.nt$ARCH$.Services] AddService = %WFPSamplerCalloutDriverServiceName%,,WFPSamplerCalloutDriver.Service -[DefaultUninstall.nt$ARCH$] - LegacyUninstall = 1 - DelFiles = WFPSamplerCalloutDriver.DriverFiles - DelReg = WFPCalloutsClassReg - -[DefaultUninstall.nt$ARCH$.Services] - DelService = %WFPSamplerCalloutDriverServiceName%,0x200 ;/// SPSVCINST_STOPSERVICE - [WFPCalloutsClassReg] HKR,,,0 HKR,,Icon,, diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index af141891..09bfdeba 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -47,7 +47,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -55,7 +55,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -171,7 +171,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib @@ -190,7 +190,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index cc19afc6..9ec9b254 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -32,20 +32,18 @@ Windows10 False - Universal + Desktop KMDF WindowsKernelModeDriver10.0 StaticLibrary - Spectre Windows10 False - Universal + Desktop KMDF WindowsKernelModeDriver10.0 StaticLibrary - Spectre Windows10 @@ -54,7 +52,6 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary - Spectre Windows10 @@ -63,7 +60,6 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary - Spectre @@ -123,6 +119,7 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -146,6 +143,7 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -169,6 +167,7 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -192,6 +191,7 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 -- cgit v1.3.1 From b5a831819b45104d389df709e6bc00ee117906f3 Mon Sep 17 00:00:00 2001 From: Enya Quetzalli <62947298+equetzal@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:30:19 -0700 Subject: [WDI Sample] Refactoring Platform File IO ops to use WDM calls (#1142) --- network/wlan/WDI/HEADER/PlatformDef.h | 32 +- network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c | 410 ++++++++++++++------------ 2 files changed, 230 insertions(+), 212 deletions(-) (limited to 'network') diff --git a/network/wlan/WDI/HEADER/PlatformDef.h b/network/wlan/WDI/HEADER/PlatformDef.h index cad6fb7a..a8f4fb55 100644 --- a/network/wlan/WDI/HEADER/PlatformDef.h +++ b/network/wlan/WDI/HEADER/PlatformDef.h @@ -813,42 +813,42 @@ PlatformRequestPreAuthentication( RT_STATUS PlatformReadFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT pu1Byte pBufOfLines, - IN s4Byte nMaxNumLine, - IN s4Byte nMaxByteCntLine, - OUT ps4Byte pnNumLines + IN PVOID Adapter, + IN UNICODE_STRING* fileName, + IN OUT pu1Byte pBufOfLines, + IN s4Byte nMaxNumLine, + IN s4Byte nMaxByteCntLine, + OUT ps4Byte pnNumLinesRead ); RT_STATUS PlatformOpenFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT PRT_FILE_HANDLER pFileHandler + IN UNICODE_STRING* fileName, + IN OUT HANDLE* fileHandle ); RT_STATUS PlatformMapFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT HANDLE* fileHandle, + OUT u1Byte* contentBuffer, + OUT s4Byte* contentBufferLength ); VOID PlatformUnMapFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT u1Byte* contentBuffer ); VOID PlatformCloseFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT HANDLE* fileHandle ); RT_STATUS PlatformReadAndMapFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT pu1Byte pOutFile, - IN OUT pu4Byte UNALIGNED pFileSize + IN UNICODE_STRING* fileName, + OUT u1Byte* outFileBuffer, + OUT u4Byte* outFileBufferLength ); BOOLEAN diff --git a/network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c b/network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c index d122f0c0..a8eb835d 100644 --- a/network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c +++ b/network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c @@ -207,85 +207,105 @@ ParseFileBufToLines( // which is a 2-dimention array, for example, // u1Byte pBufOfLines[nMaxNumLine][nMaxByteCntLine]. // -// Note: -// In NDIS5, the file to open shall be placed at the directory the same as -// driver binary. -// RT_STATUS PlatformReadFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT pu1Byte pBufOfLines, - IN s4Byte nMaxNumLine, - IN s4Byte nMaxByteCntLine, - OUT ps4Byte pnNumLinesRead + IN PVOID Adapter, + IN UNICODE_STRING* fileName, + IN OUT pu1Byte pBufOfLines, + IN s4Byte nMaxNumLine, + IN s4Byte nMaxByteCntLine, + OUT ps4Byte pnNumLinesRead ) { - RT_STATUS rtStatus = RT_STATUS_FAILURE; - NDIS_STRING NdisStrFileName; - NDIS_PHYSICAL_ADDRESS ndisPhyAddr; - NDIS_STATUS ndisStatus; - NDIS_HANDLE hFileHandle; - UINT ulFileLength; - pu1Byte pMappedFile = NULL; - - // Check input parameters. - if(szFileName == NULL) - { - RT_TRACE(COMP_INIT, DBG_WARNING, ("PlatformReadFile(): szFileName should not be NULL!\n")); - return rtStatus; - } + RT_STATUS rtStatus = RT_STATUS_FAILURE; + OBJECT_ATTRIBUTES objectAttributes; + HANDLE fileHandle; + IO_STATUS_BLOCK iostatBlock; + NTSTATUS ntStatus; + + // Check Input parameters. if(pBufOfLines == NULL) { RT_TRACE(COMP_INIT, DBG_WARNING, ("PlatformReadFile(): pBufOfLines should not be NULL!\n")); return rtStatus; } - // Convert szFileName to NDIS_STRING. - NdisInitializeString(&NdisStrFileName, (PUCHAR)szFileName); - if(NdisStrFileName.Buffer != NULL && NdisStrFileName.Length > 0) - { - // Open the file specified. - ndisPhyAddr.LowPart = ndisPhyAddr.HighPart = -1; - NdisOpenFile(&ndisStatus, - &hFileHandle, - &ulFileLength, - &NdisStrFileName, - ndisPhyAddr); - if(ndisStatus == NDIS_STATUS_SUCCESS) - { - // Map the file into memory. - NdisMapFile(&ndisStatus, (PVOID *)(&pMappedFile), hFileHandle); - if(ndisStatus == NDIS_STATUS_SUCCESS) - { - // Read the file into pBufOfLines. - ParseFileBufToLines(Adapter, pMappedFile, ulFileLength, pBufOfLines, nMaxNumLine, nMaxByteCntLine, pnNumLinesRead); - - // Return Success only when Config Success - rtStatus = RT_STATUS_SUCCESS; - - // Relase the memory for mapping the file. - NdisUnmapFile(hFileHandle); + // Initialize the object attributes of the file we want to open + InitializeObjectAttributes( + &objectAttributes, + fileName, + OBJ_KERNEL_HANDLE | OBJ_CASE_INSENSITIVE, + NULL, // RootDirectory + NULL // Default Security + ); + + // Open the file using the object attributes to get a Handle + ntStatus = ZwOpenFile( + &fileHandle, + GENERIC_READ, + &objectAttributes, + &iostatBlock, + 0, // Do not share the file + FILE_NON_DIRECTORY_FILE + ); + + if (NT_SUCCESS(ntStatus)) { + FILE_STANDARD_INFORMATION fileInformation = { 0 }; + + // Get the file information to know the size we need to alloc + ntStatus = ZwQueryInformationFile( + fileHandle, + &iostatBlock, + &fileInformation, + sizeof(fileInformation), + FileStandardInformation + ); + + if (NT_SUCCESS(ntStatus)) { + u1Byte* buffer = NULL; + s4Byte bufferLength = (s4Byte)fileInformation.EndOfFile.QuadPart; + + // Try to allocate space to read the file + buffer = ExAllocatePool2(POOL_FLAG_NON_PAGED, bufferLength, 'frP'); + if (buffer) { + + // If alloc was successful, then read the file + ntStatus = ZwReadFile( + fileHandle, + NULL, + NULL, + NULL, + &iostatBlock, + buffer, + bufferLength, + 0, // No offset + NULL + ); + + if (NT_SUCCESS(ntStatus)) { + // Read the buffer into pBufOfLines. + ParseFileBufToLines(Adapter, buffer, bufferLength, pBufOfLines, nMaxNumLine, nMaxByteCntLine, pnNumLinesRead); + rtStatus = RT_STATUS_SUCCESS; + } + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to read file, ntStatus: %#X\n", ntStatus)); + } + + ExFreePool(buffer); + } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to map the file, %s!, ndisStatus: %#X\n", szFileName, ndisStatus)); + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to allocate space for file!\n")); } - - // Close the file. - NdisCloseFile(hFileHandle); } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to open the file, %s!, ndisStatus: %#X\n", szFileName, ndisStatus)); + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to read file attributes!, ntStatus: %#X\n", ntStatus)); } - - // Release the NDIS_STRING allocated via NdisInitializeString(). - NdisFreeString(NdisStrFileName); + + ZwClose(fileHandle); } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): NdisInitializeString() failed! szFileName: %s\n", szFileName)); + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to open the file!, ntStatus: %#X\n", ntStatus)); } return rtStatus; @@ -293,51 +313,39 @@ PlatformReadFile( RT_STATUS PlatformOpenFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT PRT_FILE_HANDLER pFileHandler + IN UNICODE_STRING* fileName, + IN OUT HANDLE* fileHandle ) { - RT_STATUS rtStatus = RT_STATUS_FAILURE; - NDIS_STRING NdisStrFileName; - NDIS_PHYSICAL_ADDRESS ndisPhyAddr; - NDIS_STATUS ndisStatus; - pu1Byte pMappedFile = NULL; + RT_STATUS rtStatus = RT_STATUS_FAILURE; + OBJECT_ATTRIBUTES objectAttributes; + IO_STATUS_BLOCK iostatBlock; + NTSTATUS ntStatus; + + // Initialize the object attributes of the file we want to open + InitializeObjectAttributes( + &objectAttributes, + fileName, + OBJ_KERNEL_HANDLE | OBJ_CASE_INSENSITIVE, + NULL, // RootDirectory + NULL // Default Security + ); - - // Check input parameters. - if(szFileName == NULL) - { - RT_TRACE(COMP_INIT, DBG_LOUD, ("PlatformOpenFile(): szFileName should not be NULL!\n")); - return rtStatus; - } + // Open the file using the object attributes to get a Handle + ntStatus = ZwOpenFile( + fileHandle, + GENERIC_READ, + &objectAttributes, + &iostatBlock, + 0, // Do not share the file + FILE_NON_DIRECTORY_FILE + ); - // Convert szFileName to NDIS_STRING. - NdisInitializeString(&NdisStrFileName, (PUCHAR)szFileName); - if(NdisStrFileName.Buffer != NULL && NdisStrFileName.Length > 0) - { - // Open the file specified. - ndisPhyAddr.LowPart = ndisPhyAddr.HighPart = -1; - NdisOpenFile(&ndisStatus, - &(pFileHandler->FileHandler), - &(pFileHandler->FileLength), - &NdisStrFileName, - ndisPhyAddr); - - NdisFreeString(NdisStrFileName); - if(ndisStatus == NDIS_STATUS_SUCCESS) - { - rtStatus = RT_STATUS_SUCCESS; - } - else - { - RT_TRACE(COMP_INIT, DBG_LOUD, ("PlatformOpenFile(): failed to open the file, %s!, ndisStatus: %#X\n", szFileName, ndisStatus)); - } - + if (NT_SUCCESS(ntStatus)) { + rtStatus = RT_STATUS_SUCCESS; } - else - { - RT_TRACE(COMP_INIT, DBG_LOUD, ("PlatformOpenFile(): NdisInitializeString() failed! szFileName: %s\n", szFileName)); + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to open the file!, ntStatus: %#X, fileName: %wZ\n", ntStatus, fileName)); } return rtStatus; @@ -345,20 +353,66 @@ PlatformOpenFile( RT_STATUS PlatformMapFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT HANDLE* fileHandle, + OUT u1Byte* contentBuffer, + OUT s4Byte* contentBufferLength ) { - RT_STATUS rtStatus = RT_STATUS_FAILURE; - NDIS_STATUS ndisStatus; - - // Map the file into memory. - NdisMapFile(&ndisStatus, (PVOID *)(&(pFileHandler->MappedFile)), pFileHandler->FileHandler); - if(ndisStatus == NDIS_STATUS_SUCCESS) { - rtStatus = RT_STATUS_SUCCESS; + RT_STATUS rtStatus = RT_STATUS_FAILURE; + OBJECT_ATTRIBUTES objectAttributes; + IO_STATUS_BLOCK iostatBlock; + NTSTATUS ntStatus; + + + FILE_STANDARD_INFORMATION fileInformation = { 0 }; + + // Get the file information to know the size we need to alloc + ntStatus = ZwQueryInformationFile( + *fileHandle, + &iostatBlock, + &fileInformation, + sizeof(fileInformation), + FileStandardInformation + ); + + if (NT_SUCCESS(ntStatus)) { + u1Byte* buffer = NULL; + s4Byte bufferLength = (s4Byte)fileInformation.EndOfFile.QuadPart; + + // Try to allocate space to read the file + buffer = ExAllocatePool2(POOL_FLAG_NON_PAGED, bufferLength, 'frP'); + if (buffer) { + + // If alloc was successful, then read the file + ntStatus = ZwReadFile( + fileHandle, + NULL, + NULL, + NULL, + &iostatBlock, + buffer, + bufferLength, + 0, // No offset + NULL + ); + + if (NT_SUCCESS(ntStatus)) { + contentBuffer = buffer; + *contentBufferLength = bufferLength; + rtStatus = RT_STATUS_SUCCESS; + } + else { + ExFreePool(buffer); + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to read file, ntStatus: %#X\n", ntStatus)); + } + } + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to allocate space for file!\n")); + } } else { - RT_TRACE(COMP_INIT, DBG_LOUD, ("PlatformMapFile(): failed to map the file!, ndisStatus: %#X\n", ndisStatus)); + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadFile(): failed to read file attributes!, ntStatus: %#X\n", ntStatus)); } return rtStatus; @@ -366,22 +420,65 @@ PlatformMapFile( VOID PlatformUnMapFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT u1Byte* contentBuffer ) { // Relase the memory for mapping the file. - NdisUnmapFile(pFileHandler->FileHandler); + ExFreePool(contentBuffer); } + VOID PlatformCloseFile( - IN OUT PRT_FILE_HANDLER pFileHandler + IN OUT HANDLE* fileHandle ) { // Relase the memory for mapping the file. - NdisCloseFile(pFileHandler->FileHandler); + ZwClose(fileHandle); +} + +// +// Description: +// Open the file specifed and copy the file into an byte buffer, +// +RT_STATUS +PlatformReadAndMapFile( + IN UNICODE_STRING* fileName, + OUT u1Byte* outFileBuffer, + OUT u4Byte* outFileBufferLength +) +{ + RT_STATUS rtStatus = RT_STATUS_FAILURE; + HANDLE fileHandle; + RT_STATUS callStatus; + + callStatus = PlatformOpenFile(fileName, &fileHandle); + + if (callStatus == RT_STATUS_SUCCESS) { + u1Byte* fileBuffer = NULL; + u4Byte* fileBufferLength = NULL; + + callStatus = PlatformMapFile(&fileHandle, fileBuffer, fileBufferLength); + + if (callStatus == RT_STATUS_SUCCESS) { + outFileBuffer = fileBuffer; + outFileBufferLength = fileBufferLength; + rtStatus = RT_STATUS_SUCCESS; + } + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadAndMapFile(): failed to map file!, rtStatus: %#X\n", callStatus)); + } + + PlatformCloseFile(fileHandle); + } + else { + RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadAndMapFile(): failed to open the file!, rtStatus: %#X\n", callStatus)); + } + + return rtStatus; } + // // Description: // Indication for PHY power state changed. @@ -2722,85 +2819,6 @@ N6InitializeNative80211MIBs( Adapter->pNdisCommon->PrivacyExemptionEntrieNum = 0; } -// -// Description: -// Open the file specifed and copy the file into an array, -// -RT_STATUS -PlatformReadAndMapFile( - IN PVOID Adapter, - IN ps1Byte szFileName, - IN OUT pu1Byte pOutFile, - IN OUT pu4Byte UNALIGNED pFileSize - ) -{ - RT_STATUS rtStatus = RT_STATUS_FAILURE; - NDIS_STRING NdisStrFileName; - NDIS_PHYSICAL_ADDRESS ndisPhyAddr; - NDIS_STATUS ndisStatus; - NDIS_HANDLE hFileHandle; - UINT ulFileLength; - pu1Byte pMappedFile = NULL; - - // Check input parameters. - if(szFileName == NULL) - { - RT_TRACE(COMP_INIT, DBG_WARNING, ("PlatformReadAndMapFile(): szFileName should not be NULL!\n")); - return rtStatus; - } - - - // Convert szFileName to NDIS_STRING. - NdisInitializeString(&NdisStrFileName, (PUCHAR)szFileName); - if(NdisStrFileName.Buffer != NULL && NdisStrFileName.Length > 0) - { - // Open the file specified. - ndisPhyAddr.LowPart = ndisPhyAddr.HighPart = -1; - NdisOpenFile(&ndisStatus, - &hFileHandle, - &ulFileLength, - &NdisStrFileName, - ndisPhyAddr); - if(ndisStatus == NDIS_STATUS_SUCCESS) - { - // Map the file into memory. - NdisMapFile(&ndisStatus, (PVOID *)(&pMappedFile), hFileHandle); - if(ndisStatus == NDIS_STATUS_SUCCESS) - { - // Copy File into array - PlatformMoveMemory(pOutFile, pMappedFile, ulFileLength); - *pFileSize = ulFileLength; - - // Return Success only when Config Success - rtStatus = RT_STATUS_SUCCESS; - - // Relase the memory for mapping the file. - NdisUnmapFile(hFileHandle); - } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadAndMapFile(): failed to map the file, %s!, ndisStatus: %#X\n", szFileName, ndisStatus)); - } - - // Close the file. - NdisCloseFile(hFileHandle); - } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadAndMapFile(): failed to open the file, %s!, ndisStatus: %#X\n", szFileName, ndisStatus)); - } - - // Release the NDIS_STRING allocated via NdisInitializeString(). - NdisFreeString(NdisStrFileName); - } - else - { - RT_TRACE(COMP_INIT, DBG_SERIOUS, ("PlatformReadAndMapFile(): NdisInitializeString() failed! szFileName: %s\n", szFileName)); - } - - return rtStatus; -} - // // Description: -- cgit v1.3.1 From a53b20b64f9c89b91f44cb30f755223c9b79453d Mon Sep 17 00:00:00 2001 From: Keith Horton Date: Thu, 4 Apr 2024 17:20:14 -0700 Subject: [network/trans/WFPSampler] Fix to build for all flavors (#1149) --- network/trans/WFPSampler/WFPSampler.sln | 4 +-- network/trans/WFPSampler/exe/WFPSampler.vcxproj | 12 +++---- network/trans/WFPSampler/lib/WFPSampler.vcxproj | 16 ++++----- .../trans/WFPSampler/svc/WFPSamplerService.vcxproj | 20 ++++++----- ...ifyFunctions_BasicPacketExaminationCallouts.cpp | 6 ++++ .../WFPSampler/sys/WFPSamplerCalloutDriver.InX | 20 ++++++++--- .../WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj | 8 ++--- network/trans/WFPSampler/syslib/WFPSampler.vcxproj | 12 +++---- network/trans/stmedit/sys/InlineEdit.c | 4 +-- network/trans/stmedit/sys/stmedit.vcxproj | 39 +++++++++++----------- network/trans/stmedit/sys/stmedit.vcxproj.Filters | 14 ++++---- 11 files changed, 87 insertions(+), 68 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/WFPSampler.sln b/network/trans/WFPSampler/WFPSampler.sln index 1e71e3d1..4f4851d9 100644 --- a/network/trans/WFPSampler/WFPSampler.sln +++ b/network/trans/WFPSampler/WFPSampler.sln @@ -1,7 +1,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34701.34 MinimumVisualStudioVersion = 12.0 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{7DD950F3-D068-438B-808A-EE9BE2D1F34D}" EndProject diff --git a/network/trans/WFPSampler/exe/WFPSampler.vcxproj b/network/trans/WFPSampler/exe/WFPSampler.vcxproj index 86fae1b7..3a80bd7c 100644 --- a/network/trans/WFPSampler/exe/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/exe/WFPSampler.vcxproj @@ -29,18 +29,20 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application + Spectre Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application + Spectre Windows10 @@ -49,6 +51,7 @@ WindowsApplicationForDrivers10.0 Application + Spectre Windows10 @@ -57,6 +60,7 @@ WindowsApplicationForDrivers10.0 Application + Spectre @@ -106,7 +110,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -128,7 +131,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -150,7 +152,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) @@ -172,7 +173,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib;.\..\lib\$(IntDir)\WFPSampler.lib - %(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/lib/WFPSampler.vcxproj b/network/trans/WFPSampler/lib/WFPSampler.vcxproj index d7889fb8..a905e396 100644 --- a/network/trans/WFPSampler/lib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/lib/WFPSampler.vcxproj @@ -30,18 +30,20 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 @@ -50,6 +52,7 @@ WindowsApplicationForDrivers10.0 StaticLibrary + Spectre Windows10 @@ -58,6 +61,7 @@ WindowsApplicationForDrivers10.0 StaticLibrary + Spectre @@ -105,8 +109,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -126,8 +128,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -147,8 +147,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib @@ -168,8 +166,6 @@ %(AdditionalIncludeDirectories);..\inc;..\idl;$(SDK_INC_PATH);.\$(IntDir) - %(AdditionalOptions) /integritycheck - %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;kernel32.lib;setupapi.lib;rpcrt4.lib;fwpuclnt.lib;ws2_32.lib diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index af6f39f6..af85fe06 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -38,7 +38,7 @@ Windows10 False - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -47,7 +47,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -56,7 +56,7 @@ Windows10 True - Desktop + Universal WindowsApplicationForDrivers10.0 Application @@ -99,6 +99,9 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded + false + true + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -111,7 +114,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -122,6 +124,7 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreaded + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -134,7 +137,6 @@ %(AdditionalOptions) /integritycheck %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - libcmt.lib;libcmtd.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -145,6 +147,8 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug + false + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -157,7 +161,6 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) @@ -169,6 +172,8 @@ %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE %(AdditionalIncludeDirectories);..\inc;..\lib;$(SDK_INC_PATH);.\$(IntDir);.\..\lib\$(IntDir) MultiThreadedDebug + StdCall + true %(PreprocessorDefinitions);WIN32_LEAN_AND_MEAN;UNICODE;_UNICODE @@ -181,7 +186,6 @@ %(AdditionalOptions) /integritycheck /VERBOSE:LIB %(AdditionalDependencies);advapi32.lib;comctl32.lib;kernel32.lib;netapi32.lib;ole32.lib;oleaut32.lib;user32.lib;uuid.lib;ntdll.lib;setupapi.lib;rpcrt4.lib;rpcns4.lib;fwpuclnt.lib;ws2_32.lib;oneCoreUap.lib;.\..\lib\$(IntDir)\WFPSampler.lib - false libcmt.lib;msvcrt.lib;msvcrtd.lib;%(IgnoreSpecificDefaultLibraries) diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp index 0c42a94e..cef0b6df 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_BasicPacketExaminationCallouts.cpp @@ -4197,6 +4197,12 @@ VOID PerformBasicPacketExaminationAtDiscard(_In_ CLASSIFY_DATA* pClassifyData) { pDiscardReason = "Extension Headers Failure"; + break; + } + case IpDiscardIpsnpiClientDrop: + { + pDiscardReason = "IPSNPI Drop"; + break; } } diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX index bb55b7ad..c6aad050 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.InX @@ -37,15 +37,24 @@ AddReg = WFPCalloutsClassReg [DestinationDirs] - WFPSamplerCalloutDriver.DriverFiles = 13 ;/// %WinDir%\System32\Drivers + WFPSamplerCalloutDriver.CopyFiles = 12 ;/// %WinDir%\System32\Drivers + WFPSamplerCalloutDriver.DelFiles = 12 ;/// %WinDir%\System32\Drivers [DefaultInstall.nt$ARCH$] OptionDesc = %WFPSamplerCalloutDriverDescription% - CopyFiles = WFPSamplerCalloutDriver.DriverFiles + CopyFiles = WFPSamplerCalloutDriver.CopyFiles [DefaultInstall.nt$ARCH$.Services] AddService = %WFPSamplerCalloutDriverServiceName%,,WFPSamplerCalloutDriver.Service +[DefaultUninstall.nt$ARCH$] + LegacyUninstall = 1 + DelFiles = WFPSamplerCalloutDriver.DelFiles + DelReg = WFPCalloutsClassReg + +[DefaultUninstall.nt$ARCH$.Services] + DelService = %WFPSamplerCalloutDriverServiceName%,0x200 ;/// SPSVCINST_STOPSERVICE + [WFPCalloutsClassReg] HKR,,,0 HKR,,Icon,, @@ -53,16 +62,19 @@ HKR,,DeviceCharacteristics,0x10001,0x100 ;/// FLG_ADDREG_BINVALUETYPE | FLG_ADDREG_TYPE_MULTI_SZ, FILE_DEVICE_SECURE_OPEN HKR,,Security,, ;/// Permit Generic All access to SYstem, Built-in Admin, and Local System. -[WFPSamplerCalloutDriver.DriverFiles] +[WFPSamplerCalloutDriver.CopyFiles] WFPSamplerCalloutDriver.sys,,,0x00000040 ;/// COPYFLG_OVERWRITE_OLDER_ONLY +[WFPSamplerCalloutDriver.DelFiles] + WFPSamplerCalloutDriver.sys + [WFPSamplerCalloutDriver.Service] DisplayName = %WFPSamplerCalloutDriverServiceName% Description = %WFPSamplerCalloutDriverServiceDescription% ServiceType = 1 ;/// SERVICE_KERNEL_DRIVER StartType = 0 ;/// SERVICE_BOOT_START ErrorControl = 1 ;/// SERVICE_ERROR_NORMAL - ServiceBinary = %13%\WFPSamplerCalloutDriver.sys ;/// %WinDir%\System32\Drivers\WFPSamplerCalloutDriver.sys + ServiceBinary = %12%\WFPSamplerCalloutDriver.sys ;/// %WinDir%\System32\Drivers\WFPSamplerCalloutDriver.sys LoadOrderGroup = NDIS ;/// Load immediately after TCPIP.sys Dependencies = TCPIP diff --git a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj index 09bfdeba..af141891 100644 --- a/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj +++ b/network/trans/WFPSampler/sys/WFPSamplerCalloutDriver.vcxproj @@ -47,7 +47,7 @@ Windows10 True - Windows Driver + Universal KMDF WindowsKernelModeDriver10.0 Driver @@ -55,7 +55,7 @@ Windows10 True - Windows Driver + Universal KMDF WindowsKernelModeDriver10.0 Driver @@ -171,7 +171,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib @@ -190,7 +190,7 @@ %(AdditionalIncludeDirectories);..\inc;.\..\syslib;$(DDK_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)WFPSampler.lib + %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(DDK_LIB_PATH)\WDMSec.lib;UUID.lib;.\..\syslib\$(IntDir)\WFPSampler.lib diff --git a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj index 9ec9b254..cc19afc6 100644 --- a/network/trans/WFPSampler/syslib/WFPSampler.vcxproj +++ b/network/trans/WFPSampler/syslib/WFPSampler.vcxproj @@ -32,18 +32,20 @@ Windows10 False - Desktop + Universal KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 False - Desktop + Universal KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 @@ -52,6 +54,7 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre Windows10 @@ -60,6 +63,7 @@ KMDF WindowsKernelModeDriver10.0 StaticLibrary + Spectre @@ -119,7 +123,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -143,7 +146,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -167,7 +169,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 @@ -191,7 +192,6 @@ %(AdditionalIncludeDirectories);..\inc;$(DDK_INC_PATH);$(IFSKIT_INC_PATH) - %(AdditionalDependencies);$(DDK_LIB_PATH)\NTOSKrnl.lib;$(DDK_LIB_PATH)\FwpKClnt.lib;$(DDK_LIB_PATH)\NetIO.lib;$(DDK_LIB_PATH)\NDIS.lib;$(SDK_LIB_PATH)\UUID.lib sha256 diff --git a/network/trans/stmedit/sys/InlineEdit.c b/network/trans/stmedit/sys/InlineEdit.c index b21cc429..2586072e 100644 --- a/network/trans/stmedit/sys/InlineEdit.c +++ b/network/trans/stmedit/sys/InlineEdit.c @@ -316,8 +316,8 @@ InlineEditClassify( // If a FIN/RST has been classified, flush any data and permit the FIN/RST. // if ((!FlowContext->bFlowActive) || - (streamData->flags & FWPS_STREAM_FLAG_SEND_DISCONNECT) || - (streamData->flags & FWPS_STREAM_FLAG_RECEIVE_DISCONNECT)) + (streamData->flags & FWPS_STREAM_FLAG_SEND_DISCONNECT) || // must also handle FWPS_STREAM_FLAG_SEND_ABORT + (streamData->flags & FWPS_STREAM_FLAG_RECEIVE_DISCONNECT)) // must also handle FWPS_STREAM_FLAG_RECEIVE_ABORT { DoTraceLevelMessage(TRACE_LEVEL_INFORMATION, CO_GENERAL, "FlowCtx %p, FIN/RST classified (Flow Active %d)!", FlowContext, FlowContext->bFlowActive); diff --git a/network/trans/stmedit/sys/stmedit.vcxproj b/network/trans/stmedit/sys/stmedit.vcxproj index aeb8cca6..acd6c422 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj +++ b/network/trans/stmedit/sys/stmedit.vcxproj @@ -22,6 +22,7 @@ {9CE912A5-6210-4EF8-B22D-611D13254D4C} $(MSBuildProjectName) 1 + 15 Debug x64 {8FEDC4BC-EFA4-4BF4-91B6-E33FA555EB15} @@ -44,22 +45,19 @@ Driver - - + Windows10 True - - + Universal KMDF WindowsKernelModeDriver10.0 Driver false + Spectre - - + Windows10 True - - + Universal KMDF WindowsKernelModeDriver10.0 Driver @@ -97,21 +95,22 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN true DoTraceLevelMessage(LEVEL,FLAGS,MSG,...) StmEdit Trace.h + MaxSpeed %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib @@ -123,11 +122,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN true @@ -137,7 +136,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib @@ -149,11 +148,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;NDIS60;POOL_NX_OPTIN true @@ -163,7 +162,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS60;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib @@ -175,11 +174,11 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions);UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN true @@ -189,7 +188,7 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - %(PreprocessorDefinitions);BINARY_COMPATIBLE=0;NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO + %(PreprocessorDefinitions)NT;UNICODE;_UNICODE;NDIS630;POOL_NX_OPTIN_AUTO %(AdditionalDependencies);$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\ndis.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\fwpkclnt.lib;uuid.lib diff --git a/network/trans/stmedit/sys/stmedit.vcxproj.Filters b/network/trans/stmedit/sys/stmedit.vcxproj.Filters index 662fe098..8286c235 100644 --- a/network/trans/stmedit/sys/stmedit.vcxproj.Filters +++ b/network/trans/stmedit/sys/stmedit.vcxproj.Filters @@ -33,16 +33,18 @@ - + + Header Files + + Header Files - - - + + Header Files + + Header Files - - Header Files -- cgit v1.3.1 From e48e1c44f24bc0a3e9f9ddefb1565740e26f0ba6 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Wed, 10 Apr 2024 16:00:50 -0700 Subject: [network/trans/WFPSampler] Fix driver target platform for service (#1157) --- network/trans/WFPSampler/svc/WFPSamplerService.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'network') diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index af85fe06..1e3c0eac 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -38,7 +38,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -47,7 +47,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -56,7 +56,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application -- cgit v1.3.1 From 5e294673ea88f715b21b655b7fa9857bb40b7ce8 Mon Sep 17 00:00:00 2001 From: Adonais Romero Gonzalez Date: Mon, 6 May 2024 14:08:25 -0700 Subject: Delete ununsed files --- network/wwan/cxwmbclass/sources.inc | 12 ------------ powerlimit/plpolicy/sources | 33 --------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 network/wwan/cxwmbclass/sources.inc delete mode 100644 powerlimit/plpolicy/sources (limited to 'network') diff --git a/network/wwan/cxwmbclass/sources.inc b/network/wwan/cxwmbclass/sources.inc deleted file mode 100644 index 7b1e526c..00000000 --- a/network/wwan/cxwmbclass/sources.inc +++ /dev/null @@ -1,12 +0,0 @@ -MBBCX_MAJOR_VERSION=1 -MBBCX_MINOR_VERSION=0 - -MBBCX_VERSION=$(MBBCX_MAJOR_VERSION).$(MBBCX_MINOR_VERSION) - -MBBCX_DDK_INC_PATH=$(ONECORE_EXTERNAL_DDK_INC_PATH)\mbbcx\$(MBBCX_VERSION) -MBBCX_DDK_LIB_PATH=$(ONECORE_EXTERNAL_DDK_LIB_PATH)\mbbcx\$(MBBCX_VERSION) - -KMDF_VERSION_MAJOR=1 -KMDF_VERSION_MINOR=31 -KMDF_VERSION=$(KMDF_VERSION_MAJOR).$(KMDF_VERSION_MINOR) -KMDF_DDK_INC_PATH=$(ONECORE_INTERNAL_DDK_INC_PATH)\wdf\kmdf\$(KMDF_VERSION); diff --git a/powerlimit/plpolicy/sources b/powerlimit/plpolicy/sources deleted file mode 100644 index 43789553..00000000 --- a/powerlimit/plpolicy/sources +++ /dev/null @@ -1,33 +0,0 @@ -TARGETNAME=plpolicy -TARGETTYPE=DRIVER -TARGET_DESTINATION=powertests\powerlimit\policy - -# Specifies the file is needed for boot -# and for performance issues must have -# an embedded signature. -## MBS Team 2/5/2014 -## Removing boot_loader_critical, instead doing kit_self_signed, because you have test_code=1 -BOOT_LOADER_CRITICAL=1 - -NO_PDB_PATHS=1 - -MSC_WARNING_LEVEL=/W4 /WX - -KMDF_VERSION_MAJOR=1 - -C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE - -INCLUDES=$(INCLUDES); \ - $(MINWIN_PRIV_SDK_INC_PATH); \ - $(MINWIN_PRIV_SDK_INC_PATH)\hals; \ - ..\inc - -SOURCES= \ - plpolicy.c \ - plpolicy.rc \ - wdf.c \ - -PASS0_BINPLACE=\ - plpolicy.inf \ - -MUI_VERIFY_NO_LOC_RESOURCE=1 -- cgit v1.3.1 From d5569c08aa2818c6240744bb47a00f67f20fdb54 Mon Sep 17 00:00:00 2001 From: Adonais Romero Gonzalez Date: Mon, 1 Jul 2024 17:33:16 -0700 Subject: Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files --- .gitattributes | 5 ++++- audio/Acx/Samples/AudioCodec/Driver/AudioCodec.inf | Bin 8526 -> 4123 bytes .../Source/Main/SimpleAudioSample.inx | Bin 15004 -> 7299 bytes .../TabletAudioSample/ComponentizedApoSample.inx | Bin 22624 -> 11119 bytes .../TabletAudioSample/ComponentizedAudioSample.inx | Bin 52952 -> 25853 bytes .../ComponentizedAudioSampleExtension.inx | Bin 13660 -> 6686 bytes avstream/avscamera/sys/avscamera.inx | Bin 25172 -> 12364 bytes avstream/avshws/avshws.inx | Bin 6028 -> 2905 bytes avstream/avssamp/avssamp.inx | Bin 3278 -> 1567 bytes bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx | Bin 4570 -> 2206 bytes bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx | Bin 4578 -> 2210 bytes bluetooth/serialhcibus/WDK/SerialBusWdk.inx | Bin 4732 -> 2277 bytes filesys/miniFilter/MetadataManager/fmm.inf | Bin 8292 -> 4012 bytes filesys/miniFilter/NameChanger/NameChanger.inf | Bin 9004 -> 4361 bytes filesys/miniFilter/avscan/avscan.inf | Bin 8858 -> 4274 bytes filesys/miniFilter/cancelSafe/cancelSafe.inf | Bin 8792 -> 4262 bytes filesys/miniFilter/cdo/cdo.inf | Bin 8270 -> 4004 bytes filesys/miniFilter/change/change.inf | Bin 7816 -> 3782 bytes filesys/miniFilter/ctx/ctx.inf | Bin 8252 -> 3993 bytes filesys/miniFilter/delete/delete.inf | Bin 8084 -> 3913 bytes filesys/miniFilter/minispy/minispy.inf | Bin 9920 -> 4817 bytes filesys/miniFilter/nullFilter/nullFilter.inf | Bin 7928 -> 3836 bytes filesys/miniFilter/passThrough/passThrough.inf | Bin 8116 -> 3930 bytes filesys/miniFilter/scanner/scanner.inf | Bin 8340 -> 4035 bytes filesys/miniFilter/simrep/simrep.inf | Bin 9280 -> 4496 bytes filesys/miniFilter/swapBuffers/swapBuffers.inf | Bin 8270 -> 4005 bytes .../osrfx2_DCHU_base/osrfx2_DCHU_base.inx | Bin 7898 -> 3827 bytes .../osrfx2_DCHU_component/osrfx2_DCHU_component.inx | Bin 3386 -> 1628 bytes .../osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx | Bin 3020 -> 1455 bytes .../osrfx2_DCHU_component/osrfx2_DCHU_component.inx | Bin 3386 -> 1628 bytes .../osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx | Bin 2994 -> 1442 bytes general/PLX9x5x/sys/pci9x5x.inx | Bin 5334 -> 2574 bytes .../SimpleMediaSourceDriver.inf | Bin 6768 -> 3283 bytes general/echo/kmdf/driver/AutoSync/echo.inx | Bin 4138 -> 1981 bytes general/echo/kmdf/driver/DriverSync/echo_2.inx | Bin 4272 -> 2047 bytes general/echo/umdf2/driver/AutoSync/echoum.inx | Bin 4596 -> 2198 bytes general/pcidrv/kmdf/genpci.inx | Bin 6258 -> 3028 bytes .../toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx | Bin 4794 -> 2309 bytes .../toaster/toastDrv/kmdf/bus/static/statbus.inx | Bin 4696 -> 2260 bytes general/toaster/toastDrv/kmdf/filter/filter.inx | Bin 6262 -> 3016 bytes .../toastDrv/kmdf/func/featured/wdffeatured.inx | Bin 5076 -> 2442 bytes .../toaster/toastDrv/kmdf/func/simple/wdfsimple.inx | Bin 6070 -> 2935 bytes .../toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx | Bin 3964 -> 1898 bytes general/toaster/umdf2/filter/generic/filterum.inx | Bin 4586 -> 2197 bytes .../toaster/umdf2/func/featured/wdffeaturedum.inx | Bin 4730 -> 2267 bytes general/toaster/umdf2/func/simple/wdfsimpleum.inx | Bin 4606 -> 2206 bytes gnss/gnssUmdf/gnssUmdf.inf | Bin 2672 -> 1275 bytes gpio/samples/simdevice/kmdf/simdevice.inx | Bin 3068 -> 1462 bytes gpio/samples/simdevice/umdf/simdeviceumdf.inx | Bin 3444 -> 1652 bytes gpio/samples/simgpio/simgpio.inx | Bin 3714 -> 1776 bytes gpio/samples/simgpio_i2c/simgpio_i2c.inx | Bin 3786 -> 1812 bytes hid/firefly/driver/firefly.inx | Bin 6552 -> 3155 bytes hid/hidusbfx2/sys/hidusbfx2.inx | Bin 7642 -> 3686 bytes hid/vhidmini2/driver/kmdf/vhidmini.inx | Bin 4072 -> 1945 bytes hid/vhidmini2/driver/umdf2/VhidminiUm.inx | Bin 4588 -> 2200 bytes input/kbfiltr/sys/kbfiltr.inx | Bin 4976 -> 2362 bytes input/moufiltr/moufiltr.inx | Bin 4952 -> 2350 bytes network/modem/fakemodem/mdmfake.inx | Bin 24280 -> 11875 bytes .../ndis/extension/samples/forward/msforwardext.inf | Bin 5048 -> 2442 bytes .../samples/passthrough/mspassthroughext.inf | Bin 5218 -> 2529 bytes network/ndis/filter/netlwf.inf | Bin 19952 -> 9749 bytes network/ndis/mux/driver/60/mux_mp.inf | Bin 7718 -> 3736 bytes network/ndis/mux/driver/60/muxp.inf | Bin 7380 -> 3564 bytes network/ndis/ndisprot/6x/sys/60/ndisprot60.inf | Bin 7168 -> 3475 bytes network/ndis/ndisprot/6x/sys/630/ndisprot630.inf | Bin 8974 -> 4363 bytes network/ndis/ndisprot_kmdf/60/ndisprot.inx | Bin 13478 -> 6557 bytes network/ndis/netvmini/6x/60/netvmini60.inf | Bin 6470 -> 3138 bytes network/ndis/netvmini/6x/620/netvmini620.inf | Bin 11196 -> 5460 bytes network/ndis/netvmini/6x/630/netvmini630.inf | Bin 12318 -> 6011 bytes network/ndis/netvmini/6x/680/netvmini680.inf | Bin 12314 -> 6010 bytes network/trans/inspect/sys/inspect.inf | Bin 3944 -> 1919 bytes network/trans/msnmntr/sys/msnmntr.inf | Bin 3172 -> 1538 bytes .../WDI/PLATFORM/WinInf/SDIO/x64/netrtwlans.inf | Bin 74380 -> 36123 bytes network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.inf | Bin 8266 -> 4013 bytes .../windows-drivertemplate-nfc.inf | Bin 3316 -> 1595 bytes pofx/PEP/acpi/sampleacpipep.inx | Bin 4270 -> 2053 bytes .../SingleComp/SingleComponentSingleStateUm.inx | Bin 4262 -> 2040 bytes pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx | Bin 3608 -> 1726 bytes .../SingleComp/SingleComponentFStateSample.inx | Bin 5090 -> 2456 bytes .../SampleMagneticStripeReaderDrv.inf | Bin 3040 -> 1458 bytes .../barcodescanner/SampleBarcodeScannerDrv.inf | Bin 2912 -> 1394 bytes prm/PrmFunc/prmfuncsample.inf | Bin 2780 -> 1334 bytes sd/miniport/sdhc/sdhc.inx | Bin 7856 -> 3752 bytes sensors/ADXL345Acc/ADXL345Acc.inx | Bin 4398 -> 2114 bytes sensors/Activity/Activity.inx | Bin 4250 -> 2038 bytes sensors/CustomSensors/CustomSensors.inx | Bin 4524 -> 2175 bytes sensors/Fusion/FusionSensor.inx | Bin 4458 -> 2142 bytes sensors/Pedometer/Pedometer.inx | Bin 4302 -> 2064 bytes sensors/SensorsComboDriver/SensorsComboDriver.inx | Bin 4746 -> 2289 bytes .../SimpleDeviceOrientationSensor.inx | Bin 5444 -> 2635 bytes serial/VirtualSerial2/ComPort/virtualserial2um.inx | Bin 6316 -> 3053 bytes serial/VirtualSerial2/FakeModem/fakemodem2um.inx | Bin 16818 -> 8209 bytes serial/serial/serial.inx | Bin 5586 -> 2696 bytes simbatt/func/simbatt.inx | Bin 3946 -> 1891 bytes smartcrd/pscr/pscr.inx | Bin 6898 -> 3322 bytes spb/SkeletonI2C/skeletoni2c.inx | Bin 3914 -> 1883 bytes spb/SpbTestTool/sys/spbtesttool.inx | Bin 4846 -> 2334 bytes storage/msdsm/src/SampleDSM.inf | Bin 4388 -> 2108 bytes thermal/simsensor/simsensor.inf | Bin 5570 -> 2689 bytes thermal/thermalclient/simtc.inf | Bin 3860 -> 1852 bytes .../DV-FailDriver-WDM/driver/defect_toastmon.inf | Bin 3674 -> 1765 bytes usb/UcmCxUcsi/UcmCxUcsi.inf | Bin 3940 -> 1896 bytes .../UcmTcpciCxClientSample.inf | Bin 3352 -> 1616 bytes .../UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf | Bin 3250 -> 1563 bytes usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx | Bin 5330 -> 2567 bytes usb/kmdf_fx2/driver/osrusbfx2.inx | Bin 7006 -> 3386 bytes usb/ufxclientsample/UfxClientSample.inx | Bin 4470 -> 2156 bytes usb/umdf2_fx2/driver/osrusbfx2um.inx | Bin 6012 -> 2903 bytes usb/usbsamp/sys/driver/usbsamp.inx | Bin 5820 -> 2812 bytes usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx | Bin 5046 -> 2423 bytes usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx | Bin 5042 -> 2422 bytes usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx | Bin 5042 -> 2422 bytes usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx | Bin 5042 -> 2422 bytes usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx | Bin 5042 -> 2422 bytes .../IddSampleDriver/IddSampleDriver.inf | Bin 4198 -> 2026 bytes wia/ProdScan/ProdScan.inx | Bin 3786 -> 1825 bytes wia/microdrv/testmcro.inx | Bin 3292 -> 1580 bytes wia/wiadriverex/usd/WiaDriver.inx | Bin 7566 -> 3682 bytes wmi/wmisamp/wmisamp.inx | Bin 5212 -> 2501 bytes 119 files changed, 4 insertions(+), 1 deletion(-) (limited to 'network') diff --git a/.gitattributes b/.gitattributes index 84b1bf11..a59c7386 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,6 +24,10 @@ *.vcxproj text eol=crlf *.xaml text eol=crlf +# Declare files that are encoded in UTF-16 +*.inf text diff working-tree-encoding=UTF-16LE-BOM eol=crlf +*.inx text diff working-tree-encoding=UTF-16LE-BOM eol=crlf + ############################################################################### # Set default behavior for command prompt diff. # @@ -32,4 +36,3 @@ # Note: This is only used by command line ############################################################################### *.cs diff=csharp - diff --git a/audio/Acx/Samples/AudioCodec/Driver/AudioCodec.inf b/audio/Acx/Samples/AudioCodec/Driver/AudioCodec.inf index 889f9bdb..0bc5fe23 100644 Binary files a/audio/Acx/Samples/AudioCodec/Driver/AudioCodec.inf and b/audio/Acx/Samples/AudioCodec/Driver/AudioCodec.inf differ diff --git a/audio/simpleaudiosample/Source/Main/SimpleAudioSample.inx b/audio/simpleaudiosample/Source/Main/SimpleAudioSample.inx index d0835f1f..db2b62c1 100644 Binary files a/audio/simpleaudiosample/Source/Main/SimpleAudioSample.inx and b/audio/simpleaudiosample/Source/Main/SimpleAudioSample.inx differ diff --git a/audio/sysvad/TabletAudioSample/ComponentizedApoSample.inx b/audio/sysvad/TabletAudioSample/ComponentizedApoSample.inx index 7c08f86a..2cda2dae 100644 Binary files a/audio/sysvad/TabletAudioSample/ComponentizedApoSample.inx and b/audio/sysvad/TabletAudioSample/ComponentizedApoSample.inx differ diff --git a/audio/sysvad/TabletAudioSample/ComponentizedAudioSample.inx b/audio/sysvad/TabletAudioSample/ComponentizedAudioSample.inx index 1c638273..c6655868 100644 Binary files a/audio/sysvad/TabletAudioSample/ComponentizedAudioSample.inx and b/audio/sysvad/TabletAudioSample/ComponentizedAudioSample.inx differ diff --git a/audio/sysvad/TabletAudioSample/ComponentizedAudioSampleExtension.inx b/audio/sysvad/TabletAudioSample/ComponentizedAudioSampleExtension.inx index 2ce2f6a0..7511017c 100644 Binary files a/audio/sysvad/TabletAudioSample/ComponentizedAudioSampleExtension.inx and b/audio/sysvad/TabletAudioSample/ComponentizedAudioSampleExtension.inx differ diff --git a/avstream/avscamera/sys/avscamera.inx b/avstream/avscamera/sys/avscamera.inx index f75da695..a7c58505 100644 Binary files a/avstream/avscamera/sys/avscamera.inx and b/avstream/avscamera/sys/avscamera.inx differ diff --git a/avstream/avshws/avshws.inx b/avstream/avshws/avshws.inx index 9409635d..a2d94aba 100644 Binary files a/avstream/avshws/avshws.inx and b/avstream/avshws/avshws.inx differ diff --git a/avstream/avssamp/avssamp.inx b/avstream/avssamp/avssamp.inx index c06925ea..0036dc50 100644 Binary files a/avstream/avssamp/avssamp.inx and b/avstream/avssamp/avssamp.inx differ diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx index 6f326ff3..1002f10d 100644 Binary files a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx and b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx differ diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx index 3079c6d0..ea9238e1 100644 Binary files a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx and b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.inx differ diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.inx b/bluetooth/serialhcibus/WDK/SerialBusWdk.inx index 27f70ab6..813c52f1 100644 Binary files a/bluetooth/serialhcibus/WDK/SerialBusWdk.inx and b/bluetooth/serialhcibus/WDK/SerialBusWdk.inx differ diff --git a/filesys/miniFilter/MetadataManager/fmm.inf b/filesys/miniFilter/MetadataManager/fmm.inf index ad231a8c..63f0bd4b 100644 Binary files a/filesys/miniFilter/MetadataManager/fmm.inf and b/filesys/miniFilter/MetadataManager/fmm.inf differ diff --git a/filesys/miniFilter/NameChanger/NameChanger.inf b/filesys/miniFilter/NameChanger/NameChanger.inf index 7c0b2364..b4474bb1 100644 Binary files a/filesys/miniFilter/NameChanger/NameChanger.inf and b/filesys/miniFilter/NameChanger/NameChanger.inf differ diff --git a/filesys/miniFilter/avscan/avscan.inf b/filesys/miniFilter/avscan/avscan.inf index cfc9c9ab..8c1e329d 100644 Binary files a/filesys/miniFilter/avscan/avscan.inf and b/filesys/miniFilter/avscan/avscan.inf differ diff --git a/filesys/miniFilter/cancelSafe/cancelSafe.inf b/filesys/miniFilter/cancelSafe/cancelSafe.inf index 69d0ccf1..5367e66e 100644 Binary files a/filesys/miniFilter/cancelSafe/cancelSafe.inf and b/filesys/miniFilter/cancelSafe/cancelSafe.inf differ diff --git a/filesys/miniFilter/cdo/cdo.inf b/filesys/miniFilter/cdo/cdo.inf index cdac24d9..37af1d59 100644 Binary files a/filesys/miniFilter/cdo/cdo.inf and b/filesys/miniFilter/cdo/cdo.inf differ diff --git a/filesys/miniFilter/change/change.inf b/filesys/miniFilter/change/change.inf index e7da4250..6a1923d2 100644 Binary files a/filesys/miniFilter/change/change.inf and b/filesys/miniFilter/change/change.inf differ diff --git a/filesys/miniFilter/ctx/ctx.inf b/filesys/miniFilter/ctx/ctx.inf index 8edaf764..bc637613 100644 Binary files a/filesys/miniFilter/ctx/ctx.inf and b/filesys/miniFilter/ctx/ctx.inf differ diff --git a/filesys/miniFilter/delete/delete.inf b/filesys/miniFilter/delete/delete.inf index da348874..e0c8c04c 100644 Binary files a/filesys/miniFilter/delete/delete.inf and b/filesys/miniFilter/delete/delete.inf differ diff --git a/filesys/miniFilter/minispy/minispy.inf b/filesys/miniFilter/minispy/minispy.inf index 60eb8684..a368bd75 100644 Binary files a/filesys/miniFilter/minispy/minispy.inf and b/filesys/miniFilter/minispy/minispy.inf differ diff --git a/filesys/miniFilter/nullFilter/nullFilter.inf b/filesys/miniFilter/nullFilter/nullFilter.inf index c04e9f06..1fffa028 100644 Binary files a/filesys/miniFilter/nullFilter/nullFilter.inf and b/filesys/miniFilter/nullFilter/nullFilter.inf differ diff --git a/filesys/miniFilter/passThrough/passThrough.inf b/filesys/miniFilter/passThrough/passThrough.inf index 129a2ab6..f77c3e4c 100644 Binary files a/filesys/miniFilter/passThrough/passThrough.inf and b/filesys/miniFilter/passThrough/passThrough.inf differ diff --git a/filesys/miniFilter/scanner/scanner.inf b/filesys/miniFilter/scanner/scanner.inf index d7bf6256..b7c3ac9e 100644 Binary files a/filesys/miniFilter/scanner/scanner.inf and b/filesys/miniFilter/scanner/scanner.inf differ diff --git a/filesys/miniFilter/simrep/simrep.inf b/filesys/miniFilter/simrep/simrep.inf index 8eea42ce..76aa1f0c 100644 Binary files a/filesys/miniFilter/simrep/simrep.inf and b/filesys/miniFilter/simrep/simrep.inf differ diff --git a/filesys/miniFilter/swapBuffers/swapBuffers.inf b/filesys/miniFilter/swapBuffers/swapBuffers.inf index 0aab9452..e5acbdd3 100644 Binary files a/filesys/miniFilter/swapBuffers/swapBuffers.inf and b/filesys/miniFilter/swapBuffers/swapBuffers.inf differ diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.inx b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.inx index 39bd5468..eca5c5cc 100644 Binary files a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.inx and b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/osrfx2_DCHU_base.inx differ diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.inx b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.inx index 045fc91f..cc9e43a9 100644 Binary files a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.inx and b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.inx differ diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx index a762b235..d824d08b 100644 Binary files a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx and b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx differ diff --git a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_component/osrfx2_DCHU_component.inx b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_component/osrfx2_DCHU_component.inx index 045fc91f..cc9e43a9 100644 Binary files a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_component/osrfx2_DCHU_component.inx and b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_component/osrfx2_DCHU_component.inx differ diff --git a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx index 17670efa..a8f2a505 100644 Binary files a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx and b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.inx differ diff --git a/general/PLX9x5x/sys/pci9x5x.inx b/general/PLX9x5x/sys/pci9x5x.inx index 8fdb2eea..0d98041d 100644 Binary files a/general/PLX9x5x/sys/pci9x5x.inx and b/general/PLX9x5x/sys/pci9x5x.inx differ diff --git a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf index d9f05402..aa21c882 100644 Binary files a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf and b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf differ diff --git a/general/echo/kmdf/driver/AutoSync/echo.inx b/general/echo/kmdf/driver/AutoSync/echo.inx index cd83b6c0..60be19a8 100644 Binary files a/general/echo/kmdf/driver/AutoSync/echo.inx and b/general/echo/kmdf/driver/AutoSync/echo.inx differ diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.inx b/general/echo/kmdf/driver/DriverSync/echo_2.inx index b4cf3c25..73987894 100644 Binary files a/general/echo/kmdf/driver/DriverSync/echo_2.inx and b/general/echo/kmdf/driver/DriverSync/echo_2.inx differ diff --git a/general/echo/umdf2/driver/AutoSync/echoum.inx b/general/echo/umdf2/driver/AutoSync/echoum.inx index 00320858..9962e6c2 100644 Binary files a/general/echo/umdf2/driver/AutoSync/echoum.inx and b/general/echo/umdf2/driver/AutoSync/echoum.inx differ diff --git a/general/pcidrv/kmdf/genpci.inx b/general/pcidrv/kmdf/genpci.inx index f8581414..1c474ca2 100644 Binary files a/general/pcidrv/kmdf/genpci.inx and b/general/pcidrv/kmdf/genpci.inx differ diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx index f557b6e3..e42b1969 100644 Binary files a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx and b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx differ diff --git a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx index 094bce09..8f433735 100644 Binary files a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx and b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx differ diff --git a/general/toaster/toastDrv/kmdf/filter/filter.inx b/general/toaster/toastDrv/kmdf/filter/filter.inx index 8a2ca006..31c6cf93 100644 Binary files a/general/toaster/toastDrv/kmdf/filter/filter.inx and b/general/toaster/toastDrv/kmdf/filter/filter.inx differ diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx index b91edc1b..7310ceb2 100644 Binary files a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx and b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx differ diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx index 549f20e1..203e251f 100644 Binary files a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx and b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx differ diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx index 0c1a410b..384344c0 100644 Binary files a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx and b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx differ diff --git a/general/toaster/umdf2/filter/generic/filterum.inx b/general/toaster/umdf2/filter/generic/filterum.inx index e7e04b65..fad4882d 100644 Binary files a/general/toaster/umdf2/filter/generic/filterum.inx and b/general/toaster/umdf2/filter/generic/filterum.inx differ diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.inx b/general/toaster/umdf2/func/featured/wdffeaturedum.inx index 7b5f9c07..f93fcf91 100644 Binary files a/general/toaster/umdf2/func/featured/wdffeaturedum.inx and b/general/toaster/umdf2/func/featured/wdffeaturedum.inx differ diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.inx b/general/toaster/umdf2/func/simple/wdfsimpleum.inx index e07cf3a1..10f52074 100644 Binary files a/general/toaster/umdf2/func/simple/wdfsimpleum.inx and b/general/toaster/umdf2/func/simple/wdfsimpleum.inx differ diff --git a/gnss/gnssUmdf/gnssUmdf.inf b/gnss/gnssUmdf/gnssUmdf.inf index b7f3363e..e3815c9e 100644 Binary files a/gnss/gnssUmdf/gnssUmdf.inf and b/gnss/gnssUmdf/gnssUmdf.inf differ diff --git a/gpio/samples/simdevice/kmdf/simdevice.inx b/gpio/samples/simdevice/kmdf/simdevice.inx index c758f27a..cdb02c81 100644 Binary files a/gpio/samples/simdevice/kmdf/simdevice.inx and b/gpio/samples/simdevice/kmdf/simdevice.inx differ diff --git a/gpio/samples/simdevice/umdf/simdeviceumdf.inx b/gpio/samples/simdevice/umdf/simdeviceumdf.inx index 587cd604..1cfda2e7 100644 Binary files a/gpio/samples/simdevice/umdf/simdeviceumdf.inx and b/gpio/samples/simdevice/umdf/simdeviceumdf.inx differ diff --git a/gpio/samples/simgpio/simgpio.inx b/gpio/samples/simgpio/simgpio.inx index fd8a4c18..7cd926a1 100644 Binary files a/gpio/samples/simgpio/simgpio.inx and b/gpio/samples/simgpio/simgpio.inx differ diff --git a/gpio/samples/simgpio_i2c/simgpio_i2c.inx b/gpio/samples/simgpio_i2c/simgpio_i2c.inx index 7706cfbf..e57a67d3 100644 Binary files a/gpio/samples/simgpio_i2c/simgpio_i2c.inx and b/gpio/samples/simgpio_i2c/simgpio_i2c.inx differ diff --git a/hid/firefly/driver/firefly.inx b/hid/firefly/driver/firefly.inx index caab90fc..aec3a013 100644 Binary files a/hid/firefly/driver/firefly.inx and b/hid/firefly/driver/firefly.inx differ diff --git a/hid/hidusbfx2/sys/hidusbfx2.inx b/hid/hidusbfx2/sys/hidusbfx2.inx index f45b9708..b4944828 100644 Binary files a/hid/hidusbfx2/sys/hidusbfx2.inx and b/hid/hidusbfx2/sys/hidusbfx2.inx differ diff --git a/hid/vhidmini2/driver/kmdf/vhidmini.inx b/hid/vhidmini2/driver/kmdf/vhidmini.inx index e126977f..98ad43ec 100644 Binary files a/hid/vhidmini2/driver/kmdf/vhidmini.inx and b/hid/vhidmini2/driver/kmdf/vhidmini.inx differ diff --git a/hid/vhidmini2/driver/umdf2/VhidminiUm.inx b/hid/vhidmini2/driver/umdf2/VhidminiUm.inx index aa617a3f..92cdd4b9 100644 Binary files a/hid/vhidmini2/driver/umdf2/VhidminiUm.inx and b/hid/vhidmini2/driver/umdf2/VhidminiUm.inx differ diff --git a/input/kbfiltr/sys/kbfiltr.inx b/input/kbfiltr/sys/kbfiltr.inx index 1412bc67..c489caf0 100644 Binary files a/input/kbfiltr/sys/kbfiltr.inx and b/input/kbfiltr/sys/kbfiltr.inx differ diff --git a/input/moufiltr/moufiltr.inx b/input/moufiltr/moufiltr.inx index c3cf47c4..92aea951 100644 Binary files a/input/moufiltr/moufiltr.inx and b/input/moufiltr/moufiltr.inx differ diff --git a/network/modem/fakemodem/mdmfake.inx b/network/modem/fakemodem/mdmfake.inx index ea95a9ad..29629983 100644 Binary files a/network/modem/fakemodem/mdmfake.inx and b/network/modem/fakemodem/mdmfake.inx differ diff --git a/network/ndis/extension/samples/forward/msforwardext.inf b/network/ndis/extension/samples/forward/msforwardext.inf index 4af1b0fb..be4d37dc 100644 Binary files a/network/ndis/extension/samples/forward/msforwardext.inf and b/network/ndis/extension/samples/forward/msforwardext.inf differ diff --git a/network/ndis/extension/samples/passthrough/mspassthroughext.inf b/network/ndis/extension/samples/passthrough/mspassthroughext.inf index 8339e7c8..71ecfbe8 100644 Binary files a/network/ndis/extension/samples/passthrough/mspassthroughext.inf and b/network/ndis/extension/samples/passthrough/mspassthroughext.inf differ diff --git a/network/ndis/filter/netlwf.inf b/network/ndis/filter/netlwf.inf index e59b56fb..42a80912 100644 Binary files a/network/ndis/filter/netlwf.inf and b/network/ndis/filter/netlwf.inf differ diff --git a/network/ndis/mux/driver/60/mux_mp.inf b/network/ndis/mux/driver/60/mux_mp.inf index f216ac16..5c0944bb 100644 Binary files a/network/ndis/mux/driver/60/mux_mp.inf and b/network/ndis/mux/driver/60/mux_mp.inf differ diff --git a/network/ndis/mux/driver/60/muxp.inf b/network/ndis/mux/driver/60/muxp.inf index f9c4c04e..ea09e77d 100644 Binary files a/network/ndis/mux/driver/60/muxp.inf and b/network/ndis/mux/driver/60/muxp.inf differ diff --git a/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf b/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf index bae3936c..7022c0e6 100644 Binary files a/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf and b/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf differ diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf index c5d7adb6..6a3e7da1 100644 Binary files a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf and b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf differ diff --git a/network/ndis/ndisprot_kmdf/60/ndisprot.inx b/network/ndis/ndisprot_kmdf/60/ndisprot.inx index ecd932c1..1c5762f1 100644 Binary files a/network/ndis/ndisprot_kmdf/60/ndisprot.inx and b/network/ndis/ndisprot_kmdf/60/ndisprot.inx differ diff --git a/network/ndis/netvmini/6x/60/netvmini60.inf b/network/ndis/netvmini/6x/60/netvmini60.inf index 63382e9b..31361685 100644 Binary files a/network/ndis/netvmini/6x/60/netvmini60.inf and b/network/ndis/netvmini/6x/60/netvmini60.inf differ diff --git a/network/ndis/netvmini/6x/620/netvmini620.inf b/network/ndis/netvmini/6x/620/netvmini620.inf index 4dc1c9b6..f2ece226 100644 Binary files a/network/ndis/netvmini/6x/620/netvmini620.inf and b/network/ndis/netvmini/6x/620/netvmini620.inf differ diff --git a/network/ndis/netvmini/6x/630/netvmini630.inf b/network/ndis/netvmini/6x/630/netvmini630.inf index eb7d61c8..40db5135 100644 Binary files a/network/ndis/netvmini/6x/630/netvmini630.inf and b/network/ndis/netvmini/6x/630/netvmini630.inf differ diff --git a/network/ndis/netvmini/6x/680/netvmini680.inf b/network/ndis/netvmini/6x/680/netvmini680.inf index 4160c520..5da91049 100644 Binary files a/network/ndis/netvmini/6x/680/netvmini680.inf and b/network/ndis/netvmini/6x/680/netvmini680.inf differ diff --git a/network/trans/inspect/sys/inspect.inf b/network/trans/inspect/sys/inspect.inf index cf7f7e76..1a1aa466 100644 Binary files a/network/trans/inspect/sys/inspect.inf and b/network/trans/inspect/sys/inspect.inf differ diff --git a/network/trans/msnmntr/sys/msnmntr.inf b/network/trans/msnmntr/sys/msnmntr.inf index 38589761..e3ec3563 100644 Binary files a/network/trans/msnmntr/sys/msnmntr.inf and b/network/trans/msnmntr/sys/msnmntr.inf differ diff --git a/network/wlan/WDI/PLATFORM/WinInf/SDIO/x64/netrtwlans.inf b/network/wlan/WDI/PLATFORM/WinInf/SDIO/x64/netrtwlans.inf index e7753ef3..4640bc85 100644 Binary files a/network/wlan/WDI/PLATFORM/WinInf/SDIO/x64/netrtwlans.inf and b/network/wlan/WDI/PLATFORM/WinInf/SDIO/x64/netrtwlans.inf differ diff --git a/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.inf b/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.inf index 48f893c6..496e5c6a 100644 Binary files a/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.inf and b/network/wwan/cxwmbclass/cxwmbclass/cxwmbclass.inf differ diff --git a/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.inf b/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.inf index 5d1afa6e..38d5d022 100644 Binary files a/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.inf and b/nfc/NfcCxSample/windows-drivertemplate-nfc/windows-drivertemplate-nfc.inf differ diff --git a/pofx/PEP/acpi/sampleacpipep.inx b/pofx/PEP/acpi/sampleacpipep.inx index 9f93ad5b..94063ad0 100644 Binary files a/pofx/PEP/acpi/sampleacpipep.inx and b/pofx/PEP/acpi/sampleacpipep.inx differ diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx index ffdf5414..2a8dffc1 100644 Binary files a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx and b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx differ diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx index 4642ce27..5bd9ee1c 100644 Binary files a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx and b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.inx differ diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx index adaa2411..7f99b48c 100644 Binary files a/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx and b/pofx/WDF/Driver/SingleComp/SingleComponentFStateSample.inx differ diff --git a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.inf b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.inf index 1dbdcc58..94a9bd03 100644 Binary files a/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.inf and b/pos/drivers/MagneticStripeReader/SampleMagneticStripeReaderDrv.inf differ diff --git a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.inf b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.inf index 28a173ea..835a550a 100644 Binary files a/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.inf and b/pos/drivers/barcodescanner/SampleBarcodeScannerDrv.inf differ diff --git a/prm/PrmFunc/prmfuncsample.inf b/prm/PrmFunc/prmfuncsample.inf index bdd78384..f583ca59 100644 Binary files a/prm/PrmFunc/prmfuncsample.inf and b/prm/PrmFunc/prmfuncsample.inf differ diff --git a/sd/miniport/sdhc/sdhc.inx b/sd/miniport/sdhc/sdhc.inx index 50026a87..379978b1 100644 Binary files a/sd/miniport/sdhc/sdhc.inx and b/sd/miniport/sdhc/sdhc.inx differ diff --git a/sensors/ADXL345Acc/ADXL345Acc.inx b/sensors/ADXL345Acc/ADXL345Acc.inx index 73fd9d97..a2f05fb6 100644 Binary files a/sensors/ADXL345Acc/ADXL345Acc.inx and b/sensors/ADXL345Acc/ADXL345Acc.inx differ diff --git a/sensors/Activity/Activity.inx b/sensors/Activity/Activity.inx index 5d111d86..7570a42c 100644 Binary files a/sensors/Activity/Activity.inx and b/sensors/Activity/Activity.inx differ diff --git a/sensors/CustomSensors/CustomSensors.inx b/sensors/CustomSensors/CustomSensors.inx index 86438b0d..ff288b6f 100644 Binary files a/sensors/CustomSensors/CustomSensors.inx and b/sensors/CustomSensors/CustomSensors.inx differ diff --git a/sensors/Fusion/FusionSensor.inx b/sensors/Fusion/FusionSensor.inx index 44d590c4..21419ef8 100644 Binary files a/sensors/Fusion/FusionSensor.inx and b/sensors/Fusion/FusionSensor.inx differ diff --git a/sensors/Pedometer/Pedometer.inx b/sensors/Pedometer/Pedometer.inx index 91a304bf..16a752c2 100644 Binary files a/sensors/Pedometer/Pedometer.inx and b/sensors/Pedometer/Pedometer.inx differ diff --git a/sensors/SensorsComboDriver/SensorsComboDriver.inx b/sensors/SensorsComboDriver/SensorsComboDriver.inx index 699be4de..00c1eebf 100644 Binary files a/sensors/SensorsComboDriver/SensorsComboDriver.inx and b/sensors/SensorsComboDriver/SensorsComboDriver.inx differ diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx index b2ccfaba..9ea73281 100644 Binary files a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx and b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx differ diff --git a/serial/VirtualSerial2/ComPort/virtualserial2um.inx b/serial/VirtualSerial2/ComPort/virtualserial2um.inx index 6679d7ab..f40e466d 100644 Binary files a/serial/VirtualSerial2/ComPort/virtualserial2um.inx and b/serial/VirtualSerial2/ComPort/virtualserial2um.inx differ diff --git a/serial/VirtualSerial2/FakeModem/fakemodem2um.inx b/serial/VirtualSerial2/FakeModem/fakemodem2um.inx index 235bdddd..ecb8f875 100644 Binary files a/serial/VirtualSerial2/FakeModem/fakemodem2um.inx and b/serial/VirtualSerial2/FakeModem/fakemodem2um.inx differ diff --git a/serial/serial/serial.inx b/serial/serial/serial.inx index d6bfc3bb..2b26d20b 100644 Binary files a/serial/serial/serial.inx and b/serial/serial/serial.inx differ diff --git a/simbatt/func/simbatt.inx b/simbatt/func/simbatt.inx index 5aab816a..c628040b 100644 Binary files a/simbatt/func/simbatt.inx and b/simbatt/func/simbatt.inx differ diff --git a/smartcrd/pscr/pscr.inx b/smartcrd/pscr/pscr.inx index ad9040fe..5e62eee6 100644 Binary files a/smartcrd/pscr/pscr.inx and b/smartcrd/pscr/pscr.inx differ diff --git a/spb/SkeletonI2C/skeletoni2c.inx b/spb/SkeletonI2C/skeletoni2c.inx index 056423f9..67ca6582 100644 Binary files a/spb/SkeletonI2C/skeletoni2c.inx and b/spb/SkeletonI2C/skeletoni2c.inx differ diff --git a/spb/SpbTestTool/sys/spbtesttool.inx b/spb/SpbTestTool/sys/spbtesttool.inx index baf82127..b52c4ccc 100644 Binary files a/spb/SpbTestTool/sys/spbtesttool.inx and b/spb/SpbTestTool/sys/spbtesttool.inx differ diff --git a/storage/msdsm/src/SampleDSM.inf b/storage/msdsm/src/SampleDSM.inf index a820c7ec..f0dbb34d 100644 Binary files a/storage/msdsm/src/SampleDSM.inf and b/storage/msdsm/src/SampleDSM.inf differ diff --git a/thermal/simsensor/simsensor.inf b/thermal/simsensor/simsensor.inf index 2b9a4394..f1aa5512 100644 Binary files a/thermal/simsensor/simsensor.inf and b/thermal/simsensor/simsensor.inf differ diff --git a/thermal/thermalclient/simtc.inf b/thermal/thermalclient/simtc.inf index 7c27c1d2..e015a83c 100644 Binary files a/thermal/thermalclient/simtc.inf and b/thermal/thermalclient/simtc.inf differ diff --git a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf index edb7ee89..e577f586 100644 Binary files a/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf and b/tools/dv/samples/DV-FailDriver-WDM/driver/defect_toastmon.inf differ diff --git a/usb/UcmCxUcsi/UcmCxUcsi.inf b/usb/UcmCxUcsi/UcmCxUcsi.inf index 661424db..e238ba06 100644 Binary files a/usb/UcmCxUcsi/UcmCxUcsi.inf and b/usb/UcmCxUcsi/UcmCxUcsi.inf differ diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf index 5a526ab9..6ee60372 100644 Binary files a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf and b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf differ diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf index c52e7865..39b3c16a 100644 Binary files a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf and b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf differ diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx index d9d1366b..eb3c3c4b 100644 Binary files a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx and b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx differ diff --git a/usb/kmdf_fx2/driver/osrusbfx2.inx b/usb/kmdf_fx2/driver/osrusbfx2.inx index 1185053e..b30e6dc9 100644 Binary files a/usb/kmdf_fx2/driver/osrusbfx2.inx and b/usb/kmdf_fx2/driver/osrusbfx2.inx differ diff --git a/usb/ufxclientsample/UfxClientSample.inx b/usb/ufxclientsample/UfxClientSample.inx index 01c37a10..357bf788 100644 Binary files a/usb/ufxclientsample/UfxClientSample.inx and b/usb/ufxclientsample/UfxClientSample.inx differ diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.inx b/usb/umdf2_fx2/driver/osrusbfx2um.inx index 737295b0..de08b136 100644 Binary files a/usb/umdf2_fx2/driver/osrusbfx2um.inx and b/usb/umdf2_fx2/driver/osrusbfx2um.inx differ diff --git a/usb/usbsamp/sys/driver/usbsamp.inx b/usb/usbsamp/sys/driver/usbsamp.inx index 57dc4bf3..1dfa8473 100644 Binary files a/usb/usbsamp/sys/driver/usbsamp.inx and b/usb/usbsamp/sys/driver/usbsamp.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx index 0fc45d1a..3d5fe521 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx index f7e12d74..4805bc9c 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx index f7e12d74..4805bc9c 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx index f7e12d74..4805bc9c 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx index f7e12d74..4805bc9c 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx differ diff --git a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.inf b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.inf index dc63f6ad..4edee6b8 100644 Binary files a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.inf and b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.inf differ diff --git a/wia/ProdScan/ProdScan.inx b/wia/ProdScan/ProdScan.inx index 6e8036ef..f27b79b9 100644 Binary files a/wia/ProdScan/ProdScan.inx and b/wia/ProdScan/ProdScan.inx differ diff --git a/wia/microdrv/testmcro.inx b/wia/microdrv/testmcro.inx index 86e3d220..3d084142 100644 Binary files a/wia/microdrv/testmcro.inx and b/wia/microdrv/testmcro.inx differ diff --git a/wia/wiadriverex/usd/WiaDriver.inx b/wia/wiadriverex/usd/WiaDriver.inx index 5d394e80..f527cde2 100644 Binary files a/wia/wiadriverex/usd/WiaDriver.inx and b/wia/wiadriverex/usd/WiaDriver.inx differ diff --git a/wmi/wmisamp/wmisamp.inx b/wmi/wmisamp/wmisamp.inx index bdf4152f..3b6250b9 100644 Binary files a/wmi/wmisamp/wmisamp.inx and b/wmi/wmisamp/wmisamp.inx differ -- cgit v1.3.1 From 6f1d71fc66f007e50f2eaa96afd2f0dd78e58d56 Mon Sep 17 00:00:00 2001 From: taj0207 Date: Mon, 8 Jul 2024 08:13:17 -0700 Subject: update with codel fix --- network/wwan/cxwmbclass/datapipe.cpp | 4 +++- network/wwan/cxwmbclass/inc/util.h | 14 ++++++-------- network/wwan/cxwmbclass/utils.cpp | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'network') diff --git a/network/wwan/cxwmbclass/datapipe.cpp b/network/wwan/cxwmbclass/datapipe.cpp index 4452b761..b753a9e9 100644 --- a/network/wwan/cxwmbclass/datapipe.cpp +++ b/network/wwan/cxwmbclass/datapipe.cpp @@ -428,6 +428,7 @@ MbbBusWriteData(__in MBB_BUS_HANDLE BusHandle, __in MBB_REQUEST_HANDLE RequestHa WDFMEMORY BufferMemoryObject = NULL; WDFREQUEST WriteRequestZLP = NULL; PUSB_WRITE_REQ_CONTEXT writeContextZLP = NULL; + NTSTATUS ZlpStatus; usbDeviceContext = GetUsbDeviceContext(BusObject->WdfUsbDevice); @@ -641,7 +642,7 @@ MbbBusWriteData(__in MBB_BUS_HANDLE BusHandle, __in MBB_REQUEST_HANDLE RequestHa if (WriteRequestZLP != NULL) { - NTSTATUS ZlpStatus; + Status = WdfUsbTargetPipeFormatRequestForWrite(usbDeviceContext->BulkOutputPipe, WriteRequestZLP, NULL, NULL); if (!NT_SUCCESS(Status)) @@ -696,6 +697,7 @@ Cleanup: if (WriteRequestZLP != NULL) { + Status = ZlpStatus; FreeWriteRequest(BusObject->WdfUsbDevice, WriteRequestZLP); WriteRequestZLP = NULL; } diff --git a/network/wwan/cxwmbclass/inc/util.h b/network/wwan/cxwmbclass/inc/util.h index 12d166b4..e55c07e0 100644 --- a/network/wwan/cxwmbclass/inc/util.h +++ b/network/wwan/cxwmbclass/inc/util.h @@ -2,14 +2,12 @@ // Copyright (C) Microsoft. All rights reserved. // #pragma once -typedef enum -{ - MbbPoolTagDefault = '0CBM', - MbbPoolTagNtbSend = '1CBM', - MbbPoolTagNblSend = '2CBM', - MbbPoolTagNbSend = '3CBM', - MbbPoolTagMdlReceive = '6CBM' -} MBB_POOL_TAG; + +#define MbbPoolTagDefault '0CBM' +#define MbbPoolTagNtbSend '1CBM' +#define MbbPoolTagNblSend '2CBM' +#define MbbPoolTagNbSend '3CBM' +#define MbbPoolTagMdlReceive '6CBM' #define ALLOCATE_PAGED_POOL(_y) ExAllocatePool2(POOL_FLAG_PAGED, _y, MbbPoolTagDefault) #define ALLOCATE_NONPAGED_POOL(_y) ExAllocatePool2(POOL_FLAG_NON_PAGED, _y, MbbPoolTagDefault) diff --git a/network/wwan/cxwmbclass/utils.cpp b/network/wwan/cxwmbclass/utils.cpp index ec791ab4..bc74100d 100644 --- a/network/wwan/cxwmbclass/utils.cpp +++ b/network/wwan/cxwmbclass/utils.cpp @@ -248,7 +248,7 @@ MbbBusGetStat(__in MBB_BUS_HANDLE BusHandle, __in USHORT StatIndex, __out ULONGL if (NT_SUCCESS(Status)) { - if (BytesTransfered < sizeof(Value)) + if (BytesTransfered < sizeof(*Value)) { Status = STATUS_INFO_LENGTH_MISMATCH; } -- cgit v1.3.1 From b20980a63d4d35794c5266fef6b96f9199ab83d0 Mon Sep 17 00:00:00 2001 From: Wei Mao Date: Thu, 20 Mar 2025 13:25:54 -0700 Subject: Update samples to use WDF v15+ --- general/ioctl/kmdf/exe/nonpnpapp.vcxproj | 26 ----------- .../ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj | 50 +++++++++++----------- .../WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props | 2 +- 3 files changed, 26 insertions(+), 52 deletions(-) (limited to 'network') diff --git a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj index 83b8dacb..85fb0878 100644 --- a/general/ioctl/kmdf/exe/nonpnpapp.vcxproj +++ b/general/ioctl/kmdf/exe/nonpnpapp.vcxproj @@ -21,8 +21,6 @@ {18A38FF8-1227-4F3B-997B-A83A6E4CFD20} $(MSBuildProjectName) - 1 - 11 Debug x64 {F5414C9C-6CDE-4673-879E-27AD5A30C4C5} @@ -99,20 +97,14 @@ %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 sha256 @@ -124,20 +116,14 @@ %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 sha256 @@ -149,20 +135,14 @@ %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 sha256 @@ -174,20 +154,14 @@ %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 %(AdditionalIncludeDirectories);..\sys - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 sha256 diff --git a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj index 82f995bd..629ce98a 100644 --- a/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj +++ b/network/ndis/ndisprot_kmdf/notifyob/ProtNotify.vcxproj @@ -22,7 +22,7 @@ {E92C4A1E-396E-4CAF-A5DB-44901F07C515} $(MSBuildProjectName) 1 - 11 + 15 false true Debug @@ -213,16 +213,16 @@ - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 ProtNotify.def @@ -230,16 +230,16 @@ - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 ProtNotify.def @@ -247,16 +247,16 @@ - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 ProtNotify.def @@ -264,16 +264,16 @@ - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 - %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=11 - %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.11 + %(PreprocessorDefinitions);KMDF_VERSION_MAJOR=1;KMDF_VERSION_MINOR=15 + %(AdditionalIncludeDirectories);$(WDKContentRoot)\Include\wdf\kmdf\1.15 ProtNotify.def diff --git a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props index 95559b3c..48fb4917 100644 --- a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props +++ b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/n6c_sdio.inc.props @@ -17,7 +17,7 @@ 11 11 - 13 + 15 -DNDIS_MINIPORT_DRIVER -DNDIS60_MINIPORT=1 -DBINARY_COMPATIBLE=0 -DUSE_KLOCKS=1 -DNDIS_MINIPORT_DRIVER -DNDIS60_MINIPORT=1 -DNDIS61_MINIPORT=1 -DNDIS620_MINIPORT=1 -DBINARY_COMPATIBLE=0 -DUSE_KLOCKS=1 -- cgit v1.3.1 From ee60abcd73e358f0a3f25cb5101f981e04a99168 Mon Sep 17 00:00:00 2001 From: Elaine Houha <38798233+houha2@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:36:24 -0700 Subject: Fixes Linker Error for the WFP Samples (#1281) removes inline Co-authored-by: Elaine Houha --- network/trans/WFPSampler/syslib/HelperFunctions_RedirectData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network/trans/WFPSampler/syslib/HelperFunctions_RedirectData.cpp b/network/trans/WFPSampler/syslib/HelperFunctions_RedirectData.cpp index 2671e276..22f08c60 100644 --- a/network/trans/WFPSampler/syslib/HelperFunctions_RedirectData.cpp +++ b/network/trans/WFPSampler/syslib/HelperFunctions_RedirectData.cpp @@ -132,7 +132,7 @@ _IRQL_requires_min_(PASSIVE_LEVEL) _IRQL_requires_max_(DISPATCH_LEVEL) _IRQL_requires_same_ _Success_(*ppRedirectData == 0) -inline VOID KrnlHlprRedirectDataDestroy(_Inout_ REDIRECT_DATA** ppRedirectData) +VOID KrnlHlprRedirectDataDestroy(_Inout_ REDIRECT_DATA** ppRedirectData) { #if DBG -- cgit v1.3.1