1 |
<?xml version="1.0" encoding="Windows-1252"?> |
2 |
<VisualStudioProject |
3 |
ProjectType="Visual C++" |
4 |
Version="9.00" |
5 |
Name="basicRegister" |
6 |
ProjectGUID="{34E29A7D-181B-4A13-9194-EB2300000000}" |
7 |
RootNamespace="basicRegister" |
8 |
Keyword="Win32Proj" |
9 |
TargetFrameworkVersion="131072" |
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="Debug" |
22 |
IntermediateDirectory="Debug" |
23 |
ConfigurationType="1" |
24 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
25 |
UseOfMFC="0" |
26 |
CharacterSet="2" |
27 |
BuildLogFile="$(IntDir)\basicRegister-BuildLog.htm" |
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 |
AdditionalIncludeDirectories=""$(SolutionDir)/contrib/ares";"$(SolutionDir)"" |
48 |
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;" |
49 |
MinimalRebuild="true" |
50 |
BasicRuntimeChecks="3" |
51 |
RuntimeLibrary="3" |
52 |
BufferSecurityCheck="true" |
53 |
UsePrecompiledHeader="0" |
54 |
ProgramDataBaseFileName="$(IntDir)/vc70_register.pdb" |
55 |
WarningLevel="3" |
56 |
Detect64BitPortabilityProblems="true" |
57 |
DebugInformationFormat="3" |
58 |
/> |
59 |
<Tool |
60 |
Name="VCManagedResourceCompilerTool" |
61 |
/> |
62 |
<Tool |
63 |
Name="VCResourceCompilerTool" |
64 |
/> |
65 |
<Tool |
66 |
Name="VCPreLinkEventTool" |
67 |
/> |
68 |
<Tool |
69 |
Name="VCLinkerTool" |
70 |
AdditionalOptions="/FIXED:NO" |
71 |
AdditionalDependencies="Ws2_32.lib Dnsapi.lib Iphlpapi.lib winmm.lib " |
72 |
OutputFile="$(OutDir)/basicRegister.exe" |
73 |
LinkIncremental="2" |
74 |
GenerateDebugInformation="true" |
75 |
ProgramDatabaseFile="$(OutDir)/test.pdb" |
76 |
SubSystem="1" |
77 |
RandomizedBaseAddress="1" |
78 |
DataExecutionPrevention="0" |
79 |
TargetMachine="1" |
80 |
/> |
81 |
<Tool |
82 |
Name="VCALinkTool" |
83 |
/> |
84 |
<Tool |
85 |
Name="VCManifestTool" |
86 |
/> |
87 |
<Tool |
88 |
Name="VCXDCMakeTool" |
89 |
/> |
90 |
<Tool |
91 |
Name="VCBscMakeTool" |
92 |
/> |
93 |
<Tool |
94 |
Name="VCFxCopTool" |
95 |
/> |
96 |
<Tool |
97 |
Name="VCAppVerifierTool" |
98 |
/> |
99 |
<Tool |
100 |
Name="VCPostBuildEventTool" |
101 |
/> |
102 |
</Configuration> |
103 |
<Configuration |
104 |
Name="Release|Win32" |
105 |
OutputDirectory="Release" |
106 |
IntermediateDirectory="Release" |
107 |
ConfigurationType="1" |
108 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
109 |
UseOfMFC="0" |
110 |
CharacterSet="2" |
111 |
BuildLogFile="$(IntDir)\basicRegister-BuildLog.htm" |
112 |
> |
113 |
<Tool |
114 |
Name="VCPreBuildEventTool" |
115 |
/> |
116 |
<Tool |
117 |
Name="VCCustomBuildTool" |
118 |
/> |
119 |
<Tool |
120 |
Name="VCXMLDataGeneratorTool" |
121 |
/> |
122 |
<Tool |
123 |
Name="VCWebServiceProxyGeneratorTool" |
124 |
/> |
125 |
<Tool |
126 |
Name="VCMIDLTool" |
127 |
/> |
128 |
<Tool |
129 |
Name="VCCLCompilerTool" |
130 |
Optimization="2" |
131 |
InlineFunctionExpansion="1" |
132 |
FavorSizeOrSpeed="1" |
133 |
OmitFramePointers="true" |
134 |
AdditionalIncludeDirectories=""$(SolutionDir)/contrib/ares";"$(SolutionDir)"" |
135 |
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
136 |
StringPooling="true" |
137 |
RuntimeLibrary="2" |
138 |
BufferSecurityCheck="false" |
139 |
EnableFunctionLevelLinking="true" |
140 |
UsePrecompiledHeader="0" |
141 |
WarningLevel="3" |
142 |
Detect64BitPortabilityProblems="true" |
143 |
DebugInformationFormat="3" |
144 |
/> |
145 |
<Tool |
146 |
Name="VCManagedResourceCompilerTool" |
147 |
/> |
148 |
<Tool |
149 |
Name="VCResourceCompilerTool" |
150 |
/> |
151 |
<Tool |
152 |
Name="VCPreLinkEventTool" |
153 |
/> |
154 |
<Tool |
155 |
Name="VCLinkerTool" |
156 |
AdditionalOptions="/FIXED:NO" |
157 |
AdditionalDependencies="Ws2_32.lib Dnsapi.lib Iphlpapi.lib winmm.lib " |
158 |
OutputFile="$(OutDir)/basicRegister.exe" |
159 |
LinkIncremental="1" |
160 |
GenerateDebugInformation="true" |
161 |
SubSystem="1" |
162 |
OptimizeReferences="2" |
163 |
EnableCOMDATFolding="2" |
164 |
RandomizedBaseAddress="1" |
165 |
DataExecutionPrevention="0" |
166 |
TargetMachine="1" |
167 |
/> |
168 |
<Tool |
169 |
Name="VCALinkTool" |
170 |
/> |
171 |
<Tool |
172 |
Name="VCManifestTool" |
173 |
/> |
174 |
<Tool |
175 |
Name="VCXDCMakeTool" |
176 |
/> |
177 |
<Tool |
178 |
Name="VCBscMakeTool" |
179 |
/> |
180 |
<Tool |
181 |
Name="VCFxCopTool" |
182 |
/> |
183 |
<Tool |
184 |
Name="VCAppVerifierTool" |
185 |
/> |
186 |
<Tool |
187 |
Name="VCPostBuildEventTool" |
188 |
/> |
189 |
</Configuration> |
190 |
<Configuration |
191 |
Name="SSL-Debug|Win32" |
192 |
OutputDirectory="$(ConfigurationName)" |
193 |
IntermediateDirectory="$(ConfigurationName)" |
194 |
ConfigurationType="1" |
195 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
196 |
UseOfMFC="0" |
197 |
CharacterSet="2" |
198 |
BuildLogFile="$(IntDir)\basicRegister-BuildLog.htm" |
199 |
> |
200 |
<Tool |
201 |
Name="VCPreBuildEventTool" |
202 |
/> |
203 |
<Tool |
204 |
Name="VCCustomBuildTool" |
205 |
/> |
206 |
<Tool |
207 |
Name="VCXMLDataGeneratorTool" |
208 |
/> |
209 |
<Tool |
210 |
Name="VCWebServiceProxyGeneratorTool" |
211 |
/> |
212 |
<Tool |
213 |
Name="VCMIDLTool" |
214 |
/> |
215 |
<Tool |
216 |
Name="VCCLCompilerTool" |
217 |
Optimization="0" |
218 |
AdditionalIncludeDirectories=""$(ProjectDir)../../../";"$(ProjectDir)../../contrib/ares";"$(ProjectDir)../../../contrib/openssl/include";"$(ProjectDir)../../../contrib/openssl/inc32"" |
219 |
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE; USE_SSL" |
220 |
MinimalRebuild="true" |
221 |
BasicRuntimeChecks="3" |
222 |
RuntimeLibrary="3" |
223 |
BufferSecurityCheck="true" |
224 |
UsePrecompiledHeader="0" |
225 |
ProgramDataBaseFileName="$(IntDir)/vc70_register.pdb" |
226 |
WarningLevel="3" |
227 |
Detect64BitPortabilityProblems="true" |
228 |
DebugInformationFormat="3" |
229 |
/> |
230 |
<Tool |
231 |
Name="VCManagedResourceCompilerTool" |
232 |
/> |
233 |
<Tool |
234 |
Name="VCResourceCompilerTool" |
235 |
/> |
236 |
<Tool |
237 |
Name="VCPreLinkEventTool" |
238 |
/> |
239 |
<Tool |
240 |
Name="VCLinkerTool" |
241 |
AdditionalOptions="/FIXED:NO" |
242 |
AdditionalDependencies="Ws2_32.lib Dnsapi.lib Iphlpapi.lib winmm.lib crypt32.lib "$(ProjectDir)..\..\..\contrib\openssl\lib\vc\static\libeay32MDd.lib" "$(ProjectDir)..\..\..\contrib\openssl\lib\vc\static\ssleay32MDd.lib"" |
243 |
OutputFile="$(OutDir)/basicRegister.exe" |
244 |
LinkIncremental="2" |
245 |
GenerateDebugInformation="true" |
246 |
ProgramDatabaseFile="$(OutDir)/test.pdb" |
247 |
SubSystem="1" |
248 |
RandomizedBaseAddress="1" |
249 |
DataExecutionPrevention="0" |
250 |
TargetMachine="1" |
251 |
/> |
252 |
<Tool |
253 |
Name="VCALinkTool" |
254 |
/> |
255 |
<Tool |
256 |
Name="VCManifestTool" |
257 |
/> |
258 |
<Tool |
259 |
Name="VCXDCMakeTool" |
260 |
/> |
261 |
<Tool |
262 |
Name="VCBscMakeTool" |
263 |
/> |
264 |
<Tool |
265 |
Name="VCFxCopTool" |
266 |
/> |
267 |
<Tool |
268 |
Name="VCAppVerifierTool" |
269 |
/> |
270 |
<Tool |
271 |
Name="VCPostBuildEventTool" |
272 |
/> |
273 |
</Configuration> |
274 |
<Configuration |
275 |
Name="SSL-Release|Win32" |
276 |
OutputDirectory="$(ConfigurationName)" |
277 |
IntermediateDirectory="$(ConfigurationName)" |
278 |
ConfigurationType="1" |
279 |
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
280 |
UseOfMFC="0" |
281 |
CharacterSet="2" |
282 |
BuildLogFile="$(IntDir)\basicRegister-BuildLog.htm" |
283 |
> |
284 |
<Tool |
285 |
Name="VCPreBuildEventTool" |
286 |
/> |
287 |
<Tool |
288 |
Name="VCCustomBuildTool" |
289 |
/> |
290 |
<Tool |
291 |
Name="VCXMLDataGeneratorTool" |
292 |
/> |
293 |
<Tool |
294 |
Name="VCWebServiceProxyGeneratorTool" |
295 |
/> |
296 |
<Tool |
297 |
Name="VCMIDLTool" |
298 |
/> |
299 |
<Tool |
300 |
Name="VCCLCompilerTool" |
301 |
Optimization="2" |
302 |
InlineFunctionExpansion="1" |
303 |
FavorSizeOrSpeed="1" |
304 |
OmitFramePointers="true" |
305 |
AdditionalIncludeDirectories=""$(ProjectDir)../../../";"$(ProjectDir)../../contrib/ares";"$(ProjectDir)../../../contrib/openssl/include";"$(ProjectDir)../../../contrib/openssl/inc32"" |
306 |
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; USE_SSL" |
307 |
StringPooling="true" |
308 |
RuntimeLibrary="2" |
309 |
BufferSecurityCheck="false" |
310 |
EnableFunctionLevelLinking="true" |
311 |
UsePrecompiledHeader="0" |
312 |
WarningLevel="3" |
313 |
Detect64BitPortabilityProblems="true" |
314 |
DebugInformationFormat="3" |
315 |
/> |
316 |
<Tool |
317 |
Name="VCManagedResourceCompilerTool" |
318 |
/> |
319 |
<Tool |
320 |
Name="VCResourceCompilerTool" |
321 |
/> |
322 |
<Tool |
323 |
Name="VCPreLinkEventTool" |
324 |
/> |
325 |
<Tool |
326 |
Name="VCLinkerTool" |
327 |
AdditionalOptions="/FIXED:NO" |
328 |
AdditionalDependencies="Ws2_32.lib Dnsapi.lib Iphlpapi.lib winmm.lib crypt32.lib "$(ProjectDir)..\..\..\contrib\openssl\lib\vc\static\libeay32MD.lib" "$(ProjectDir)..\..\..\contrib\openssl\lib\vc\static\ssleay32MD.lib"" |
329 |
OutputFile="$(OutDir)/basicRegister.exe" |
330 |
LinkIncremental="1" |
331 |
GenerateDebugInformation="true" |
332 |
SubSystem="1" |
333 |
OptimizeReferences="2" |
334 |
EnableCOMDATFolding="2" |
335 |
RandomizedBaseAddress="1" |
336 |
DataExecutionPrevention="0" |
337 |
TargetMachine="1" |
338 |
/> |
339 |
<Tool |
340 |
Name="VCALinkTool" |
341 |
/> |
342 |
<Tool |
343 |
Name="VCManifestTool" |
344 |
/> |
345 |
<Tool |
346 |
Name="VCXDCMakeTool" |
347 |
/> |
348 |
<Tool |
349 |
Name="VCBscMakeTool" |
350 |
/> |
351 |
<Tool |
352 |
Name="VCFxCopTool" |
353 |
/> |
354 |
<Tool |
355 |
Name="VCAppVerifierTool" |
356 |
/> |
357 |
<Tool |
358 |
Name="VCPostBuildEventTool" |
359 |
/> |
360 |
</Configuration> |
361 |
</Configurations> |
362 |
<References> |
363 |
</References> |
364 |
<Files> |
365 |
<Filter |
366 |
Name="Source Files" |
367 |
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" |
368 |
> |
369 |
<File |
370 |
RelativePath=".\basicRegister.cxx" |
371 |
> |
372 |
</File> |
373 |
</Filter> |
374 |
<Filter |
375 |
Name="Header Files" |
376 |
Filter="h;hpp;hxx;hm;inl;inc" |
377 |
> |
378 |
</Filter> |
379 |
<Filter |
380 |
Name="Resource Files" |
381 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
382 |
> |
383 |
</Filter> |
384 |
<File |
385 |
RelativePath="ReadMe.txt" |
386 |
> |
387 |
</File> |
388 |
</Files> |
389 |
<Globals> |
390 |
</Globals> |
391 |
</VisualStudioProject> |