From a00c8ca68536a2adf29268e0407958047d3c8bb9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 6 Nov 2020 07:29:25 +0100 Subject: driver: move to subfolder Signed-off-by: Simon Rozman --- driver/driver.vcxproj | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 driver/driver.vcxproj (limited to 'driver/driver.vcxproj') diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj new file mode 100644 index 0000000..cbfed3e --- /dev/null +++ b/driver/driver.vcxproj @@ -0,0 +1,136 @@ + + + + + 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 + + + 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) + + + + + DBG;%(PreprocessorDefinitions) + + + DBG;%(PreprocessorDefinitions) + + + * + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b