root/hydranode-oldbld/core.vcproj

Revision 1367, 8.2 kB (checked in by madcat, 4 years ago)

Some naming changes in project files

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="Hydranode"
6         ProjectGUID="{562B4431-B9E2-403E-B88B-A6BDC6AF61B9}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="$(ConfigurationName)"
16                         IntermediateDirectory="build\$(ConfigurationName)"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="&quot;C:\Boost\include\boost-1_32&quot;;include"
23                                 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;WINVER=0x400;_MT;_USRDLL;HAVE_PCH"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 RuntimeTypeInfo="TRUE"
28                                 UsePrecompiledHeader="3"
29                                 PrecompiledHeaderThrough="hn/hnprec.h"
30                                 WarningLevel="3"
31                                 DebugInformationFormat="3"/>
32                         <Tool
33                                 Name="VCCustomBuildTool"/>
34                         <Tool
35                                 Name="VCLinkerTool"
36                                 AdditionalDependencies="ws2_32.lib"
37                                 OutputFile="$(OutDir)/hydranode.exe"
38                                 LinkIncremental="1"
39                                 AdditionalLibraryDirectories="C:\boost\lib"
40                                 GenerateDebugInformation="TRUE"
41                                 ProgramDatabaseFile="$(OutDir)/libhydranode.pdb"
42                                 GenerateMapFile="FALSE"
43                                 SubSystem="1"
44                                 EntryPointSymbol=""
45                                 ImportLibrary="Debug/libhydranode.lib"
46                                 TargetMachine="1"/>
47                         <Tool
48                                 Name="VCMIDLTool"/>
49                         <Tool
50                                 Name="VCPostBuildEventTool"/>
51                         <Tool
52                                 Name="VCPreBuildEventTool"/>
53                         <Tool
54                                 Name="VCPreLinkEventTool"/>
55                         <Tool
56                                 Name="VCResourceCompilerTool"/>
57                         <Tool
58                                 Name="VCWebServiceProxyGeneratorTool"/>
59                         <Tool
60                                 Name="VCXMLDataGeneratorTool"/>
61                         <Tool
62                                 Name="VCWebDeploymentTool"/>
63                         <Tool
64                                 Name="VCManagedWrapperGeneratorTool"/>
65                         <Tool
66                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                 </Configuration>
68                 <Configuration
69                         Name="Release|Win32"
70                         OutputDirectory="$(ConfigurationName)"
71                         IntermediateDirectory="build\$(ConfigurationName)"
72                         ConfigurationType="1"
73                         CharacterSet="2">
74                         <Tool
75                                 Name="VCCLCompilerTool"
76                                 Optimization="3"
77                                 GlobalOptimizations="TRUE"
78                                 AdditionalIncludeDirectories="&quot;C:\Boost\include\boost-1_32&quot;;include"
79                                 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;WINVER=0x400;_MT;_USRDLL;HAVE_PCH"
80                                 MinimalRebuild="TRUE"
81                                 BasicRuntimeChecks="0"
82                                 RuntimeLibrary="2"
83                                 RuntimeTypeInfo="TRUE"
84                                 UsePrecompiledHeader="3"
85                                 PrecompiledHeaderThrough="hn/hnprec.h"
86                                 WarningLevel="3"
87                                 DebugInformationFormat="3"/>
88                         <Tool
89                                 Name="VCCustomBuildTool"/>
90                         <Tool
91                                 Name="VCLinkerTool"
92                                 AdditionalDependencies="ws2_32.lib"
93                                 OutputFile="$(OutDir)\hydranode.exe"
94                                 LinkIncremental="1"
95                                 AdditionalLibraryDirectories="C:\boost\lib"
96                                 GenerateDebugInformation="FALSE"
97                                 ProgramDatabaseFile=""
98                                 GenerateMapFile="FALSE"
99                                 SubSystem="1"
100                                 OptimizeReferences="2"
101                                 EnableCOMDATFolding="2"
102                                 EntryPointSymbol=""
103                                 ImportLibrary="$(OutDir)/libhydranode.lib"
104                                 TargetMachine="1"/>
105                         <Tool
106                                 Name="VCMIDLTool"/>
107                         <Tool
108                                 Name="VCPostBuildEventTool"/>
109                         <Tool
110                                 Name="VCPreBuildEventTool"/>
111                         <Tool
112                                 Name="VCPreLinkEventTool"/>
113                         <Tool
114                                 Name="VCResourceCompilerTool"/>
115                         <Tool
116                                 Name="VCWebServiceProxyGeneratorTool"/>
117                         <Tool
118                                 Name="VCXMLDataGeneratorTool"/>
119                         <Tool
120                                 Name="VCWebDeploymentTool"/>
121                         <Tool
122                                 Name="VCManagedWrapperGeneratorTool"/>
123                         <Tool
124                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125                 </Configuration>
126         </Configurations>
127         <References>
128         </References>
129         <Files>
130                 <Filter
131                         Name="Sources"
132                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
133                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
134                         <File
135                                 RelativePath=".\include\hn\bind_placeholders.h">
136                         </File>
137                         <File
138                                 RelativePath=".\src\config.cpp">
139                         </File>
140                         <File
141                                 RelativePath=".\include\hn\config.h">
142                         </File>
143                         <File
144                                 RelativePath=".\include\hn\endian.h">
145                         </File>
146                         <File
147                                 RelativePath=".\include\hn\event.h">
148                         </File>
149                         <File
150                                 RelativePath=".\src\eventbase.cpp">
151                         </File>
152                         <File
153                                 RelativePath=".\include\hn\eventbase.h">
154                         </File>
155                         <File
156                                 RelativePath=".\src\fileslist.cpp">
157                         </File>
158                         <File
159                                 RelativePath=".\include\hn\fileslist.h">
160                         </File>
161                         <File
162                                 RelativePath=".\include\hn\gettickcount.h">
163                         </File>
164                         <File
165                                 RelativePath=".\src\hash.cpp">
166                         </File>
167                         <File
168                                 RelativePath=".\include\hn\hash.h">
169                         </File>
170                         <File
171                                 RelativePath=".\src\hasher.cpp">
172                         </File>
173                         <File
174                                 RelativePath=".\include\hn\hasher.h">
175                         </File>
176                         <File
177                                 RelativePath=".\src\hashsetmaker.cpp">
178                         </File>
179                         <File
180                                 RelativePath=".\include\hn\hashsetmaker.h">
181                         </File>
182                         <File
183                                 RelativePath=".\include\hn\hnfwd.h">
184                         </File>
185                         <File
186                                 RelativePath=".\src\hnprec.cpp">
187                                 <FileConfiguration
188                                         Name="Debug|Win32">
189                                         <Tool
190                                                 Name="VCCLCompilerTool"
191                                                 UsePrecompiledHeader="1"
192                                                 PrecompiledHeaderThrough="hn\hnprec.h"/>
193                                 </FileConfiguration>
194                                 <FileConfiguration
195                                         Name="Release|Win32">
196                                         <Tool
197                                                 Name="VCCLCompilerTool"
198                                                 UsePrecompiledHeader="1"
199                                                 PrecompiledHeaderThrough="hn\hnprec.h"/>
200                                 </FileConfiguration>
201                         </File>
202                         <File
203                                 RelativePath=".\include\hn\hnprec.h">
204                         </File>
205                         <File
206                                 RelativePath=".\src\hydranode.cpp">
207                         </File>
208                         <File
209                                 RelativePath=".\include\hn\hydranode.h">
210                         </File>
211                         <File
212                                 RelativePath=".\src\ipfilter.cpp">
213                                 <FileConfiguration
214                                         Name="Debug|Win32">
215                                         <Tool
216                                                 Name="VCCLCompilerTool"
217                                                 UsePrecompiledHeader="0"/>
218                                 </FileConfiguration>
219                                 <FileConfiguration
220                                         Name="Release|Win32">
221                                         <Tool
222                                                 Name="VCCLCompilerTool"
223                                                 UsePrecompiledHeader="0"/>
224                                 </FileConfiguration>
225                         </File>
226                         <File
227                                 RelativePath=".\include\hn\ipfilter.h">
228                         </File>
229                         <File
230                                 RelativePath=".\src\ipv4addr.cpp">
231                         </File>
232                         <File
233                                 RelativePath=".\include\hn\ipv4addr.h">
234                         </File>
235                         <File
236                                 RelativePath=".\include\hn\lambda_placeholders.h">
237                         </File>
238                         <File
239                                 RelativePath=".\src\log.cpp">
240                         </File>
241                         <File
242                                 RelativePath=".\include\hn\log.h">
243                         </File>
244                         <File
245                                 RelativePath=".\src\main.cpp">
246                         </File>
247                         <File
248                                 RelativePath=".\src\md4transform.cpp">
249                         </File>
250                         <File
251                                 RelativePath=".\include\hn\md4transform.h">
252                         </File>
253                         <File
254                                 RelativePath=".\src\md5transform.cpp">
255                         </File>
256                         <File
257                                 RelativePath=".\include\hn\md5transform.h">
258                         </File>
259                         <File
260                                 RelativePath=".\src\metadata.cpp">
261                         </File>
262                         <File
263                                 RelativePath=".\include\hn\metadata.h">
264                         </File>
265                         <File
266                                 RelativePath=".\src\metadb.cpp">
267                         </File>
268                         <File
269                                 RelativePath=".\include\hn\metadb.h">
270                         </File>
271                         <File
272                                 RelativePath=".\src\modules.cpp">
273                         </File>
274                         <File
275                                 RelativePath=".\include\hn\modules.h">
276                         </File>
277                         <File
278                                 RelativePath=".\src\object.cpp">
279                         </File>
280                         <File
281                                 RelativePath=".\include\hn\object.h">
282                         </File>
283                         <File
284                                 RelativePath=".\include\hn\osdep.h">
285                         </File>
286                         <File
287                                 RelativePath=".\src\partdata.cpp">
288                         </File>
289                         <File
290                                 RelativePath=".\include\hn\partdata.h">
291                         </File>
292                         <File
293                                 RelativePath=".\include\hn\plugin.h">
294                         </File>
295                         <File
296                                 RelativePath=".\src\prefs.cpp">
297                         </File>
298                         <File
299                                 RelativePath=".\include\hn\prefs.h">
300                         </File>
301                         <File
302                                 RelativePath=".\include\hn\range.h">
303                         </File>
304                         <File
305                                 RelativePath=".\include\hn\rangelist.h">
306                         </File>
307                         <File
308                                 RelativePath=".\src\schedbase.cpp">
309                         </File>
310                         <File
311                                 RelativePath=".\include\hn\schedbase.h">
312                         </File>
313                         <File
314                                 RelativePath=".\include\hn\scheduler.h">
315                         </File>
316                         <File
317                                 RelativePath=".\src\search.cpp">
318                         </File>
319                         <File
320                                 RelativePath=".\include\hn\search.h">
321                         </File>
322                         <File
323                                 RelativePath=".\src\sha1transform.cpp">
324                         </File>
325                         <File
326                                 RelativePath=".\include\hn\sha1transform.h">
327                         </File>
328                         <File
329                                 RelativePath=".\src\sharedfile.cpp">
330                         </File>
331                         <File
332                                 RelativePath=".\include\hn\sharedfile.h">
333                         </File>
334                         <File
335                                 RelativePath=".\src\sockets.cpp">
336                         </File>
337                         <File
338                                 RelativePath=".\include\hn\sockets.h">
339                         </File>
340                         <File
341                                 RelativePath=".\include\hn\ssocket.h">
342                         </File>
343                         <File
344                                 RelativePath=".\src\utils.cpp">
345                         </File>
346                         <File
347                                 RelativePath=".\include\hn\utils.h">
348                         </File>
349                         <File
350                                 RelativePath=".\src\workthread.cpp">
351                         </File>
352                         <File
353                                 RelativePath=".\include\hn\workthread.h">
354                         </File>
355                 </Filter>
356         </Files>
357         <Globals>
358         </Globals>
359 </VisualStudioProject>
Note: See TracBrowser for help on using the browser.