]> git.sesse.net Git - freerainbowtables/blob - BOINC software/BOINC client apps/index_calculator/index_calculator.vcproj
initial
[freerainbowtables] / BOINC software / BOINC client apps / index_calculator / index_calculator.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="index_calculator"
6         ProjectGUID="{C7A957CF-9FDC-4C72-9C3E-7C029E915D1E}"
7         RootNamespace="index_calculator"
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                                 AdditionalIncludeDirectories="/boinc/lib;/boinc/api;&quot;/boinc/zip&quot;;&quot;/boinc/client/win&quot;;&quot;/boinc/&quot;;../distrrtgen;&quot;../../rt api&quot;"
45                                 PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="1"
49                                 UsePrecompiledHeader="0"
50                                 WarningLevel="3"
51                                 DebugInformationFormat="4"
52                         />
53                         <Tool
54                                 Name="VCManagedResourceCompilerTool"
55                         />
56                         <Tool
57                                 Name="VCResourceCompilerTool"
58                         />
59                         <Tool
60                                 Name="VCPreLinkEventTool"
61                         />
62                         <Tool
63                                 Name="VCLinkerTool"
64                                 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"
65                                 LinkIncremental="0"
66                                 IgnoreAllDefaultLibraries="true"
67                                 GenerateDebugInformation="true"
68                                 SubSystem="2"
69                                 RandomizedBaseAddress="1"
70                                 DataExecutionPrevention="0"
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                                 WholeProgramOptimization="true"
125                                 AdditionalIncludeDirectories="/boinc/lib;/boinc/api;&quot;/boinc/zip&quot;;&quot;/boinc/client/win&quot;;&quot;/boinc/&quot;;../distrrtgen;&quot;../../rt api&quot;"
126                                 PreprocessorDefinitions="WIN32;NDEBUG;_MT;_CONSOLE"
127                                 RuntimeLibrary="0"
128                                 EnableFunctionLevelLinking="true"
129                                 EnableEnhancedInstructionSet="2"
130                                 UsePrecompiledHeader="0"
131                                 WarningLevel="3"
132                                 Detect64BitPortabilityProblems="true"
133                                 DebugInformationFormat="3"
134                         />
135                         <Tool
136                                 Name="VCManagedResourceCompilerTool"
137                         />
138                         <Tool
139                                 Name="VCResourceCompilerTool"
140                         />
141                         <Tool
142                                 Name="VCPreLinkEventTool"
143                         />
144                         <Tool
145                                 Name="VCLinkerTool"
146                                 AdditionalDependencies="odbc32.lib odbccp32.lib libcmt.lib libcpmt.lib ..\lib_release\libboinc_staticcrt.lib ..\lib_release\libboincapi_staticcrt.lib c:/openssl/lib/libeay32.lib"
147                                 LinkIncremental="1"
148                                 IgnoreAllDefaultLibraries="true"
149                                 GenerateDebugInformation="true"
150                                 SubSystem="2"
151                                 OptimizeReferences="0"
152                                 EnableCOMDATFolding="0"
153                                 LinkTimeCodeGeneration="0"
154                                 RandomizedBaseAddress="1"
155                                 DataExecutionPrevention="0"
156                                 TargetMachine="1"
157                         />
158                         <Tool
159                                 Name="VCALinkTool"
160                         />
161                         <Tool
162                                 Name="VCManifestTool"
163                         />
164                         <Tool
165                                 Name="VCXDCMakeTool"
166                         />
167                         <Tool
168                                 Name="VCBscMakeTool"
169                         />
170                         <Tool
171                                 Name="VCFxCopTool"
172                         />
173                         <Tool
174                                 Name="VCAppVerifierTool"
175                         />
176                         <Tool
177                                 Name="VCPostBuildEventTool"
178                         />
179                 </Configuration>
180         </Configurations>
181         <References>
182         </References>
183         <Files>
184                 <Filter
185                         Name="Source Files"
186                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
187                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
188                         >
189                         <File
190                                 RelativePath="..\..\rt api\ChainWalkContext.cpp"
191                                 >
192                         </File>
193                         <File
194                                 RelativePath="..\..\rt api\ChainWalkSet.cpp"
195                                 >
196                         </File>
197                         <File
198                                 RelativePath="..\..\rt api\des_enc.c"
199                                 >
200                         </File>
201                         <File
202                                 RelativePath="..\..\rt api\des_setkey.c"
203                                 >
204                         </File>
205                         <File
206                                 RelativePath="..\..\rt api\ecb_enc.c"
207                                 >
208                         </File>
209                         <File
210                                 RelativePath="..\..\rt api\HashAlgorithm.cpp"
211                                 >
212                         </File>
213                         <File
214                                 RelativePath="..\..\rt api\HashRoutine.cpp"
215                                 >
216                         </File>
217                         <File
218                                 RelativePath=".\index_calculator.cpp"
219                                 >
220                         </File>
221                         <File
222                                 RelativePath="..\..\rt api\md4.cpp"
223                                 >
224                         </File>
225                         <File
226                                 RelativePath="..\..\rt api\md5.cpp"
227                                 >
228                         </File>
229                         <File
230                                 RelativePath="..\..\rt api\Public.cpp"
231                                 >
232                         </File>
233                 </Filter>
234                 <Filter
235                         Name="Header Files"
236                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
237                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
238                         >
239                         <File
240                                 RelativePath="..\..\rt api\ChainWalkContext.h"
241                                 >
242                         </File>
243                         <File
244                                 RelativePath="..\..\rt api\ChainWalkSet.h"
245                                 >
246                         </File>
247                         <File
248                                 RelativePath="..\..\rt api\des.h"
249                                 >
250                         </File>
251                         <File
252                                 RelativePath="..\..\rt api\des_locl.h"
253                                 >
254                         </File>
255                         <File
256                                 RelativePath="..\..\rt api\HashAlgorithm.h"
257                                 >
258                         </File>
259                         <File
260                                 RelativePath="..\..\rt api\HashRoutine.h"
261                                 >
262                         </File>
263                         <File
264                                 RelativePath=".\index_calculator.h"
265                                 >
266                         </File>
267                         <File
268                                 RelativePath="..\..\rt api\md4.h"
269                                 >
270                         </File>
271                         <File
272                                 RelativePath="..\..\rt api\md5.h"
273                                 >
274                         </File>
275                         <File
276                                 RelativePath="..\..\rt api\podd.h"
277                                 >
278                         </File>
279                         <File
280                                 RelativePath="..\..\rt api\Public.h"
281                                 >
282                         </File>
283                         <File
284                                 RelativePath="..\..\rt api\sk.h"
285                                 >
286                         </File>
287                         <File
288                                 RelativePath="..\..\rt api\spr.h"
289                                 >
290                         </File>
291                 </Filter>
292                 <Filter
293                         Name="Resource Files"
294                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
295                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
296                         >
297                 </Filter>
298         </Files>
299         <Globals>
300         </Globals>
301 </VisualStudioProject>