2016-08-09 14:21:23 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-09-02 09:36:27 +02:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Debug_NoSign|Win32">
|
|
|
|
<Configuration>Win10Debug_NoSign</Configuration>
|
2014-09-02 09:36:27 +02:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Debug_NoSign|x64">
|
|
|
|
<Configuration>Win10Debug_NoSign</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ProjectConfiguration>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Debug|Win32">
|
|
|
|
<Configuration>Win10Debug</Configuration>
|
2014-09-02 09:36:27 +02:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Debug|x64">
|
|
|
|
<Configuration>Win10Debug</Configuration>
|
2014-09-02 09:36:27 +02:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Release|Win32">
|
|
|
|
<Configuration>Win10Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ProjectConfiguration>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ProjectConfiguration Include="Win10Release|x64">
|
|
|
|
<Configuration>Win10Release</Configuration>
|
2014-09-02 09:36:27 +02:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{A6F48FC7-97E9-48EC-BCDF-1E4F9B43AADD}</ProjectGuid>
|
|
|
|
<TemplateGuid>{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid>
|
2016-08-09 14:21:23 +02:00
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-09-02 09:36:27 +02:00
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
|
<Configuration>Win8 Debug</Configuration>
|
|
|
|
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<RootNamespace>qxldod</RootNamespace>
|
|
|
|
<VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VisualStudioVersion)' == '11.0'">$(VCTargetsPath11)</VCTargetsPath>
|
2016-08-09 14:21:23 +02:00
|
|
|
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="PropertySheets">
|
|
|
|
<ConfigurationType>Driver</ConfigurationType>
|
|
|
|
<DriverType>WDM</DriverType>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-11-03 17:58:56 +01:00
|
|
|
<Import Project="$(MSBuildProjectDirectory)\Version.props" />
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|Win32'" Label="Configuration">
|
|
|
|
<TargetVersion>
|
|
|
|
</TargetVersion>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2016-08-09 14:21:23 +02:00
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|Win32'" Label="Configuration">
|
|
|
|
<TargetVersion />
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2016-08-09 14:21:23 +02:00
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|Win32'" Label="Configuration">
|
|
|
|
<TargetVersion />
|
2014-09-02 09:36:27 +02:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2016-08-09 14:21:23 +02:00
|
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|x64'" Label="Configuration">
|
|
|
|
<TargetVersion>
|
|
|
|
</TargetVersion>
|
2014-09-02 09:36:27 +02:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|x64'" Label="Configuration">
|
|
|
|
<TargetVersion />
|
2014-09-02 09:36:27 +02:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|x64'" Label="Configuration">
|
|
|
|
<TargetVersion>
|
|
|
|
</TargetVersion>
|
2014-09-02 09:36:27 +02:00
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|Win32'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|x64'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|x64'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|x64'">
|
|
|
|
<OutDir>$(SolutionDir)\build\$(Platform)\$(ConfigurationName)\</OutDir>
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
2014-09-02 09:36:27 +02:00
|
|
|
<TargetName>qxldod</TargetName>
|
|
|
|
</PropertyGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|Win32'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-08-09 14:21:23 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>DBG;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
|
|
|
<EnableVerbose>true</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|Win32'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-08-09 14:21:23 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>DBG;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
|
|
|
<EnableVerbose>true</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|Win32'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2017-07-09 09:54:24 +02:00
|
|
|
<WppScanConfigurationData>WppTrace.h</WppScanConfigurationData>
|
|
|
|
<WppEnabled>true</WppEnabled>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X86,6_3_X86</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
2020-07-12 10:01:07 +02:00
|
|
|
<EnableVerbose>false</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug|x64'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-08-09 14:21:23 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>DBG;_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
|
|
|
<EnableVerbose>true</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Debug_NoSign|x64'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-08-09 14:21:23 +02:00
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>DBG;_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
|
|
|
<EnableVerbose>true</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
2016-08-09 14:21:23 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10Release|x64'">
|
2014-09-02 09:36:27 +02:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies);$(DDK_LIB_PATH)\displib.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib</AdditionalDependencies>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH);.\Include</AdditionalIncludeDirectories>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2017-07-09 09:54:24 +02:00
|
|
|
<WppScanConfigurationData>WppTrace.h</WppScanConfigurationData>
|
|
|
|
<WppEnabled>true</WppEnabled>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ClCompile>
|
|
|
|
<PostBuildEvent>
|
2014-12-14 11:47:02 +01:00
|
|
|
<Command>Inf2Cat /driver:$(OutDir) /os:8_X64,Server8_X64,Server6_3_X64,6_3_X64</Command>
|
2014-09-02 09:36:27 +02:00
|
|
|
</PostBuildEvent>
|
2015-03-30 13:55:33 +02:00
|
|
|
<Inf>
|
2020-07-12 10:01:07 +02:00
|
|
|
<EnableVerbose>false</EnableVerbose>
|
2016-08-09 14:21:23 +02:00
|
|
|
<KmdfVersionNumber>
|
|
|
|
</KmdfVersionNumber>
|
|
|
|
<UmdfVersionNumber>
|
|
|
|
</UmdfVersionNumber>
|
2015-03-30 13:55:33 +02:00
|
|
|
</Inf>
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<FilesToPackage Include="$(TargetPath)" />
|
|
|
|
<FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="BaseObject.h" />
|
2016-09-28 13:31:04 +02:00
|
|
|
<ClInclude Include="compat.h" />
|
2014-09-02 09:36:27 +02:00
|
|
|
<ClInclude Include="driver.h" />
|
|
|
|
<ClInclude Include="QxlDod.h" />
|
|
|
|
<ClInclude Include="resource.h" />
|
2017-07-09 09:54:24 +02:00
|
|
|
<ClInclude Include="WppTrace.h" />
|
2014-09-02 09:36:27 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="BaseObject.cpp" />
|
2016-09-28 13:31:04 +02:00
|
|
|
<ClCompile Include="compat.cpp" />
|
2014-09-02 09:36:27 +02:00
|
|
|
<ClCompile Include="driver.cpp" />
|
|
|
|
<ClCompile Include="mspace.c" />
|
|
|
|
<ClCompile Include="QxlDod.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ResourceCompile Include="qxldod.rc" />
|
|
|
|
</ItemGroup>
|
2015-03-30 13:55:33 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Inf Include="qxldod.inx" />
|
|
|
|
</ItemGroup>
|
2014-09-02 09:36:27 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2016-09-08 13:03:56 +02:00
|
|
|
</Project>
|