Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 23 | f9daq | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 3 | <ItemGroup Label="ProjectConfigurations"> |
||
| 4 | <ProjectConfiguration Include="Win8.1 Debug|Win32"> |
||
| 5 | <Configuration>Win8.1 Debug</Configuration> |
||
| 6 | <Platform>Win32</Platform> |
||
| 7 | </ProjectConfiguration> |
||
| 8 | <ProjectConfiguration Include="Win8.1 Release|Win32"> |
||
| 9 | <Configuration>Win8.1 Release</Configuration> |
||
| 10 | <Platform>Win32</Platform> |
||
| 11 | </ProjectConfiguration> |
||
| 12 | <ProjectConfiguration Include="Win8 Debug|Win32"> |
||
| 13 | <Configuration>Win8 Debug</Configuration> |
||
| 14 | <Platform>Win32</Platform> |
||
| 15 | </ProjectConfiguration> |
||
| 16 | <ProjectConfiguration Include="Win8 Release|Win32"> |
||
| 17 | <Configuration>Win8 Release</Configuration> |
||
| 18 | <Platform>Win32</Platform> |
||
| 19 | </ProjectConfiguration> |
||
| 20 | <ProjectConfiguration Include="Win7 Debug|Win32"> |
||
| 21 | <Configuration>Win7 Debug</Configuration> |
||
| 22 | <Platform>Win32</Platform> |
||
| 23 | </ProjectConfiguration> |
||
| 24 | <ProjectConfiguration Include="Win7 Release|Win32"> |
||
| 25 | <Configuration>Win7 Release</Configuration> |
||
| 26 | <Platform>Win32</Platform> |
||
| 27 | </ProjectConfiguration> |
||
| 28 | <ProjectConfiguration Include="Win8.1 Debug|x64"> |
||
| 29 | <Configuration>Win8.1 Debug</Configuration> |
||
| 30 | <Platform>x64</Platform> |
||
| 31 | </ProjectConfiguration> |
||
| 32 | <ProjectConfiguration Include="Win8.1 Release|x64"> |
||
| 33 | <Configuration>Win8.1 Release</Configuration> |
||
| 34 | <Platform>x64</Platform> |
||
| 35 | </ProjectConfiguration> |
||
| 36 | <ProjectConfiguration Include="Win8 Debug|x64"> |
||
| 37 | <Configuration>Win8 Debug</Configuration> |
||
| 38 | <Platform>x64</Platform> |
||
| 39 | </ProjectConfiguration> |
||
| 40 | <ProjectConfiguration Include="Win8 Release|x64"> |
||
| 41 | <Configuration>Win8 Release</Configuration> |
||
| 42 | <Platform>x64</Platform> |
||
| 43 | </ProjectConfiguration> |
||
| 44 | <ProjectConfiguration Include="Win7 Debug|x64"> |
||
| 45 | <Configuration>Win7 Debug</Configuration> |
||
| 46 | <Platform>x64</Platform> |
||
| 47 | </ProjectConfiguration> |
||
| 48 | <ProjectConfiguration Include="Win7 Release|x64"> |
||
| 49 | <Configuration>Win7 Release</Configuration> |
||
| 50 | <Platform>x64</Platform> |
||
| 51 | </ProjectConfiguration> |
||
| 52 | </ItemGroup> |
||
| 53 | <PropertyGroup Label="Globals"> |
||
| 54 | <ProjectGuid>{E355652A-FAA5-429D-8308-AFEA65C58B53}</ProjectGuid> |
||
| 55 | <TemplateGuid>{1bc93793-694f-48fe-9372-81e2b05556fd}</TemplateGuid> |
||
| 56 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
| 57 | <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
||
| 58 | <Configuration>Win8.1 Debug</Configuration> |
||
| 59 | <Platform Condition="'$(Platform)' == ''">Win32</Platform> |
||
| 60 | <RootNamespace>pcicc32</RootNamespace> |
||
| 61 | </PropertyGroup> |
||
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'" Label="Configuration"> |
||
| 64 | <TargetVersion>WindowsV6.3</TargetVersion> |
||
| 65 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 66 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 67 | <ConfigurationType>Driver</ConfigurationType> |
||
| 68 | <DriverType>KMDF</DriverType> |
||
| 69 | </PropertyGroup> |
||
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'" Label="Configuration"> |
||
| 71 | <TargetVersion>WindowsV6.3</TargetVersion> |
||
| 72 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 73 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 74 | <ConfigurationType>Driver</ConfigurationType> |
||
| 75 | <DriverType>KMDF</DriverType> |
||
| 76 | </PropertyGroup> |
||
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'" Label="Configuration"> |
||
| 78 | <TargetVersion>Windows8</TargetVersion> |
||
| 79 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 80 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 81 | <ConfigurationType>Driver</ConfigurationType> |
||
| 82 | <DriverType>KMDF</DriverType> |
||
| 83 | </PropertyGroup> |
||
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'" Label="Configuration"> |
||
| 85 | <TargetVersion>Windows8</TargetVersion> |
||
| 86 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 87 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 88 | <ConfigurationType>Driver</ConfigurationType> |
||
| 89 | <DriverType>KMDF</DriverType> |
||
| 90 | </PropertyGroup> |
||
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'" Label="Configuration"> |
||
| 92 | <TargetVersion>Windows7</TargetVersion> |
||
| 93 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 94 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 95 | <ConfigurationType>Driver</ConfigurationType> |
||
| 96 | <DriverType>KMDF</DriverType> |
||
| 97 | </PropertyGroup> |
||
| 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'" Label="Configuration"> |
||
| 99 | <TargetVersion>Windows7</TargetVersion> |
||
| 100 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 101 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 102 | <ConfigurationType>Driver</ConfigurationType> |
||
| 103 | <DriverType>KMDF</DriverType> |
||
| 104 | </PropertyGroup> |
||
| 105 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'" Label="Configuration"> |
||
| 106 | <TargetVersion>WindowsV6.3</TargetVersion> |
||
| 107 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 108 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 109 | <ConfigurationType>Driver</ConfigurationType> |
||
| 110 | <DriverType>KMDF</DriverType> |
||
| 111 | </PropertyGroup> |
||
| 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'" Label="Configuration"> |
||
| 113 | <TargetVersion>WindowsV6.3</TargetVersion> |
||
| 114 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 115 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 116 | <ConfigurationType>Driver</ConfigurationType> |
||
| 117 | <DriverType>KMDF</DriverType> |
||
| 118 | </PropertyGroup> |
||
| 119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'" Label="Configuration"> |
||
| 120 | <TargetVersion>Windows8</TargetVersion> |
||
| 121 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 122 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 123 | <ConfigurationType>Driver</ConfigurationType> |
||
| 124 | <DriverType>KMDF</DriverType> |
||
| 125 | </PropertyGroup> |
||
| 126 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'" Label="Configuration"> |
||
| 127 | <TargetVersion>Windows8</TargetVersion> |
||
| 128 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 129 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 130 | <ConfigurationType>Driver</ConfigurationType> |
||
| 131 | <DriverType>KMDF</DriverType> |
||
| 132 | </PropertyGroup> |
||
| 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'" Label="Configuration"> |
||
| 134 | <TargetVersion>Windows7</TargetVersion> |
||
| 135 | <UseDebugLibraries>true</UseDebugLibraries> |
||
| 136 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 137 | <ConfigurationType>Driver</ConfigurationType> |
||
| 138 | <DriverType>KMDF</DriverType> |
||
| 139 | </PropertyGroup> |
||
| 140 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'" Label="Configuration"> |
||
| 141 | <TargetVersion>Windows7</TargetVersion> |
||
| 142 | <UseDebugLibraries>false</UseDebugLibraries> |
||
| 143 | <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset> |
||
| 144 | <ConfigurationType>Driver</ConfigurationType> |
||
| 145 | <DriverType>KMDF</DriverType> |
||
| 146 | </PropertyGroup> |
||
| 147 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
| 148 | <ImportGroup Label="ExtensionSettings"> |
||
| 149 | </ImportGroup> |
||
| 150 | <ImportGroup Label="PropertySheets"> |
||
| 151 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 152 | </ImportGroup> |
||
| 153 | <PropertyGroup Label="UserMacros" /> |
||
| 154 | <PropertyGroup /> |
||
| 155 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'"> |
||
| 156 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 157 | </PropertyGroup> |
||
| 158 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'"> |
||
| 159 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 160 | </PropertyGroup> |
||
| 161 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'"> |
||
| 162 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 163 | </PropertyGroup> |
||
| 164 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'"> |
||
| 165 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 166 | </PropertyGroup> |
||
| 167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
||
| 168 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 169 | </PropertyGroup> |
||
| 170 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
||
| 171 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 172 | </PropertyGroup> |
||
| 173 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'"> |
||
| 174 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 175 | </PropertyGroup> |
||
| 176 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'"> |
||
| 177 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 178 | </PropertyGroup> |
||
| 179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'"> |
||
| 180 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 181 | </PropertyGroup> |
||
| 182 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'"> |
||
| 183 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 184 | </PropertyGroup> |
||
| 185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
||
| 186 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 187 | </PropertyGroup> |
||
| 188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'"> |
||
| 189 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
| 190 | </PropertyGroup> |
||
| 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'"> |
||
| 192 | <ClCompile> |
||
| 193 | <WppEnabled>false</WppEnabled> |
||
| 194 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 195 | <WppKernelMode>true</WppKernelMode> |
||
| 196 | </ClCompile> |
||
| 197 | </ItemDefinitionGroup> |
||
| 198 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'"> |
||
| 199 | <ClCompile> |
||
| 200 | <WppEnabled>false</WppEnabled> |
||
| 201 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 202 | <WppKernelMode>true</WppKernelMode> |
||
| 203 | </ClCompile> |
||
| 204 | </ItemDefinitionGroup> |
||
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'"> |
||
| 206 | <ClCompile> |
||
| 207 | <WppEnabled>false</WppEnabled> |
||
| 208 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 209 | <WppKernelMode>true</WppKernelMode> |
||
| 210 | </ClCompile> |
||
| 211 | </ItemDefinitionGroup> |
||
| 212 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'"> |
||
| 213 | <ClCompile> |
||
| 214 | <WppEnabled>false</WppEnabled> |
||
| 215 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 216 | <WppKernelMode>true</WppKernelMode> |
||
| 217 | </ClCompile> |
||
| 218 | </ItemDefinitionGroup> |
||
| 219 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
||
| 220 | <ClCompile> |
||
| 221 | <WppEnabled>false</WppEnabled> |
||
| 222 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 223 | <WppKernelMode>true</WppKernelMode> |
||
| 224 | </ClCompile> |
||
| 225 | </ItemDefinitionGroup> |
||
| 226 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
||
| 227 | <ClCompile> |
||
| 228 | <WppEnabled>false</WppEnabled> |
||
| 229 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 230 | <WppKernelMode>true</WppKernelMode> |
||
| 231 | </ClCompile> |
||
| 232 | </ItemDefinitionGroup> |
||
| 233 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'"> |
||
| 234 | <ClCompile> |
||
| 235 | <WppEnabled>true</WppEnabled> |
||
| 236 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 237 | <WppKernelMode>true</WppKernelMode> |
||
| 238 | </ClCompile> |
||
| 239 | </ItemDefinitionGroup> |
||
| 240 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'"> |
||
| 241 | <ClCompile> |
||
| 242 | <WppEnabled>true</WppEnabled> |
||
| 243 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 244 | <WppKernelMode>true</WppKernelMode> |
||
| 245 | </ClCompile> |
||
| 246 | </ItemDefinitionGroup> |
||
| 247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'"> |
||
| 248 | <ClCompile> |
||
| 249 | <WppEnabled>true</WppEnabled> |
||
| 250 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 251 | <WppKernelMode>true</WppKernelMode> |
||
| 252 | </ClCompile> |
||
| 253 | </ItemDefinitionGroup> |
||
| 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'"> |
||
| 255 | <ClCompile> |
||
| 256 | <WppEnabled>true</WppEnabled> |
||
| 257 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 258 | <WppKernelMode>true</WppKernelMode> |
||
| 259 | </ClCompile> |
||
| 260 | </ItemDefinitionGroup> |
||
| 261 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
||
| 262 | <ClCompile> |
||
| 263 | <WppEnabled>true</WppEnabled> |
||
| 264 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 265 | <WppKernelMode>true</WppKernelMode> |
||
| 266 | </ClCompile> |
||
| 267 | </ItemDefinitionGroup> |
||
| 268 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'"> |
||
| 269 | <ClCompile> |
||
| 270 | <WppEnabled>true</WppEnabled> |
||
| 271 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
| 272 | <WppKernelMode>true</WppKernelMode> |
||
| 273 | </ClCompile> |
||
| 274 | </ItemDefinitionGroup> |
||
| 275 | <ItemGroup> |
||
| 276 | <Inf Include="pcicc32.inf" /> |
||
| 277 | </ItemGroup> |
||
| 278 | <ItemGroup> |
||
| 279 | <FilesToPackage Include="$(TargetPath)" /> |
||
| 280 | <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> |
||
| 281 | </ItemGroup> |
||
| 282 | <ItemGroup> |
||
| 283 | <ClInclude Include="guid.h" /> |
||
| 284 | <ClInclude Include="pcicc32.h" /> |
||
| 285 | <ClInclude Include="pcicc32_drv.h" /> |
||
| 286 | <ClInclude Include="pcicc32_i.h" /> |
||
| 287 | <ClInclude Include="pcicc32_io.h" /> |
||
| 288 | <ClInclude Include="pcicc32_local.h" /> |
||
| 289 | <ClInclude Include="pcicc32_v.h" /> |
||
| 290 | </ItemGroup> |
||
| 291 | <ItemGroup> |
||
| 292 | <ClCompile Include="pcicc32_drv.c" /> |
||
| 293 | <ClCompile Include="pcicc32_i.c" /> |
||
| 294 | <ClCompile Include="pcicc32_io.c" /> |
||
| 295 | <ClCompile Include="pcicc32_v.c" /> |
||
| 296 | </ItemGroup> |
||
| 297 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
| 298 | <ImportGroup Label="ExtensionTargets"> |
||
| 299 | </ImportGroup> |
||
| 300 | </Project> |