root/pykcs11/trunk/PyKCS11.vcproj

Revision 155, 6.9 kB (checked in by midori, 2 years ago)

updated VS71 project to use opensc's PKCS#11 header

Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="pykcs11"
6         ProjectGUID="{F41B86D5-7C16-4FEC-9ECC-315805589C14}"
7         RootNamespace="pykcs11"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="2"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PYKCS11_EXPORTS;SWIG_STD_NOASSIGN_STL"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="1"
27                                 RuntimeTypeInfo="TRUE"
28                                 UsePrecompiledHeader="3"
29                                 PrecompiledHeaderFile="$(IntDir)/_LowLevel.pch"
30                                 WarningLevel="3"
31                                 DebugInformationFormat="4"/>
32                         <Tool
33                                 Name="VCCustomBuildTool"/>
34                         <Tool
35                                 Name="VCLinkerTool"
36                                 OutputFile="$(OutDir)/_LowLevel.dll"
37                                 LinkIncremental="2"
38                                 GenerateDebugInformation="TRUE"
39                                 ProgramDatabaseFile="$(OutDir)/_$(ProjectName).pdb"
40                                 SubSystem="2"
41                                 ImportLibrary="$(OutDir)/_LowLevel.lib"
42                                 TargetMachine="1"/>
43                         <Tool
44                                 Name="VCMIDLTool"/>
45                         <Tool
46                                 Name="VCPostBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreBuildEventTool"/>
49                         <Tool
50                                 Name="VCPreLinkEventTool"/>
51                         <Tool
52                                 Name="VCResourceCompilerTool"/>
53                         <Tool
54                                 Name="VCWebServiceProxyGeneratorTool"/>
55                         <Tool
56                                 Name="VCXMLDataGeneratorTool"/>
57                         <Tool
58                                 Name="VCWebDeploymentTool"/>
59                         <Tool
60                                 Name="VCManagedWrapperGeneratorTool"/>
61                         <Tool
62                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                 </Configuration>
64                 <Configuration
65                         Name="Release|Win32"
66                         OutputDirectory="Release"
67                         IntermediateDirectory="Release"
68                         ConfigurationType="2"
69                         CharacterSet="2">
70                         <Tool
71                                 Name="VCCLCompilerTool"
72                                 Optimization="1"
73                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PYKCS11_EXPORTS;SWIG_STD_NOASSIGN_STL__"
74                                 RuntimeLibrary="0"
75                                 RuntimeTypeInfo="TRUE"
76                                 UsePrecompiledHeader="3"
77                                 PrecompiledHeaderFile="$(IntDir)/_LowLevel.pch"
78                                 WarningLevel="3"
79                                 DebugInformationFormat="3"/>
80                         <Tool
81                                 Name="VCCustomBuildTool"/>
82                         <Tool
83                                 Name="VCLinkerTool"
84                                 OutputFile="$(OutDir)/_LowLevel.dll"
85                                 LinkIncremental="1"
86                                 GenerateDebugInformation="TRUE"
87                                 ProgramDatabaseFile="$(OutDir)/_$(ProjectName).pdb"
88                                 SubSystem="2"
89                                 OptimizeReferences="2"
90                                 EnableCOMDATFolding="2"
91                                 ImportLibrary="$(OutDir)/_LowLevel.lib"
92                                 TargetMachine="1"/>
93                         <Tool
94                                 Name="VCMIDLTool"/>
95                         <Tool
96                                 Name="VCPostBuildEventTool"
97                                 CommandLine="copy &quot;$(TargetPath)&quot; PyKCS11\"/>
98                         <Tool
99                                 Name="VCPreBuildEventTool"/>
100                         <Tool
101                                 Name="VCPreLinkEventTool"/>
102                         <Tool
103                                 Name="VCResourceCompilerTool"/>
104                         <Tool
105                                 Name="VCWebServiceProxyGeneratorTool"/>
106                         <Tool
107                                 Name="VCXMLDataGeneratorTool"/>
108                         <Tool
109                                 Name="VCWebDeploymentTool"/>
110                         <Tool
111                                 Name="VCManagedWrapperGeneratorTool"/>
112                         <Tool
113                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114                 </Configuration>
115         </Configurations>
116         <References>
117         </References>
118         <Files>
119                 <Filter
120                         Name="Source Files"
121                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123                         <File
124                                 RelativePath=".\src\ck_attribute_smart.cpp">
125                         </File>
126                         <File
127                                 RelativePath=".\src\dyn_win32.c">
128                                 <FileConfiguration
129                                         Name="Debug|Win32">
130                                         <Tool
131                                                 Name="VCCLCompilerTool"
132                                                 UsePrecompiledHeader="0"/>
133                                 </FileConfiguration>
134                                 <FileConfiguration
135                                         Name="Release|Win32">
136                                         <Tool
137                                                 Name="VCCLCompilerTool"
138                                                 UsePrecompiledHeader="0"/>
139                                 </FileConfiguration>
140                         </File>
141                         <File
142                                 RelativePath=".\src\pkcs11lib.cpp">
143                         </File>
144                         <File
145                                 RelativePath=".\src\pykcs11.cpp">
146                         </File>
147                         <File
148                                 RelativePath=".\src\pykcs11string.cpp">
149                         </File>
150                         <File
151                                 RelativePath=".\src\stdafx.cpp">
152                                 <FileConfiguration
153                                         Name="Debug|Win32">
154                                         <Tool
155                                                 Name="VCCLCompilerTool"
156                                                 UsePrecompiledHeader="1"/>
157                                 </FileConfiguration>
158                                 <FileConfiguration
159                                         Name="Release|Win32">
160                                         <Tool
161                                                 Name="VCCLCompilerTool"
162                                                 UsePrecompiledHeader="1"/>
163                                 </FileConfiguration>
164                         </File>
165                         <File
166                                 RelativePath=".\src\utility.cpp">
167                         </File>
168                         <File
169                                 RelativePath=".\src\win32_pykcs11_wrap.cpp">
170                                 <FileConfiguration
171                                         Name="Debug|Win32">
172                                         <Tool
173                                                 Name="VCCLCompilerTool"
174                                                 UsePrecompiledHeader="0"/>
175                                 </FileConfiguration>
176                                 <FileConfiguration
177                                         Name="Release|Win32">
178                                         <Tool
179                                                 Name="VCCLCompilerTool"
180                                                 UsePrecompiledHeader="0"/>
181                                 </FileConfiguration>
182                         </File>
183                 </Filter>
184                 <Filter
185                         Name="Header Files"
186                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
187                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
188                         <File
189                                 RelativePath=".\src\ck_attribute_smart.h">
190                         </File>
191                         <File
192                                 RelativePath=".\src\dyn_generic.h">
193                         </File>
194                         <File
195                                 RelativePath=".\src\pkcs11lib.h">
196                         </File>
197                         <File
198                                 RelativePath=".\src\pykcs11.h">
199                         </File>
200                         <File
201                                 RelativePath=".\src\pykcs11string.h">
202                         </File>
203                         <File
204                                 RelativePath=".\resource.h">
205                         </File>
206                         <File
207                                 RelativePath=".\src\stdafx.h">
208                         </File>
209                         <File
210                                 RelativePath=".\src\utility.h">
211                         </File>
212                         <Filter
213                                 Name="pkcs11"
214                                 Filter="">
215                                 <File
216                                         RelativePath=".\src\opensc\pkcs11.h">
217                                 </File>
218                         </Filter>
219                 </Filter>
220                 <Filter
221                         Name="Resource Files"
222                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
223                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
224                         <File
225                                 RelativePath=".\pykcs11.rc">
226                         </File>
227                 </Filter>
228                 <File
229                         RelativePath="..\..\..\..\Projects\tests\pykcs11\documentation.htm"
230                         DeploymentContent="TRUE">
231                 </File>
232                 <File
233                         RelativePath=".\src\pykcs11.i">
234                         <FileConfiguration
235                                 Name="Debug|Win32">
236                                 <Tool
237                                         Name="VCCustomBuildTool"
238                                         Description="Generating SWIG wrapper"
239                                         CommandLine="swig.exe  -c++ -Fmicrosoft -o &quot;$(InputDir)\win32_$(InputName)_wrap.cpp&quot; -python &quot;$(InputPath)&quot;
240 copy &quot;$(InputDir)\LowLevel.py&quot; PyKCS11\"
241                                         AdditionalDependencies="$(InputDir)\pkcs11lib.h"
242                                         Outputs="$(InputDir)\win32_$(InputName)_wrap.cpp;$(InputDir)\LowLevel.py"/>
243                         </FileConfiguration>
244                         <FileConfiguration
245                                 Name="Release|Win32">
246                                 <Tool
247                                         Name="VCCustomBuildTool"
248                                         Description="Generating SWIG wrapper"
249                                         CommandLine="swig.exe  -c++ -Fmicrosoft -o &quot;$(InputDir)\win32_$(InputName)_wrap.cpp&quot; -python &quot;$(InputPath)&quot;
250 copy &quot;$(InputDir)\LowLevel.py&quot; PyKCS11\"
251                                         AdditionalDependencies="$(InputDir)\pkcs11lib.h"
252                                         Outputs="$(InputDir)\win32_$(InputName)_wrap.cpp;$(InputDir)\LowLevel.py"/>
253                         </FileConfiguration>
254                 </File>
255                 <File
256                         RelativePath=".\readme.txt">
257                 </File>
258         </Files>
259         <Globals>
260         </Globals>
261 </VisualStudioProject>
Note: See TracBrowser for help on using the browser.
(C) 2006 bit4id srl, for informations please contact info@bit4id.com
visitors since August 21, 2006