Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Experiments / Attic / Rook / Castle.Rook.Compiler / Castle.Rook.Compiler.csproj
blob897d32e482d037d14d7af45dc40f4512dcd4c088
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.3077"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{CA2D5B6C-FC9E-4EDC-9B30-F353449DF3A9}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = "App.ico"
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Castle.Rook.Compiler"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "Castle.Rook.Compiler"
22                 RunPostBuildEvent = "OnBuildSuccess"
23                 StartupObject = ""
24             >
25                 <Config
26                     Name = "Debug"
27                     AllowUnsafeBlocks = "false"
28                     BaseAddress = "285212672"
29                     CheckForOverflowUnderflow = "false"
30                     ConfigurationOverrideFile = ""
31                     DefineConstants = "DEBUG;TRACE"
32                     DocumentationFile = ""
33                     DebugSymbols = "true"
34                     FileAlignment = "4096"
35                     IncrementalBuild = "false"
36                     NoStdLib = "false"
37                     NoWarn = ""
38                     Optimize = "false"
39                     OutputPath = "bin\Debug\"
40                     RegisterForComInterop = "false"
41                     RemoveIntegerChecks = "false"
42                     TreatWarningsAsErrors = "false"
43                     WarningLevel = "4"
44                 />
45                 <Config
46                     Name = "Release"
47                     AllowUnsafeBlocks = "false"
48                     BaseAddress = "285212672"
49                     CheckForOverflowUnderflow = "false"
50                     ConfigurationOverrideFile = ""
51                     DefineConstants = "TRACE"
52                     DocumentationFile = ""
53                     DebugSymbols = "false"
54                     FileAlignment = "4096"
55                     IncrementalBuild = "false"
56                     NoStdLib = "false"
57                     NoWarn = ""
58                     Optimize = "true"
59                     OutputPath = "bin\Release\"
60                     RegisterForComInterop = "false"
61                     RemoveIntegerChecks = "false"
62                     TreatWarningsAsErrors = "false"
63                     WarningLevel = "4"
64                 />
65             </Settings>
66             <References>
67                 <Reference
68                     Name = "System"
69                     AssemblyName = "System"
70                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71                 />
72                 <Reference
73                     Name = "System.Data"
74                     AssemblyName = "System.Data"
75                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76                 />
77                 <Reference
78                     Name = "System.XML"
79                     AssemblyName = "System.Xml"
80                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81                 />
82                 <Reference
83                     Name = "Castle.MicroKernel"
84                     AssemblyName = "Castle.MicroKernel"
85                     HintPath = "..\..\InversionOfControl\bin\Castle.MicroKernel.dll"
86                 />
87                 <Reference
88                     Name = "Castle.Model"
89                     AssemblyName = "Castle.Model"
90                     HintPath = "..\..\InversionOfControl\bin\Castle.Model.dll"
91                 />
92             </References>
93         </Build>
94         <Files>
95             <Include>
96                 <File
97                     RelPath = "App.ico"
98                     BuildAction = "Content"
99                 />
100                 <File
101                     RelPath = "AssemblyInfo.cs"
102                     SubType = "Code"
103                     BuildAction = "Compile"
104                 />
105                 <File
106                     RelPath = "Compiler.cs"
107                     SubType = "Code"
108                     BuildAction = "Compile"
109                 />
110                 <File
111                     RelPath = "CompilerContainer.cs"
112                     SubType = "Code"
113                     BuildAction = "Compile"
114                 />
115                 <File
116                     RelPath = "CompilerException.cs"
117                     SubType = "Code"
118                     BuildAction = "Compile"
119                 />
120                 <File
121                     RelPath = "AST\AbstractVarIdentifier.cs"
122                     SubType = "Code"
123                     BuildAction = "Compile"
124                 />
125                 <File
126                     RelPath = "AST\AccessLevel.cs"
127                     SubType = "Code"
128                     BuildAction = "Compile"
129                 />
130                 <File
131                     RelPath = "AST\ASTNode.cs"
132                     SubType = "Code"
133                     BuildAction = "Compile"
134                 />
135                 <File
136                     RelPath = "AST\ASTNodeCollection.cs"
137                     SubType = "Code"
138                     BuildAction = "Compile"
139                 />
140                 <File
141                     RelPath = "AST\CompilationUnit.cs"
142                     SubType = "Code"
143                     BuildAction = "Compile"
144                 />
145                 <File
146                     RelPath = "AST\Expression.cs"
147                     SubType = "Code"
148                     BuildAction = "Compile"
149                 />
150                 <File
151                     RelPath = "AST\IASTNode.cs"
152                     SubType = "Code"
153                     BuildAction = "Compile"
154                 />
155                 <File
156                     RelPath = "AST\Identifier.cs"
157                     SubType = "Code"
158                     BuildAction = "Compile"
159                 />
160                 <File
161                     RelPath = "AST\IExpression.cs"
162                     SubType = "Code"
163                     BuildAction = "Compile"
164                 />
165                 <File
166                     RelPath = "AST\InstanceVarIdentifier.cs"
167                     SubType = "Code"
168                     BuildAction = "Compile"
169                 />
170                 <File
171                     RelPath = "AST\IStatement.cs"
172                     SubType = "Code"
173                     BuildAction = "Compile"
174                 />
175                 <File
176                     RelPath = "AST\ISymbolTable.cs"
177                     SubType = "Code"
178                     BuildAction = "Compile"
179                 />
180                 <File
181                     RelPath = "AST\LocalVarIdentifier.cs"
182                     SubType = "Code"
183                     BuildAction = "Compile"
184                 />
185                 <File
186                     RelPath = "AST\NamespaceCollection.cs"
187                     SubType = "Code"
188                     BuildAction = "Compile"
189                 />
190                 <File
191                     RelPath = "AST\NamespaceDescriptor.cs"
192                     SubType = "Code"
193                     BuildAction = "Compile"
194                 />
195                 <File
196                     RelPath = "AST\OpaqueIdentifier.cs"
197                     SubType = "Code"
198                     BuildAction = "Compile"
199                 />
200                 <File
201                     RelPath = "AST\ParameterVarIdentifier.cs"
202                     SubType = "Code"
203                     BuildAction = "Compile"
204                 />
205                 <File
206                     RelPath = "AST\SourceUnit.cs"
207                     SubType = "Code"
208                     BuildAction = "Compile"
209                 />
210                 <File
211                     RelPath = "AST\Statement.cs"
212                     SubType = "Code"
213                     BuildAction = "Compile"
214                 />
215                 <File
216                     RelPath = "AST\StaticVarIdentifier.cs"
217                     SubType = "Code"
218                     BuildAction = "Compile"
219                 />
220                 <File
221                     RelPath = "AST\SymbolTable.cs"
222                     SubType = "Code"
223                     BuildAction = "Compile"
224                 />
225                 <File
226                     RelPath = "AST\TypeReference.cs"
227                     SubType = "Code"
228                     BuildAction = "Compile"
229                 />
230                 <File
231                     RelPath = "AST\Exp\AssignmentExpression.cs"
232                     SubType = "Code"
233                     BuildAction = "Compile"
234                 />
235                 <File
236                     RelPath = "AST\Exp\AugAssignmentExpression.cs"
237                     SubType = "Code"
238                     BuildAction = "Compile"
239                 />
240                 <File
241                     RelPath = "AST\Exp\BaseReferenceExpression.cs"
242                     SubType = "Code"
243                     BuildAction = "Compile"
244                 />
245                 <File
246                     RelPath = "AST\Exp\BinaryExpression.cs"
247                     SubType = "Code"
248                     BuildAction = "Compile"
249                 />
250                 <File
251                     RelPath = "AST\Exp\BlockExpression.cs"
252                     SubType = "Code"
253                     BuildAction = "Compile"
254                 />
255                 <File
256                     RelPath = "AST\Exp\BreakExpression.cs"
257                     SubType = "Code"
258                     BuildAction = "Compile"
259                 />
260                 <File
261                     RelPath = "AST\Exp\CompoundExpression.cs"
262                     SubType = "Code"
263                     BuildAction = "Compile"
264                 />
265                 <File
266                     RelPath = "AST\Exp\ConstExpression.cs"
267                     SubType = "Code"
268                     BuildAction = "Compile"
269                 />
270                 <File
271                     RelPath = "AST\Exp\DictExpression.cs"
272                     SubType = "Code"
273                     BuildAction = "Compile"
274                 />
275                 <File
276                     RelPath = "AST\Exp\LambdaExpression.cs"
277                     SubType = "Code"
278                     BuildAction = "Compile"
279                 />
280                 <File
281                     RelPath = "AST\Exp\ListExpression.cs"
282                     SubType = "Code"
283                     BuildAction = "Compile"
284                 />
285                 <File
286                     RelPath = "AST\Exp\MemberAccessExpression.cs"
287                     SubType = "Code"
288                     BuildAction = "Compile"
289                 />
290                 <File
291                     RelPath = "AST\Exp\MethodInvocationExpression.cs"
292                     SubType = "Code"
293                     BuildAction = "Compile"
294                 />
295                 <File
296                     RelPath = "AST\Exp\MultipleVariableDeclarationStatement.cs"
297                     SubType = "Code"
298                     BuildAction = "Compile"
299                 />
300                 <File
301                     RelPath = "AST\Exp\NextExpression.cs"
302                     SubType = "Code"
303                     BuildAction = "Compile"
304                 />
305                 <File
306                     RelPath = "AST\Exp\NullCheckExpression.cs"
307                     SubType = "Code"
308                     BuildAction = "Compile"
309                 />
310                 <File
311                     RelPath = "AST\Exp\RaiseExpression.cs"
312                     SubType = "Code"
313                     BuildAction = "Compile"
314                 />
315                 <File
316                     RelPath = "AST\Exp\RangeExpression.cs"
317                     SubType = "Code"
318                     BuildAction = "Compile"
319                 />
320                 <File
321                     RelPath = "AST\Exp\RedoExpression.cs"
322                     SubType = "Code"
323                     BuildAction = "Compile"
324                 />
325                 <File
326                     RelPath = "AST\Exp\RetryExpression.cs"
327                     SubType = "Code"
328                     BuildAction = "Compile"
329                 />
330                 <File
331                     RelPath = "AST\Exp\SelfReferenceExpression.cs"
332                     SubType = "Code"
333                     BuildAction = "Compile"
334                 />
335                 <File
336                     RelPath = "AST\Exp\UnaryExpression.cs"
337                     SubType = "Code"
338                     BuildAction = "Compile"
339                 />
340                 <File
341                     RelPath = "AST\Exp\VariableReferenceExpression.cs"
342                     SubType = "Code"
343                     BuildAction = "Compile"
344                 />
345                 <File
346                     RelPath = "AST\Exp\YieldExpression.cs"
347                     SubType = "Code"
348                     BuildAction = "Compile"
349                 />
350                 <File
351                     RelPath = "AST\Stmt\ConstructorDefinitionStatement.cs"
352                     SubType = "Code"
353                     BuildAction = "Compile"
354                 />
355                 <File
356                     RelPath = "AST\Stmt\ExpressionStatement.cs"
357                     SubType = "Code"
358                     BuildAction = "Compile"
359                 />
360                 <File
361                     RelPath = "AST\Stmt\MethodDefinitionStatement.cs"
362                     SubType = "Code"
363                     BuildAction = "Compile"
364                 />
365                 <File
366                     RelPath = "AST\Stmt\PostfixCondition.cs"
367                     SubType = "Code"
368                     BuildAction = "Compile"
369                 />
370                 <File
371                     RelPath = "AST\Stmt\RequireDirectiveStatement.cs"
372                     SubType = "Code"
373                     BuildAction = "Compile"
374                 />
375                 <File
376                     RelPath = "AST\Stmt\TypeDefinitionStatement.cs"
377                     SubType = "Code"
378                     BuildAction = "Compile"
379                 />
380                 <File
381                     RelPath = "Parser\lang4.g"
382                     BuildAction = "None"
383                 />
384                 <File
385                     RelPath = "Parser\LexicalPosition.cs"
386                     SubType = "Code"
387                     BuildAction = "Compile"
388                 />
389                 <File
390                     RelPath = "Parser\RookBaseParser.cs"
391                     SubType = "Code"
392                     BuildAction = "Compile"
393                 />
394                 <File
395                     RelPath = "Parser\RookLexer.cs"
396                     SubType = "Code"
397                     BuildAction = "Compile"
398                 />
399                 <File
400                     RelPath = "Parser\RookTokenTypes.cs"
401                     SubType = "Code"
402                     BuildAction = "Compile"
403                 />
404                 <File
405                     RelPath = "Parser\SupportClass.cs"
406                     SubType = "Code"
407                     BuildAction = "Compile"
408                 />
409                 <File
410                     RelPath = "Parser\antlr\ANTLRException.cs"
411                     SubType = "Code"
412                     BuildAction = "Compile"
413                 />
414                 <File
415                     RelPath = "Parser\antlr\ANTLRPanicException.cs"
416                     SubType = "Code"
417                     BuildAction = "Compile"
418                 />
419                 <File
420                     RelPath = "Parser\antlr\ASTFactory.cs"
421                     SubType = "Code"
422                     BuildAction = "Compile"
423                 />
424                 <File
425                     RelPath = "Parser\antlr\ASTNodeCreator.cs"
426                     SubType = "Code"
427                     BuildAction = "Compile"
428                 />
429                 <File
430                     RelPath = "Parser\antlr\ASTNULLType.cs"
431                     SubType = "Code"
432                     BuildAction = "Compile"
433                 />
434                 <File
435                     RelPath = "Parser\antlr\ASTPair.cs"
436                     SubType = "Code"
437                     BuildAction = "Compile"
438                 />
439                 <File
440                     RelPath = "Parser\antlr\ASTVisitor.cs"
441                     SubType = "Code"
442                     BuildAction = "Compile"
443                 />
444                 <File
445                     RelPath = "Parser\antlr\BaseAST.cs"
446                     SubType = "Code"
447                     BuildAction = "Compile"
448                 />
449                 <File
450                     RelPath = "Parser\antlr\ByteBuffer.cs"
451                     SubType = "Code"
452                     BuildAction = "Compile"
453                 />
454                 <File
455                     RelPath = "Parser\antlr\CharBuffer.cs"
456                     SubType = "Code"
457                     BuildAction = "Compile"
458                 />
459                 <File
460                     RelPath = "Parser\antlr\CharQueue.cs"
461                     SubType = "Code"
462                     BuildAction = "Compile"
463                 />
464                 <File
465                     RelPath = "Parser\antlr\CharScanner.cs"
466                     SubType = "Code"
467                     BuildAction = "Compile"
468                 />
469                 <File
470                     RelPath = "Parser\antlr\CharStreamException.cs"
471                     SubType = "Code"
472                     BuildAction = "Compile"
473                 />
474                 <File
475                     RelPath = "Parser\antlr\CharStreamIOException.cs"
476                     SubType = "Code"
477                     BuildAction = "Compile"
478                 />
479                 <File
480                     RelPath = "Parser\antlr\CommonAST.cs"
481                     SubType = "Code"
482                     BuildAction = "Compile"
483                 />
484                 <File
485                     RelPath = "Parser\antlr\CommonASTWithHiddenTokens.cs"
486                     SubType = "Code"
487                     BuildAction = "Compile"
488                 />
489                 <File
490                     RelPath = "Parser\antlr\CommonHiddenStreamToken.cs"
491                     SubType = "Code"
492                     BuildAction = "Compile"
493                 />
494                 <File
495                     RelPath = "Parser\antlr\CommonToken.cs"
496                     SubType = "Code"
497                     BuildAction = "Compile"
498                 />
499                 <File
500                     RelPath = "Parser\antlr\DefaultFileLineFormatter.cs"
501                     SubType = "Code"
502                     BuildAction = "Compile"
503                 />
504                 <File
505                     RelPath = "Parser\antlr\DumpASTVisitor.cs"
506                     SubType = "Code"
507                     BuildAction = "Compile"
508                 />
509                 <File
510                     RelPath = "Parser\antlr\FileLineFormatter.cs"
511                     SubType = "Code"
512                     BuildAction = "Compile"
513                 />
514                 <File
515                     RelPath = "Parser\antlr\IHiddenStreamToken.cs"
516                     SubType = "Code"
517                     BuildAction = "Compile"
518                 />
519                 <File
520                     RelPath = "Parser\antlr\InputBuffer.cs"
521                     SubType = "Code"
522                     BuildAction = "Compile"
523                 />
524                 <File
525                     RelPath = "Parser\antlr\IToken.cs"
526                     SubType = "Code"
527                     BuildAction = "Compile"
528                 />
529                 <File
530                     RelPath = "Parser\antlr\LexerSharedInputState.cs"
531                     SubType = "Code"
532                     BuildAction = "Compile"
533                 />
534                 <File
535                     RelPath = "Parser\antlr\LLkParser.cs"
536                     SubType = "Code"
537                     BuildAction = "Compile"
538                 />
539                 <File
540                     RelPath = "Parser\antlr\MismatchedCharException.cs"
541                     SubType = "Code"
542                     BuildAction = "Compile"
543                 />
544                 <File
545                     RelPath = "Parser\antlr\MismatchedTokenException.cs"
546                     SubType = "Code"
547                     BuildAction = "Compile"
548                 />
549                 <File
550                     RelPath = "Parser\antlr\NoViableAltException.cs"
551                     SubType = "Code"
552                     BuildAction = "Compile"
553                 />
554                 <File
555                     RelPath = "Parser\antlr\NoViableAltForCharException.cs"
556                     SubType = "Code"
557                     BuildAction = "Compile"
558                 />
559                 <File
560                     RelPath = "Parser\antlr\Parser.cs"
561                     SubType = "Code"
562                     BuildAction = "Compile"
563                 />
564                 <File
565                     RelPath = "Parser\antlr\ParserSharedInputState.cs"
566                     SubType = "Code"
567                     BuildAction = "Compile"
568                 />
569                 <File
570                     RelPath = "Parser\antlr\ParseTree.cs"
571                     SubType = "Code"
572                     BuildAction = "Compile"
573                 />
574                 <File
575                     RelPath = "Parser\antlr\ParseTreeRule.cs"
576                     SubType = "Code"
577                     BuildAction = "Compile"
578                 />
579                 <File
580                     RelPath = "Parser\antlr\ParseTreeToken.cs"
581                     SubType = "Code"
582                     BuildAction = "Compile"
583                 />
584                 <File
585                     RelPath = "Parser\antlr\RecognitionException.cs"
586                     SubType = "Code"
587                     BuildAction = "Compile"
588                 />
589                 <File
590                     RelPath = "Parser\antlr\SemanticException.cs"
591                     SubType = "Code"
592                     BuildAction = "Compile"
593                 />
594                 <File
595                     RelPath = "Parser\antlr\StringUtils.cs"
596                     SubType = "Code"
597                     BuildAction = "Compile"
598                 />
599                 <File
600                     RelPath = "Parser\antlr\Token.cs"
601                     SubType = "Code"
602                     BuildAction = "Compile"
603                 />
604                 <File
605                     RelPath = "Parser\antlr\TokenBuffer.cs"
606                     SubType = "Code"
607                     BuildAction = "Compile"
608                 />
609                 <File
610                     RelPath = "Parser\antlr\TokenCreator.cs"
611                     SubType = "Code"
612                     BuildAction = "Compile"
613                 />
614                 <File
615                     RelPath = "Parser\antlr\TokenQueue.cs"
616                     SubType = "Code"
617                     BuildAction = "Compile"
618                 />
619                 <File
620                     RelPath = "Parser\antlr\TokenStream.cs"
621                     SubType = "Code"
622                     BuildAction = "Compile"
623                 />
624                 <File
625                     RelPath = "Parser\antlr\TokenStreamBasicFilter.cs"
626                     SubType = "Code"
627                     BuildAction = "Compile"
628                 />
629                 <File
630                     RelPath = "Parser\antlr\TokenStreamException.cs"
631                     SubType = "Code"
632                     BuildAction = "Compile"
633                 />
634                 <File
635                     RelPath = "Parser\antlr\TokenStreamHiddenTokenFilter.cs"
636                     SubType = "Code"
637                     BuildAction = "Compile"
638                 />
639                 <File
640                     RelPath = "Parser\antlr\TokenStreamIOException.cs"
641                     SubType = "Code"
642                     BuildAction = "Compile"
643                 />
644                 <File
645                     RelPath = "Parser\antlr\TokenStreamRecognitionException.cs"
646                     SubType = "Code"
647                     BuildAction = "Compile"
648                 />
649                 <File
650                     RelPath = "Parser\antlr\TokenStreamRetryException.cs"
651                     SubType = "Code"
652                     BuildAction = "Compile"
653                 />
654                 <File
655                     RelPath = "Parser\antlr\TokenStreamRewriteEngine.cs"
656                     SubType = "Code"
657                     BuildAction = "Compile"
658                 />
659                 <File
660                     RelPath = "Parser\antlr\TokenStreamSelector.cs"
661                     SubType = "Code"
662                     BuildAction = "Compile"
663                 />
664                 <File
665                     RelPath = "Parser\antlr\TokenWithIndex.cs"
666                     SubType = "Code"
667                     BuildAction = "Compile"
668                 />
669                 <File
670                     RelPath = "Parser\antlr\TreeParser.cs"
671                     SubType = "Code"
672                     BuildAction = "Compile"
673                 />
674                 <File
675                     RelPath = "Parser\antlr\TreeParserSharedInputState.cs"
676                     SubType = "Code"
677                     BuildAction = "Compile"
678                 />
679                 <File
680                     RelPath = "Parser\antlr\collections\AST.cs"
681                     SubType = "Code"
682                     BuildAction = "Compile"
683                 />
684                 <File
685                     RelPath = "Parser\antlr\collections\impl\ASTArray.cs"
686                     SubType = "Code"
687                     BuildAction = "Compile"
688                 />
689                 <File
690                     RelPath = "Parser\antlr\collections\impl\BitSet.cs"
691                     SubType = "Code"
692                     BuildAction = "Compile"
693                 />
694                 <File
695                     RelPath = "Parser\antlr\debug\ANTLREventArgs.cs"
696                     SubType = "Code"
697                     BuildAction = "Compile"
698                 />
699                 <File
700                     RelPath = "Parser\antlr\debug\DebuggingCharScanner.cs"
701                     SubType = "Code"
702                     BuildAction = "Compile"
703                 />
704                 <File
705                     RelPath = "Parser\antlr\debug\DebuggingInputBuffer.cs"
706                     SubType = "Code"
707                     BuildAction = "Compile"
708                 />
709                 <File
710                     RelPath = "Parser\antlr\debug\DebuggingParser.cs"
711                     SubType = "Code"
712                     BuildAction = "Compile"
713                 />
714                 <File
715                     RelPath = "Parser\antlr\debug\GuessingEventArgs.cs"
716                     SubType = "Code"
717                     BuildAction = "Compile"
718                 />
719                 <File
720                     RelPath = "Parser\antlr\debug\ICharScannerDebugSubject.cs"
721                     SubType = "Code"
722                     BuildAction = "Compile"
723                 />
724                 <File
725                     RelPath = "Parser\antlr\debug\IDebugSubject.cs"
726                     SubType = "Code"
727                     BuildAction = "Compile"
728                 />
729                 <File
730                     RelPath = "Parser\antlr\debug\InputBufferEventArgs.cs"
731                     SubType = "Code"
732                     BuildAction = "Compile"
733                 />
734                 <File
735                     RelPath = "Parser\antlr\debug\InputBufferEventSupport.cs"
736                     SubType = "Code"
737                     BuildAction = "Compile"
738                 />
739                 <File
740                     RelPath = "Parser\antlr\debug\InputBufferListener.cs"
741                     SubType = "Code"
742                     BuildAction = "Compile"
743                 />
744                 <File
745                     RelPath = "Parser\antlr\debug\InputBufferListenerBase.cs"
746                     SubType = "Code"
747                     BuildAction = "Compile"
748                 />
749                 <File
750                     RelPath = "Parser\antlr\debug\InputBufferReporter.cs"
751                     SubType = "Code"
752                     BuildAction = "Compile"
753                 />
754                 <File
755                     RelPath = "Parser\antlr\debug\IParserDebugSubject.cs"
756                     SubType = "Code"
757                     BuildAction = "Compile"
758                 />
759                 <File
760                     RelPath = "Parser\antlr\debug\Listener.cs"
761                     SubType = "Code"
762                     BuildAction = "Compile"
763                 />
764                 <File
765                     RelPath = "Parser\antlr\debug\LLkDebuggingParser.cs"
766                     SubType = "Code"
767                     BuildAction = "Compile"
768                 />
769                 <File
770                     RelPath = "Parser\antlr\debug\MessageEventArgs.cs"
771                     SubType = "Code"
772                     BuildAction = "Compile"
773                 />
774                 <File
775                     RelPath = "Parser\antlr\debug\MessageListener.cs"
776                     SubType = "Code"
777                     BuildAction = "Compile"
778                 />
779                 <File
780                     RelPath = "Parser\antlr\debug\MessageListenerBase.cs"
781                     SubType = "Code"
782                     BuildAction = "Compile"
783                 />
784                 <File
785                     RelPath = "Parser\antlr\debug\NewLineEventArgs.cs"
786                     SubType = "Code"
787                     BuildAction = "Compile"
788                 />
789                 <File
790                     RelPath = "Parser\antlr\debug\NewLineListener.cs"
791                     SubType = "Code"
792                     BuildAction = "Compile"
793                 />
794                 <File
795                     RelPath = "Parser\antlr\debug\ParserController.cs"
796                     SubType = "Code"
797                     BuildAction = "Compile"
798                 />
799                 <File
800                     RelPath = "Parser\antlr\debug\ParserEventSupport.cs"
801                     SubType = "Code"
802                     BuildAction = "Compile"
803                 />
804                 <File
805                     RelPath = "Parser\antlr\debug\ParserListener.cs"
806                     SubType = "Code"
807                     BuildAction = "Compile"
808                 />
809                 <File
810                     RelPath = "Parser\antlr\debug\ParserListenerBase.cs"
811                     SubType = "Code"
812                     BuildAction = "Compile"
813                 />
814                 <File
815                     RelPath = "Parser\antlr\debug\ParserMatchEventArgs.cs"
816                     SubType = "Code"
817                     BuildAction = "Compile"
818                 />
819                 <File
820                     RelPath = "Parser\antlr\debug\ParserMatchListener.cs"
821                     SubType = "Code"
822                     BuildAction = "Compile"
823                 />
824                 <File
825                     RelPath = "Parser\antlr\debug\ParserMatchListenerBase.cs"
826                     SubType = "Code"
827                     BuildAction = "Compile"
828                 />
829                 <File
830                     RelPath = "Parser\antlr\debug\ParserReporter.cs"
831                     SubType = "Code"
832                     BuildAction = "Compile"
833                 />
834                 <File
835                     RelPath = "Parser\antlr\debug\ParserTokenEventArgs.cs"
836                     SubType = "Code"
837                     BuildAction = "Compile"
838                 />
839                 <File
840                     RelPath = "Parser\antlr\debug\ParserTokenListener.cs"
841                     SubType = "Code"
842                     BuildAction = "Compile"
843                 />
844                 <File
845                     RelPath = "Parser\antlr\debug\ParserTokenListenerBase.cs"
846                     SubType = "Code"
847                     BuildAction = "Compile"
848                 />
849                 <File
850                     RelPath = "Parser\antlr\debug\ParseTreeDebugParser.cs"
851                     SubType = "Code"
852                     BuildAction = "Compile"
853                 />
854                 <File
855                     RelPath = "Parser\antlr\debug\ScannerEventSupport.cs"
856                     SubType = "Code"
857                     BuildAction = "Compile"
858                 />
859                 <File
860                     RelPath = "Parser\antlr\debug\SemanticPredicateEventArgs.cs"
861                     SubType = "Code"
862                     BuildAction = "Compile"
863                 />
864                 <File
865                     RelPath = "Parser\antlr\debug\SemanticPredicateListener.cs"
866                     SubType = "Code"
867                     BuildAction = "Compile"
868                 />
869                 <File
870                     RelPath = "Parser\antlr\debug\SemanticPredicateListenerBase.cs"
871                     SubType = "Code"
872                     BuildAction = "Compile"
873                 />
874                 <File
875                     RelPath = "Parser\antlr\debug\SyntacticPredicateEventArgs.cs"
876                     SubType = "Code"
877                     BuildAction = "Compile"
878                 />
879                 <File
880                     RelPath = "Parser\antlr\debug\SyntacticPredicateListener.cs"
881                     SubType = "Code"
882                     BuildAction = "Compile"
883                 />
884                 <File
885                     RelPath = "Parser\antlr\debug\SyntacticPredicateListenerBase.cs"
886                     SubType = "Code"
887                     BuildAction = "Compile"
888                 />
889                 <File
890                     RelPath = "Parser\antlr\debug\TraceEventArgs.cs"
891                     SubType = "Code"
892                     BuildAction = "Compile"
893                 />
894                 <File
895                     RelPath = "Parser\antlr\debug\TraceListener.cs"
896                     SubType = "Code"
897                     BuildAction = "Compile"
898                 />
899                 <File
900                     RelPath = "Parser\antlr\debug\TraceListenerBase.cs"
901                     SubType = "Code"
902                     BuildAction = "Compile"
903                 />
904                 <File
905                     RelPath = "Parser\antlr\debug\Tracer.cs"
906                     SubType = "Code"
907                     BuildAction = "Compile"
908                 />
909                 <File
910                     RelPath = "Services\ICompilerOptionsSet.cs"
911                     SubType = "Code"
912                     BuildAction = "Compile"
913                 />
914                 <File
915                     RelPath = "Services\ICompilerPass.cs"
916                     SubType = "Code"
917                     BuildAction = "Compile"
918                 />
919                 <File
920                     RelPath = "Services\ICompilerPassStep.cs"
921                     SubType = "Code"
922                     BuildAction = "Compile"
923                 />
924                 <File
925                     RelPath = "Services\IErrorReport.cs"
926                     SubType = "Code"
927                     BuildAction = "Compile"
928                 />
929                 <File
930                     RelPath = "Services\IIdentifierNameService.cs"
931                     SubType = "Code"
932                     BuildAction = "Compile"
933                 />
934                 <File
935                     RelPath = "Services\INameResolver.cs"
936                     SubType = "Code"
937                     BuildAction = "Compile"
938                 />
939                 <File
940                     RelPath = "Services\IParser.cs"
941                     SubType = "Code"
942                     BuildAction = "Compile"
943                 />
944                 <File
945                     RelPath = "Services\NameResolverException.cs"
946                     SubType = "Code"
947                     BuildAction = "Compile"
948                 />
949                 <File
950                     RelPath = "Services\Default\DebugErrorReport.cs"
951                     SubType = "Code"
952                     BuildAction = "Compile"
953                 />
954                 <File
955                     RelPath = "Services\Default\DefaultCompilerOptionsSet.cs"
956                     SubType = "Code"
957                     BuildAction = "Compile"
958                 />
959                 <File
960                     RelPath = "Services\Default\DefaultNameResolver.cs"
961                     SubType = "Code"
962                     BuildAction = "Compile"
963                 />
964                 <File
965                     RelPath = "Services\Default\ErrorReport.cs"
966                     SubType = "Code"
967                     BuildAction = "Compile"
968                 />
969                 <File
970                     RelPath = "Services\Default\IdentifierNameService.cs"
971                     SubType = "Code"
972                     BuildAction = "Compile"
973                 />
974                 <File
975                     RelPath = "Services\Default\RookParser.cs"
976                     SubType = "Code"
977                     BuildAction = "Compile"
978                 />
979                 <File
980                     RelPath = "Services\Passes\CreateBuilderSkeleton.cs"
981                     SubType = "Code"
982                     BuildAction = "Compile"
983                 />
984                 <File
985                     RelPath = "Services\Passes\Emission.cs"
986                     SubType = "Code"
987                     BuildAction = "Compile"
988                 />
989                 <File
990                     RelPath = "Services\Passes\ScopePass.cs"
991                     SubType = "Code"
992                     BuildAction = "Compile"
993                 />
994                 <File
995                     RelPath = "Services\Passes\SemanticCheck.cs"
996                     SubType = "Code"
997                     BuildAction = "Compile"
998                 />
999                 <File
1000                     RelPath = "Services\Passes\TypeBuilderSkeletonStep.cs"
1001                     SubType = "Code"
1002                     BuildAction = "Compile"
1003                 />
1004                 <File
1005                     RelPath = "Services\Passes\TypeResolutionPass.cs"
1006                     SubType = "Code"
1007                     BuildAction = "Compile"
1008                 />
1009                 <File
1010                     RelPath = "Services\Passes\ILEmission\CreateTypesStep.cs"
1011                     SubType = "Code"
1012                     BuildAction = "Compile"
1013                 />
1014                 <File
1015                     RelPath = "Services\Passes\Semantic\PerformExplicitVarDeclarationStep.cs"
1016                     SubType = "Code"
1017                     BuildAction = "Compile"
1018                 />
1019                 <File
1020                     RelPath = "TypeSystem\DefaultTypeContainer.cs"
1021                     SubType = "Code"
1022                     BuildAction = "Compile"
1023                 />
1024                 <File
1025                     RelPath = "TypeSystem\INamespace.cs"
1026                     SubType = "Code"
1027                     BuildAction = "Compile"
1028                 />
1029                 <File
1030                     RelPath = "TypeSystem\ITypeContainer.cs"
1031                     SubType = "Code"
1032                     BuildAction = "Compile"
1033                 />
1034                 <File
1035                     RelPath = "Visitors\AbstractVisitor.cs"
1036                     SubType = "Code"
1037                     BuildAction = "Compile"
1038                 />
1039                 <File
1040                     RelPath = "Visitors\BreadthFirstVisitor.cs"
1041                     SubType = "Code"
1042                     BuildAction = "Compile"
1043                 />
1044                 <File
1045                     RelPath = "Visitors\DepthFirstVisitor.cs"
1046                     SubType = "Code"
1047                     BuildAction = "Compile"
1048                 />
1049                 <File
1050                     RelPath = "Visitors\IASTVisitor.cs"
1051                     SubType = "Code"
1052                     BuildAction = "Compile"
1053                 />
1054                 <File
1055                     RelPath = "Visitors\IVisitableNode.cs"
1056                     SubType = "Code"
1057                     BuildAction = "Compile"
1058                 />
1059             </Include>
1060         </Files>
1061     </CSHARP>
1062 </VisualStudioProject>