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. --- 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 +-------- 74 files changed, 161 insertions(+), 4520 deletions(-) (limited to 'general') 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 -- cgit v1.3.1