Fixing Brail Templates for VS Net wizards.
[castle.git] / ActiveRecord / Castle.ActiveRecord / Castle.ActiveRecord-vs2003.csproj
blob68cb4ecce19a025741e9d9fcf9b21e6c2e72e134
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.6030"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{652F95D4-86E2-40B6-919D-CFC6E449386B}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Castle.ActiveRecord"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "Castle.ActiveRecord"
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;OUTPUTXML"
32                     DocumentationFile = "Castle.ActiveRecord.XML"
33                     DebugSymbols = "true"
34                     FileAlignment = "4096"
35                     IncrementalBuild = "false"
36                     NoStdLib = "false"
37                     NoWarn = ""
38                     Optimize = "false"
39                     OutputPath = "..\bin\"
40                     RegisterForComInterop = "false"
41                     RemoveIntegerChecks = "false"
42                     TreatWarningsAsErrors = "true"
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 = "Castle.ActiveRecord.XML"
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 = "true"
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 = "System.Web"
84                     AssemblyName = "System.Web"
85                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
86                 />
87                 <Reference
88                     Name = "log4net"
89                     AssemblyName = "log4net"
90                     HintPath = "..\..\build\net-1.1\debug\log4net.dll"
91                 />
92                 <Reference
93                     Name = "Nullables.NHibernate"
94                     AssemblyName = "Nullables.NHibernate"
95                     HintPath = "..\..\build\net-1.1\debug\Nullables.NHibernate.dll"
96                 />
97                 <Reference
98                     Name = "Iesi.Collections"
99                     AssemblyName = "Iesi.Collections"
100                     HintPath = "..\..\build\net-1.1\debug\Iesi.Collections.dll"
101                 />
102                 <Reference
103                     Name = "NHibernate"
104                     AssemblyName = "NHibernate"
105                     HintPath = "..\..\build\net-1.1\debug\NHibernate.dll"
106                 />
107                 <Reference
108                     Name = "Nullables"
109                     AssemblyName = "Nullables"
110                     HintPath = "..\..\build\net-1.1\debug\Nullables.dll"
111                 />
112                 <Reference
113                     Name = "Castle.Core"
114                     AssemblyName = "Castle.Core"
115                     HintPath = "..\..\build\net-1.1\debug\Castle.Core.dll"
116                 />
117             </References>
118         </Build>
119         <Files>
120             <Include>
121                 <File
122                     RelPath = "Attributes\ActiveRecordAttribute.cs"
123                     SubType = "Code"
124                     BuildAction = "Compile"
125                 />
126                 <File
127                     RelPath = "Attributes\ActiveRecordSkip.cs"
128                     SubType = "Code"
129                     BuildAction = "Compile"
130                 />
131                 <File
132                     RelPath = "Attributes\AnyAttribute.cs"
133                     SubType = "Code"
134                     BuildAction = "Compile"
135                 />
136                 <File
137                     RelPath = "Attributes\BaseAttribute.cs"
138                     SubType = "Code"
139                     BuildAction = "Compile"
140                 />
141                 <File
142                     RelPath = "Attributes\BelongsToAttribute.cs"
143                     SubType = "Code"
144                     BuildAction = "Compile"
145                 />
146                 <File
147                     RelPath = "Attributes\CollectionIDAttribute.cs"
148                     SubType = "Code"
149                     BuildAction = "Compile"
150                 />
151                 <File
152                     RelPath = "Attributes\CompositeKeyAttribute.cs"
153                     SubType = "Code"
154                     BuildAction = "Compile"
155                 />
156                 <File
157                     RelPath = "Attributes\Enums.cs"
158                     SubType = "Code"
159                     BuildAction = "Compile"
160                 />
161                 <File
162                     RelPath = "Attributes\FieldAttribute.cs"
163                     SubType = "Code"
164                     BuildAction = "Compile"
165                 />
166                 <File
167                     RelPath = "Attributes\HasAndBelongsToManyAttribute.cs"
168                     SubType = "Code"
169                     BuildAction = "Compile"
170                 />
171                 <File
172                     RelPath = "Attributes\HasManyAttribute.cs"
173                     SubType = "Code"
174                     BuildAction = "Compile"
175                 />
176                 <File
177                     RelPath = "Attributes\HasManyToAnyAttribute.cs"
178                     SubType = "Code"
179                     BuildAction = "Compile"
180                 />
181                 <File
182                     RelPath = "Attributes\HiLoAttribute.cs"
183                     SubType = "Code"
184                     BuildAction = "Compile"
185                 />
186                 <File
187                     RelPath = "Attributes\ImportAttribute.cs"
188                     SubType = "Code"
189                     BuildAction = "Compile"
190                 />
191                 <File
192                     RelPath = "Attributes\JoinedBaseAttribute.cs"
193                     SubType = "Code"
194                     BuildAction = "Compile"
195                 />
196                 <File
197                     RelPath = "Attributes\JoinedKeyAttribute.cs"
198                     SubType = "Code"
199                     BuildAction = "Compile"
200                 />
201                 <File
202                     RelPath = "Attributes\KeyPropertyAttribute.cs"
203                     SubType = "Code"
204                     BuildAction = "Compile"
205                 />
206                 <File
207                     RelPath = "Attributes\NestedAttribute.cs"
208                     SubType = "Code"
209                     BuildAction = "Compile"
210                 />
211                 <File
212                     RelPath = "Attributes\OneToOneAttribute.cs"
213                     SubType = "Code"
214                     BuildAction = "Compile"
215                 />
216                 <File
217                     RelPath = "Attributes\PrimaryKeyAttribute.cs"
218                     SubType = "Code"
219                     BuildAction = "Compile"
220                 />
221                 <File
222                     RelPath = "Attributes\PropertyAccess.cs"
223                     SubType = "Code"
224                     BuildAction = "Compile"
225                 />
226                 <File
227                     RelPath = "Attributes\PropertyAttribute.cs"
228                     SubType = "Code"
229                     BuildAction = "Compile"
230                 />
231                 <File
232                     RelPath = "Attributes\RelationAttribute.cs"
233                     SubType = "Code"
234                     BuildAction = "Compile"
235                 />
236                 <File
237                     RelPath = "Attributes\TimestampAttribute.cs"
238                     SubType = "Code"
239                     BuildAction = "Compile"
240                 />
241                 <File
242                     RelPath = "Attributes\VersionAttribute.cs"
243                     SubType = "Code"
244                     BuildAction = "Compile"
245                 />
246                 <File
247                     RelPath = "Attributes\WithAccessAttribute.cs"
248                     SubType = "Code"
249                     BuildAction = "Compile"
250                 />
251                 <File
252                     RelPath = "Attributes\Validations\AbstractValidationAttribute.cs"
253                     SubType = "Code"
254                     BuildAction = "Compile"
255                 />
256                 <File
257                     RelPath = "Attributes\Validations\ValidateConfirmationAttribute.cs"
258                     SubType = "Code"
259                     BuildAction = "Compile"
260                 />
261                 <File
262                     RelPath = "Attributes\Validations\ValidateCreditCardAttribute.cs"
263                     SubType = "Code"
264                     BuildAction = "Compile"
265                 />
266                 <File
267                     RelPath = "Attributes\Validations\ValidateEmailAttribute.cs"
268                     SubType = "Code"
269                     BuildAction = "Compile"
270                 />
271                 <File
272                     RelPath = "Attributes\Validations\ValidateIsUniqueAttribute.cs"
273                     SubType = "Code"
274                     BuildAction = "Compile"
275                 />
276                 <File
277                     RelPath = "Attributes\Validations\ValidateLengthAttribute.cs"
278                     SubType = "Code"
279                     BuildAction = "Compile"
280                 />
281                 <File
282                     RelPath = "Attributes\Validations\ValidateNotEmptyAttribute.cs"
283                     SubType = "Code"
284                     BuildAction = "Compile"
285                 />
286                 <File
287                     RelPath = "Attributes\Validations\ValidateRegExpAttribute.cs"
288                     SubType = "Code"
289                     BuildAction = "Compile"
290                 />
291                 <File
292                     RelPath = "Framework\ActiveRecordBase.cs"
293                     SubType = "Code"
294                     BuildAction = "Compile"
295                 />
296                 <File
297                     RelPath = "Framework\ActiveRecordBase.Generic.cs"
298                     SubType = "Code"
299                     BuildAction = "Compile"
300                 />
301                 <File
302                     RelPath = "Framework\ActiveRecordException.cs"
303                     SubType = "Code"
304                     BuildAction = "Compile"
305                 />
306                 <File
307                     RelPath = "Framework\ActiveRecordHooksBase.cs"
308                     SubType = "Code"
309                     BuildAction = "Compile"
310                 />
311                 <File
312                     RelPath = "Framework\ActiveRecordMediator.cs"
313                     SubType = "Code"
314                     BuildAction = "Compile"
315                 />
316                 <File
317                     RelPath = "Framework\ActiveRecordMediator.Generic.cs"
318                     SubType = "Code"
319                     BuildAction = "Compile"
320                 />
321                 <File
322                     RelPath = "Framework\ActiveRecordStarter.cs"
323                     SubType = "Code"
324                     BuildAction = "Compile"
325                 />
326                 <File
327                     RelPath = "Framework\ActiveRecordValidationBase.cs"
328                     SubType = "Code"
329                     BuildAction = "Compile"
330                 />
331                 <File
332                     RelPath = "Framework\ActiveRecordValidationBase.Generic.cs"
333                     SubType = "Code"
334                     BuildAction = "Compile"
335                 />
336                 <File
337                     RelPath = "Framework\ARSchemaCreator.cs"
338                     SubType = "Code"
339                     BuildAction = "Compile"
340                 />
341                 <File
342                     RelPath = "Framework\DictionaryAdapter.cs"
343                     SubType = "Code"
344                     BuildAction = "Compile"
345                 />
346                 <File
347                     RelPath = "Framework\HookDispatcher.cs"
348                     SubType = "Code"
349                     BuildAction = "Compile"
350                 />
351                 <File
352                     RelPath = "Framework\ISessionFactoryHolder.cs"
353                     SubType = "Code"
354                     BuildAction = "Compile"
355                 />
356                 <File
357                     RelPath = "Framework\IThreadScopeInfo.cs"
358                     SubType = "Code"
359                     BuildAction = "Compile"
360                 />
361                 <File
362                     RelPath = "Framework\NotFoundException.cs"
363                     SubType = "Code"
364                     BuildAction = "Compile"
365                 />
366                 <File
367                     RelPath = "Framework\SessionFactoryHolder.cs"
368                     SubType = "Code"
369                     BuildAction = "Compile"
370                 />
371                 <File
372                     RelPath = "Framework\SessionScopeWebModule.cs"
373                     SubType = "Code"
374                     BuildAction = "Compile"
375                 />
376                 <File
377                     RelPath = "Framework\SupportingUtils.cs"
378                     SubType = "Code"
379                     BuildAction = "Compile"
380                 />
381                 <File
382                     RelPath = "Framework\TransactionException.cs"
383                     SubType = "Code"
384                     BuildAction = "Compile"
385                 />
386                 <File
387                     RelPath = "Framework\ValidationException.cs"
388                     SubType = "Code"
389                     BuildAction = "Compile"
390                 />
391                 <File
392                     RelPath = "Framework\Config\ActiveRecordSectionHandler.cs"
393                     SubType = "Code"
394                     BuildAction = "Compile"
395                 />
396                 <File
397                     RelPath = "Framework\Config\IConfigurationSource.cs"
398                     SubType = "Code"
399                     BuildAction = "Compile"
400                 />
401                 <File
402                     RelPath = "Framework\Config\InPlaceConfigurationSource.cs"
403                     SubType = "Code"
404                     BuildAction = "Compile"
405                 />
406                 <File
407                     RelPath = "Framework\Config\XmlConfigurationSource.cs"
408                     SubType = "Code"
409                     BuildAction = "Compile"
410                 />
411                 <File
412                     RelPath = "Framework\Internal\ActiveRecordModelBuilder.cs"
413                     SubType = "Code"
414                     BuildAction = "Compile"
415                 />
416                 <File
417                     RelPath = "Framework\Internal\ActiveRecordModelCollection.cs"
418                     SubType = "Code"
419                     BuildAction = "Compile"
420                 />
421                 <File
422                     RelPath = "Framework\Internal\IVisitable.cs"
423                     SubType = "Code"
424                     BuildAction = "Compile"
425                 />
426                 <File
427                     RelPath = "Framework\Internal\IVisitor.cs"
428                     SubType = "Code"
429                     BuildAction = "Compile"
430                 />
431                 <File
432                     RelPath = "Framework\Internal\NHibernateNullablesSupport.cs"
433                     SubType = "Code"
434                     BuildAction = "Compile"
435                 />
436                 <File
437                     RelPath = "Framework\Internal\Model\ActiveRecordModel.cs"
438                     SubType = "Code"
439                     BuildAction = "Compile"
440                 />
441                 <File
442                     RelPath = "Framework\Internal\Model\AnyModel.cs"
443                     SubType = "Code"
444                     BuildAction = "Compile"
445                 />
446                 <File
447                     RelPath = "Framework\Internal\Model\BelongsToModel.cs"
448                     SubType = "Code"
449                     BuildAction = "Compile"
450                 />
451                 <File
452                     RelPath = "Framework\Internal\Model\CollectionIDModel.cs"
453                     SubType = "Code"
454                     BuildAction = "Compile"
455                 />
456                 <File
457                     RelPath = "Framework\Internal\Model\CompositeKeyModel.cs"
458                     SubType = "Code"
459                     BuildAction = "Compile"
460                 />
461                 <File
462                     RelPath = "Framework\Internal\Model\FieldModel.cs"
463                     SubType = "Code"
464                     BuildAction = "Compile"
465                 />
466                 <File
467                     RelPath = "Framework\Internal\Model\HasAndBelongsToManyModel.cs"
468                     SubType = "Code"
469                     BuildAction = "Compile"
470                 />
471                 <File
472                     RelPath = "Framework\Internal\Model\HasManyModel.cs"
473                     SubType = "Code"
474                     BuildAction = "Compile"
475                 />
476                 <File
477                     RelPath = "Framework\Internal\Model\HasManyToAnyModel.cs"
478                     SubType = "Code"
479                     BuildAction = "Compile"
480                 />
481                 <File
482                     RelPath = "Framework\Internal\Model\HiloModel.cs"
483                     SubType = "Code"
484                     BuildAction = "Compile"
485                 />
486                 <File
487                     RelPath = "Framework\Internal\Model\IModelNode.cs"
488                     SubType = "Code"
489                     BuildAction = "Compile"
490                 />
491                 <File
492                     RelPath = "Framework\Internal\Model\ImportModel.cs"
493                     SubType = "Code"
494                     BuildAction = "Compile"
495                 />
496                 <File
497                     RelPath = "Framework\Internal\Model\KeyModel.cs"
498                     SubType = "Code"
499                     BuildAction = "Compile"
500                 />
501                 <File
502                     RelPath = "Framework\Internal\Model\NestedModel.cs"
503                     SubType = "Code"
504                     BuildAction = "Compile"
505                 />
506                 <File
507                     RelPath = "Framework\Internal\Model\OneToOneModel.cs"
508                     SubType = "Code"
509                     BuildAction = "Compile"
510                 />
511                 <File
512                     RelPath = "Framework\Internal\Model\PrimaryKeyModel.cs"
513                     SubType = "Code"
514                     BuildAction = "Compile"
515                 />
516                 <File
517                     RelPath = "Framework\Internal\Model\PropertyModel.cs"
518                     SubType = "Code"
519                     BuildAction = "Compile"
520                 />
521                 <File
522                     RelPath = "Framework\Internal\Model\TimestampModel.cs"
523                     SubType = "Code"
524                     BuildAction = "Compile"
525                 />
526                 <File
527                     RelPath = "Framework\Internal\Model\VersionModel.cs"
528                     SubType = "Code"
529                     BuildAction = "Compile"
530                 />
531                 <File
532                     RelPath = "Framework\Internal\Visitors\AbstractDepthFirstVisitor.cs"
533                     SubType = "Code"
534                     BuildAction = "Compile"
535                 />
536                 <File
537                     RelPath = "Framework\Internal\Visitors\GraphConnectorVisitor.cs"
538                     SubType = "Code"
539                     BuildAction = "Compile"
540                 />
541                 <File
542                     RelPath = "Framework\Internal\Visitors\SemanticVerifierVisitor.cs"
543                     SubType = "Code"
544                     BuildAction = "Compile"
545                 />
546                 <File
547                     RelPath = "Framework\Internal\Visitors\XmlGenerationVisitor.cs"
548                     SubType = "Code"
549                     BuildAction = "Compile"
550                 />
551                 <File
552                     RelPath = "Framework\Queries\ActiveRecordBaseQuery.cs"
553                     SubType = "Code"
554                     BuildAction = "Compile"
555                 />
556                 <File
557                     RelPath = "Framework\Queries\CountQuery.cs"
558                     SubType = "Code"
559                     BuildAction = "Compile"
560                 />
561                 <File
562                     RelPath = "Framework\Queries\HqlBasedQuery.cs"
563                     SubType = "Code"
564                     BuildAction = "Compile"
565                 />
566                 <File
567                     RelPath = "Framework\Queries\IActiveRecordQuery.cs"
568                     SubType = "Code"
569                     BuildAction = "Compile"
570                 />
571                 <File
572                     RelPath = "Framework\Queries\ProjectionQuery.cs"
573                     SubType = "Code"
574                     BuildAction = "Compile"
575                 />
576                 <File
577                     RelPath = "Framework\Queries\ScalarQuery.cs"
578                     SubType = "Code"
579                     BuildAction = "Compile"
580                 />
581                 <File
582                     RelPath = "Framework\Queries\SimpleQuery.cs"
583                     SubType = "Code"
584                     BuildAction = "Compile"
585                 />
586                 <File
587                     RelPath = "Framework\Queries\Modifiers\IQueryModifier.cs"
588                     SubType = "Code"
589                     BuildAction = "Compile"
590                 />
591                 <File
592                     RelPath = "Framework\Queries\Modifiers\QueryParameter.cs"
593                     SubType = "Code"
594                     BuildAction = "Compile"
595                 />
596                 <File
597                     RelPath = "Framework\Queries\Modifiers\QueryRange.cs"
598                     SubType = "Code"
599                     BuildAction = "Compile"
600                 />
601                 <File
602                     RelPath = "Framework\Queries\Modifiers\SqlQueryReturnDefinition.cs"
603                     SubType = "Code"
604                     BuildAction = "Compile"
605                 />
606                 <File
607                     RelPath = "Framework\Scopes\AbstractScope.cs"
608                     SubType = "Code"
609                     BuildAction = "Compile"
610                 />
611                 <File
612                     RelPath = "Framework\Scopes\AbstractThreadScopeInfo.cs"
613                     SubType = "Code"
614                     BuildAction = "Compile"
615                 />
616                 <File
617                     RelPath = "Framework\Scopes\DifferentDatabaseScope.cs"
618                     SubType = "Code"
619                     BuildAction = "Compile"
620                 />
621                 <File
622                     RelPath = "Framework\Scopes\FlushAction.cs"
623                     SubType = "Code"
624                     BuildAction = "Compile"
625                 />
626                 <File
627                     RelPath = "Framework\Scopes\HybridWebThreadScopeInfo.cs"
628                     SubType = "Code"
629                     BuildAction = "Compile"
630                 />
631                 <File
632                     RelPath = "Framework\Scopes\ISessionScope.cs"
633                     SubType = "Code"
634                     BuildAction = "Compile"
635                 />
636                 <File
637                     RelPath = "Framework\Scopes\ScopeMachineryException.cs"
638                     SubType = "Code"
639                     BuildAction = "Compile"
640                 />
641                 <File
642                     RelPath = "Framework\Scopes\ScopeUtil.cs"
643                     SubType = "Code"
644                     BuildAction = "Compile"
645                 />
646                 <File
647                     RelPath = "Framework\Scopes\SessionScope.cs"
648                     SubType = "Code"
649                     BuildAction = "Compile"
650                 />
651                 <File
652                     RelPath = "Framework\Scopes\ThreadScopeAccessor.cs"
653                     SubType = "Code"
654                     BuildAction = "Compile"
655                 />
656                 <File
657                     RelPath = "Framework\Scopes\ThreadScopeInfo.cs"
658                     SubType = "Code"
659                     BuildAction = "Compile"
660                 />
661                 <File
662                     RelPath = "Framework\Scopes\TransactionScope.cs"
663                     SubType = "Code"
664                     BuildAction = "Compile"
665                 />
666                 <File
667                     RelPath = "Framework\Scopes\WebThreadScopeInfo.cs"
668                     SubType = "Code"
669                     BuildAction = "Compile"
670                 />
671                 <File
672                     RelPath = "Framework\Validators\AbstractValidator.cs"
673                     SubType = "Code"
674                     BuildAction = "Compile"
675                 />
676                 <File
677                     RelPath = "Framework\Validators\ConfirmationValidator.cs"
678                     SubType = "Code"
679                     BuildAction = "Compile"
680                 />
681                 <File
682                     RelPath = "Framework\Validators\CreditCardValidator.cs"
683                     SubType = "Code"
684                     BuildAction = "Compile"
685                 />
686                 <File
687                     RelPath = "Framework\Validators\EmailValidator.cs"
688                     SubType = "Code"
689                     BuildAction = "Compile"
690                 />
691                 <File
692                     RelPath = "Framework\Validators\IsUniqueValidator.cs"
693                     SubType = "Code"
694                     BuildAction = "Compile"
695                 />
696                 <File
697                     RelPath = "Framework\Validators\IValidator.cs"
698                     SubType = "Code"
699                     BuildAction = "Compile"
700                 />
701                 <File
702                     RelPath = "Framework\Validators\LengthValidator.cs"
703                     SubType = "Code"
704                     BuildAction = "Compile"
705                 />
706                 <File
707                     RelPath = "Framework\Validators\NullCheckValidator.cs"
708                     SubType = "Code"
709                     BuildAction = "Compile"
710                 />
711                 <File
712                     RelPath = "Framework\Validators\RegularExpressionValidator.cs"
713                     SubType = "Code"
714                     BuildAction = "Compile"
715                 />
716             </Include>
717         </Files>
718     </CSHARP>
719 </VisualStudioProject>