source: cpp/gdk/gdktest.vcproj @ 70

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

compiles under vs2008

File size: 9.9 KB
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="gdktest"
6        ProjectGUID="{1302B32F-03CE-49F6-9A76-120E9495DFBA}"
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="./gdktest.tlb"
42                                HeaderFileName=""
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                PreprocessorDefinitions="_Windows;WIN32;_DEBUG;_CONSOLE;EASYMAPDEBUG;GDK_WITHOUT_FRAMS"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="1"
51                                RuntimeTypeInfo="true"
52                                PrecompiledHeaderFile="./gdktest.pch"
53                                WarningLevel="3"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                                PreprocessorDefinitions="_DEBUG"
62                                Culture="1045"
63                        />
64                        <Tool
65                                Name="VCPreLinkEventTool"
66                        />
67                        <Tool
68                                Name="VCLinkerTool"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                RandomizedBaseAddress="1"
72                                DataExecutionPrevention="0"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                                SuppressStartupBanner="true"
87                                OutputFile="./gdktest.bsc"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99        </Configurations>
100        <References>
101        </References>
102        <Files>
103                <Filter
104                        Name="Source Files"
105                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
106                        >
107                        <File
108                                RelativePath="3d.cpp"
109                                >
110                                <FileConfiguration
111                                        Name="Debug|Win32"
112                                        >
113                                        <Tool
114                                                Name="VCCLCompilerTool"
115                                                PreprocessorDefinitions=""
116                                        />
117                                </FileConfiguration>
118                        </File>
119                        <File
120                                RelativePath="advlist.cpp"
121                                >
122                                <FileConfiguration
123                                        Name="Debug|Win32"
124                                        >
125                                        <Tool
126                                                Name="VCCLCompilerTool"
127                                                PreprocessorDefinitions=""
128                                        />
129                                </FileConfiguration>
130                        </File>
131                        <File
132                                RelativePath="callbacks.cpp"
133                                >
134                                <FileConfiguration
135                                        Name="Debug|Win32"
136                                        >
137                                        <Tool
138                                                Name="VCCLCompilerTool"
139                                                PreprocessorDefinitions=""
140                                        />
141                                </FileConfiguration>
142                        </File>
143                        <File
144                                RelativePath="conv_f1.cpp"
145                                >
146                                <FileConfiguration
147                                        Name="Debug|Win32"
148                                        >
149                                        <Tool
150                                                Name="VCCLCompilerTool"
151                                                PreprocessorDefinitions=""
152                                        />
153                                </FileConfiguration>
154                        </File>
155                        <File
156                                RelativePath="defgenoconv.cpp"
157                                >
158                                <FileConfiguration
159                                        Name="Debug|Win32"
160                                        >
161                                        <Tool
162                                                Name="VCCLCompilerTool"
163                                                PreprocessorDefinitions=""
164                                        />
165                                </FileConfiguration>
166                        </File>
167                        <File
168                                RelativePath="errmanager.cpp"
169                                >
170                                <FileConfiguration
171                                        Name="Debug|Win32"
172                                        >
173                                        <Tool
174                                                Name="VCCLCompilerTool"
175                                                PreprocessorDefinitions=""
176                                        />
177                                </FileConfiguration>
178                        </File>
179                        <File
180                                RelativePath="extvalue.cpp"
181                                >
182                                <FileConfiguration
183                                        Name="Debug|Win32"
184                                        >
185                                        <Tool
186                                                Name="VCCLCompilerTool"
187                                                PreprocessorDefinitions=""
188                                        />
189                                </FileConfiguration>
190                        </File>
191                        <File
192                                RelativePath="framsg.cpp"
193                                >
194                                <FileConfiguration
195                                        Name="Debug|Win32"
196                                        >
197                                        <Tool
198                                                Name="VCCLCompilerTool"
199                                                PreprocessorDefinitions=""
200                                        />
201                                </FileConfiguration>
202                        </File>
203                        <File
204                                RelativePath="gdktest.cpp"
205                                >
206                                <FileConfiguration
207                                        Name="Debug|Win32"
208                                        >
209                                        <Tool
210                                                Name="VCCLCompilerTool"
211                                                PreprocessorDefinitions=""
212                                        />
213                                </FileConfiguration>
214                        </File>
215                        <File
216                                RelativePath="geno.cpp"
217                                >
218                                <FileConfiguration
219                                        Name="Debug|Win32"
220                                        >
221                                        <Tool
222                                                Name="VCCLCompilerTool"
223                                                PreprocessorDefinitions=""
224                                        />
225                                </FileConfiguration>
226                        </File>
227                        <File
228                                RelativePath="genoconv.cpp"
229                                >
230                                <FileConfiguration
231                                        Name="Debug|Win32"
232                                        >
233                                        <Tool
234                                                Name="VCCLCompilerTool"
235                                                PreprocessorDefinitions=""
236                                        />
237                                </FileConfiguration>
238                        </File>
239                        <File
240                                RelativePath="list.cpp"
241                                >
242                                <FileConfiguration
243                                        Name="Debug|Win32"
244                                        >
245                                        <Tool
246                                                Name="VCCLCompilerTool"
247                                                PreprocessorDefinitions=""
248                                        />
249                                </FileConfiguration>
250                        </File>
251                        <File
252                                RelativePath="model.cpp"
253                                >
254                                <FileConfiguration
255                                        Name="Debug|Win32"
256                                        >
257                                        <Tool
258                                                Name="VCCLCompilerTool"
259                                                PreprocessorDefinitions=""
260                                        />
261                                </FileConfiguration>
262                        </File>
263                        <File
264                                RelativePath="modelparts.cpp"
265                                >
266                                <FileConfiguration
267                                        Name="Debug|Win32"
268                                        >
269                                        <Tool
270                                                Name="VCCLCompilerTool"
271                                                PreprocessorDefinitions=""
272                                        />
273                                </FileConfiguration>
274                        </File>
275                        <File
276                                RelativePath="multimap.cpp"
277                                >
278                                <FileConfiguration
279                                        Name="Debug|Win32"
280                                        >
281                                        <Tool
282                                                Name="VCCLCompilerTool"
283                                                PreprocessorDefinitions=""
284                                        />
285                                </FileConfiguration>
286                        </File>
287                        <File
288                                RelativePath="multirange.cpp"
289                                >
290                                <FileConfiguration
291                                        Name="Debug|Win32"
292                                        >
293                                        <Tool
294                                                Name="VCCLCompilerTool"
295                                                PreprocessorDefinitions=""
296                                        />
297                                </FileConfiguration>
298                        </File>
299                        <File
300                                RelativePath="neurolibrary.cpp"
301                                >
302                                <FileConfiguration
303                                        Name="Debug|Win32"
304                                        >
305                                        <Tool
306                                                Name="VCCLCompilerTool"
307                                                PreprocessorDefinitions=""
308                                        />
309                                </FileConfiguration>
310                        </File>
311                        <File
312                                RelativePath="param.cpp"
313                                >
314                                <FileConfiguration
315                                        Name="Debug|Win32"
316                                        >
317                                        <Tool
318                                                Name="VCCLCompilerTool"
319                                                PreprocessorDefinitions=""
320                                        />
321                                </FileConfiguration>
322                        </File>
323                        <File
324                                RelativePath="paramobj.cpp"
325                                >
326                                <FileConfiguration
327                                        Name="Debug|Win32"
328                                        >
329                                        <Tool
330                                                Name="VCCLCompilerTool"
331                                                PreprocessorDefinitions=""
332                                        />
333                                </FileConfiguration>
334                        </File>
335                        <File
336                                RelativePath="paramtabobj.cpp"
337                                >
338                                <FileConfiguration
339                                        Name="Debug|Win32"
340                                        >
341                                        <Tool
342                                                Name="VCCLCompilerTool"
343                                                PreprocessorDefinitions=""
344                                        />
345                                </FileConfiguration>
346                        </File>
347                        <File
348                                RelativePath="sstring.cpp"
349                                >
350                                <FileConfiguration
351                                        Name="Debug|Win32"
352                                        >
353                                        <Tool
354                                                Name="VCCLCompilerTool"
355                                                PreprocessorDefinitions=""
356                                        />
357                                </FileConfiguration>
358                        </File>
359                        <File
360                                RelativePath="sstringutils.cpp"
361                                >
362                                <FileConfiguration
363                                        Name="Debug|Win32"
364                                        >
365                                        <Tool
366                                                Name="VCCLCompilerTool"
367                                                PreprocessorDefinitions=""
368                                        />
369                                </FileConfiguration>
370                        </File>
371                        <File
372                                RelativePath="stdouterr.cpp"
373                                >
374                                <FileConfiguration
375                                        Name="Debug|Win32"
376                                        >
377                                        <Tool
378                                                Name="VCCLCompilerTool"
379                                                PreprocessorDefinitions=""
380                                        />
381                                </FileConfiguration>
382                        </File>
383                        <File
384                                RelativePath="syntparam.cpp"
385                                >
386                                <FileConfiguration
387                                        Name="Debug|Win32"
388                                        >
389                                        <Tool
390                                                Name="VCCLCompilerTool"
391                                                PreprocessorDefinitions=""
392                                        />
393                                </FileConfiguration>
394                        </File>
395                        <File
396                                RelativePath="virtfile.cpp"
397                                >
398                                <FileConfiguration
399                                        Name="Debug|Win32"
400                                        >
401                                        <Tool
402                                                Name="VCCLCompilerTool"
403                                                PreprocessorDefinitions=""
404                                        />
405                                </FileConfiguration>
406                        </File>
407                </Filter>
408                <Filter
409                        Name="Header Files"
410                        Filter="h;hpp;hxx;hm;inl"
411                        >
412                        <File
413                                RelativePath="3d.h"
414                                >
415                        </File>
416                        <File
417                                RelativePath="advlist.h"
418                                >
419                        </File>
420                        <File
421                                RelativePath="callbacks.h"
422                                >
423                        </File>
424                        <File
425                                RelativePath="conv_f1.h"
426                                >
427                        </File>
428                        <File
429                                RelativePath="defassign-f0_joint.h"
430                                >
431                        </File>
432                        <File
433                                RelativePath="defassign-f0_neuro.h"
434                                >
435                        </File>
436                        <File
437                                RelativePath="defassign-f0_part.h"
438                                >
439                        </File>
440                        <File
441                                RelativePath="defgenoconv.h"
442                                >
443                        </File>
444                        <File
445                                RelativePath="extvalue.h"
446                                >
447                        </File>
448                        <File
449                                RelativePath="f0classes.h"
450                                >
451                        </File>
452                        <File
453                                RelativePath="framsg.h"
454                                >
455                        </File>
456                        <File
457                                RelativePath="gen-config.h"
458                                >
459                        </File>
460                        <File
461                                RelativePath="geno.h"
462                                >
463                        </File>
464                        <File
465                                RelativePath="genoconv.h"
466                                >
467                        </File>
468                        <File
469                                RelativePath="list.h"
470                                >
471                        </File>
472                        <File
473                                RelativePath="model.h"
474                                >
475                        </File>
476                        <File
477                                RelativePath="modelparts.h"
478                                >
479                        </File>
480                        <File
481                                RelativePath="multimap.h"
482                                >
483                        </File>
484                        <File
485                                RelativePath="multirange.h"
486                                >
487                        </File>
488                        <File
489                                RelativePath="neuroclasses.h"
490                                >
491                        </File>
492                        <File
493                                RelativePath="neurocls-library.h"
494                                >
495                        </File>
496                        <File
497                                RelativePath="neurolibrary.h"
498                                >
499                        </File>
500                        <File
501                                RelativePath="nonstd.h"
502                                >
503                        </File>
504                        <File
505                                RelativePath="param.h"
506                                >
507                        </File>
508                        <File
509                                RelativePath="paramtabobj.h"
510                                >
511                        </File>
512                        <File
513                                RelativePath="printconvmap.h"
514                                >
515                        </File>
516                        <File
517                                RelativePath="sstring.h"
518                                >
519                        </File>
520                        <File
521                                RelativePath="sstringutils.h"
522                                >
523                        </File>
524                        <File
525                                RelativePath="statrick.h"
526                                >
527                        </File>
528                        <File
529                                RelativePath="syntparam.h"
530                                >
531                        </File>
532                        <File
533                                RelativePath="usertags.h"
534                                >
535                        </File>
536                </Filter>
537        </Files>
538        <Globals>
539        </Globals>
540</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.