From dccf2085cb5f97fe82b358e3a0447b765ca706e9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 12 Jul 2021 10:30:44 +0200 Subject: driver: cleanup project file Signed-off-by: Simon Rozman --- driver/driver.vcxproj | 287 +++++++++++++++++++++++--------------------------- 1 file changed, 132 insertions(+), 155 deletions(-) (limited to 'driver/driver.vcxproj') diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj index 3705bff..7d9dd73 100644 --- a/driver/driver.vcxproj +++ b/driver/driver.vcxproj @@ -1,155 +1,132 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {F7679B65-2FEC-469A-8BAC-B07BF4439422} - wintun - $(LatestTargetPlatformVersion) - wintun - - - - WindowsKernelModeDriver10.0 - Driver - WDM - false - true - - - false - - - true - - - Windows7 - - - Windows8 - - - Windows7 - - - Windows10 - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - - - - - - - - - <_ProjectFileVersion>15.0.28127.55 - ..\$(Configuration)\$(WintunPlatform)\$(ProjectName)-intermediate\ - ..\$(ConfigurationName)\$(WintunPlatform)\ - true - - - $(WDKContentRoot)CodeAnalysis\DriverMustFixRules.ruleset - - - AllRules.ruleset - - - - NDIS_MINIPORT_DRIVER=1;NDIS620_MINIPORT=1;NDIS683_MINIPORT=1;NDIS_WDM=1;%(PreprocessorDefinitions) - /volatile:iso %(AdditionalOptions) - true - - - NDIS_MINIPORT_DRIVER=1;NDIS620_MINIPORT=1;NDIS683_MINIPORT=1;NDIS_WDM=1;%(PreprocessorDefinitions) - - - ndis.lib;wdmsec.lib;%(AdditionalDependencies) - - - sha256 - - - - - $(WintunVersion) - - - - - * - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + Debug + ARM + + + Debug + ARM64 + + + Debug + Win32 + + + Debug + x64 + + + Release + ARM + + + Release + ARM64 + + + Release + Win32 + + + Release + x64 + + + + {F7679B65-2FEC-469A-8BAC-B07BF4439422} + wintun + $(LatestTargetPlatformVersion) + wintun + + + + WindowsKernelModeDriver10.0 + Driver + WDM + false + false + true + + + false + + + true + + + Windows7 + + + Windows8 + + + Windows7 + + + Windows10 + + + + + + + + + + + <_ProjectFileVersion>15.0.28127.55 + ..\$(Configuration)\$(WintunPlatform)\$(ProjectName)-intermediate\ + ..\$(ConfigurationName)\$(WintunPlatform)\ + true + + + $(WDKContentRoot)CodeAnalysis\DriverMustFixRules.ruleset + + + AllRules.ruleset + + + + NDIS_MINIPORT_DRIVER=1;NDIS620_MINIPORT=1;NDIS683_MINIPORT=1;NDIS_WDM=1;%(PreprocessorDefinitions) + /volatile:iso %(AdditionalOptions) + true + + + NDIS_MINIPORT_DRIVER=1;NDIS620_MINIPORT=1;NDIS683_MINIPORT=1;NDIS_WDM=1;%(PreprocessorDefinitions) + + + ndis.lib;wdmsec.lib;%(AdditionalDependencies) + + + sha256 + + + + + $(WintunVersion) + + + + + * + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b