Skip to content

Commit

Permalink
Initialize push!
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrenyao committed Apr 12, 2018
1 parent 663dde8 commit 11d1b5b
Show file tree
Hide file tree
Showing 44 changed files with 2,472 additions and 0 deletions.
102 changes: 102 additions & 0 deletions DriverProj.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DriverTestXp", "DriverTestXp\DriverTestXp.vcxproj", "{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyDriver", "MyDriver\MyDriver.vcxproj", "{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyDriverApp", "MyDriverApp\MyDriverApp.vcxproj", "{32474DC0-D171-4351-9F25-F53A543A10BF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SSDTHooK", "SSDTHooK\SSDTHooK.vcxproj", "{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}"
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
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|ARM.ActiveCfg = Debug|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|ARM64.ActiveCfg = Debug|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|x64.ActiveCfg = Debug|x64
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|x64.Build.0 = Debug|x64
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|x86.ActiveCfg = Debug|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Debug|x86.Build.0 = Debug|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|ARM.ActiveCfg = Release|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|ARM64.ActiveCfg = Release|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|x64.ActiveCfg = Release|x64
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|x64.Build.0 = Release|x64
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|x86.ActiveCfg = Release|Win32
{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}.Release|x86.Build.0 = Release|Win32
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM.ActiveCfg = Debug|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM.Build.0 = Debug|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM.Deploy.0 = Debug|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM64.ActiveCfg = Debug|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM64.Build.0 = Debug|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|ARM64.Deploy.0 = Debug|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|x64.ActiveCfg = Debug|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|x64.Build.0 = Debug|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|x64.Deploy.0 = Debug|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|x86.ActiveCfg = Debug|Win32
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Debug|x86.Build.0 = Debug|Win32
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM.ActiveCfg = Release|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM.Build.0 = Release|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM.Deploy.0 = Release|ARM
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM64.ActiveCfg = Release|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM64.Build.0 = Release|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|ARM64.Deploy.0 = Release|ARM64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x64.ActiveCfg = Release|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x64.Build.0 = Release|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x64.Deploy.0 = Release|x64
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x86.ActiveCfg = Release|Win32
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x86.Build.0 = Release|Win32
{74C7A5D5-A136-4A45-A760-F6BC7AA9B6EE}.Release|x86.Deploy.0 = Release|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|ARM.ActiveCfg = Debug|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|ARM64.ActiveCfg = Debug|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|x64.ActiveCfg = Debug|x64
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|x64.Build.0 = Debug|x64
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|x86.ActiveCfg = Debug|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|x86.Build.0 = Debug|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Debug|x86.Deploy.0 = Debug|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|ARM.ActiveCfg = Release|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|ARM64.ActiveCfg = Release|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|x64.ActiveCfg = Release|x64
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|x64.Build.0 = Release|x64
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|x86.ActiveCfg = Release|Win32
{32474DC0-D171-4351-9F25-F53A543A10BF}.Release|x86.Build.0 = Release|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM.ActiveCfg = Debug|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM.Build.0 = Debug|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM.Deploy.0 = Debug|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM64.ActiveCfg = Debug|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM64.Build.0 = Debug|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|ARM64.Deploy.0 = Debug|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x64.ActiveCfg = Debug|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x64.Build.0 = Debug|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x64.Deploy.0 = Debug|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x86.ActiveCfg = Debug|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x86.Build.0 = Debug|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Debug|x86.Deploy.0 = Debug|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM.ActiveCfg = Release|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM.Build.0 = Release|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM.Deploy.0 = Release|ARM
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM64.ActiveCfg = Release|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM64.Build.0 = Release|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|ARM64.Deploy.0 = Release|ARM64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x64.ActiveCfg = Release|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x64.Build.0 = Release|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x64.Deploy.0 = Release|x64
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x86.ActiveCfg = Release|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x86.Build.0 = Release|Win32
{0A41F4FF-C33D-4AF6-B68B-EE7B5FD0C5B1}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
88 changes: 88 additions & 0 deletions DriverTestXp/DriverTestXp.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{4DFE341F-92B6-4B8B-BBB4-2DEB7451CD1C}</ProjectGuid>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="driver_build_win32_checked.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath />
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<CompileAsWinRT>false</CompileAsWinRT>
<ExceptionHandling>Async</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<Link>
<RandomizedBaseAddress>true</RandomizedBaseAddress>
</Link>
<Link>
<FixedBaseAddress>false</FixedBaseAddress>
<DataExecutionPrevention>true</DataExecutionPrevention>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="driver.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
11 changes: 11 additions & 0 deletions DriverTestXp/DriverTestXp.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{b627ae08-0fc4-4da5-8bf7-d873d0a24a77}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="driver.cpp" />
</ItemGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
Debug|Win32|F:\Projects\DriverProj\|
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions DriverTestXp/driver.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

#include "private.h"


NTSTATUS DriverEntry(IN DRIVER_OBJECT *DriverObject, IN UNICODE_STRING *RegistryPath)
{
UNREFERENCED_PARAMETER(DriverObject);
UNREFERENCED_PARAMETER(RegistryPath);

KdPrint(("Enter DriverEntry.\n"));

return STATUS_UNSUCCESSFUL;
}
49 changes: 49 additions & 0 deletions DriverTestXp/driver_build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<_X86_ />
</PropertyGroup>
<PropertyGroup>
<OutDir>$(SolutionDir)$(Configuration)\sys\</OutDir>
<TargetExt>.sys</TargetExt>
<IncludePath />
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>D:\WinDDK\7600.16385.1\inc\api;D:\WinDDK\7600.16385.1\inc\crt;D:\WinDDK\7600.16385.1\inc\ddk;D:\WinDDK\7600.16385.1\inc\wdf\kmdf\1.9;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<CompileAsManaged>false</CompileAsManaged>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<EntryPointSymbol>DriverEntry</EntryPointSymbol>
</Link>
<Link>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
</Link>
<Link>
<DataExecutionPrevention>false</DataExecutionPrevention>
<SubSystem>Native</SubSystem>
<Driver>WDM</Driver>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="_X86_">
<Value>$(_X86_)</Value>
</BuildMacro>
</ItemGroup>
</Project>
66 changes: 66 additions & 0 deletions DriverTestXp/driver_build_win32_checked.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<_X86_ />
</PropertyGroup>
<PropertyGroup>
<OutDir>$(SolutionDir)\sys\checked\</OutDir>
<TargetExt>.sys</TargetExt>
<IncludePath />
<IntDir>checked\</IntDir>
<ReferencePath />
<LibraryPath />
<LibraryWPath />
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>D:\WinDDK\7600.16385.1\inc\api;D:\WinDDK\7600.16385.1\inc\crt;D:\WinDDK\7600.16385.1\inc\ddk;D:\WinDDK\7600.16385.1\inc\wdf\kmdf\1.9;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<CompileAsManaged>false</CompileAsManaged>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;_CONSOLE;_X86_;_DDK_;_DEBUG;DBG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<CallingConvention>StdCall</CallingConvention>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>false</SDLCheck>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<MinimalRebuild>false</MinimalRebuild>
<ExceptionHandling>Async</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
</ClCompile>
<Link>
<EntryPointSymbol>DriverEntry</EntryPointSymbol>
</Link>
<Link />
<Link>
<DataExecutionPrevention>false</DataExecutionPrevention>
<SubSystem>Native</SubSystem>
<Driver>Driver</Driver>
<AdditionalDependencies>ntoskrnl.lib</AdditionalDependencies>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
<EnableUAC>false</EnableUAC>
<AdditionalLibraryDirectories>D:\WinDDK\7600.16385.1\lib\wxp\i386;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="_X86_">
<Value>$(_X86_)</Value>
</BuildMacro>
</ItemGroup>
</Project>
49 changes: 49 additions & 0 deletions DriverTestXp/driver_build_win32_free.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<_X86_ />
</PropertyGroup>
<PropertyGroup>
<OutDir>$(SolutionDir)$(Configuration)\sys\</OutDir>
<TargetExt>.sys</TargetExt>
<IncludePath />
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>D:\WinDDK\7600.16385.1\inc\api;D:\WinDDK\7600.16385.1\inc\crt;D:\WinDDK\7600.16385.1\inc\ddk;D:\WinDDK\7600.16385.1\inc\wdf\kmdf\1.9;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<CompileAsManaged>false</CompileAsManaged>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<EntryPointSymbol>DriverEntry</EntryPointSymbol>
</Link>
<Link>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
</Link>
<Link>
<DataExecutionPrevention>false</DataExecutionPrevention>
<SubSystem>Native</SubSystem>
<Driver>WDM</Driver>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="_X86_">
<Value>$(_X86_)</Value>
</BuildMacro>
</ItemGroup>
</Project>
Loading

0 comments on commit 11d1b5b

Please sign in to comment.