[HttpConnection] Bug fix: HttpListener's "IgnoreWriteExceptions" property value is...
[mono.git] / mcs / class / System.Web.Mvc3 / System.Web.Mvc3-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{AED34264-9E46-4F38-8BBF-6ECB69DE8FD8}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Web.Mvc</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22     <PropertyGroup>\r
23     <SignAssembly>true</SignAssembly>\r
24     <DelaySign>true</DelaySign>\r
25   </PropertyGroup>\r
26   <PropertyGroup>\r
27     <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
30     <DebugSymbols>true</DebugSymbols>\r
31     <DebugType>full</DebugType>\r
32     <NoWarn>1699</NoWarn>\r
33     <Optimize>false</Optimize>\r
34     <DefineConstants>DEBUG;TRACE;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;MONO</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
39     <DebugType>pdbonly</DebugType>\r
40     <NoWarn>1699</NoWarn>\r
41     <Optimize>true</Optimize>\r
42     <DefineConstants>NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE;MONO</DefineConstants>\r
43     <ErrorReport>prompt</ErrorReport>\r
44     <WarningLevel>4</WarningLevel>\r
45   </PropertyGroup>\r
46   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
47   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
48   is a problem to compile the Mono mscorlib.dll -->\r
49   <PropertyGroup>\r
50     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
51   </PropertyGroup>\r
52   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
53   <ItemGroup>\r
54     <Compile Include=".\GlobalAssemblyInfo.cs" />\r
55     <Compile Include=".\GlobalSuppressions.cs" />\r
56     <Compile Include=".\Mvc\AcceptVerbsAttribute.cs" />\r
57     <Compile Include=".\Mvc\ActionDescriptor.cs" />\r
58     <Compile Include=".\Mvc\ActionExecutedContext.cs" />\r
59     <Compile Include=".\Mvc\ActionExecutingContext.cs" />\r
60     <Compile Include=".\Mvc\ActionFilterAttribute.cs" />\r
61     <Compile Include=".\Mvc\ActionMethodDispatcher.cs" />\r
62     <Compile Include=".\Mvc\ActionMethodDispatcherCache.cs" />\r
63     <Compile Include=".\Mvc\ActionMethodSelector.cs" />\r
64     <Compile Include=".\Mvc\ActionMethodSelectorAttribute.cs" />\r
65     <Compile Include=".\Mvc\ActionNameAttribute.cs" />\r
66     <Compile Include=".\Mvc\ActionNameSelectorAttribute.cs" />\r
67     <Compile Include=".\Mvc\ActionResult.cs" />\r
68     <Compile Include=".\Mvc\ActionSelector.cs" />\r
69     <Compile Include=".\Mvc\AdditionalMetaDataAttribute.cs" />\r
70     <Compile Include=".\Mvc\Ajax\AjaxExtensions.cs" />\r
71     <Compile Include=".\Mvc\Ajax\AjaxOptions.cs" />\r
72     <Compile Include=".\Mvc\Ajax\InsertionMode.cs" />\r
73     <Compile Include=".\Mvc\AjaxHelper.cs" />\r
74     <Compile Include=".\Mvc\AjaxHelper`1.cs" />\r
75     <Compile Include=".\Mvc\AjaxRequestExtensions.cs" />\r
76     <Compile Include=".\Mvc\AllowHtmlAttribute.cs" />\r
77     <Compile Include=".\Mvc\AreaHelpers.cs" />\r
78     <Compile Include=".\Mvc\AreaRegistration.cs" />\r
79     <Compile Include=".\Mvc\AreaRegistrationContext.cs" />\r
80     <Compile Include=".\Mvc\AssociatedMetadataProvider.cs" />\r
81     <Compile Include=".\Mvc\AssociatedValidatorProvider.cs" />\r
82     <Compile Include=".\Mvc\Async\ActionDescriptorCreator.cs" />\r
83     <Compile Include=".\Mvc\Async\AsyncActionDescriptor.cs" />\r
84     <Compile Include=".\Mvc\Async\AsyncActionMethodSelector.cs" />\r
85     <Compile Include=".\Mvc\Async\AsyncControllerActionInvoker.cs" />\r
86     <Compile Include=".\Mvc\Async\AsyncManager.cs" />\r
87     <Compile Include=".\Mvc\Async\AsyncResultWrapper.cs" />\r
88     <Compile Include=".\Mvc\Async\AsyncUtil.cs" />\r
89     <Compile Include=".\Mvc\Async\AsyncVoid.cs" />\r
90     <Compile Include=".\Mvc\Async\BeginInvokeDelegate.cs" />\r
91     <Compile Include=".\Mvc\Async\EndInvokeDelegate.cs" />\r
92     <Compile Include=".\Mvc\Async\EndInvokeDelegate`1.cs" />\r
93     <Compile Include=".\Mvc\Async\IAsyncActionInvoker.cs" />\r
94     <Compile Include=".\Mvc\Async\IAsyncController.cs" />\r
95     <Compile Include=".\Mvc\Async\IAsyncManagerContainer.cs" />\r
96     <Compile Include=".\Mvc\Async\OperationCounter.cs" />\r
97     <Compile Include=".\Mvc\Async\ReflectedAsyncActionDescriptor.cs" />\r
98     <Compile Include=".\Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />\r
99     <Compile Include=".\Mvc\Async\SimpleAsyncResult.cs" />\r
100     <Compile Include=".\Mvc\Async\SingleEntryGate.cs" />\r
101     <Compile Include=".\Mvc\Async\SynchronizationContextUtil.cs" />\r
102     <Compile Include=".\Mvc\Async\SynchronousOperationException.cs" />\r
103     <Compile Include=".\Mvc\Async\Trigger.cs" />\r
104     <Compile Include=".\Mvc\Async\TriggerListener.cs" />\r
105     <Compile Include=".\Mvc\AsyncController.cs" />\r
106     <Compile Include=".\Mvc\AsyncTimeoutAttribute.cs" />\r
107     <Compile Include=".\Mvc\AuthorizationContext.cs" />\r
108     <Compile Include=".\Mvc\AuthorizeAttribute.cs" />\r
109     <Compile Include=".\Mvc\BindAttribute.cs" />\r
110     <Compile Include=".\Mvc\BuildManagerCompiledView.cs" />\r
111     <Compile Include=".\Mvc\BuildManagerViewEngine.cs" />\r
112     <Compile Include=".\Mvc\BuildManagerWrapper.cs" />\r
113     <Compile Include=".\Mvc\ByteArrayModelBinder.cs" />\r
114     <Compile Include=".\Mvc\ChildActionOnlyAttribute.cs" />\r
115     <Compile Include=".\Mvc\ChildActionValueProvider.cs" />\r
116     <Compile Include=".\Mvc\ChildActionValueProviderFactory.cs" />\r
117     <Compile Include=".\Mvc\ClientDataTypeModelValidatorProvider.cs" />\r
118     <Compile Include=".\Mvc\CompareAttribute.cs" />\r
119     <Compile Include=".\Mvc\ContentResult.cs" />\r
120     <Compile Include=".\Mvc\Controller.cs" />\r
121     <Compile Include=".\Mvc\ControllerActionInvoker.cs" />\r
122     <Compile Include=".\Mvc\ControllerBase.cs" />\r
123     <Compile Include=".\Mvc\ControllerBuilder.cs" />\r
124     <Compile Include=".\Mvc\ControllerContext.cs" />\r
125     <Compile Include=".\Mvc\ControllerDescriptor.cs" />\r
126     <Compile Include=".\Mvc\ControllerDescriptorCache.cs" />\r
127     <Compile Include=".\Mvc\ControllerInstanceFilterProvider.cs" />\r
128     <Compile Include=".\Mvc\ControllerTypeCache.cs" />\r
129     <Compile Include=".\Mvc\CustomModelBinderAttribute.cs" />\r
130     <Compile Include=".\Mvc\DataAnnotationsModelMetadata.cs" />\r
131     <Compile Include=".\Mvc\DataAnnotationsModelMetadataProvider.cs" />\r
132     <Compile Include=".\Mvc\DataAnnotationsModelValidator.cs" />\r
133     <Compile Include=".\Mvc\DataAnnotationsModelValidator`1.cs" />\r
134     <Compile Include=".\Mvc\DataAnnotationsModelValidatorProvider.cs" />\r
135     <Compile Include=".\Mvc\DataErrorInfoModelValidatorProvider.cs" />\r
136     <Compile Include=".\Mvc\DataTypeUtil.cs" />\r
137     <Compile Include=".\Mvc\DefaultControllerFactory.cs" />\r
138     <Compile Include=".\Mvc\DefaultModelBinder.cs" />\r
139     <Compile Include=".\Mvc\DefaultViewLocationCache.cs" />\r
140     <Compile Include=".\Mvc\DependencyResolver.cs" />\r
141     <Compile Include=".\Mvc\DependencyResolverExtensions.cs" />\r
142     <Compile Include=".\Mvc\DescriptorUtil.cs" />\r
143     <Compile Include=".\Mvc\DictionaryHelpers.cs" />\r
144     <Compile Include=".\Mvc\DictionaryValueProvider`1.cs" />\r
145     <Compile Include=".\Mvc\DynamicViewDataDictionary.cs" />\r
146     <Compile Include=".\Mvc\EmptyModelMetadataProvider.cs" />\r
147     <Compile Include=".\Mvc\EmptyModelValidatorProvider.cs" />\r
148     <Compile Include=".\Mvc\EmptyResult.cs" />\r
149     <Compile Include=".\Mvc\Error.cs" />\r
150     <Compile Include=".\Mvc\ExceptionContext.cs" />\r
151     <Compile Include=".\Mvc\ExpressionHelper.cs" />\r
152     <Compile Include=".\Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />\r
153     <Compile Include=".\Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />\r
154     <Compile Include=".\Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />\r
155     <Compile Include=".\Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />\r
156     <Compile Include=".\Mvc\ExpressionUtil\DefaultExpressionFingerprint.cs" />\r
157     <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprint.cs" />\r
158     <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprintChain.cs" />\r
159     <Compile Include=".\Mvc\ExpressionUtil\FingerprintingExpressionVisitor.cs" />\r
160     <Compile Include=".\Mvc\ExpressionUtil\HashCodeCombiner.cs" />\r
161     <Compile Include=".\Mvc\ExpressionUtil\Hoisted`2.cs" />\r
162     <Compile Include=".\Mvc\ExpressionUtil\HoistingExpressionVisitor.cs" />\r
163     <Compile Include=".\Mvc\ExpressionUtil\IndexExpressionFingerprint.cs" />\r
164     <Compile Include=".\Mvc\ExpressionUtil\LambdaExpressionFingerprint.cs" />\r
165     <Compile Include=".\Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />\r
166     <Compile Include=".\Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />\r
167     <Compile Include=".\Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />\r
168     <Compile Include=".\Mvc\ExpressionUtil\TypeBinaryExpressionFingerprint.cs" />\r
169     <Compile Include=".\Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />\r
170     <Compile Include=".\Mvc\FieldValidationMetadata.cs" />\r
171     <Compile Include=".\Mvc\FileContentResult.cs" />\r
172     <Compile Include=".\Mvc\FilePathResult.cs" />\r
173     <Compile Include=".\Mvc\FileResult.cs" />\r
174     <Compile Include=".\Mvc\FileStreamResult.cs" />\r
175     <Compile Include=".\Mvc\Filter.cs" />\r
176     <Compile Include=".\Mvc\FilterAttribute.cs" />\r
177     <Compile Include=".\Mvc\FilterAttributeFilterProvider.cs" />\r
178     <Compile Include=".\Mvc\FilterInfo.cs" />\r
179     <Compile Include=".\Mvc\FilterProviderCollection.cs" />\r
180     <Compile Include=".\Mvc\FilterProviders.cs" />\r
181     <Compile Include=".\Mvc\FilterScope.cs" />\r
182     <Compile Include=".\Mvc\FormCollection.cs" />\r
183     <Compile Include=".\Mvc\FormContext.cs" />\r
184     <Compile Include=".\Mvc\FormMethod.cs" />\r
185     <Compile Include=".\Mvc\FormValueProvider.cs" />\r
186     <Compile Include=".\Mvc\FormValueProviderFactory.cs" />\r
187     <Compile Include=".\Mvc\GlobalFilterCollection.cs" />\r
188     <Compile Include=".\Mvc\GlobalFilters.cs" />\r
189     <Compile Include=".\Mvc\HandleErrorAttribute.cs" />\r
190     <Compile Include=".\Mvc\HandleErrorInfo.cs" />\r
191     <Compile Include=".\Mvc\HiddenInputAttribute.cs" />\r
192     <Compile Include=".\Mvc\Html\ChildActionExtensions.cs" />\r
193     <Compile Include=".\Mvc\Html\DefaultDisplayTemplates.cs" />\r
194     <Compile Include=".\Mvc\Html\DefaultEditorTemplates.cs" />\r
195     <Compile Include=".\Mvc\Html\DisplayExtensions.cs" />\r
196     <Compile Include=".\Mvc\Html\DisplayTextExtensions.cs" />\r
197     <Compile Include=".\Mvc\Html\EditorExtensions.cs" />\r
198     <Compile Include=".\Mvc\Html\FormExtensions.cs" />\r
199     <Compile Include=".\Mvc\Html\InputExtensions.cs" />\r
200     <Compile Include=".\Mvc\Html\LabelExtensions.cs" />\r
201     <Compile Include=".\Mvc\Html\LinkExtensions.cs" />\r
202     <Compile Include=".\Mvc\Html\MvcForm.cs" />\r
203     <Compile Include=".\Mvc\Html\PartialExtensions.cs" />\r
204     <Compile Include=".\Mvc\Html\RenderPartialExtensions.cs" />\r
205     <Compile Include=".\Mvc\Html\SelectExtensions.cs" />\r
206     <Compile Include=".\Mvc\Html\TemplateHelpers.cs" />\r
207     <Compile Include=".\Mvc\Html\TextAreaExtensions.cs" />\r
208     <Compile Include=".\Mvc\Html\ValidationExtensions.cs" />\r
209     <Compile Include=".\Mvc\HtmlHelper.cs" />\r
210     <Compile Include=".\Mvc\HtmlHelper`1.cs" />\r
211     <Compile Include=".\Mvc\HttpDeleteAttribute.cs" />\r
212     <Compile Include=".\Mvc\HttpFileCollectionValueProvider.cs" />\r
213     <Compile Include=".\Mvc\HttpFileCollectionValueProviderFactory.cs" />\r
214     <Compile Include=".\Mvc\HttpGetAttribute.cs" />\r
215     <Compile Include=".\Mvc\HttpHandlerUtil.cs" />\r
216     <Compile Include=".\Mvc\HttpNotFoundResult.cs" />\r
217     <Compile Include=".\Mvc\HttpPostAttribute.cs" />\r
218     <Compile Include=".\Mvc\HttpPostedFileBaseModelBinder.cs" />\r
219     <Compile Include=".\Mvc\HttpPutAttribute.cs" />\r
220     <Compile Include=".\Mvc\HttpRequestExtensions.cs" />\r
221     <Compile Include=".\Mvc\HttpStatusCodeResult.cs" />\r
222     <Compile Include=".\Mvc\HttpUnauthorizedResult.cs" />\r
223     <Compile Include=".\Mvc\HttpVerbs.cs" />\r
224     <Compile Include=".\Mvc\IActionFilter.cs" />\r
225     <Compile Include=".\Mvc\IActionInvoker.cs" />\r
226     <Compile Include=".\Mvc\IAuthorizationFilter.cs" />\r
227     <Compile Include=".\Mvc\IBuildManager.cs" />\r
228     <Compile Include=".\Mvc\IClientValidatable.cs" />\r
229     <Compile Include=".\Mvc\IController.cs" />\r
230     <Compile Include=".\Mvc\IControllerActivator.cs" />\r
231     <Compile Include=".\Mvc\IControllerFactory.cs" />\r
232     <Compile Include=".\Mvc\IDependencyResolver.cs" />\r
233     <Compile Include=".\Mvc\IExceptionFilter.cs" />\r
234     <Compile Include=".\Mvc\IFilterProvider.cs" />\r
235     <Compile Include=".\Mvc\IMetadataAware.cs" />\r
236     <Compile Include=".\Mvc\IModelBinder.cs" />\r
237     <Compile Include=".\Mvc\IModelBinderProvider.cs" />\r
238     <Compile Include=".\Mvc\IMvcControlBuilder.cs" />\r
239     <Compile Include=".\Mvc\IMvcFilter.cs" />\r
240     <Compile Include=".\Mvc\InputType.cs" />\r
241     <Compile Include=".\Mvc\IResolver.cs" />\r
242     <Compile Include=".\Mvc\IResultFilter.cs" />\r
243     <Compile Include=".\Mvc\IRouteWithArea.cs" />\r
244     <Compile Include=".\Mvc\ITempDataProvider.cs" />\r
245     <Compile Include=".\Mvc\IUniquelyIdentifiable.cs" />\r
246     <Compile Include=".\Mvc\IUnvalidatedRequestValues.cs" />\r
247     <Compile Include=".\Mvc\IUnvalidatedValueProvider.cs" />\r
248     <Compile Include=".\Mvc\IValueProvider.cs" />\r
249     <Compile Include=".\Mvc\IView.cs" />\r
250     <Compile Include=".\Mvc\IViewDataContainer.cs" />\r
251     <Compile Include=".\Mvc\IViewEngine.cs" />\r
252     <Compile Include=".\Mvc\IViewLocationCache.cs" />\r
253     <Compile Include=".\Mvc\IViewPageActivator.cs" />\r
254     <Compile Include=".\Mvc\IViewStartPageChild.cs" />\r
255     <Compile Include=".\Mvc\JavaScriptResult.cs" />\r
256     <Compile Include=".\Mvc\JsonRequestBehavior.cs" />\r
257     <Compile Include=".\Mvc\JsonResult.cs" />\r
258     <Compile Include=".\Mvc\JsonValueProviderFactory.cs" />\r
259     <Compile Include=".\Mvc\LinqBinaryModelBinder.cs" />\r
260     <Compile Include=".\Mvc\ModelBinderAttribute.cs" />\r
261     <Compile Include=".\Mvc\ModelBinderDictionary.cs" />\r
262     <Compile Include=".\Mvc\ModelBinderProviderCollection.cs" />\r
263     <Compile Include=".\Mvc\ModelBinderProviders.cs" />\r
264     <Compile Include=".\Mvc\ModelBinders.cs" />\r
265     <Compile Include=".\Mvc\ModelBindingContext.cs" />\r
266     <Compile Include=".\Mvc\ModelClientValidationEqualToRule.cs" />\r
267     <Compile Include=".\Mvc\ModelClientValidationRangeRule.cs" />\r
268     <Compile Include=".\Mvc\ModelClientValidationRegexRule.cs" />\r
269     <Compile Include=".\Mvc\ModelClientValidationRemoteRule.cs" />\r
270     <Compile Include=".\Mvc\ModelClientValidationRequiredRule.cs" />\r
271     <Compile Include=".\Mvc\ModelClientValidationRule.cs" />\r
272     <Compile Include=".\Mvc\ModelClientValidationStringLengthRule.cs" />\r
273     <Compile Include=".\Mvc\ModelError.cs" />\r
274     <Compile Include=".\Mvc\ModelErrorCollection.cs" />\r
275     <Compile Include=".\Mvc\ModelMetadata.cs" />\r
276     <Compile Include=".\Mvc\ModelMetadataProvider.cs" />\r
277     <Compile Include=".\Mvc\ModelMetadataProviders.cs" />\r
278     <Compile Include=".\Mvc\ModelState.cs" />\r
279     <Compile Include=".\Mvc\ModelStateDictionary.cs" />\r
280     <Compile Include=".\Mvc\ModelValidationResult.cs" />\r
281     <Compile Include=".\Mvc\ModelValidator.cs" />\r
282     <Compile Include=".\Mvc\ModelValidatorProvider.cs" />\r
283     <Compile Include=".\Mvc\ModelValidatorProviderCollection.cs" />\r
284     <Compile Include=".\Mvc\ModelValidatorProviders.cs" />\r
285     <Compile Include=".\Mvc\MultiSelectList.cs" />\r
286     <Compile Include=".\Mvc\MultiServiceResolver.cs" />\r
287     <Compile Include=".\Mvc\MvcFilter.cs" />\r
288     <Compile Include=".\Mvc\MvcHandler.cs" />\r
289     <Compile Include=".\Mvc\MvcHtmlString.cs" />\r
290     <Compile Include=".\Mvc\MvcHttpHandler.cs" />\r
291     <Compile Include=".\Mvc\MvcRouteHandler.cs" />\r
292     <Compile Include=".\Mvc\MvcWebRazorHostFactory.cs" />\r
293     <Compile Include=".\Mvc\NameValueCollectionExtensions.cs" />\r
294     <Compile Include=".\Mvc\NameValueCollectionValueProvider.cs" />\r
295     <Compile Include=".\Mvc\NoAsyncTimeoutAttribute.cs" />\r
296     <Compile Include=".\Mvc\NonActionAttribute.cs" />\r
297     <Compile Include=".\Mvc\NullViewLocationCache.cs" />\r
298     <Compile Include=".\Mvc\OutputCacheAttribute.cs" />\r
299     <Compile Include=".\Mvc\ParameterBindingInfo.cs" />\r
300     <Compile Include=".\Mvc\ParameterDescriptor.cs" />\r
301     <Compile Include=".\Mvc\ParameterInfoUtil.cs" />\r
302     <Compile Include=".\Mvc\PartialViewResult.cs" />\r
303     <Compile Include=".\Mvc\PathHelpers.cs" />\r
304     <Compile Include=".\Mvc\PreApplicationStartCode.cs" />\r
305     <Compile Include=".\Mvc\QueryStringValueProvider.cs" />\r
306     <Compile Include=".\Mvc\QueryStringValueProviderFactory.cs" />\r
307     <Compile Include=".\Mvc\RangeAttributeAdapter.cs" />\r
308     <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeGenerator.cs" />\r
309     <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeParser.cs" />\r
310     <Compile Include=".\Mvc\Razor\MvcVBRazorCodeParser.cs" />\r
311     <Compile Include=".\Mvc\Razor\MvcWebPageRazorHost.cs" />\r
312     <Compile Include=".\Mvc\Razor\SetModelTypeCodeGenerator.cs" />\r
313     <Compile Include=".\Mvc\Razor\StartPageLookupDelegate.cs" />\r
314     <Compile Include=".\Mvc\RazorView.cs" />\r
315     <Compile Include=".\Mvc\RazorViewEngine.cs" />\r
316     <Compile Include=".\Mvc\ReaderWriterCache`2.cs" />\r
317     <Compile Include=".\Mvc\RedirectResult.cs" />\r
318     <Compile Include=".\Mvc\RedirectToRouteResult.cs" />\r
319     <Compile Include=".\Mvc\ReflectedActionDescriptor.cs" />\r
320     <Compile Include=".\Mvc\ReflectedAttributeCache.cs" />\r
321     <Compile Include=".\Mvc\ReflectedControllerDescriptor.cs" />\r
322     <Compile Include=".\Mvc\ReflectedParameterBindingInfo.cs" />\r
323     <Compile Include=".\Mvc\ReflectedParameterDescriptor.cs" />\r
324     <Compile Include=".\Mvc\RegularExpressionAttributeAdapter.cs" />\r
325     <Compile Include=".\Mvc\RemoteAttribute.cs" />\r
326     <Compile Include=".\Mvc\RequiredAttributeAdapter.cs" />\r
327     <Compile Include=".\Mvc\RequireHttpsAttribute.cs" />\r
328     <Compile Include=".\Mvc\Resources\MvcResources.Designer.cs" />\r
329     <Compile Include=".\Mvc\ResultExecutedContext.cs" />\r
330     <Compile Include=".\Mvc\ResultExecutingContext.cs" />\r
331     <Compile Include=".\Mvc\RouteCollectionExtensions.cs" />\r
332     <Compile Include=".\Mvc\RouteDataValueProvider.cs" />\r
333     <Compile Include=".\Mvc\RouteDataValueProviderFactory.cs" />\r
334     <Compile Include=".\Mvc\RouteValuesHelpers.cs" />\r
335     <Compile Include=".\Mvc\SecurityUtil.cs" />\r
336     <Compile Include=".\Mvc\SelectList.cs" />\r
337     <Compile Include=".\Mvc\SelectListItem.cs" />\r
338     <Compile Include=".\Mvc\SessionStateAttribute.cs" />\r
339     <Compile Include=".\Mvc\SessionStateTempDataProvider.cs" />\r
340     <Compile Include=".\Mvc\SingleServiceResolver.cs" />\r
341     <Compile Include=".\Mvc\StringLengthAttributeAdapter.cs" />\r
342     <Compile Include=".\Mvc\TagBuilderExtensions.cs" />\r
343     <Compile Include=".\Mvc\TempDataDictionary.cs" />\r
344     <Compile Include=".\Mvc\TemplateInfo.cs" />\r
345     <Compile Include=".\Mvc\TryGetValueDelegate.cs" />\r
346     <Compile Include=".\Mvc\TypeCacheSerializer.cs" />\r
347     <Compile Include=".\Mvc\TypeCacheUtil.cs" />\r
348     <Compile Include=".\Mvc\TypeDescriptorHelper.cs" />\r
349     <Compile Include=".\Mvc\TypeHelpers.cs" />\r
350     <Compile Include=".\Mvc\UnvalidatedRequestValuesAccessor.cs" />\r
351     <Compile Include=".\Mvc\UnvalidatedRequestValuesWrapper.cs" />\r
352     <Compile Include=".\Mvc\UrlHelper.cs" />\r
353     <Compile Include=".\Mvc\UrlParameter.cs" />\r
354     <Compile Include=".\Mvc\UrlRewriterHelper.cs" />\r
355     <Compile Include=".\Mvc\ValidatableObjectAdapter.cs" />\r
356     <Compile Include=".\Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
357     <Compile Include=".\Mvc\ValidateInputAttribute.cs" />\r
358     <Compile Include=".\Mvc\ValueProviderCollection.cs" />\r
359     <Compile Include=".\Mvc\ValueProviderDictionary.cs" />\r
360     <Compile Include=".\Mvc\ValueProviderFactories.cs" />\r
361     <Compile Include=".\Mvc\ValueProviderFactory.cs" />\r
362     <Compile Include=".\Mvc\ValueProviderFactoryCollection.cs" />\r
363     <Compile Include=".\Mvc\ValueProviderResult.cs" />\r
364     <Compile Include=".\Mvc\ValueProviderUtil.cs" />\r
365     <Compile Include=".\Mvc\ViewContext.cs" />\r
366     <Compile Include=".\Mvc\ViewDataDictionary.cs" />\r
367     <Compile Include=".\Mvc\ViewDataDictionary`1.cs" />\r
368     <Compile Include=".\Mvc\ViewDataInfo.cs" />\r
369     <Compile Include=".\Mvc\ViewEngineCollection.cs" />\r
370     <Compile Include=".\Mvc\ViewEngineResult.cs" />\r
371     <Compile Include=".\Mvc\ViewEngines.cs" />\r
372     <Compile Include=".\Mvc\ViewMasterPage.cs" />\r
373     <Compile Include=".\Mvc\ViewMasterPage`1.cs" />\r
374     <Compile Include=".\Mvc\ViewMasterPageControlBuilder.cs" />\r
375     <Compile Include=".\Mvc\ViewPage.cs" />\r
376     <Compile Include=".\Mvc\ViewPage`1.cs" />\r
377     <Compile Include=".\Mvc\ViewPageControlBuilder.cs" />\r
378     <Compile Include=".\Mvc\ViewResult.cs" />\r
379     <Compile Include=".\Mvc\ViewResultBase.cs" />\r
380     <Compile Include=".\Mvc\ViewStartPage.cs" />\r
381     <Compile Include=".\Mvc\ViewTemplateUserControl.cs" />\r
382     <Compile Include=".\Mvc\ViewTemplateUserControl`1.cs" />\r
383     <Compile Include=".\Mvc\ViewType.cs" />\r
384     <Compile Include=".\Mvc\ViewTypeControlBuilder.cs" />\r
385     <Compile Include=".\Mvc\ViewTypeParserFilter.cs" />\r
386     <Compile Include=".\Mvc\ViewUserControl.cs" />\r
387     <Compile Include=".\Mvc\ViewUserControl`1.cs" />\r
388     <Compile Include=".\Mvc\ViewUserControlControlBuilder.cs" />\r
389     <Compile Include=".\Mvc\VirtualPathProviderViewEngine.cs" />\r
390     <Compile Include=".\Mvc\WebFormView.cs" />\r
391     <Compile Include=".\Mvc\WebFormViewEngine.cs" />\r
392     <Compile Include=".\Mvc\WebViewPage.cs" />\r
393     <Compile Include=".\Mvc\WebViewPage`1.cs" />\r
394     <Compile Include=".\Properties\AssemblyInfo.cs" />\r  </ItemGroup>\r
395   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
396        Other similar extension points exist, see Microsoft.Common.targets.\r
397   <Target Name="BeforeBuild">\r
398   </Target>\r
399   <Target Name="AfterBuild">\r
400   </Target>\r
401   -->\r
402   <PropertyGroup>\r
403     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
404 \r
405     </PreBuildEvent>\r
406     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
407 \r
408     </PreBuildEvent>\r
409 \r
410     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">\r
411 \r
412     </PostBuildEvent>\r
413     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
414 \r
415     </PostBuildEvent>\r
416   </PropertyGroup>\r
417   <ItemGroup>\r
418     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
419       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
420       <Name>corlib-net_4_5</Name>\r
421     </ProjectReference>\r
422     <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_5.csproj">\r
423       <Project>{50DC9191-2D18-4EDB-A929-4ECAB7981A1C}</Project>\r
424       <Name>Microsoft.Web.Infrastructure-net_4_5</Name>\r
425     </ProjectReference>\r
426     <ProjectReference Include="../System/System-net_4_5.csproj">\r
427       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
428       <Name>System-net_4_5</Name>\r
429     </ProjectReference>\r
430     <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">\r
431       <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>\r
432       <Name>System.Core-net_4_5</Name>\r
433     </ProjectReference>\r
434     <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">\r
435       <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>\r
436       <Name>System.Configuration-net_4_5</Name>\r
437     </ProjectReference>\r
438     <ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">\r
439       <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>\r
440       <Name>System.Data-net_4_5</Name>\r
441     </ProjectReference>\r
442     <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">\r
443       <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>\r
444       <Name>System.Xml-net_4_5</Name>\r
445     </ProjectReference>\r
446     <ProjectReference Include="../System.Web/System.Web-net_4_5.csproj">\r
447       <Project>{B489C3DE-3ED3-4EDC-B42B-82B38E101857}</Project>\r
448       <Name>System.Web-net_4_5</Name>\r
449     </ProjectReference>\r
450     <ProjectReference Include="../System.Web.Abstractions/System.Web.Abstractions-net_4_5.csproj">\r
451       <Project>{94BD3939-6937-47AA-86CF-5C3E4C59E272}</Project>\r
452       <Name>System.Web.Abstractions-net_4_5</Name>\r
453     </ProjectReference>\r
454     <ProjectReference Include="../System.Web.Routing/System.Web.Routing-net_4_5.csproj">\r
455       <Project>{A28F2A14-901C-452C-82B6-75ECE5C7E714}</Project>\r
456       <Name>System.Web.Routing-net_4_5</Name>\r
457     </ProjectReference>\r
458     <ProjectReference Include="../System.Web.Extensions/System.Web.Extensions-net_4_5.csproj">\r
459       <Project>{74D281D8-F725-4D79-B218-2DFCCFD44FA2}</Project>\r
460       <Name>System.Web.Extensions-net_4_5</Name>\r
461     </ProjectReference>\r
462     <ProjectReference Include="../System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations-net_4_5.csproj">\r
463       <Project>{63EC4158-FFAC-4867-8003-CF6054C8DF0B}</Project>\r
464       <Name>System.ComponentModel.DataAnnotations-net_4_5</Name>\r
465     </ProjectReference>\r
466     <ProjectReference Include="../System.Data.Linq/System.Data.Linq-net_4_5.csproj">\r
467       <Project>{8AC5471F-9515-4D01-87B9-7974F2CBD6F1}</Project>\r
468       <Name>System.Data.Linq-net_4_5</Name>\r
469     </ProjectReference>\r
470     <ProjectReference Include="../System.Runtime.Caching/System.Runtime.Caching-net_4_5.csproj">\r
471       <Project>{CB3E9225-3DFF-4930-BFED-1E8AE5319C32}</Project>\r
472       <Name>System.Runtime.Caching-net_4_5</Name>\r
473     </ProjectReference>\r
474     <ProjectReference Include="../System.Web.Razor/System.Web.Razor-net_4_5.csproj">\r
475       <Project>{FF61AB24-4492-47FA-B4D3-8D961113DD08}</Project>\r
476       <Name>System.Web.Razor-net_4_5</Name>\r
477     </ProjectReference>\r
478     <ProjectReference Include="../System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj">\r
479       <Project>{4E601800-644F-49B2-B1C9-60D3489AAC38}</Project>\r
480       <Name>System.Web.WebPages.Razor-net_4_5</Name>\r
481     </ProjectReference>\r
482     <ProjectReference Include="../System.Web.WebPages/System.Web.WebPages-net_4_5.csproj">\r
483       <Project>{FFDF7B0A-BD62-4E39-8A80-A42B560149C5}</Project>\r
484       <Name>System.Web.WebPages-net_4_5</Name>\r
485     </ProjectReference>\r
486   </ItemGroup>\r
487   <ItemGroup>\r
488     <Folder Include="Properties\" />\r
489   </ItemGroup>\r
490   <ItemGroup>\r
491     <EmbeddedResource Include="Mvc/Resources/MvcResources.resources">\r
492       <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>\r
493     </EmbeddedResource>\r
494   </ItemGroup>\r
495 </Project>\r
496