1 |
<?xml version="1.0" encoding="Windows-1252"?> |
2 |
<VisualStudioProject |
3 |
ProjectType="Visual C++" |
4 |
Version="9,00" |
5 |
Name="OpenPGPminidriver" |
6 |
ProjectGUID="{775DAB1D-5A49-4A57-B259-AD3DC833A75F}" |
7 |
RootNamespace="OpenPGPminidriver" |
8 |
Keyword="Win32Proj" |
9 |
TargetFrameworkVersion="196613" |
10 |
> |
11 |
<Platforms> |
12 |
<Platform |
13 |
Name="Win32" |
14 |
/> |
15 |
<Platform |
16 |
Name="x64" |
17 |
/> |
18 |
</Platforms> |
19 |
<ToolFiles> |
20 |
</ToolFiles> |
21 |
<Configurations> |
22 |
<Configuration |
23 |
Name="Debug|Win32" |
24 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
25 |
IntermediateDirectory="$(ConfigurationName)" |
26 |
ConfigurationType="2" |
27 |
CharacterSet="1" |
28 |
> |
29 |
<Tool |
30 |
Name="VCPreBuildEventTool" |
31 |
/> |
32 |
<Tool |
33 |
Name="VCCustomBuildTool" |
34 |
/> |
35 |
<Tool |
36 |
Name="VCXMLDataGeneratorTool" |
37 |
/> |
38 |
<Tool |
39 |
Name="VCWebServiceProxyGeneratorTool" |
40 |
/> |
41 |
<Tool |
42 |
Name="VCMIDLTool" |
43 |
/> |
44 |
<Tool |
45 |
Name="VCCLCompilerTool" |
46 |
Optimization="0" |
47 |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS" |
48 |
MinimalRebuild="true" |
49 |
BasicRuntimeChecks="3" |
50 |
RuntimeLibrary="1" |
51 |
UsePrecompiledHeader="0" |
52 |
WarningLevel="3" |
53 |
DebugInformationFormat="4" |
54 |
/> |
55 |
<Tool |
56 |
Name="VCManagedResourceCompilerTool" |
57 |
/> |
58 |
<Tool |
59 |
Name="VCResourceCompilerTool" |
60 |
/> |
61 |
<Tool |
62 |
Name="VCPreLinkEventTool" |
63 |
/> |
64 |
<Tool |
65 |
Name="VCLinkerTool" |
66 |
OutputFile="$(OutDir)\openpgpmdrv32.dll" |
67 |
LinkIncremental="2" |
68 |
ModuleDefinitionFile="OpenPGPminidriver.def" |
69 |
GenerateDebugInformation="true" |
70 |
SubSystem="2" |
71 |
TargetMachine="1" |
72 |
/> |
73 |
<Tool |
74 |
Name="VCALinkTool" |
75 |
/> |
76 |
<Tool |
77 |
Name="VCManifestTool" |
78 |
/> |
79 |
<Tool |
80 |
Name="VCXDCMakeTool" |
81 |
/> |
82 |
<Tool |
83 |
Name="VCBscMakeTool" |
84 |
/> |
85 |
<Tool |
86 |
Name="VCFxCopTool" |
87 |
/> |
88 |
<Tool |
89 |
Name="VCAppVerifierTool" |
90 |
/> |
91 |
<Tool |
92 |
Name="VCPostBuildEventTool" |
93 |
/> |
94 |
</Configuration> |
95 |
<Configuration |
96 |
Name="Debug|x64" |
97 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
98 |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
99 |
ConfigurationType="2" |
100 |
CharacterSet="1" |
101 |
> |
102 |
<Tool |
103 |
Name="VCPreBuildEventTool" |
104 |
/> |
105 |
<Tool |
106 |
Name="VCCustomBuildTool" |
107 |
/> |
108 |
<Tool |
109 |
Name="VCXMLDataGeneratorTool" |
110 |
/> |
111 |
<Tool |
112 |
Name="VCWebServiceProxyGeneratorTool" |
113 |
/> |
114 |
<Tool |
115 |
Name="VCMIDLTool" |
116 |
TargetEnvironment="3" |
117 |
/> |
118 |
<Tool |
119 |
Name="VCCLCompilerTool" |
120 |
Optimization="0" |
121 |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS" |
122 |
MinimalRebuild="true" |
123 |
BasicRuntimeChecks="3" |
124 |
RuntimeLibrary="1" |
125 |
UsePrecompiledHeader="0" |
126 |
WarningLevel="3" |
127 |
DebugInformationFormat="3" |
128 |
/> |
129 |
<Tool |
130 |
Name="VCManagedResourceCompilerTool" |
131 |
/> |
132 |
<Tool |
133 |
Name="VCResourceCompilerTool" |
134 |
/> |
135 |
<Tool |
136 |
Name="VCPreLinkEventTool" |
137 |
/> |
138 |
<Tool |
139 |
Name="VCLinkerTool" |
140 |
OutputFile="$(OutDir)\openpgpmdrv64.dll" |
141 |
LinkIncremental="2" |
142 |
ModuleDefinitionFile="OpenPGPminidriver.def" |
143 |
GenerateDebugInformation="true" |
144 |
SubSystem="2" |
145 |
TargetMachine="17" |
146 |
/> |
147 |
<Tool |
148 |
Name="VCALinkTool" |
149 |
/> |
150 |
<Tool |
151 |
Name="VCManifestTool" |
152 |
/> |
153 |
<Tool |
154 |
Name="VCXDCMakeTool" |
155 |
/> |
156 |
<Tool |
157 |
Name="VCBscMakeTool" |
158 |
/> |
159 |
<Tool |
160 |
Name="VCFxCopTool" |
161 |
/> |
162 |
<Tool |
163 |
Name="VCAppVerifierTool" |
164 |
/> |
165 |
<Tool |
166 |
Name="VCPostBuildEventTool" |
167 |
/> |
168 |
</Configuration> |
169 |
<Configuration |
170 |
Name="Release|Win32" |
171 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
172 |
IntermediateDirectory="$(ConfigurationName)" |
173 |
ConfigurationType="2" |
174 |
CharacterSet="1" |
175 |
WholeProgramOptimization="1" |
176 |
> |
177 |
<Tool |
178 |
Name="VCPreBuildEventTool" |
179 |
/> |
180 |
<Tool |
181 |
Name="VCCustomBuildTool" |
182 |
/> |
183 |
<Tool |
184 |
Name="VCXMLDataGeneratorTool" |
185 |
/> |
186 |
<Tool |
187 |
Name="VCWebServiceProxyGeneratorTool" |
188 |
/> |
189 |
<Tool |
190 |
Name="VCMIDLTool" |
191 |
/> |
192 |
<Tool |
193 |
Name="VCCLCompilerTool" |
194 |
Optimization="2" |
195 |
EnableIntrinsicFunctions="true" |
196 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS" |
197 |
RuntimeLibrary="0" |
198 |
EnableFunctionLevelLinking="true" |
199 |
UsePrecompiledHeader="0" |
200 |
WarningLevel="3" |
201 |
DebugInformationFormat="3" |
202 |
/> |
203 |
<Tool |
204 |
Name="VCManagedResourceCompilerTool" |
205 |
/> |
206 |
<Tool |
207 |
Name="VCResourceCompilerTool" |
208 |
/> |
209 |
<Tool |
210 |
Name="VCPreLinkEventTool" |
211 |
/> |
212 |
<Tool |
213 |
Name="VCLinkerTool" |
214 |
OutputFile="$(OutDir)\openpgpmdrv32.dll" |
215 |
LinkIncremental="1" |
216 |
ModuleDefinitionFile="OpenPGPminidriver.def" |
217 |
GenerateDebugInformation="true" |
218 |
SubSystem="2" |
219 |
OptimizeReferences="2" |
220 |
EnableCOMDATFolding="2" |
221 |
TargetMachine="1" |
222 |
/> |
223 |
<Tool |
224 |
Name="VCALinkTool" |
225 |
/> |
226 |
<Tool |
227 |
Name="VCManifestTool" |
228 |
/> |
229 |
<Tool |
230 |
Name="VCXDCMakeTool" |
231 |
/> |
232 |
<Tool |
233 |
Name="VCBscMakeTool" |
234 |
/> |
235 |
<Tool |
236 |
Name="VCFxCopTool" |
237 |
/> |
238 |
<Tool |
239 |
Name="VCAppVerifierTool" |
240 |
/> |
241 |
<Tool |
242 |
Name="VCPostBuildEventTool" |
243 |
/> |
244 |
</Configuration> |
245 |
<Configuration |
246 |
Name="Release|x64" |
247 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
248 |
IntermediateDirectory="$(ConfigurationName)" |
249 |
ConfigurationType="2" |
250 |
CharacterSet="1" |
251 |
WholeProgramOptimization="1" |
252 |
> |
253 |
<Tool |
254 |
Name="VCPreBuildEventTool" |
255 |
/> |
256 |
<Tool |
257 |
Name="VCCustomBuildTool" |
258 |
/> |
259 |
<Tool |
260 |
Name="VCXMLDataGeneratorTool" |
261 |
/> |
262 |
<Tool |
263 |
Name="VCWebServiceProxyGeneratorTool" |
264 |
/> |
265 |
<Tool |
266 |
Name="VCMIDLTool" |
267 |
TargetEnvironment="3" |
268 |
/> |
269 |
<Tool |
270 |
Name="VCCLCompilerTool" |
271 |
Optimization="2" |
272 |
EnableIntrinsicFunctions="true" |
273 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS" |
274 |
RuntimeLibrary="0" |
275 |
EnableFunctionLevelLinking="true" |
276 |
UsePrecompiledHeader="0" |
277 |
WarningLevel="3" |
278 |
DebugInformationFormat="3" |
279 |
/> |
280 |
<Tool |
281 |
Name="VCManagedResourceCompilerTool" |
282 |
/> |
283 |
<Tool |
284 |
Name="VCResourceCompilerTool" |
285 |
/> |
286 |
<Tool |
287 |
Name="VCPreLinkEventTool" |
288 |
/> |
289 |
<Tool |
290 |
Name="VCLinkerTool" |
291 |
OutputFile="$(OutDir)\openpgpmdrv64.dll" |
292 |
LinkIncremental="1" |
293 |
ModuleDefinitionFile="OpenPGPminidriver.def" |
294 |
GenerateDebugInformation="true" |
295 |
SubSystem="2" |
296 |
OptimizeReferences="2" |
297 |
EnableCOMDATFolding="2" |
298 |
TargetMachine="17" |
299 |
/> |
300 |
<Tool |
301 |
Name="VCALinkTool" |
302 |
/> |
303 |
<Tool |
304 |
Name="VCManifestTool" |
305 |
/> |
306 |
<Tool |
307 |
Name="VCXDCMakeTool" |
308 |
/> |
309 |
<Tool |
310 |
Name="VCBscMakeTool" |
311 |
/> |
312 |
<Tool |
313 |
Name="VCFxCopTool" |
314 |
/> |
315 |
<Tool |
316 |
Name="VCAppVerifierTool" |
317 |
/> |
318 |
<Tool |
319 |
Name="VCPostBuildEventTool" |
320 |
/> |
321 |
</Configuration> |
322 |
</Configurations> |
323 |
<References> |
324 |
</References> |
325 |
<Files> |
326 |
<Filter |
327 |
Name="3) Microsoft Interface" |
328 |
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
329 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
330 |
> |
331 |
<File |
332 |
RelativePath=".\CardAndContainerProperties.c" |
333 |
> |
334 |
</File> |
335 |
<File |
336 |
RelativePath=".\CardCryptographicOperations.c" |
337 |
> |
338 |
</File> |
339 |
<File |
340 |
RelativePath=".\CardInitializationAndDeconstruct.c" |
341 |
> |
342 |
</File> |
343 |
<File |
344 |
RelativePath=".\CardKeyContainer.c" |
345 |
> |
346 |
</File> |
347 |
<File |
348 |
RelativePath=".\CardPinOperation.c" |
349 |
> |
350 |
</File> |
351 |
<File |
352 |
RelativePath=".\CardPublicDataOperation.c" |
353 |
> |
354 |
</File> |
355 |
<File |
356 |
RelativePath=".\CardSecureKeyInjection.c" |
357 |
> |
358 |
</File> |
359 |
<File |
360 |
RelativePath=".\DllMain.c" |
361 |
> |
362 |
</File> |
363 |
<File |
364 |
RelativePath=".\Tracing.c" |
365 |
> |
366 |
</File> |
367 |
</Filter> |
368 |
<Filter |
369 |
Name="Header Files" |
370 |
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
371 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
372 |
> |
373 |
<File |
374 |
RelativePath=".\Context.h" |
375 |
> |
376 |
</File> |
377 |
<File |
378 |
RelativePath=".\CryptoOperations.h" |
379 |
> |
380 |
</File> |
381 |
<File |
382 |
RelativePath=".\PinOperations.h" |
383 |
> |
384 |
</File> |
385 |
<File |
386 |
RelativePath=".\PublicDataOperations.h" |
387 |
> |
388 |
</File> |
389 |
<File |
390 |
RelativePath=".\SmartCard.h" |
391 |
> |
392 |
</File> |
393 |
<File |
394 |
RelativePath=".\Tracing.h" |
395 |
> |
396 |
</File> |
397 |
</Filter> |
398 |
<Filter |
399 |
Name="1) Low level" |
400 |
> |
401 |
<File |
402 |
RelativePath=".\SmartCard.c" |
403 |
> |
404 |
</File> |
405 |
</Filter> |
406 |
<Filter |
407 |
Name="Resources Files" |
408 |
> |
409 |
<File |
410 |
RelativePath=".\driver.inf" |
411 |
> |
412 |
</File> |
413 |
<File |
414 |
RelativePath=".\OpenPGPminidriver.def" |
415 |
> |
416 |
</File> |
417 |
<File |
418 |
RelativePath=".\version.rc" |
419 |
> |
420 |
</File> |
421 |
</Filter> |
422 |
<Filter |
423 |
Name="2) Application" |
424 |
> |
425 |
<File |
426 |
RelativePath=".\ContextManagement.c" |
427 |
> |
428 |
</File> |
429 |
<File |
430 |
RelativePath=".\CryptoOperations.c" |
431 |
> |
432 |
</File> |
433 |
<File |
434 |
RelativePath=".\PinOperations.c" |
435 |
> |
436 |
</File> |
437 |
<File |
438 |
RelativePath=".\PublicDataOperations.c" |
439 |
> |
440 |
</File> |
441 |
</Filter> |
442 |
<File |
443 |
RelativePath=".\README.txt" |
444 |
> |
445 |
</File> |
446 |
</Files> |
447 |
<Globals> |
448 |
</Globals> |
449 |
</VisualStudioProject> |