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