279 lines
14 KiB
XML
279 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Win10_Debug|Win32">
|
|
<Configuration>Win10_Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win10_Release|Win32">
|
|
<Configuration>Win10_Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win10_Debug|x64">
|
|
<Configuration>Win10_Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win10_Release|x64">
|
|
<Configuration>Win10_Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win7_Debug|Win32">
|
|
<Configuration>Win7_Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win7_Debug|x64">
|
|
<Configuration>Win7_Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win7_Release|Win32">
|
|
<Configuration>Win7_Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Win7_Release|x64">
|
|
<Configuration>Win7_Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{8A516BCB-685A-4A46-A298-A477F804273A}</ProjectGuid>
|
|
<TemplateGuid>{1bc93793-694f-48fe-9372-81e2b05556fd}</TemplateGuid>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
|
|
<Configuration>Debug</Configuration>
|
|
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
|
<RootNamespace>libxdma</RootNamespace>
|
|
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|Win32'" Label="Configuration">
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|Win32'" Label="Configuration">
|
|
<TargetVersion>Windows7</TargetVersion>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
|
|
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
|
|
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|Win32'" Label="Configuration">
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|Win32'" Label="Configuration">
|
|
<TargetVersion>Windows7</TargetVersion>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
|
|
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
|
|
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|x64'" Label="Configuration">
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|x64'" Label="Configuration">
|
|
<TargetVersion>Windows7</TargetVersion>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
|
|
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|x64'" Label="Configuration">
|
|
<TargetVersion>Windows10</TargetVersion>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Universal</DriverTargetPlatform>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|x64'" Label="Configuration">
|
|
<TargetVersion>Windows7</TargetVersion>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<DriverType>KMDF</DriverType>
|
|
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
|
|
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
|
|
<KMDF_VERSION_MINOR>11</KMDF_VERSION_MINOR>
|
|
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
|
</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 />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|Win32'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|Win32'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|Win32'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|Win32'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|x64'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|x64'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|x64'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|x64'">
|
|
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
|
<OutDir>$(ProjectDir)..\build\$(Platform)\$(ProjectName)\$(ConfigurationName)\</OutDir>
|
|
<IntDir>$(ProjectDir)..\build_tmp\$(ProjectName)\$(Platform)\$(ConfigurationName)\</IntDir>
|
|
<TargetName>xdma</TargetName>
|
|
<EnableInf2cat>false</EnableInf2cat>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|x64'">
|
|
<ClCompile>
|
|
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
|
|
<DisableSpecificWarnings />
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<WppEnabled>true</WppEnabled>
|
|
<WppScanConfigurationData>trace.h</WppScanConfigurationData>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</Lib>
|
|
<Inf>
|
|
<SpecifyArchitecture>false</SpecifyArchitecture>
|
|
</Inf>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|x64'">
|
|
<ClCompile>
|
|
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<WppEnabled>true</WppEnabled>
|
|
<WppScanConfigurationData>trace.h</WppScanConfigurationData>
|
|
</ClCompile>
|
|
<Lib>
|
|
<AdditionalOptions>
|
|
</AdditionalOptions>
|
|
</Lib>
|
|
<Inf>
|
|
<SpecifyArchitecture>false</SpecifyArchitecture>
|
|
</Inf>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Debug|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<WppEnabled>true</WppEnabled>
|
|
<WppScanConfigurationData>trace.h</WppScanConfigurationData>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Debug|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<WppEnabled>true</WppEnabled>
|
|
<WppScanConfigurationData>trace.h</WppScanConfigurationData>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7_Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win10_Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<FilesToPackage Include="$(TargetPath)" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="device.c" />
|
|
<ClCompile Include="dma_engine.c" />
|
|
<ClCompile Include="interrupt.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="device.h" />
|
|
<ClInclude Include="dma_engine.h" />
|
|
<ClInclude Include="interrupt.h" />
|
|
<ClInclude Include="pcie_common.h" />
|
|
<ClInclude Include="reg.h" />
|
|
<ClInclude Include="trace.h" />
|
|
<ClInclude Include="xdma.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |