]> git.sesse.net Git - freerainbowtables/blob - BOINC software/BOINC client apps/chain_checker/chain_checker.vcproj
UINT4 -> uint32
[freerainbowtables] / BOINC software / BOINC client apps / chain_checker / chain_checker.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="chain_checker"
6         ProjectGUID="{74C09EAC-2EA2-4548-9B61-0FEE56147DFE}"
7         RootNamespace="chain_checker"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="196613"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15         </Platforms>
16         <ToolFiles>
17         </ToolFiles>
18         <Configurations>
19                 <Configuration
20                         Name="Debug|Win32"
21                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                         IntermediateDirectory="$(ConfigurationName)"
23                         ConfigurationType="1"
24                         CharacterSet="2"
25                         >
26                         <Tool
27                                 Name="VCPreBuildEventTool"
28                         />
29                         <Tool
30                                 Name="VCCustomBuildTool"
31                         />
32                         <Tool
33                                 Name="VCXMLDataGeneratorTool"
34                         />
35                         <Tool
36                                 Name="VCWebServiceProxyGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCMIDLTool"
40                         />
41                         <Tool
42                                 Name="VCCLCompilerTool"
43                                 Optimization="0"
44                                 WholeProgramOptimization="false"
45                                 AdditionalIncludeDirectories="/boinc/lib;/boinc/api;&quot;/boinc/zip&quot;;&quot;/boinc/client/win&quot;;&quot;/boinc/&quot;;../distrrtgen;../../rt api"
46                                 PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE"
47                                 MinimalRebuild="true"
48                                 BasicRuntimeChecks="3"
49                                 RuntimeLibrary="1"
50                                 EnableEnhancedInstructionSet="2"
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                                 AdditionalDependencies="libcmtd.lib libcpmtd.lib kernel32.lib user32.lib ole32.lib delayimp.lib ..\lib_debug\libboinc_staticcrt.lib ..\lib_debug\libboincapi_staticcrt.lib c:/openssl/lib/libeay32.lib"
67                                 LinkIncremental="2"
68                                 IgnoreAllDefaultLibraries="true"
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="Release|Win32"
97                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98                         IntermediateDirectory="$(ConfigurationName)"
99                         ConfigurationType="1"
100                         CharacterSet="2"
101                         WholeProgramOptimization="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                         />
118                         <Tool
119                                 Name="VCCLCompilerTool"
120                                 Optimization="2"
121                                 InlineFunctionExpansion="2"
122                                 EnableIntrinsicFunctions="true"
123                                 FavorSizeOrSpeed="1"
124                                 AdditionalIncludeDirectories="/boinc/lib;/boinc/api;&quot;/boinc/zip&quot;;&quot;/boinc/client/win&quot;;&quot;/boinc/&quot;;../distrrtgen;../../rt api"
125                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_MT"
126                                 RuntimeLibrary="0"
127                                 EnableFunctionLevelLinking="false"
128                                 EnableEnhancedInstructionSet="2"
129                                 UsePrecompiledHeader="0"
130                                 WarningLevel="3"
131                                 Detect64BitPortabilityProblems="false"
132                                 DebugInformationFormat="3"
133                         />
134                         <Tool
135                                 Name="VCManagedResourceCompilerTool"
136                         />
137                         <Tool
138                                 Name="VCResourceCompilerTool"
139                         />
140                         <Tool
141                                 Name="VCPreLinkEventTool"
142                         />
143                         <Tool
144                                 Name="VCLinkerTool"
145                                 AdditionalDependencies="odbc32.lib odbccp32.lib libcmt.lib libcpmt.lib ..\lib_release\libboinc_staticcrt.lib ..\lib_release\libboincapi_staticcrt.lib c:/openssl/lib/libeay32.lib"
146                                 LinkIncremental="1"
147                                 IgnoreAllDefaultLibraries="true"
148                                 GenerateDebugInformation="true"
149                                 SubSystem="2"
150                                 OptimizeReferences="2"
151                                 EnableCOMDATFolding="2"
152                                 RandomizedBaseAddress="1"
153                                 TargetMachine="1"
154                         />
155                         <Tool
156                                 Name="VCALinkTool"
157                         />
158                         <Tool
159                                 Name="VCManifestTool"
160                         />
161                         <Tool
162                                 Name="VCXDCMakeTool"
163                         />
164                         <Tool
165                                 Name="VCBscMakeTool"
166                         />
167                         <Tool
168                                 Name="VCFxCopTool"
169                         />
170                         <Tool
171                                 Name="VCAppVerifierTool"
172                         />
173                         <Tool
174                                 Name="VCPostBuildEventTool"
175                         />
176                 </Configuration>
177         </Configurations>
178         <References>
179         </References>
180         <Files>
181                 <Filter
182                         Name="Source Files"
183                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
184                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
185                         >
186                         <File
187                                 RelativePath=".\chain_checker.cpp"
188                                 >
189                         </File>
190                         <File
191                                 RelativePath="..\..\rt api\ChainWalkContext.cpp"
192                                 >
193                         </File>
194                         <File
195                                 RelativePath="..\..\rt api\des_enc.c"
196                                 >
197                         </File>
198                         <File
199                                 RelativePath="..\..\rt api\des_setkey.c"
200                                 >
201                         </File>
202                         <File
203                                 RelativePath="..\..\rt api\ecb_enc.c"
204                                 >
205                         </File>
206                         <File
207                                 RelativePath="..\..\rt api\HashAlgorithm.cpp"
208                                 >
209                         </File>
210                         <File
211                                 RelativePath="..\..\rt api\HashRoutine.cpp"
212                                 >
213                         </File>
214                         <File
215                                 RelativePath="..\..\rt api\md4.cpp"
216                                 >
217                         </File>
218                         <File
219                                 RelativePath="..\..\rt api\md5.cpp"
220                                 >
221                         </File>
222                         <File
223                                 RelativePath="..\..\rt api\Public.cpp"
224                                 >
225                         </File>
226                 </Filter>
227                 <Filter
228                         Name="Header Files"
229                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
230                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
231                         >
232                         <File
233                                 RelativePath=".\chain_checker.h"
234                                 >
235                         </File>
236                         <File
237                                 RelativePath="..\..\rt api\ChainWalkContext.h"
238                                 >
239                         </File>
240                         <File
241                                 RelativePath="..\..\rt api\des.h"
242                                 >
243                         </File>
244                         <File
245                                 RelativePath="..\..\rt api\des_locl.h"
246                                 >
247                         </File>
248                         <File
249                                 RelativePath="..\..\rt api\HashAlgorithm.h"
250                                 >
251                         </File>
252                         <File
253                                 RelativePath="..\..\rt api\HashRoutine.h"
254                                 >
255                         </File>
256                         <File
257                                 RelativePath="..\..\rt api\md4.h"
258                                 >
259                         </File>
260                         <File
261                                 RelativePath="..\..\rt api\md5.h"
262                                 >
263                         </File>
264                         <File
265                                 RelativePath="..\..\rt api\podd.h"
266                                 >
267                         </File>
268                         <File
269                                 RelativePath="..\..\rt api\Public.h"
270                                 >
271                         </File>
272                         <File
273                                 RelativePath="..\..\rt api\sk.h"
274                                 >
275                         </File>
276                         <File
277                                 RelativePath="..\..\rt api\spr.h"
278                                 >
279                         </File>
280                 </Filter>
281                 <Filter
282                         Name="Resource Files"
283                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
284                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
285                         >
286                 </Filter>
287                 <File
288                         RelativePath=".\ReadMe.txt"
289                         >
290                 </File>
291         </Files>
292         <Globals>
293         </Globals>
294 </VisualStudioProject>