1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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
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
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\r
28 <SignAssembly>true</SignAssembly>
\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
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
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
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
78 <Reference Include="System">
\r
81 <Reference Include="System.configuration" />
\r
82 <Reference Include="System.Data">
\r
83 <Name>System.Data</Name>
\r
85 <Reference Include="System.Design" />
\r
86 <Reference Include="System.Drawing" />
\r
87 <Reference Include="System.Web">
\r
88 <Name>System.Web</Name>
\r
90 <Reference Include="System.Windows.Forms" />
\r
91 <Reference Include="System.Xml">
\r
92 <Name>System.XML</Name>
\r
96 <Compile Include="Adapters\DefaultRailsEngineContext.cs" />
\r
97 <Compile Include="Adapters\FileDictionaryAdapter.cs">
\r
98 <SubType>Code</SubType>
\r
100 <Compile Include="Adapters\RequestAdapter.cs">
\r
101 <SubType>Code</SubType>
\r
103 <Compile Include="Adapters\ResponseAdapter.cs">
\r
104 <SubType>Code</SubType>
\r
106 <Compile Include="Adapters\ServerUtilityAdapter.cs">
\r
107 <SubType>Code</SubType>
\r
109 <Compile Include="Adapters\SessionAdapter.cs">
\r
110 <SubType>Code</SubType>
\r
112 <Compile Include="Adapters\TraceAdapter.cs">
\r
113 <SubType>Code</SubType>
\r
115 <Compile Include="AssemblyInfo.cs">
\r
116 <SubType>Code</SubType>
\r
118 <Compile Include="Attributes\AccessibleThroughAttribute.cs" />
\r
119 <Compile Include="Attributes\AjaxActionAttribute.cs" />
\r
120 <Compile Include="Attributes\CacheAttribute.cs" />
\r
121 <Compile Include="Attributes\ControllerDetailsAttribute.cs">
\r
122 <SubType>Code</SubType>
\r
124 <Compile Include="Attributes\DataBindAttribute.cs">
\r
125 <SubType>Code</SubType>
\r
127 <Compile Include="Attributes\DefaultActionAttribute.cs">
\r
128 <SubType>Code</SubType>
\r
130 <Compile Include="Attributes\DynamicActionProviderAttribute.cs">
\r
131 <SubType>Code</SubType>
\r
133 <Compile Include="Attributes\FilterAttribute.cs">
\r
134 <SubType>Code</SubType>
\r
136 <Compile Include="Attributes\HelperAttribute.cs">
\r
137 <SubType>Code</SubType>
\r
139 <Compile Include="Attributes\LayoutAttribute.cs" />
\r
140 <Compile Include="Attributes\LocalizationFilterAttribute.cs">
\r
141 <SubType>Code</SubType>
\r
143 <Compile Include="Attributes\PersistFlashAttribute.cs" />
\r
144 <Compile Include="Attributes\RescueAttribute.cs">
\r
145 <SubType>Code</SubType>
\r
147 <Compile Include="Attributes\ResourceAttribute.cs">
\r
148 <SubType>Code</SubType>
\r
150 <Compile Include="Attributes\ScaffoldingAttribute.cs">
\r
151 <SubType>Code</SubType>
\r
153 <Compile Include="Attributes\SkipFilterAttribute.cs" />
\r
154 <Compile Include="Attributes\SkipRescueAttribute.cs" />
\r
155 <Compile Include="Attributes\ViewComponentDetailsAttribute.cs" />
\r
156 <Compile Include="Attributes\TransformFilterAttribute.cs" />
\r
157 <Compile Include="Attributes\ViewComponentParamAttribute.cs" />
\r
158 <Compile Include="Configuration\DefaultUrl.cs" />
\r
159 <Compile Include="Configuration\DefaultUrlCollection.cs" />
\r
160 <Compile Include="Configuration\UrlConfig.cs" />
\r
161 <Compile Include="IController.cs" />
\r
162 <Compile Include="Extensions\ExceptionChaining\LocalExceptionFilterHandler.cs" />
\r
163 <Compile Include="Internal\Descriptors\ViewComponentDescriptor.cs" />
\r
164 <Compile Include="Internal\Providers\DefaultViewComponentDescriptorProvider.cs" />
\r
165 <Compile Include="Internal\Providers\IViewComponentDescriptorProvider.cs" />
\r
166 <Compile Include="Internal\ViewComponentCacheBag.cs" />
\r
167 <Compile Include="IRescueController.cs" />
\r
168 <Compile Include="IRouteContext.cs" />
\r
169 <Compile Include="IRoutingEngine.cs" />
\r
170 <Compile Include="CacheKey.cs" />
\r
171 <Compile Include="Routing\IRoutingRule.cs" />
\r
172 <Compile Include="Routing\PatternRule.cs" />
\r
173 <Compile Include="Routing\RegexRule.cs" />
\r
174 <Compile Include="Routing\RouteContext.cs" />
\r
175 <Compile Include="Routing\RouteMatch.cs" />
\r
176 <Compile Include="Routing\RoutingEngine.cs" />
\r
177 <Compile Include="Routing\RoutingModuleEx.cs" />
\r
178 <Compile Include="ServiceProviderLocator.cs" />
\r
179 <Compile Include="Extensions\ExceptionChaining\FilteredExceptionHandler.cs" />
\r
180 <Compile Include="Extensions\ExceptionChaining\LoggingExceptionHandler.cs" />
\r
181 <Compile Include="Filter.cs" />
\r
182 <Compile Include="Filters\PersistFlashFilter.cs" />
\r
183 <Compile Include="Helpers\ValidationStrategy\ZebdaWebValidator.cs" />
\r
184 <Compile Include="Helpers\ZebdaHelper.cs" />
\r
185 <Compile Include="ServiceContainerAccessor.cs" />
\r
186 <Compile Include="Services\AjaxProxyGenerator\IAjaxProxyGenerator.cs" />
\r
187 <Compile Include="Services\AjaxProxyGenerator\PrototypeAjaxProxyGenerator.cs" />
\r
188 <Compile Include="Helpers\BehaviourHelper.cs" />
\r
189 <Compile Include="Helpers\IJSCollectionGenerator.cs" />
\r
190 <Compile Include="Helpers\IJSElementGenerator.cs" />
\r
191 <Compile Include="Helpers\IJSGenerator.cs" />
\r
192 <Compile Include="Helpers\ScriptaculousHelper.cs" />
\r
193 <Compile Include="Helpers\TextHelper.cs" />
\r
194 <Compile Include="Helpers\PrototypeHelper.cs" />
\r
195 <Compile Include="Helpers\UrlHelper.cs" />
\r
196 <Compile Include="Helpers\ValidationStrategy\FValidateValidator.cs" />
\r
197 <Compile Include="Helpers\ValidationStrategy\IBrowserValidatorProvider.cs" />
\r
198 <Compile Include="Helpers\ValidationStrategy\PrototypeWebValidator.cs" />
\r
199 <Compile Include="ICachePolicyConfigurer.cs" />
\r
200 <Compile Include="Configuration\ControllersConfig.cs" />
\r
201 <Compile Include="Configuration\ExtensionEntry.cs" />
\r
202 <Compile Include="Configuration\ExtensionEntryCollection.cs" />
\r
203 <Compile Include="Configuration\ISerializedConfig.cs" />
\r
204 <Compile Include="Configuration\MonoRailConfiguration.cs">
\r
205 <SubType>Code</SubType>
\r
207 <Compile Include="Configuration\MonoRailSectionHandler.cs">
\r
208 <SubType>Code</SubType>
\r
210 <Compile Include="Configuration\RoutingRule.cs">
\r
211 <SubType>Code</SubType>
\r
213 <Compile Include="Configuration\RoutingRuleCollection.cs" />
\r
214 <Compile Include="Configuration\ScaffoldConfig.cs" />
\r
215 <Compile Include="Configuration\ServiceEntry.cs" />
\r
216 <Compile Include="Configuration\ServiceEntryCollection.cs" />
\r
217 <Compile Include="Configuration\SmtpConfig.cs">
\r
218 <SubType>Code</SubType>
\r
220 <Compile Include="Configuration\TypeLoadUtil.cs" />
\r
221 <Compile Include="Configuration\ViewComponentsConfig.cs" />
\r
222 <Compile Include="Configuration\ViewEngineConfig.cs" />
\r
223 <Compile Include="Constants.cs">
\r
224 <SubType>Code</SubType>
\r
226 <Compile Include="Controller.cs">
\r
227 <SubType>Code</SubType>
\r
229 <Compile Include="ControllerException.cs">
\r
230 <SubType>Code</SubType>
\r
232 <Compile Include="ControllerLifecycleExecutor.cs" />
\r
233 <Compile Include="ControllerNotFoundException.cs">
\r
234 <SubType>Code</SubType>
\r
236 <Compile Include="Controllers\FilesController.cs">
\r
237 <SubType>Code</SubType>
\r
239 <Compile Include="DelegateDynamicAction.cs">
\r
240 <SubType>Code</SubType>
\r
242 <Compile Include="EngineContextModule.cs" />
\r
243 <Compile Include="Extensions\ExceptionChaining\AbstractExceptionHandler.cs">
\r
244 <SubType>Code</SubType>
\r
246 <Compile Include="Extensions\ExceptionChaining\EmailHandler.cs">
\r
247 <SubType>Code</SubType>
\r
249 <Compile Include="Extensions\ExceptionChaining\ExceptionChainingExtension.cs">
\r
250 <SubType>Code</SubType>
\r
252 <Compile Include="Extensions\ExceptionChaining\IConfigurableHandler.cs">
\r
253 <SubType>Code</SubType>
\r
255 <Compile Include="Extensions\ExceptionChaining\IExceptionHandler.cs">
\r
256 <SubType>Code</SubType>
\r
258 <Compile Include="Extensions\ExceptionChaining\IExceptionProcessor.cs" />
\r
259 <Compile Include="Extensions\ExtensionManager.cs" />
\r
260 <Compile Include="Extensions\IMonoRailExtension.cs">
\r
261 <SubType>Code</SubType>
\r
263 <Compile Include="Extensions\Session\CustomSessionExtension.cs">
\r
264 <SubType>Code</SubType>
\r
266 <Compile Include="Extensions\Session\ICustomSessionFactory.cs">
\r
267 <SubType>Code</SubType>
\r
269 <Compile Include="Filters\AntiGoogleWebAcceleratorFilter.cs">
\r
270 <SubType>Code</SubType>
\r
272 <Compile Include="Filters\LocalizationFilter.cs">
\r
273 <SubType>Code</SubType>
\r
275 <Compile Include="Filters\RequestValidatorFilter.cs">
\r
276 <SubType>Code</SubType>
\r
278 <Compile Include="Flash.cs" />
\r
279 <Compile Include="Helpers\AbstractHelper.cs">
\r
280 <SubType>Code</SubType>
\r
282 <Compile Include="Helpers\AjaxHelper.cs">
\r
283 <SubType>Code</SubType>
\r
285 <Compile Include="Helpers\DateFormatHelper.cs">
\r
286 <SubType>Code</SubType>
\r
288 <Compile Include="Helpers\DictHelper.cs">
\r
289 <SubType>Code</SubType>
\r
291 <Compile Include="Helpers\Effects2Helper.cs">
\r
292 <SubType>Code</SubType>
\r
294 <Compile Include="Helpers\EffectsFatHelper.cs">
\r
295 <SubType>Code</SubType>
\r
297 <Compile Include="Helpers\FormHelper.cs" />
\r
298 <Compile Include="Helpers\HtmlHelper.cs">
\r
299 <SubType>Code</SubType>
\r
301 <Compile Include="Helpers\IPaginatedPage.cs" />
\r
302 <Compile Include="Helpers\PaginationHelper.cs">
\r
303 <SubType>Code</SubType>
\r
305 <Compile Include="Helpers\SetOperation.cs" />
\r
306 <Compile Include="Helpers\ValidationHelper.cs">
\r
307 <SubType>Code</SubType>
\r
309 <Compile Include="Helpers\WizardHelper.cs">
\r
310 <SubType>Code</SubType>
\r
312 <Compile Include="ICacheProvider.cs" />
\r
313 <Compile Include="IControllerAware.cs">
\r
314 <SubType>Code</SubType>
\r
316 <Compile Include="IControllerDescriptorProvider.cs" />
\r
317 <Compile Include="IControllerFactory.cs" />
\r
318 <Compile Include="IControllerLifecycleExecutor.cs" />
\r
319 <Compile Include="IControllerLifecycleExecutorFactory.cs" />
\r
320 <Compile Include="IControllerTree.cs" />
\r
321 <Compile Include="IFilterFactory.cs" />
\r
322 <Compile Include="IMonoRailHttpHandlerProvider.cs" />
\r
323 <Compile Include="IDynamicAction.cs">
\r
324 <SubType>Code</SubType>
\r
326 <Compile Include="IDynamicActionProvider.cs">
\r
327 <SubType>Code</SubType>
\r
329 <Compile Include="IEmailTemplateService.cs" />
\r
330 <Compile Include="IFilter.cs">
\r
331 <SubType>Code</SubType>
\r
333 <Compile Include="Internal\ActionProviderUtil.cs">
\r
334 <SubType>Code</SubType>
\r
336 <Compile Include="Internal\AssemblySourceInfo.cs" />
\r
337 <Compile Include="Internal\CommonUtils.cs" />
\r
338 <Compile Include="Internal\Descriptors\ActionMetaDescriptor.cs" />
\r
339 <Compile Include="Internal\Descriptors\BaseMetaDescriptor.cs" />
\r
340 <Compile Include="Internal\Descriptors\ControllerDescriptor.cs" />
\r
341 <Compile Include="Internal\Descriptors\ControllerMetaDescriptor.cs" />
\r
342 <Compile Include="Internal\Descriptors\FilterDescriptor.cs" />
\r
343 <Compile Include="Internal\Descriptors\HelperDescriptor.cs" />
\r
344 <Compile Include="Internal\Descriptors\IFilterDescriptorBuilder.cs" />
\r
345 <Compile Include="Internal\Descriptors\IHelperDescriptorBuilder.cs" />
\r
346 <Compile Include="Internal\Descriptors\ILayoutDescriptorBuilder.cs" />
\r
347 <Compile Include="Internal\Descriptors\IRescueDescriptorBuilder.cs" />
\r
348 <Compile Include="Internal\Descriptors\IResourceDescriptorBuilder.cs" />
\r
349 <Compile Include="Internal\Descriptors\ITransformFilterDescriptorBuilder.cs" />
\r
350 <Compile Include="Internal\Descriptors\LayoutDescriptor.cs" />
\r
351 <Compile Include="Internal\Descriptors\RescueDescriptor.cs" />
\r
352 <Compile Include="Internal\Descriptors\ResourceDescriptor.cs" />
\r
353 <Compile Include="Internal\Descriptors\TransformFilterDescriptor.cs" />
\r
354 <Compile Include="Internal\JSCollectionGeneratorBase.cs" />
\r
355 <Compile Include="Internal\JSElementGeneratorBase.cs" />
\r
356 <Compile Include="Internal\JSGeneratorBase.cs" />
\r
357 <Compile Include="Internal\Providers\DefaultFilterDescriptorProvider.cs" />
\r
358 <Compile Include="Internal\Providers\DefaultHelperDescriptorProvider.cs" />
\r
359 <Compile Include="Internal\Providers\DefaultLayoutDescriptorProvider.cs" />
\r
360 <Compile Include="Internal\Providers\DefaultRescueDescriptorProvider.cs" />
\r
361 <Compile Include="Internal\Providers\DefaultResourceDescriptorProvider.cs" />
\r
362 <Compile Include="Internal\Providers\DefaultTransformFilterDescriptorProvider.cs" />
\r
363 <Compile Include="Internal\Providers\IFilterDescriptorProvider.cs" />
\r
364 <Compile Include="Internal\Providers\IHelperDescriptorProvider.cs" />
\r
365 <Compile Include="Internal\Providers\ILayoutDescriptorProvider.cs" />
\r
366 <Compile Include="Internal\Providers\IProvider.cs" />
\r
367 <Compile Include="Internal\Providers\IRescueDescriptorProvider.cs" />
\r
368 <Compile Include="Internal\Providers\IResourceDescriptorProvider.cs" />
\r
369 <Compile Include="Internal\Providers\ITransformDescriptorFilterProvider.cs" />
\r
370 <Compile Include="Internal\ResourceDictionary.cs">
\r
371 <SubType>Code</SubType>
\r
373 <Compile Include="Internal\ResourceFacade.cs">
\r
374 <SubType>Code</SubType>
\r
376 <Compile Include="Internal\ScaffoldException.cs">
\r
377 <SubType>Code</SubType>
\r
379 <Compile Include="Internal\Test\TestContextHolder.cs">
\r
380 <SubType>Code</SubType>
\r
382 <Compile Include="Internal\UrlInfo.cs">
\r
383 <SubType>Code</SubType>
\r
385 <Compile Include="Internal\UrlTokenizerException.cs">
\r
386 <SubType>Code</SubType>
\r
388 <Compile Include="Internal\ViewEngineInfo.cs" />
\r
389 <Compile Include="Internal\WizardUtils.cs">
\r
390 <SubType>Code</SubType>
\r
392 <Compile Include="IParameterBinder.cs" />
\r
393 <Compile Include="IRailsEngineContext.cs">
\r
394 <SubType>Code</SubType>
\r
396 <Compile Include="IRequest.cs">
\r
397 <SubType>Code</SubType>
\r
399 <Compile Include="IResource.cs">
\r
400 <SubType>Code</SubType>
\r
402 <Compile Include="IResourceFactory.cs" />
\r
403 <Compile Include="IResponse.cs">
\r
404 <SubType>Code</SubType>
\r
406 <Compile Include="IScaffoldingSupport.cs" />
\r
407 <Compile Include="IServerUtility.cs">
\r
408 <SubType>Code</SubType>
\r
410 <Compile Include="ITrace.cs">
\r
411 <SubType>Code</SubType>
\r
413 <Compile Include="ITransformFilter.cs" />
\r
414 <Compile Include="ITransformFilterFactory.cs" />
\r
415 <Compile Include="IUrlBuilder.cs" />
\r
416 <Compile Include="IUrlTokenizer.cs" />
\r
417 <Compile Include="IViewComponentContext.cs">
\r
418 <SubType>Code</SubType>
\r
420 <Compile Include="IViewComponentFactory.cs" />
\r
421 <Compile Include="IViewComponentRegistry.cs" />
\r
422 <Compile Include="IViewEngine.cs" />
\r
423 <Compile Include="IViewEngineManager.cs" />
\r
424 <Compile Include="IViewSource.cs" />
\r
425 <Compile Include="IViewSourceLoader.cs" />
\r
426 <Compile Include="IWizardController.cs">
\r
427 <SubType>Code</SubType>
\r
429 <Compile Include="MonoRailHttpHandler.cs">
\r
430 <SubType>Code</SubType>
\r
432 <Compile Include="MonoRailHttpHandlerFactory.cs">
\r
433 <SubType>Code</SubType>
\r
435 <Compile Include="MonoRailServiceContainer.cs" />
\r
436 <Compile Include="ProcessEngine.cs">
\r
437 <SubType>Code</SubType>
\r
439 <Compile Include="MonoRailException.cs">
\r
440 <SubType>Code</SubType>
\r
442 <Compile Include="RoutingModule.cs">
\r
443 <SubType>Code</SubType>
\r
445 <Compile Include="Services\AbstractControllerFactory.cs" />
\r
446 <Compile Include="Services\AbstractServiceContainer.cs" />
\r
447 <Compile Include="Services\AbstractViewComponentFactory.cs" />
\r
448 <Compile Include="Services\DefaultCacheProvider.cs" />
\r
449 <Compile Include="Services\DefaultControllerDescriptorProvider.cs" />
\r
450 <Compile Include="Services\DefaultControllerFactory.cs" />
\r
451 <Compile Include="Services\DefaultControllerLifecycleExecutorFactory.cs" />
\r
452 <Compile Include="Services\DefaultControllerTree.cs" />
\r
453 <Compile Include="Services\DefaultFilterFactory.cs" />
\r
454 <Compile Include="Services\DefaultResourceFactory.cs" />
\r
455 <Compile Include="Services\DefaultTransformFilterFactory.cs" />
\r
456 <Compile Include="Services\DefaultUrlBuilder.cs" />
\r
457 <Compile Include="Services\DefaultUrlTokenizer.cs" />
\r
458 <Compile Include="Services\DefaultViewComponentFactory.cs" />
\r
459 <Compile Include="Services\DefaultViewComponentRegistry.cs" />
\r
460 <Compile Include="Services\DefaultViewEngineManager.cs" />
\r
461 <Compile Include="Services\EmailTemplateService.cs" />
\r
462 <Compile Include="Services\MonoRailSmtpSender.cs" />
\r
463 <Compile Include="Services\Utils\ControllerInspectionUtil.cs" />
\r
464 <Compile Include="Services\WeakReferenceCacheProvider.cs" />
\r
465 <Compile Include="SmartDispatcherController.cs">
\r
466 <SubType>Code</SubType>
\r
468 <Compile Include="Test\IMockRequest.cs" />
\r
469 <Compile Include="Test\IMockResponse.cs" />
\r
470 <Compile Include="Test\IMockViewComponentContext.cs" />
\r
471 <Compile Include="Test\MockCacheProvider.cs" />
\r
472 <Compile Include="Test\MockEmailTemplateService.cs" />
\r
473 <Compile Include="Test\MockRailsEngineContext.cs" />
\r
474 <Compile Include="Test\MockRequest.cs" />
\r
475 <Compile Include="Test\MockResponse.cs" />
\r
476 <Compile Include="Test\MockScaffoldingSupport.cs" />
\r
477 <Compile Include="Test\MockServerUtility.cs" />
\r
478 <Compile Include="Test\MockSmtpSender.cs" />
\r
479 <Compile Include="Test\MockTrace.cs" />
\r
480 <Compile Include="Test\MockViewComponentContext.cs" />
\r
481 <Compile Include="Test\MockViewEngine.cs" />
\r
482 <Compile Include="TransformFilter.cs" />
\r
483 <Compile Include="TransformFilters\Formatters\WikiFormatter.cs" />
\r
484 <Compile Include="TransformFilters\LowerCaseTransformFilter.cs" />
\r
485 <Compile Include="TransformFilters\UpperCaseTransformFilter.cs" />
\r
486 <Compile Include="TransformFilters\WikiTransformFilter.cs" />
\r
487 <Compile Include="UrlPartsBuilder.cs" />
\r
488 <Compile Include="ViewComponent.cs">
\r
489 <SubType>Code</SubType>
\r
491 <Compile Include="ViewComponentException.cs" />
\r
492 <Compile Include="ViewComponents\AbstractPaginationViewComponent.cs" />
\r
493 <Compile Include="ViewComponents\AlwaysCacheKeyGenerator.cs" />
\r
494 <Compile Include="ViewComponents\AuthenticatedContent.cs" />
\r
495 <Compile Include="ViewComponents\CaptureFor.cs" />
\r
496 <Compile Include="ViewComponents\ChildContentComponent.cs" />
\r
497 <Compile Include="ViewComponents\ColumnRenderer.cs" />
\r
498 <Compile Include="ViewComponents\DiggStylePagination.cs" />
\r
499 <Compile Include="ViewComponents\IViewComponentCacheKeyGenerator.cs" />
\r
500 <Compile Include="ViewComponents\SecurityComponent.cs" />
\r
501 <Compile Include="ViewComponents\SelectStylePagination.cs" />
\r
502 <Compile Include="ViewComponents\SiteMapComponent.cs" />
\r
503 <Compile Include="ViewComponents\TreeMakerComponent.cs" />
\r
504 <Compile Include="ViewComponents\UpdatePage.cs" />
\r
505 <Compile Include="ViewComponents\UpdatePageTag.cs" />
\r
506 <Compile Include="Views\Aspx\Contents.cs">
\r
507 <SubType>Code</SubType>
\r
509 <Compile Include="Views\Aspx\ControllerBinder\AbstractBindingComponent.cs" />
\r
510 <Compile Include="Views\Aspx\ControllerBinder\AbstractBindingScope.cs" />
\r
511 <Compile Include="Views\Aspx\ControllerBinder\ActionArgument.cs" />
\r
512 <Compile Include="Views\Aspx\ControllerBinder\ActionArgumentCollection.cs" />
\r
513 <Compile Include="Views\Aspx\ControllerBinder\ActionBinding.cs" />
\r
514 <Compile Include="Views\Aspx\ControllerBinder\ActionBindingCollection.cs" />
\r
515 <Compile Include="Views\Aspx\ControllerBinder\ActionBindingTypeConverter.cs" />
\r
516 <Compile Include="Views\Aspx\ControllerBinder\BindingContext.cs" />
\r
517 <Compile Include="Views\Aspx\ControllerBinder\CommandBinding.cs" />
\r
518 <Compile Include="Views\Aspx\ControllerBinder\CommandBindingCollection.cs" />
\r
519 <Compile Include="Views\Aspx\ControllerBinder\CommandEventHandlerDelegate.cs" />
\r
520 <Compile Include="Views\Aspx\ControllerBinder\ControllerBinder.cs" />
\r
521 <Compile Include="Views\Aspx\ControllerBinder\ControllerBinding.cs" />
\r
522 <Compile Include="Views\Aspx\ControllerBinder\ControllerBindingCollection.cs" />
\r
523 <Compile Include="Views\Aspx\ControllerBinder\AbstractEventScope.cs" />
\r
524 <Compile Include="Views\Aspx\ControllerBinder\DataBindingEvaluator.cs" />
\r
525 <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsPropertyGridAdapter.cs" />
\r
526 <Compile Include="Views\Aspx\ControllerBinder\BindableControlIDConverter.cs" />
\r
527 <Compile Include="Views\Aspx\ControllerBinder\Design\ControllerActionBinderDesigner.cs" />
\r
528 <Compile Include="Views\Aspx\ControllerBinder\ActionListConverter.cs" />
\r
529 <Compile Include="Views\Aspx\ControllerBinder\Design\StandardTarget.cs" />
\r
530 <Compile Include="Views\Aspx\ControllerBinder\Design\DesignUtil.cs" />
\r
531 <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditor.cs" />
\r
532 <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.cs">
\r
533 <SubType>Form</SubType>
\r
535 <Compile Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.designer.cs">
\r
536 <DependentUpon>ActionArgumentsEditorForm.cs</DependentUpon>
\r
538 <Compile Include="Views\Aspx\ControllerBinder\Design\ITarget.cs" />
\r
539 <Compile Include="Views\Aspx\ControllerBinder\EventHandlerDelegate.cs" />
\r
540 <Compile Include="Views\Aspx\ControllerBinder\EventHandlerFactory.cs" />
\r
541 <Compile Include="Views\Aspx\ControllerBinder\EventListConverter.cs" />
\r
542 <Compile Include="Views\Aspx\ControllerBinder\IBindingScope.cs" />
\r
543 <Compile Include="Views\Aspx\ControllerBinder\IControllerBinder.cs" />
\r
544 <Compile Include="Views\Aspx\ControllerBinder\IExpressionEvaluator.cs" />
\r
545 <Compile Include="Views\Aspx\ControllerBinder\TypedCollection.cs" />
\r
546 <Compile Include="Views\Aspx\EventUtil.cs" />
\r
547 <Compile Include="Views\Aspx\InvokeHelper.cs">
\r
548 <SubType>Code</SubType>
\r
550 <Compile Include="Views\Aspx\MasterPageBase.cs">
\r
551 <SubType>ASPXCodeBehind</SubType>
\r
553 <Compile Include="Views\Aspx\WebFormsViewEngine.cs" />
\r
554 <Compile Include="Views\Aspx\WebFormUtils.cs" />
\r
555 <Compile Include="Views\EmbeddedResourceViewSource.cs" />
\r
556 <Compile Include="Views\FileAssemblyViewSourceLoader.cs" />
\r
557 <Compile Include="Views\FileViewSource.cs" />
\r
558 <Compile Include="Views\ViewEngineBase.cs">
\r
559 <SubType>Code</SubType>
\r
561 <Compile Include="WizardActionProvider.cs">
\r
562 <SubType>Code</SubType>
\r
564 <Compile Include="WizardStepPage.cs">
\r
565 <SubType>Code</SubType>
\r
567 <EmbeddedResource Include="Controllers\Ajax.resx">
\r
568 <SubType>Designer</SubType>
\r
569 </EmbeddedResource>
\r
570 <EmbeddedResource Include="Controllers\Behaviour.resx">
\r
571 <SubType>Designer</SubType>
\r
572 </EmbeddedResource>
\r
573 <EmbeddedResource Include="Controllers\Effects2.resx">
\r
574 <SubType>Designer</SubType>
\r
575 </EmbeddedResource>
\r
576 <EmbeddedResource Include="Controllers\EffectsFat.resx">
\r
577 <SubType>Designer</SubType>
\r
578 </EmbeddedResource>
\r
579 <EmbeddedResource Include="Controllers\FormHelper.resx">
\r
580 <SubType>Designer</SubType>
\r
581 </EmbeddedResource>
\r
584 <None Include="..\..\CastleKey.snk">
\r
585 <Link>CastleKey.snk</Link>
\r
587 <None Include="Castle.MonoRail.Framework.build" />
\r
590 <EmbeddedResource Include="Controllers\ValidationLang.pt-BR.resx">
\r
591 <SubType>Designer</SubType>
\r
592 </EmbeddedResource>
\r
593 <EmbeddedResource Include="Controllers\Validation.resx">
\r
594 <SubType>Designer</SubType>
\r
595 </EmbeddedResource>
\r
596 <EmbeddedResource Include="Controllers\ValidationLang.resx">
\r
597 <SubType>Designer</SubType>
\r
598 </EmbeddedResource>
\r
599 <EmbeddedResource Include="Controllers\ValidationLang.zh-tw.resx">
\r
600 <SubType>Designer</SubType>
\r
601 </EmbeddedResource>
\r
602 <EmbeddedResource Include="Controllers\ZebdaValidation.resx">
\r
603 <SubType>Designer</SubType>
\r
604 </EmbeddedResource>
\r
605 <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\Castle.gif" />
\r
606 <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\MonoRail.gif" />
\r
607 <EmbeddedResource Include="Views\Aspx\ControllerBinder\Design\ActionArgumentsEditorForm.resx">
\r
608 <DependentUpon>ActionArgumentsEditorForm.cs</DependentUpon>
\r
609 <SubType>Designer</SubType>
\r
610 </EmbeddedResource>
\r
613 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
\r
616 <ProjectReference Include="..\..\Components\Binder\Castle.Components.Binder\Castle.Components.Binder-vs2005.csproj">
\r
617 <Project>{98F19522-C9B8-400D-8A12-DABB3DA9411D}</Project>
\r
618 <Name>Castle.Components.Binder-vs2005</Name>
\r
619 </ProjectReference>
\r
620 <ProjectReference Include="..\..\Components\Validator\Castle.Components.Validator\Castle.Components.Validator-vs2005.csproj">
\r
621 <Project>{4C945D49-02E9-43F2-9202-E7A6E7C56E77}</Project>
\r
622 <Name>Castle.Components.Validator-vs2005</Name>
\r
623 </ProjectReference>
\r
624 <ProjectReference Include="..\..\Core\Castle.Core\Castle.Core-vs2005.csproj">
\r
625 <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
\r
626 <Name>Castle.Core-vs2005</Name>
\r
627 </ProjectReference>
\r
629 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r