/[openpgpmdrv]/trunk/OpenPGPminidriver/OpenPGPminidriver.vcproj
ViewVC logotype

Contents of /trunk/OpenPGPminidriver/OpenPGPminidriver.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations)
Wed Mar 31 08:58:46 2010 UTC (15 years, 1 month ago) by vletoux
File size: 9300 byte(s)
first msi Release
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="$(PlatformName)\$(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 DelayLoadDLLs="advapi32.dll"
70 GenerateDebugInformation="true"
71 SubSystem="2"
72 TargetMachine="1"
73 />
74 <Tool
75 Name="VCALinkTool"
76 />
77 <Tool
78 Name="VCManifestTool"
79 />
80 <Tool
81 Name="VCXDCMakeTool"
82 />
83 <Tool
84 Name="VCBscMakeTool"
85 />
86 <Tool
87 Name="VCFxCopTool"
88 />
89 <Tool
90 Name="VCAppVerifierTool"
91 />
92 <Tool
93 Name="VCPostBuildEventTool"
94 />
95 </Configuration>
96 <Configuration
97 Name="Debug|x64"
98 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
100 ConfigurationType="2"
101 CharacterSet="1"
102 >
103 <Tool
104 Name="VCPreBuildEventTool"
105 />
106 <Tool
107 Name="VCCustomBuildTool"
108 />
109 <Tool
110 Name="VCXMLDataGeneratorTool"
111 />
112 <Tool
113 Name="VCWebServiceProxyGeneratorTool"
114 />
115 <Tool
116 Name="VCMIDLTool"
117 TargetEnvironment="3"
118 />
119 <Tool
120 Name="VCCLCompilerTool"
121 Optimization="0"
122 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS"
123 MinimalRebuild="true"
124 BasicRuntimeChecks="3"
125 RuntimeLibrary="1"
126 UsePrecompiledHeader="0"
127 WarningLevel="3"
128 DebugInformationFormat="3"
129 />
130 <Tool
131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
139 <Tool
140 Name="VCLinkerTool"
141 OutputFile="$(OutDir)\openpgpmdrv64.dll"
142 LinkIncremental="2"
143 ModuleDefinitionFile="OpenPGPminidriver.def"
144 DelayLoadDLLs="advapi32.dll"
145 GenerateDebugInformation="true"
146 SubSystem="2"
147 TargetMachine="17"
148 />
149 <Tool
150 Name="VCALinkTool"
151 />
152 <Tool
153 Name="VCManifestTool"
154 />
155 <Tool
156 Name="VCXDCMakeTool"
157 />
158 <Tool
159 Name="VCBscMakeTool"
160 />
161 <Tool
162 Name="VCFxCopTool"
163 />
164 <Tool
165 Name="VCAppVerifierTool"
166 />
167 <Tool
168 Name="VCPostBuildEventTool"
169 />
170 </Configuration>
171 <Configuration
172 Name="Release|Win32"
173 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
174 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
175 ConfigurationType="2"
176 CharacterSet="1"
177 WholeProgramOptimization="1"
178 >
179 <Tool
180 Name="VCPreBuildEventTool"
181 />
182 <Tool
183 Name="VCCustomBuildTool"
184 />
185 <Tool
186 Name="VCXMLDataGeneratorTool"
187 />
188 <Tool
189 Name="VCWebServiceProxyGeneratorTool"
190 />
191 <Tool
192 Name="VCMIDLTool"
193 />
194 <Tool
195 Name="VCCLCompilerTool"
196 Optimization="2"
197 EnableIntrinsicFunctions="true"
198 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS"
199 RuntimeLibrary="0"
200 EnableFunctionLevelLinking="true"
201 UsePrecompiledHeader="0"
202 WarningLevel="3"
203 DebugInformationFormat="3"
204 />
205 <Tool
206 Name="VCManagedResourceCompilerTool"
207 />
208 <Tool
209 Name="VCResourceCompilerTool"
210 />
211 <Tool
212 Name="VCPreLinkEventTool"
213 />
214 <Tool
215 Name="VCLinkerTool"
216 OutputFile="$(OutDir)\openpgpmdrv32.dll"
217 LinkIncremental="1"
218 ModuleDefinitionFile="OpenPGPminidriver.def"
219 DelayLoadDLLs="advapi32.dll"
220 GenerateDebugInformation="true"
221 SubSystem="2"
222 OptimizeReferences="2"
223 EnableCOMDATFolding="2"
224 TargetMachine="1"
225 />
226 <Tool
227 Name="VCALinkTool"
228 />
229 <Tool
230 Name="VCManifestTool"
231 />
232 <Tool
233 Name="VCXDCMakeTool"
234 />
235 <Tool
236 Name="VCBscMakeTool"
237 />
238 <Tool
239 Name="VCFxCopTool"
240 />
241 <Tool
242 Name="VCAppVerifierTool"
243 />
244 <Tool
245 Name="VCPostBuildEventTool"
246 />
247 </Configuration>
248 <Configuration
249 Name="Release|x64"
250 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
251 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
252 ConfigurationType="2"
253 CharacterSet="1"
254 WholeProgramOptimization="1"
255 >
256 <Tool
257 Name="VCPreBuildEventTool"
258 />
259 <Tool
260 Name="VCCustomBuildTool"
261 />
262 <Tool
263 Name="VCXMLDataGeneratorTool"
264 />
265 <Tool
266 Name="VCWebServiceProxyGeneratorTool"
267 />
268 <Tool
269 Name="VCMIDLTool"
270 TargetEnvironment="3"
271 />
272 <Tool
273 Name="VCCLCompilerTool"
274 Optimization="2"
275 EnableIntrinsicFunctions="true"
276 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENPGPMINIDRIVER_EXPORTS"
277 RuntimeLibrary="0"
278 EnableFunctionLevelLinking="true"
279 UsePrecompiledHeader="0"
280 WarningLevel="3"
281 DebugInformationFormat="3"
282 />
283 <Tool
284 Name="VCManagedResourceCompilerTool"
285 />
286 <Tool
287 Name="VCResourceCompilerTool"
288 />
289 <Tool
290 Name="VCPreLinkEventTool"
291 />
292 <Tool
293 Name="VCLinkerTool"
294 OutputFile="$(OutDir)\openpgpmdrv64.dll"
295 LinkIncremental="1"
296 ModuleDefinitionFile="OpenPGPminidriver.def"
297 DelayLoadDLLs="advapi32.dll"
298 GenerateDebugInformation="true"
299 SubSystem="2"
300 OptimizeReferences="2"
301 EnableCOMDATFolding="2"
302 TargetMachine="17"
303 />
304 <Tool
305 Name="VCALinkTool"
306 />
307 <Tool
308 Name="VCManifestTool"
309 />
310 <Tool
311 Name="VCXDCMakeTool"
312 />
313 <Tool
314 Name="VCBscMakeTool"
315 />
316 <Tool
317 Name="VCFxCopTool"
318 />
319 <Tool
320 Name="VCAppVerifierTool"
321 />
322 <Tool
323 Name="VCPostBuildEventTool"
324 />
325 </Configuration>
326 </Configurations>
327 <References>
328 </References>
329 <Files>
330 <Filter
331 Name="3) Microsoft Interface"
332 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
333 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
334 >
335 <File
336 RelativePath=".\CardAndContainerProperties.c"
337 >
338 </File>
339 <File
340 RelativePath=".\CardCryptographicOperations.c"
341 >
342 </File>
343 <File
344 RelativePath=".\CardInitializationAndDeconstruct.c"
345 >
346 </File>
347 <File
348 RelativePath=".\CardKeyContainer.c"
349 >
350 </File>
351 <File
352 RelativePath=".\CardPinOperation.c"
353 >
354 </File>
355 <File
356 RelativePath=".\CardPublicDataOperation.c"
357 >
358 </File>
359 <File
360 RelativePath=".\CardSecureKeyInjection.c"
361 >
362 </File>
363 <File
364 RelativePath=".\DllMain.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=".\tlv.h"
395 >
396 </File>
397 <File
398 RelativePath=".\Tracing.h"
399 >
400 </File>
401 </Filter>
402 <Filter
403 Name="1) Low level"
404 >
405 <File
406 RelativePath=".\SmartCard.c"
407 >
408 </File>
409 <File
410 RelativePath=".\tlv.c"
411 >
412 </File>
413 </Filter>
414 <Filter
415 Name="Resources Files"
416 >
417 <File
418 RelativePath=".\openpgpmdrv.inf"
419 >
420 </File>
421 <File
422 RelativePath=".\OpenPGPminidriver.def"
423 >
424 </File>
425 <File
426 RelativePath=".\version.rc"
427 >
428 </File>
429 </Filter>
430 <Filter
431 Name="2) Application"
432 >
433 <File
434 RelativePath=".\ContextManagement.c"
435 >
436 </File>
437 <File
438 RelativePath=".\CryptoOperations.c"
439 >
440 </File>
441 <File
442 RelativePath=".\PinOperations.c"
443 >
444 </File>
445 <File
446 RelativePath=".\PublicDataOperations.c"
447 >
448 </File>
449 <File
450 RelativePath=".\Tracing.c"
451 >
452 </File>
453 </Filter>
454 <File
455 RelativePath=".\README.txt"
456 >
457 </File>
458 </Files>
459 <Globals>
460 </Globals>
461 </VisualStudioProject>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26