|
|
@ -1,38 +1,10 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<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">
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{9DB808DB-1CDD-4787-94DF-52D12E781348}</ProjectGuid>
|
|
|
|
<ProjectGuid>{9DB808DB-1CDD-4787-94DF-52D12E781348}</ProjectGuid>
|
|
|
@ -42,33 +14,9 @@
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
|
|
|
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
|
|
|
<RootNamespace>fdelete_km</RootNamespace>
|
|
|
|
<RootNamespace>fdelete_km</RootNamespace>
|
|
|
|
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
@ -78,38 +26,6 @@
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
|
|
|
<Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
|
|
|
|
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
|
|
|
|
<DriverType>KMDF</DriverType>
|
|
|
|
|
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
</ImportGroup>
|
|
|
@ -118,31 +34,10 @@
|
|
|
|
</ImportGroup>
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup />
|
|
|
|
<PropertyGroup />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
|
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|