- Implemented support for view component caching. Just use the attribute
[castle.git] / MonoRail / Castle.MonoRail.Framework / Castle.MonoRail.Framework-vs2005.csproj
blob8259be177bd092622b88ab3e31ef2c3bb2ef36d4
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{EC393863-333E-49CE-94A6-654B9F323954}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>Castle.MonoRail.Framework</AssemblyName>\r
14     <AssemblyOriginatorKeyFile>..\..\CastleKey.snk</AssemblyOriginatorKeyFile>\r
15     <DefaultClientScript>JScript</DefaultClientScript>\r
16     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
17     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
18     <DelaySign>false</DelaySign>\r
19     <OutputType>Library</OutputType>\r
20     <RootNamespace>Castle.MonoRail.Framework</RootNamespace>\r
21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
22     <StartupObject>\r
23     </StartupObject>\r
24     <FileUpgradeFlags>\r
25     </FileUpgradeFlags>\r
26     <UpgradeBackupLocation>\r
27     </UpgradeBackupLocation>\r
28     <SignAssembly>true</SignAssembly>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>..\bin\temp\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>TRACE;DEBUG;NET;ALLOWTEST</DefineConstants>\r
38     <DocumentationFile>..\bin\temp\Castle.MonoRail.Framework.XML</DocumentationFile>\r
39     <DebugSymbols>true</DebugSymbols>\r
40     <FileAlignment>4096</FileAlignment>\r
41     <NoStdLib>false</NoStdLib>\r
42     <NoWarn>\r
43     </NoWarn>\r
44     <Optimize>false</Optimize>\r
45     <RegisterForComInterop>false</RegisterForComInterop>\r
46     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
47     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
48     <WarningLevel>4</WarningLevel>\r
49     <DebugType>full</DebugType>\r
50     <ErrorReport>prompt</ErrorReport>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
53     <OutputPath>bin\Release\</OutputPath>\r
54     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
55     <BaseAddress>285212672</BaseAddress>\r
56     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
57     <ConfigurationOverrideFile>\r
58     </ConfigurationOverrideFile>\r
59     <DefineConstants>TRACE;ALLOWTEST</DefineConstants>\r
60     <DocumentationFile>bin\Release\Castle.MonoRail.Framework.XML</DocumentationFile>\r
61     <DebugSymbols>false</DebugSymbols>\r
62     <FileAlignment>4096</FileAlignment>\r
63     <NoStdLib>false</NoStdLib>\r
64     <NoWarn>1591</NoWarn>\r
65     <Optimize>true</Optimize>\r
66     <RegisterForComInterop>false</RegisterForComInterop>\r
67     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
68     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
69     <WarningLevel>4</WarningLevel>\r
70     <DebugType>none</DebugType>\r
71     <ErrorReport>prompt</ErrorReport>\r
72   </PropertyGroup>\r
73   <ItemGroup>\r
74     <Reference Include="Castle.Components.Common.EmailSender">\r
75       <Name>Castle.Components.Common.EmailSender</Name>\r
76       <HintPath>..\..\build\net-2.0\debug\Castle.Components.Common.EmailSender.dll</HintPath>\r
77     </Reference>\r
78     <Reference Include="Castle.Core">\r
79       <Name>Castle.Core</Name>\r
80       <HintPath>..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
81     </Reference>\r
82     <Reference Include="System">\r
83       <Name>System</Name>\r
84     </Reference>\r
85     <Reference Include="System.configuration" />\r
86     <Reference Include="System.Data">\r
87       <Name>System.Data</Name>\r
88     </Reference>\r
89     <Reference Include="System.Design" />\r
90     <Reference Include="System.Drawing" />\r
91     <Reference Include="System.Web">\r
92       <Name>System.Web</Name>\r
93     </Reference>\r
94     <Reference Include="System.Windows.Forms" />\r
95     <Reference Include="System.Xml">\r
96       <Name>System.XML</Name>\r
97     </Reference>\r
98   </ItemGroup>\r
99   <ItemGroup>\r
100     <Compile Include="Adapters\DefaultRailsEngineContext.cs" />\r
101     <Compile Include="Adapters\FileDictionaryAdapter.cs">\r
102       <SubType>Code</SubType>\r
103     </Compile>\r
104     <Compile Include="Adapters\RequestAdapter.cs">\r
105       <SubType>Code</SubType>\r
106     </Compile>\r
107     <Compile Include="Adapters\ResponseAdapter.cs">\r
108       <SubType>Code</SubType>\r
109     </Compile>\r
110     <Compile Include="Adapters\ServerUtilityAdapter.cs">\r
111       <SubType>Code</SubType>\r
112     </Compile>\r
113     <Compile Include="Adapters\SessionAdapter.cs">\r
114       <SubType>Code</SubType>\r
115     </Compile>\r
116     <Compile Include="Adapters\TraceAdapter.cs">\r
117       <SubType>Code</SubType>\r
118     </Compile>\r
119     <Compile Include="AssemblyInfo.cs">\r
120       <SubType>Code</SubType>\r
121     </Compile>\r
122     <Compile Include="Attributes\AccessibleThroughAttribute.cs" />\r
123     <Compile Include="Attributes\AjaxActionAttribute.cs" />\r
124     <Compile Include="Attributes\CacheAttribute.cs" />\r
125     <Compile Include="Attributes\ControllerDetailsAttribute.cs">\r
126       <SubType>Code</SubType>\r
127     </Compile>\r
128     <Compile Include="Attributes\DataBindAttribute.cs">\r
129       <SubType>Code</SubType>\r
130     </Compile>\r
131     <Compile Include="Attributes\DefaultActionAttribute.cs">\r
132       <SubType>Code</SubType>\r
133     </Compile>\r
134     <Compile Include="Attributes\DynamicActionProviderAttribute.cs">\r
135       <SubType>Code</SubType>\r
136     </Compile>\r
137     <Compile Include="Attributes\FilterAttribute.cs">\r
138       <SubType>Code</SubType>\r
139     </Compile>\r
140     <Compile Include="Attributes\HelperAttribute.cs">\r
141       <SubType>Code</SubType>\r
142     </Compile>\r
143     <Compile Include="Attributes\LayoutAttribute.cs" />\r
144     <Compile Include="Attributes\LocalizationFilterAttribute.cs">\r
145       <SubType>Code</SubType>\r
146     </Compile>\r
147     <Compile Include="Attributes\PersistFlashAttribute.cs" />\r
148     <Compile Include="Attributes\RescueAttribute.cs">\r
149       <SubType>Code</SubType>\r
150     </Compile>\r
151     <Compile Include="Attributes\ResourceAttribute.cs">\r
152       <SubType>Code</SubType>\r
153     </Compile>\r
154     <Compile Include="Attributes\ScaffoldingAttribute.cs">\r
155       <SubType>Code</SubType>\r
156     </Compile>\r
157     <Compile Include="Attributes\SkipFilterAttribute.cs" />\r
158     <Compile Include="Attributes\SkipRescueAttribute.cs" />\r
159     <Compile Include="Attributes\ViewComponentDetailsAttribute.cs" />\r
160     <Compile Include="Attributes\TransformFilterAttribute.cs" />\r
161     <Compile Include="Attributes\ViewComponentParamAttribute.cs" />\r
162     <Compile Include="Configuration\DefaultUrl.cs" />\r
163     <Compile Include="Configuration\DefaultUrlCollection.cs" />\r
164     <Compile Include="IController.cs" />\r
165     <Compile Include="Extensions\ExceptionChaining\LocalExceptionFilterHandler.cs" />\r
166     <Compile Include="Internal\Descriptors\ViewComponentDescriptor.cs" />\r
167     <Compile Include="Internal\Providers\DefaultViewComponentDescriptorProvider.cs" />\r
168     <Compile Include="Internal\Providers\IViewComponentDescriptorProvider.cs" />\r
169     <Compile Include="Internal\ReflectionBasedDictionaryAdapter.cs" />\r
170     <Compile Include="Internal\ViewComponentCacheBag.cs" />\r
171     <Compile Include="IRescueController.cs" />\r
172     <Compile Include="IRoutingEngine.cs" />\r
173     <Compile Include="CacheKey.cs" />\r
174     <Compile Include="Routing\IRoutingRule.cs" />\r
175     <Compile Include="Routing\PatternRule.cs" />\r
176     <Compile Include="Routing\RegexRule.cs" />\r
177     <Compile Include="Routing\RouteMatch.cs" />\r
178     <Compile Include="Routing\RoutingEngine.cs" />\r
179     <Compile Include="Routing\RoutingModuleEx.cs" />\r
180     <Compile Include="ServiceProviderLocator.cs" />\r
181     <Compile Include="Extensions\ExceptionChaining\FilteredExceptionHandler.cs" />\r
182     <Compile Include="Extensions\ExceptionChaining\LoggingExceptionHandler.cs" />\r
183     <Compile Include="Filter.cs" />\r
184     <Compile Include="Filters\PersistFlashFilter.cs" />\r
185     <Compile Include="Helpers\ValidationStrategy\ZebdaWebValidator.cs" />\r
186     <Compile Include="Helpers\ZebdaHelper.cs" />\r
187     <Compile Include="ServiceContainerAccessor.cs" />\r
188     <Compile Include="Services\AjaxProxyGenerator\IAjaxProxyGenerator.cs" />\r
189     <Compile Include="Services\AjaxProxyGenerator\PrototypeAjaxProxyGenerator.cs" />\r
190     <Compile Include="Helpers\BehaviourHelper.cs" />\r
191     <Compile Include="Helpers\IJSCollectionGenerator.cs" />\r
192     <Compile Include="Helpers\IJSElementGenerator.cs" />\r
193     <Compile Include="Helpers\IJSGenerator.cs" />\r
194     <Compile Include="Helpers\ScriptaculousHelper.cs" />\r
195     <Compile Include="Helpers\TextHelper.cs" />\r
196     <Compile Include="Helpers\PrototypeHelper.cs" />\r
197     <Compile Include="Helpers\UrlHelper.cs" />\r
198     <Compile Include="Helpers\ValidationStrategy\FValidateValidator.cs" />\r
199     <Compile Include="Helpers\ValidationStrategy\IBrowserValidatorProvider.cs" />\r
200     <Compile Include="Helpers\ValidationStrategy\PrototypeWebValidator.cs" />\r
201     <Compile Include="ICachePolicyConfigurer.cs" />\r
202     <Compile Include="Configuration\ControllersConfig.cs" />\r
203     <Compile Include="Configuration\ExtensionEntry.cs" />\r
204     <Compile Include="Configuration\ExtensionEntryCollection.cs" />\r
205     <Compile Include="Configuration\ISerializedConfig.cs" />\r
206     <Compile Include="Configuration\MonoRailConfiguration.cs">\r
207       <SubType>Code</SubType>\r
208     </Compile>\r
209     <Compile Include="Configuration\MonoRailSectionHandler.cs">\r
210       <SubType>Code</SubType>\r
211     </Compile>\r
212     <Compile Include="Configuration\RoutingRule.cs">\r
213       <SubType>Code</SubType>\r
214     </Compile>\r
215     <Compile Include="Configuration\RoutingRuleCollection.cs" />\r
216     <Compile Include="Configuration\ScaffoldConfig.cs" />\r
217     <Compile Include="Configuration\ServiceEntry.cs" />\r
218     <Compile Include="Configuration\ServiceEntryCollection.cs" />\r
219     <Compile Include="Configuration\SmtpConfig.cs">\r
220       <SubType>Code</SubType>\r
221     </Compile>\r
222     <Compile Include="Configuration\TypeLoadUtil.cs" />\r
223     <Compile Include="Configuration\ViewComponentsConfig.cs" />\r
224     <Compile Include="Configuration\ViewEngineConfig.cs" />\r
225     <Compile Include="Constants.cs">\r
226       <SubType>Code</SubType>\r
227     </Compile>\r
228     <Compile Include="Controller.cs">\r
229       <SubType>Code</SubType>\r
230     </Compile>\r
231     <Compile Include="ControllerException.cs">\r
232       <SubType>Code</SubType>\r
233     </Compile>\r
234     <Compile Include="ControllerLifecycleExecutor.cs" />\r
235     <Compile Include="ControllerNotFoundException.cs">\r
236       <SubType>Code</SubType>\r
237     </Compile>\r
238     <Compile Include="Controllers\FilesController.cs">\r
239       <SubType>Code</SubType>\r
240     </Compile>\r
241     <Compile Include="DelegateDynamicAction.cs">\r
242       <SubType>Code</SubType>\r
243     </Compile>\r
244     <Compile Include="EngineContextModule.cs" />\r
245     <Compile Include="Extensions\ExceptionChaining\AbstractExceptionHandler.cs">\r
246       <SubType>Code</SubType>\r
247     </Compile>\r
248     <Compile Include="Extensions\ExceptionChaining\EmailHandler.cs">\r
249       <SubType>Code</SubType>\r
250     </Compile>\r
251     <Compile Include="Extensions\ExceptionChaining\ExceptionChainingExtension.cs">\r
252       <SubType>Code</SubType>\r
253     </Compile>\r
254     <Compile Include="Extensions\ExceptionChaining\IConfigurableHandler.cs">\r
255       <SubType>Code</SubType>\r
256     </Compile>\r
257     <Compile Include="Extensions\ExceptionChaining\IExceptionHandler.cs">\r
258       <SubType>Code</SubType>\r
259     </Compile>\r
260     <Compile Include="Extensions\ExceptionChaining\IExceptionProcessor.cs" />\r
261     <Compile Include="Extensions\ExtensionManager.cs" />\r
262     <Compile Include="Extensions\IMonoRailExtension.cs">\r
263       <SubType>Code</SubType>\r
264     </Compile>\r
265     <Compile Include="Extensions\Session\CustomSessionExtension.cs">\r
266       <SubType>Code</SubType>\r
267     </Compile>\r
268     <Compile Include="Extensions\Session\ICustomSessionFactory.cs">\r
269       <SubType>Code</SubType>\r
270     </Compile>\r
271     <Compile Include="Filters\AntiGoogleWebAcceleratorFilter.cs">\r
272       <SubType>Code</SubType>\r
273     </Compile>\r
274     <Compile Include="Filters\LocalizationFilter.cs">\r
275       <SubType>Code</SubType>\r
276     </Compile>\r
277     <Compile Include="Filters\RequestValidatorFilter.cs">\r
278       <SubType>Code</SubType>\r
279     </Compile>\r
280     <Compile Include="Flash.cs" />\r
281     <Compile Include="Helpers\AbstractHelper.cs">\r
282       <SubType>Code</SubType>\r
283     </Compile>\r
284     <Compile Include="Helpers\AjaxHelper.cs">\r
285       <SubType>Code</SubType>\r
286     </Compile>\r
287     <Compile Include="Helpers\DateFormatHelper.cs">\r
288       <SubType>Code</SubType>\r
289     </Compile>\r
290     <Compile Include="Helpers\DictHelper.cs">\r
291       <SubType>Code</SubType>\r
292     </Compile>\r
293     <Compile Include="Helpers\Effects2Helper.cs">\r
294       <SubType>Code</SubType>\r
295     </Compile>\r
296     <Compile Include="Helpers\EffectsFatHelper.cs">\r
297       <SubType>Code</SubType>\r
298     </Compile>\r
299     <Compile Include="Helpers\FormHelper.cs" />\r
300     <Compile Include="Helpers\HtmlHelper.cs">\r
301       <SubType>Code</SubType>\r
302     </Compile>\r
303     <Compile Include="Helpers\IPaginatedPage.cs" />\r
304     <Compile Include="Helpers\PaginationHelper.cs">\r
305       <SubType>Code</SubType>\r
306     </Compile>\r
307     <Compile Include="Helpers\SetOperation.cs" />\r
308     <Compile Include="Helpers\ValidationHelper.cs">\r
309       <SubType>Code</SubType>\r
310     </Compile>\r
311     <Compile Include="Helpers\WizardHelper.cs">\r
312       <SubType>Code</SubType>\r
313     </Compile>\r
314     <Compile Include="ICacheProvider.cs" />\r
315     <Compile Include="IControllerAware.cs">\r
316       <SubType>Code</SubType>\r
317     </Compile>\r
318     <Compile Include="IControllerDescriptorProvider.cs" />\r
319     <Compile Include="IControllerFactory.cs" />\r
320     <Compile Include="IControllerLifecycleExecutor.cs" />\r
321     <Compile Include="IControllerLifecycleExecutorFactory.cs" />\r
322     <Compile Include="IControllerTree.cs" />\r
323     <Compile Include="IFilterFactory.cs" />\r
324     <Compile Include="IMonoRailHttpHandlerProvider.cs" />\r
325     <Compile Include="IDynamicAction.cs">\r
326       <SubType>Code</SubType>\r
327     </Compile>\r
328     <Compile Include="IDynamicActionProvider.cs">\r
329       <SubType>Code</SubType>\r
330     </Compile>\r
331     <Compile Include="IEmailTemplateService.cs" />\r
332     <Compile Include="IFilter.cs">\r
333       <SubType>Code</SubType>\r
334     </Compile>\r
335     <Compile Include="Internal\ActionProviderUtil.cs">\r
336       <SubType>Code</SubType>\r
337     </Compile>\r
338     <Compile Include="Internal\AssemblySourceInfo.cs" />\r
339     <Compile Include="Internal\CommonUtils.cs" />\r
340     <Compile Include="Internal\Descriptors\ActionMetaDescriptor.cs" />\r
341     <Compile Include="Internal\Descriptors\BaseMetaDescriptor.cs" />\r
342     <Compile Include="Internal\Descriptors\ControllerDescriptor.cs" />\r
343     <Compile Include="Internal\Descriptors\ControllerMetaDescriptor.cs" />\r
344     <Compile Include="Internal\Descriptors\FilterDescriptor.cs" />\r
345     <Compile Include="Internal\Descriptors\HelperDescriptor.cs" />\r
346     <Compile Include="Internal\Descriptors\IFilterDescriptorBuilder.cs" />\r
347     <Compile Include="Internal\Descriptors\IHelperDescriptorBuilder.cs" />\r
348     <Compile Include="Internal\Descriptors\ILayoutDescriptorBuilder.cs" />\r
349     <Compile Include="Internal\Descriptors\IRescueDescriptorBuilder.cs" />\r
350     <Compile Include="Internal\Descriptors\IResourceDescriptorBuilder.cs" />\r
351     <Compile Include="Internal\Descriptors\ITransformFilterDescriptorBuilder.cs" />\r
352     <Compile Include="Internal\Descriptors\LayoutDescriptor.cs" />\r
353     <Compile Include="Internal\Descriptors\RescueDescriptor.cs" />\r
354     <Compile Include="Internal\Descriptors\ResourceDescriptor.cs" />\r
355     <Compile Include="Internal\Descriptors\TransformFilterDescriptor.cs" />\r
356     <Compile Include="Internal\JSCollectionGeneratorBase.cs" />\r
357     <Compile Include="Internal\JSElementGeneratorBase.cs" />\r
358     <Compile Include="Internal\JSGeneratorBase.cs" />\r
359     <Compile Include="Internal\Providers\DefaultFilterDescriptorProvider.cs" />\r
360     <Compile Include="Internal\Providers\DefaultHelperDescriptorProvider.cs" />\r
361     <Compile Include="Internal\Providers\DefaultLayoutDescriptorProvider.cs" />\r
362     <Compile Include="Internal\Providers\DefaultRescueDescriptorProvider.cs" />\r
363     <Compile Include="Internal\Providers\DefaultResourceDescriptorProvider.cs" />\r
364     <Compile Include="Internal\Providers\DefaultTransformFilterDescriptorProvider.cs" />\r
365     <Compile Include="Internal\Providers\IFilterDescriptorProvider.cs" />\r
366     <Compile Include="Internal\Providers\IHelperDescriptorProvider.cs" />\r
367     <Compile Include="Internal\Providers\ILayoutDescriptorProvider.cs" />\r
368     <Compile Include="Internal\Providers\IProvider.cs" />\r
369     <Compile Include="Internal\Providers\IRescueDescriptorProvider.cs" />\r
370     <Compile Include="Internal\Providers\IResourceDescriptorProvider.cs" />\r
371     <Compile Include="Internal\Providers\ITransformDescriptorFilterProvider.cs" />\r
372     <Compile Include="Internal\ResourceDictionary.cs">\r
373       <SubType>Code</SubType>\r
374     </Compile>\r
375     <Compile Include="Internal\ResourceFacade.cs">\r
376       <SubType>Code</SubType>\r
377     </Compile>\r
378     <Compile Include="Internal\ScaffoldException.cs">\r
379       <SubType>Code</SubType>\r
380     </Compile>\r
381     <Compile Include="Internal\Test\TestContextHolder.cs">\r
382       <SubType>Code</SubType>\r
383     </Compile>\r
384     <Compile Include="Internal\UrlInfo.cs">\r
385       <SubType>Code</SubType>\r
386     </Compile>\r
387     <Compile Include="Internal\UrlTokenizerException.cs">\r
388       <SubType>Code</SubType>\r
389     </Compile>\r
390     <Compile Include="Internal\ViewEngineInfo.cs" />\r
391     <Compile Include="Internal\WizardUtils.cs">\r
392       <SubType>Code</SubType>\r
393     </Compile>\r
394     <Compile Include="IParameterBinder.cs" />\r
395     <Compile Include="IRailsEngineContext.cs">\r
396       <SubType>Code</SubType>\r
397     </Compile>\r
398     <Compile Include="IRequest.cs">\r
399       <SubType>Code</SubType>\r
400     </Compile>\r
401     <Compile Include="IResource.cs">\r
402       <SubType>Code</SubType>\r
403     </Compile>\r
404     <Compile Include="IResourceFactory.cs" />\r
405     <Compile Include="IResponse.cs">\r
406       <SubType>Code</SubType>\r
407     </Compile>\r
408     <Compile Include="IScaffoldingSupport.cs" />\r
409     <Compile Include="IServerUtility.cs">\r
410       <SubType>Code</SubType>\r
411     </Compile>\r
412     <Compile Include="ITrace.cs">\r
413       <SubType>Code</SubType>\r
414     </Compile>\r
415     <Compile Include="ITransformFilter.cs" />\r
416     <Compile Include="ITransformFilterFactory.cs" />\r
417     <Compile Include="IUrlBuilder.cs" />\r
418     <Compile Include="IUrlTokenizer.cs" />\r
419     <Compile Include="IViewComponentContext.cs">\r
420       <SubType>Code</SubType>\r
421     </Compile>\r
422     <Compile Include="IViewComponentFactory.cs" />\r
423     <Compile Include="IViewComponentRegistry.cs" />\r
424     <Compile Include="IViewEngine.cs" />\r
425     <Compile Include="IViewEngineManager.cs" />\r
426     <Compile Include="IViewSource.cs" />\r
427     <Compile Include="IViewSourceLoader.cs" />\r
428     <Compile Include="IWizardController.cs">\r
429       <SubType>Code</SubType>\r
430     </Compile>\r
431     <Compile Include="MonoRailHttpHandler.cs">\r
432       <SubType>Code</SubType>\r
433     </Compile>\r
434     <Compile Include="MonoRailHttpHandlerFactory.cs">\r
435       <SubType>Code</SubType>\r
436     </Compile>\r
437     <Compile Include="MonoRailServiceContainer.cs" />\r
438     <Compile Include="ProcessEngine.cs">\r
439       <SubType>Code</SubType>\r
440     </Compile>\r
441     <Compile Include="MonoRailException.cs">\r
442       <SubType>Code</SubType>\r
443     </Compile>\r
444     <Compile Include="RoutingModule.cs">\r
445       <SubType>Code</SubType>\r
446     </Compile>\r
447     <Compile Include="Services\AbstractControllerFactory.cs" />\r
448     <Compile Include="Services\AbstractServiceContainer.cs" />\r
449     <Compile Include="Services\AbstractViewComponentFactory.cs" />\r
450     <Compile Include="Services\DefaultCacheProvider.cs" />\r
451     <Compile Include="Services\DefaultControllerDescriptorProvider.cs" />\r
452     <Compile Include="Services\DefaultControllerFactory.cs" />\r
453     <Compile Include="Services\DefaultControllerLifecycleExecutorFactory.cs" />\r
454     <Compile Include="Services\DefaultControllerTree.cs" />\r
455     <Compile Include="Services\DefaultFilterFactory.cs" />\r
456     <Compile Include="Services\DefaultResourceFactory.cs" />\r
457     <Compile Include="Services\DefaultTransformFilterFactory.cs" />\r
458     <Compile Include="Services\DefaultUrlBuilder.cs" />\r
459     <Compile Include="Services\DefaultUrlTokenizer.cs" />\r
460     <Compile Include="Services\DefaultViewComponentFactory.cs" />\r
461     <Compile Include="Services\DefaultViewComponentRegistry.cs" />\r
462     <Compile Include="Services\DefaultViewEngineManager.cs" />\r
463     <Compile Include="Services\EmailTemplateService.cs" />\r
464     <Compile Include="Services\MonoRailSmtpSender.cs" />\r
465     <Compile Include="Services\Utils\ControllerInspectionUtil.cs" />\r
466     <Compile Include="Services\WeakReferenceCacheProvider.cs" />\r
467     <Compile Include="SmartDispatcherController.cs">\r
468       <SubType>Code</SubType>\r
469     </Compile>\r
470     <Compile Include="Test\IMockRequest.cs" />\r
471     <Compile Include="Test\IMockResponse.cs" />\r
472     <Compile Include="Test\IMockViewComponentContext.cs" />\r
473     <Compile Include="Test\MockCacheProvider.cs" />\r
474     <Compile Include="Test\MockEmailTemplateService.cs" />\r
475     <Compile Include="Test\MockRailsEngineContext.cs" />\r
476     <Compile Include="Test\MockRequest.cs" />\r
477     <Compile Include="Test\MockResponse.cs" />\r
478     <Compile Include="Test\MockScaffoldingSupport.cs" />\r
479     <Compile Include="Test\MockServerUtility.cs" />\r
480     <Compile Include="Test\MockSmtpSender.cs" />\r
481     <Compile Include="Test\MockTrace.cs" />\r
482     <Compile Include="Test\MockViewComponentContext.cs" />\r
483     <Compile Include="Test\MockViewEngine.cs" />\r
484     <Compile Include="TransformFilter.cs" />\r
485     <Compile Include="TransformFilters\Formatters\WikiFormatter.cs" />\r
486     <Compile Include="TransformFilters\LowerCaseTransformFilter.cs" />\r
487     <Compile Include="TransformFilters\UpperCaseTransformFilter.cs" />\r
488     <Compile Include="TransformFilters\WikiTransformFilter.cs" />\r
489     <Compile Include="UrlPartsBuilder.cs" />\r
490     <Compile Include="ViewComponent.cs">\r
491       <SubType>Code</SubType>\r
492     </Compile>\r
493     <Compile Include="ViewComponentException.cs" />\r
494     <Compile Include="ViewComponents\AbstractPaginationViewComponent.cs" />\r
495     <Compile Include="ViewComponents\AlwaysCacheKeyGenerator.cs" />\r
496     <Compile Include="ViewComponents\AuthenticatedContent.cs" />\r
497     <Compile Include="ViewComponents\CaptureFor.cs" />\r
498     <Compile Include="ViewComponents\ChildContentComponent.cs" />\r
499     <Compile Include="ViewComponents\ColumnRenderer.cs" />\r
500     <Compile Include="ViewComponents\DiggStylePagination.cs" />\r
501     <Compile Include="ViewComponents\IViewComponentCacheKeyGenerator.cs" />\r
502     <Compile Include="ViewComponents\SecurityComponent.cs" />\r
503     <Compile Include="ViewComponents\SelectStylePagination.cs" />\r
504     <Compile Include="ViewComponents\SiteMapComponent.cs" />\r
505     <Compile Include="ViewComponents\TreeMakerComponent.cs" />\r
506     <Compile Include="ViewComponents\UpdatePage.cs" />\r
507     <Compile Include="ViewComponents\UpdatePageTag.cs" />\r
508     <Compile Include="Views\Aspx\Contents.cs">\r
509       <SubType>Code</SubType>\r
510     </Compile>\r
511     <Compile Include="Views\Aspx\ControllerBinder\AbstractBindingComponent.cs" />\r
512     <Compile Include="Views\Aspx\ControllerBinder\AbstractBindingScope.cs" />\r
513     <Compile Include="Views\Aspx\ControllerBinder\ActionArgument.cs" />\r
514     <Compile Include="Views\Aspx\ControllerBinder\ActionArgumentCollection.cs" />\r
515     <Compile Include="Views\Aspx\ControllerBinder\ActionBinding.cs" />\r
516     <Compile Include="Views\Aspx\ControllerBinder\ActionBindingCollection.cs" />\r
517     <Compile Include="Views\Aspx\ControllerBinder\ActionBindingTypeConverter.cs" />\r
518     <Compile Include="Views\Aspx\ControllerBinder\BindingContext.cs" />\r
519     <Compile Include="Views\Aspx\ControllerBinder\CommandBinding.cs" />\r
520     <Compile Include="Views\Aspx\ControllerBinder\CommandBindingCollection.cs" />\r
521     <Compile Include="Views\Aspx\ControllerBinder\CommandEventHandlerDelegate.cs" />\r
522     <Compile Include="Views\Aspx\ControllerBinder\ControllerBinder.cs" />\r
523     <Compile Include="Views\Aspx\ControllerBinder\ControllerBinding.cs" />\r
524     <Compile Include="Views\Aspx\ControllerBinder\ControllerBindingCollection.cs" />\r
525     <Compile Include="Views\Aspx\ControllerBinder\AbstractEventScope.cs" />\r
526     <Compile Include="Views\Aspx\ControllerBinder\DataBindingEvaluator.cs" />\r
527     <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsPropertyGridAdapter.cs" />\r
528     <Compile Include="Views\Aspx\ControllerBinder\BindableControlIDConverter.cs" />\r
529     <Compile Include="Views\Aspx\ControllerBinder\Design\ControllerActionBinderDesigner.cs" />\r
530     <Compile Include="Views\Aspx\ControllerBinder\ActionListConverter.cs" />\r
531     <Compile Include="Views\Aspx\ControllerBinder\Design\StandardTarget.cs" />\r
532     <Compile Include="Views\Aspx\ControllerBinder\Design\DesignUtil.cs" />\r
533     <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditor.cs" />\r
534     <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.cs">\r
535       <SubType>Form</SubType>\r
536     </Compile>\r
537     <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.designer.cs">\r
538       <DependentUpon>ActionArgumentsEditorForm.cs</DependentUpon>\r
539     </Compile>\r
540     <Compile Include="Views\Aspx\ControllerBinder\Design\ITarget.cs" />\r
541     <Compile Include="Views\Aspx\ControllerBinder\EventHandlerDelegate.cs" />\r
542     <Compile Include="Views\Aspx\ControllerBinder\EventHandlerFactory.cs" />\r
543     <Compile Include="Views\Aspx\ControllerBinder\EventListConverter.cs" />\r
544     <Compile Include="Views\Aspx\ControllerBinder\IBindingScope.cs" />\r
545     <Compile Include="Views\Aspx\ControllerBinder\IControllerBinder.cs" />\r
546     <Compile Include="Views\Aspx\ControllerBinder\IExpressionEvaluator.cs" />\r
547     <Compile Include="Views\Aspx\ControllerBinder\TypedCollection.cs" />\r
548     <Compile Include="Views\Aspx\EventUtil.cs" />\r
549     <Compile Include="Views\Aspx\InvokeHelper.cs">\r
550       <SubType>Code</SubType>\r
551     </Compile>\r
552     <Compile Include="Views\Aspx\MasterPageBase.cs">\r
553       <SubType>ASPXCodeBehind</SubType>\r
554     </Compile>\r
555     <Compile Include="Views\Aspx\WebFormsViewEngine.cs" />\r
556     <Compile Include="Views\Aspx\WebFormUtils.cs" />\r
557     <Compile Include="Views\EmbeddedResourceViewSource.cs" />\r
558     <Compile Include="Views\FileAssemblyViewSourceLoader.cs" />\r
559     <Compile Include="Views\FileViewSource.cs" />\r
560     <Compile Include="Views\ViewEngineBase.cs">\r
561       <SubType>Code</SubType>\r
562     </Compile>\r
563     <Compile Include="WizardActionProvider.cs">\r
564       <SubType>Code</SubType>\r
565     </Compile>\r
566     <Compile Include="WizardStepPage.cs">\r
567       <SubType>Code</SubType>\r
568     </Compile>\r
569     <EmbeddedResource Include="Controllers\Ajax.resx">\r
570       <SubType>Designer</SubType>\r
571     </EmbeddedResource>\r
572     <EmbeddedResource Include="Controllers\Behaviour.resx">\r
573       <SubType>Designer</SubType>\r
574     </EmbeddedResource>\r
575     <EmbeddedResource Include="Controllers\Effects2.resx">\r
576       <SubType>Designer</SubType>\r
577     </EmbeddedResource>\r
578     <EmbeddedResource Include="Controllers\EffectsFat.resx">\r
579       <SubType>Designer</SubType>\r
580     </EmbeddedResource>\r
581     <EmbeddedResource Include="Controllers\FormHelper.resx">\r
582       <SubType>Designer</SubType>\r
583     </EmbeddedResource>\r
584   </ItemGroup>\r
585   <ItemGroup>\r
586     <None Include="..\..\CastleKey.snk">\r
587       <Link>CastleKey.snk</Link>\r
588     </None>\r
589     <None Include="Castle.MonoRail.Framework.build" />\r
590   </ItemGroup>\r
591   <ItemGroup>\r
592     <EmbeddedResource Include="Controllers\ValidationLang.pt-BR.resx">\r
593       <SubType>Designer</SubType>\r
594     </EmbeddedResource>\r
595     <EmbeddedResource Include="Controllers\Validation.resx">\r
596       <SubType>Designer</SubType>\r
597     </EmbeddedResource>\r
598     <EmbeddedResource Include="Controllers\ValidationLang.resx">\r
599       <SubType>Designer</SubType>\r
600     </EmbeddedResource>\r
601     <EmbeddedResource Include="Controllers\ValidationLang.zh-tw.resx">\r
602       <SubType>Designer</SubType>\r
603     </EmbeddedResource>\r
604     <EmbeddedResource Include="Controllers\ZebdaValidation.resx">\r
605       <SubType>Designer</SubType>\r
606     </EmbeddedResource>\r
607     <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\Castle.gif" />\r
608     <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\MonoRail.gif" />\r
609     <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.resx">\r
610       <DependentUpon>ActionArgumentsEditorForm.cs</DependentUpon>\r
611       <SubType>Designer</SubType>\r
612     </EmbeddedResource>\r
613   </ItemGroup>\r
614   <ItemGroup>\r
615     <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />\r
616   </ItemGroup>\r
617   <ItemGroup>\r
618     <ProjectReference Include="..\..\Components\Binder\Castle.Components.Binder\Castle.Components.Binder-vs2005.csproj">\r
619       <Project>{98F19522-C9B8-400D-8A12-DABB3DA9411D}</Project>\r
620       <Name>Castle.Components.Binder-vs2005</Name>\r
621     </ProjectReference>\r
622     <ProjectReference Include="..\..\Components\Validator\Castle.Components.Validator\Castle.Components.Validator-vs2005.csproj">\r
623       <Project>{4C945D49-02E9-43F2-9202-E7A6E7C56E77}</Project>\r
624       <Name>Castle.Components.Validator-vs2005</Name>\r
625     </ProjectReference>\r
626   </ItemGroup>\r
627   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
628   <PropertyGroup>\r
629     <PreBuildEvent>\r
630     </PreBuildEvent>\r
631     <PostBuildEvent>\r
632     </PostBuildEvent>\r
633   </PropertyGroup>\r
634 </Project>