From 78156f34166c110fcad47aef166684b8e25ac4fa Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Wed, 22 Jul 2020 19:34:13 -0400 Subject: Add project files. --- driver/driver.vcxproj | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 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..9ebcf31 --- /dev/null +++ b/driver/driver.vcxproj @@ -0,0 +1,133 @@ + + + + + Debug + x64 + + + Release + x64 + + + + {60D6C942-AC20-4C05-A2BE-54B5C966534D} + $(MSBuildProjectName) + 1 + Debug + Win32 + {C3E0B8D8-9BDC-4A02-9E56-773CB59546DB} + $(LatestTargetPlatformVersion) + driver + + + + Windows10 + False + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + true + Spectre + + + Windows10 + True + Universal + KMDF + WindowsKernelModeDriver10.0 + Driver + + + + $(SolutionDir)$(Platform)\$(Configuration)\ + + + + + + + + + + + + rawaccel + false + + + rawaccel + false + + + + false + Level4 + + + stdcpplatest + $(IntDir);%(AdditionalIncludeDirectories);$(SolutionDir)\external;$(MSBuildThisFileDirectory) + + + true + StdCall + AssemblyAndSourceCode + false + false + $(IntDir) + MaxSpeed + AnySuitable + true + Speed + false + true + Guard + Precise + + + + + %(AdditionalLibraryDirectories) + + + %(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib;$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)libcntpr.lib + + + + + false + Level4 + + + /Kernel %(AdditionalOptions) + stdcpplatest + $(IntDir);%(AdditionalIncludeDirectories);$(SolutionDir)\external;$(MSBuildThisFileDirectory) + + + true + Precise + StdCall + + + %(AdditionalLibraryDirectories) + + + %(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib;$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)libcntpr.lib + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3