source: cpp/gdk/loadertest.vcproj @ 68

Last change on this file since 68 was 68, checked in by Maciej Komosinski, 13 years ago

added missing sources; updated sources for compatibility with vs2008 and added project files

File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="loadertest"
6        ProjectGUID="{050B5663-D154-43B3-9004-103B4049CF5E}"
7        TargetFrameworkVersion="0"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="$(ProjectName)\$(ConfigurationName)\bin"
20                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23                        UseOfMFC="0"
24                        ATLMinimizesCRunTimeLibraryUsage="false"
25                        CharacterSet="2"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                                TypeLibraryName="./loadertest.tlb"
42                                HeaderFileName=""
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                PreprocessorDefinitions="_Windows;WIN32;_DEBUG;_CONSOLE;EASYMAPDEBUG;NOCREATUREOBJECT"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                RuntimeTypeInfo="true"
52                                WarningLevel="3"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                                PreprocessorDefinitions="_DEBUG"
61                                Culture="1045"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                RandomizedBaseAddress="1"
71                                DataExecutionPrevention="0"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                                SuppressStartupBanner="true"
86                                OutputFile="./loadertest.bsc"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98        </Configurations>
99        <References>
100        </References>
101        <Files>
102                <Filter
103                        Name="Source Files"
104                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
105                        >
106                        <File
107                                RelativePath="errmanager.cpp"
108                                >
109                                <FileConfiguration
110                                        Name="Debug|Win32"
111                                        >
112                                        <Tool
113                                                Name="VCCLCompilerTool"
114                                                PreprocessorDefinitions=""
115                                        />
116                                </FileConfiguration>
117                        </File>
118                        <File
119                                RelativePath="extvalue.cpp"
120                                >
121                                <FileConfiguration
122                                        Name="Debug|Win32"
123                                        >
124                                        <Tool
125                                                Name="VCCLCompilerTool"
126                                                PreprocessorDefinitions=""
127                                        />
128                                </FileConfiguration>
129                        </File>
130                        <File
131                                RelativePath="framsg.cpp"
132                                >
133                                <FileConfiguration
134                                        Name="Debug|Win32"
135                                        >
136                                        <Tool
137                                                Name="VCCLCompilerTool"
138                                                PreprocessorDefinitions=""
139                                        />
140                                </FileConfiguration>
141                        </File>
142                        <File
143                                RelativePath="genotypeloader.cpp"
144                                >
145                                <FileConfiguration
146                                        Name="Debug|Win32"
147                                        >
148                                        <Tool
149                                                Name="VCCLCompilerTool"
150                                                PreprocessorDefinitions=""
151                                        />
152                                </FileConfiguration>
153                        </File>
154                        <File
155                                RelativePath="list.cpp"
156                                >
157                                <FileConfiguration
158                                        Name="Debug|Win32"
159                                        >
160                                        <Tool
161                                                Name="VCCLCompilerTool"
162                                                PreprocessorDefinitions=""
163                                        />
164                                </FileConfiguration>
165                        </File>
166                        <File
167                                RelativePath="loadertest.cpp"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                                PreprocessorDefinitions=""
175                                        />
176                                </FileConfiguration>
177                        </File>
178                        <File
179                                RelativePath="multiparamload.cpp"
180                                >
181                                <FileConfiguration
182                                        Name="Debug|Win32"
183                                        >
184                                        <Tool
185                                                Name="VCCLCompilerTool"
186                                                PreprocessorDefinitions=""
187                                        />
188                                </FileConfiguration>
189                        </File>
190                        <File
191                                RelativePath="param.cpp"
192                                >
193                                <FileConfiguration
194                                        Name="Debug|Win32"
195                                        >
196                                        <Tool
197                                                Name="VCCLCompilerTool"
198                                                PreprocessorDefinitions=""
199                                        />
200                                </FileConfiguration>
201                        </File>
202                        <File
203                                RelativePath="paramobj.cpp"
204                                >
205                                <FileConfiguration
206                                        Name="Debug|Win32"
207                                        >
208                                        <Tool
209                                                Name="VCCLCompilerTool"
210                                                PreprocessorDefinitions=""
211                                        />
212                                </FileConfiguration>
213                        </File>
214                        <File
215                                RelativePath="paramtabobj.cpp"
216                                >
217                                <FileConfiguration
218                                        Name="Debug|Win32"
219                                        >
220                                        <Tool
221                                                Name="VCCLCompilerTool"
222                                                PreprocessorDefinitions=""
223                                        />
224                                </FileConfiguration>
225                        </File>
226                        <File
227                                RelativePath="sstring.cpp"
228                                >
229                                <FileConfiguration
230                                        Name="Debug|Win32"
231                                        >
232                                        <Tool
233                                                Name="VCCLCompilerTool"
234                                                PreprocessorDefinitions=""
235                                        />
236                                </FileConfiguration>
237                        </File>
238                        <File
239                                RelativePath="sstringutils.cpp"
240                                >
241                                <FileConfiguration
242                                        Name="Debug|Win32"
243                                        >
244                                        <Tool
245                                                Name="VCCLCompilerTool"
246                                                PreprocessorDefinitions=""
247                                        />
248                                </FileConfiguration>
249                        </File>
250                        <File
251                                RelativePath="stdiofile-autoinit.cpp"
252                                >
253                                <FileConfiguration
254                                        Name="Debug|Win32"
255                                        >
256                                        <Tool
257                                                Name="VCCLCompilerTool"
258                                                PreprocessorDefinitions=""
259                                        />
260                                </FileConfiguration>
261                        </File>
262                        <File
263                                RelativePath="stdiofile.cpp"
264                                >
265                                <FileConfiguration
266                                        Name="Debug|Win32"
267                                        >
268                                        <Tool
269                                                Name="VCCLCompilerTool"
270                                                PreprocessorDefinitions=""
271                                        />
272                                </FileConfiguration>
273                        </File>
274                        <File
275                                RelativePath="stdouterr.cpp"
276                                >
277                                <FileConfiguration
278                                        Name="Debug|Win32"
279                                        >
280                                        <Tool
281                                                Name="VCCLCompilerTool"
282                                                PreprocessorDefinitions=""
283                                        />
284                                </FileConfiguration>
285                        </File>
286                        <File
287                                RelativePath="syntparam.cpp"
288                                >
289                                <FileConfiguration
290                                        Name="Debug|Win32"
291                                        >
292                                        <Tool
293                                                Name="VCCLCompilerTool"
294                                                PreprocessorDefinitions=""
295                                        />
296                                </FileConfiguration>
297                        </File>
298                        <File
299                                RelativePath="virtfile.cpp"
300                                >
301                                <FileConfiguration
302                                        Name="Debug|Win32"
303                                        >
304                                        <Tool
305                                                Name="VCCLCompilerTool"
306                                                PreprocessorDefinitions=""
307                                        />
308                                </FileConfiguration>
309                        </File>
310                </Filter>
311                <Filter
312                        Name="Header Files"
313                        Filter="h;hpp;hxx;hm;inl"
314                        >
315                        <File
316                                RelativePath="3d.h"
317                                >
318                        </File>
319                        <File
320                                RelativePath="advlist.h"
321                                >
322                        </File>
323                        <File
324                                RelativePath="callbacks.h"
325                                >
326                        </File>
327                        <File
328                                RelativePath="conv_f1.h"
329                                >
330                        </File>
331                        <File
332                                RelativePath="defassign-f0_joint.h"
333                                >
334                        </File>
335                        <File
336                                RelativePath="defassign-f0_neuro.h"
337                                >
338                        </File>
339                        <File
340                                RelativePath="defassign-f0_part.h"
341                                >
342                        </File>
343                        <File
344                                RelativePath="defgenoconv.h"
345                                >
346                        </File>
347                        <File
348                                RelativePath="extvalue.h"
349                                >
350                        </File>
351                        <File
352                                RelativePath="f0classes.h"
353                                >
354                        </File>
355                        <File
356                                RelativePath="framsg.h"
357                                >
358                        </File>
359                        <File
360                                RelativePath="gen-config.h"
361                                >
362                        </File>
363                        <File
364                                RelativePath="geno.h"
365                                >
366                        </File>
367                        <File
368                                RelativePath="genoconv.h"
369                                >
370                        </File>
371                        <File
372                                RelativePath="list.h"
373                                >
374                        </File>
375                        <File
376                                RelativePath="model.h"
377                                >
378                        </File>
379                        <File
380                                RelativePath="modelparts.h"
381                                >
382                        </File>
383                        <File
384                                RelativePath="multimap.h"
385                                >
386                        </File>
387                        <File
388                                RelativePath="multirange.h"
389                                >
390                        </File>
391                        <File
392                                RelativePath="neuroclasses.h"
393                                >
394                        </File>
395                        <File
396                                RelativePath="neurocls-library.h"
397                                >
398                        </File>
399                        <File
400                                RelativePath="neurolibrary.h"
401                                >
402                        </File>
403                        <File
404                                RelativePath="nonstd.h"
405                                >
406                        </File>
407                        <File
408                                RelativePath="param.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath="paramtabobj.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath="printconvmap.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath="sstring.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath="sstringutils.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath="statrick.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath="syntparam.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath="usertags.h"
437                                >
438                        </File>
439                </Filter>
440        </Files>
441        <Globals>
442        </Globals>
443</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.