Rev 46 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | 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>{2AC3560D-0575-4214-A7AA-04F7A8DE84BE}</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>pcivme</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 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
158 | </PropertyGroup> |
||
159 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'"> |
||
160 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
161 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
162 | </PropertyGroup> |
||
163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'"> |
||
164 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
165 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
166 | </PropertyGroup> |
||
167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'"> |
||
168 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
169 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
170 | </PropertyGroup> |
||
171 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
||
172 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
173 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
174 | </PropertyGroup> |
||
175 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
||
176 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
177 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
||
178 | </PropertyGroup> |
||
179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'"> |
||
180 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
181 | </PropertyGroup> |
||
182 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'"> |
||
183 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
184 | </PropertyGroup> |
||
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'"> |
||
186 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
187 | </PropertyGroup> |
||
188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'"> |
||
189 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
190 | </PropertyGroup> |
||
191 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
||
192 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
46 | f9daq | 193 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
19 | f9daq | 194 | </PropertyGroup> |
195 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'"> |
||
196 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
||
46 | f9daq | 197 | <IncludePath>$(ProjectDir);$(IncludePath);$(ProjectDir)\SOURCE</IncludePath> |
19 | f9daq | 198 | </PropertyGroup> |
199 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'"> |
||
200 | <ClCompile> |
||
201 | <WppEnabled>false</WppEnabled> |
||
202 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
203 | <WppKernelMode>true</WppKernelMode> |
||
204 | </ClCompile> |
||
205 | </ItemDefinitionGroup> |
||
206 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|Win32'"> |
||
207 | <ClCompile> |
||
208 | <WppEnabled>false</WppEnabled> |
||
209 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
210 | <WppKernelMode>true</WppKernelMode> |
||
211 | </ClCompile> |
||
212 | </ItemDefinitionGroup> |
||
213 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'"> |
||
214 | <ClCompile> |
||
215 | <WppEnabled>false</WppEnabled> |
||
216 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
217 | <WppKernelMode>true</WppKernelMode> |
||
218 | </ClCompile> |
||
219 | </ItemDefinitionGroup> |
||
220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|Win32'"> |
||
221 | <ClCompile> |
||
222 | <WppEnabled>false</WppEnabled> |
||
223 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
224 | <WppKernelMode>true</WppKernelMode> |
||
225 | </ClCompile> |
||
226 | </ItemDefinitionGroup> |
||
227 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|Win32'"> |
||
228 | <ClCompile> |
||
229 | <WppEnabled>false</WppEnabled> |
||
230 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
231 | <WppKernelMode>true</WppKernelMode> |
||
232 | </ClCompile> |
||
233 | </ItemDefinitionGroup> |
||
234 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'"> |
||
235 | <ClCompile> |
||
236 | <WppEnabled>false</WppEnabled> |
||
237 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
238 | <WppKernelMode>true</WppKernelMode> |
||
239 | </ClCompile> |
||
240 | </ItemDefinitionGroup> |
||
241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'"> |
||
242 | <ClCompile> |
||
243 | <WppEnabled>true</WppEnabled> |
||
244 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
245 | <WppKernelMode>true</WppKernelMode> |
||
246 | </ClCompile> |
||
247 | </ItemDefinitionGroup> |
||
248 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Release|x64'"> |
||
249 | <ClCompile> |
||
250 | <WppEnabled>true</WppEnabled> |
||
251 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
252 | <WppKernelMode>true</WppKernelMode> |
||
253 | </ClCompile> |
||
254 | </ItemDefinitionGroup> |
||
255 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'"> |
||
256 | <ClCompile> |
||
257 | <WppEnabled>true</WppEnabled> |
||
258 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
259 | <WppKernelMode>true</WppKernelMode> |
||
260 | </ClCompile> |
||
261 | </ItemDefinitionGroup> |
||
262 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'"> |
||
263 | <ClCompile> |
||
264 | <WppEnabled>true</WppEnabled> |
||
265 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
||
266 | <WppKernelMode>true</WppKernelMode> |
||
267 | </ClCompile> |
||
268 | </ItemDefinitionGroup> |
||
269 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'"> |
||
270 | <ClCompile> |
||
46 | f9daq | 271 | <WppEnabled>false</WppEnabled> |
19 | f9daq | 272 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
273 | <WppKernelMode>true</WppKernelMode> |
||
274 | </ClCompile> |
||
275 | </ItemDefinitionGroup> |
||
276 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'"> |
||
277 | <ClCompile> |
||
46 | f9daq | 278 | <WppEnabled>false</WppEnabled> |
19 | f9daq | 279 | <WppScanConfigurationData Condition="'%(ClCompile. ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> |
280 | <WppKernelMode>true</WppKernelMode> |
||
281 | </ClCompile> |
||
282 | </ItemDefinitionGroup> |
||
283 | <ItemGroup> |
||
284 | <Inf Include="pcivme.inf" /> |
||
285 | </ItemGroup> |
||
286 | <ItemGroup> |
||
287 | <FilesToPackage Include="$(TargetPath)" /> |
||
288 | <FilesToPackage Include="@(Inf->'%(CopyOutput)')" Condition="'@(Inf)'!=''" /> |
||
289 | </ItemGroup> |
||
290 | <ItemGroup> |
||
291 | <ClInclude Include="SOURCE\guid.h" /> |
||
292 | <ClInclude Include="SOURCE\pciif.h" /> |
||
293 | <ClInclude Include="SOURCE\pcivme.h" /> |
||
294 | <ClInclude Include="SOURCE\pcivme_drv.h" /> |
||
295 | <ClInclude Include="SOURCE\pcivme_fifo.h" /> |
||
296 | <ClInclude Include="SOURCE\pcivme_i.h" /> |
||
297 | <ClInclude Include="SOURCE\pcivme_io.h" /> |
||
298 | <ClInclude Include="SOURCE\pcivme_v.h" /> |
||
299 | <ClInclude Include="SOURCE\Vic.h" /> |
||
300 | <ClInclude Include="SOURCE\Vme.h" /> |
||
301 | </ItemGroup> |
||
302 | <ItemGroup> |
||
303 | <ClCompile Include="SOURCE\pcivme_drv.c" /> |
||
304 | <ClCompile Include="SOURCE\pcivme_fifo.c" /> |
||
305 | <ClCompile Include="SOURCE\pcivme_i.c" /> |
||
306 | <ClCompile Include="SOURCE\pcivme_io.c" /> |
||
307 | <ClCompile Include="SOURCE\pcivme_v.c" /> |
||
308 | </ItemGroup> |
||
309 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
310 | <ImportGroup Label="ExtensionTargets"> |
||
311 | </ImportGroup> |
||
312 | </Project> |