Renamed target AssignProjectConfigurations to AssignProjectConfiguration (without...
[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>{5797142C-571A-4B83-B837-0821D077236A}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>bin\Debug\System.Web.Mvc3-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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include=".\GlobalAssemblyInfo.cs" />\r
48     <Compile Include=".\GlobalSuppressions.cs" />\r
49     <Compile Include=".\Mvc\AcceptVerbsAttribute.cs" />\r
50     <Compile Include=".\Mvc\ActionDescriptor.cs" />\r
51     <Compile Include=".\Mvc\ActionExecutedContext.cs" />\r
52     <Compile Include=".\Mvc\ActionExecutingContext.cs" />\r
53     <Compile Include=".\Mvc\ActionFilterAttribute.cs" />\r
54     <Compile Include=".\Mvc\ActionMethodDispatcher.cs" />\r
55     <Compile Include=".\Mvc\ActionMethodDispatcherCache.cs" />\r
56     <Compile Include=".\Mvc\ActionMethodSelector.cs" />\r
57     <Compile Include=".\Mvc\ActionMethodSelectorAttribute.cs" />\r
58     <Compile Include=".\Mvc\ActionNameAttribute.cs" />\r
59     <Compile Include=".\Mvc\ActionNameSelectorAttribute.cs" />\r
60     <Compile Include=".\Mvc\ActionResult.cs" />\r
61     <Compile Include=".\Mvc\ActionSelector.cs" />\r
62     <Compile Include=".\Mvc\AdditionalMetaDataAttribute.cs" />\r
63     <Compile Include=".\Mvc\Ajax\AjaxExtensions.cs" />\r
64     <Compile Include=".\Mvc\Ajax\AjaxOptions.cs" />\r
65     <Compile Include=".\Mvc\Ajax\InsertionMode.cs" />\r
66     <Compile Include=".\Mvc\AjaxHelper.cs" />\r
67     <Compile Include=".\Mvc\AjaxHelper`1.cs" />\r
68     <Compile Include=".\Mvc\AjaxRequestExtensions.cs" />\r
69     <Compile Include=".\Mvc\AllowHtmlAttribute.cs" />\r
70     <Compile Include=".\Mvc\AreaHelpers.cs" />\r
71     <Compile Include=".\Mvc\AreaRegistration.cs" />\r
72     <Compile Include=".\Mvc\AreaRegistrationContext.cs" />\r
73     <Compile Include=".\Mvc\AssociatedMetadataProvider.cs" />\r
74     <Compile Include=".\Mvc\AssociatedValidatorProvider.cs" />\r
75     <Compile Include=".\Mvc\Async\ActionDescriptorCreator.cs" />\r
76     <Compile Include=".\Mvc\Async\AsyncActionDescriptor.cs" />\r
77     <Compile Include=".\Mvc\Async\AsyncActionMethodSelector.cs" />\r
78     <Compile Include=".\Mvc\Async\AsyncControllerActionInvoker.cs" />\r
79     <Compile Include=".\Mvc\Async\AsyncManager.cs" />\r
80     <Compile Include=".\Mvc\Async\AsyncResultWrapper.cs" />\r
81     <Compile Include=".\Mvc\Async\AsyncUtil.cs" />\r
82     <Compile Include=".\Mvc\Async\AsyncVoid.cs" />\r
83     <Compile Include=".\Mvc\Async\BeginInvokeDelegate.cs" />\r
84     <Compile Include=".\Mvc\Async\EndInvokeDelegate.cs" />\r
85     <Compile Include=".\Mvc\Async\EndInvokeDelegate`1.cs" />\r
86     <Compile Include=".\Mvc\Async\IAsyncActionInvoker.cs" />\r
87     <Compile Include=".\Mvc\Async\IAsyncController.cs" />\r
88     <Compile Include=".\Mvc\Async\IAsyncManagerContainer.cs" />\r
89     <Compile Include=".\Mvc\Async\OperationCounter.cs" />\r
90     <Compile Include=".\Mvc\Async\ReflectedAsyncActionDescriptor.cs" />\r
91     <Compile Include=".\Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />\r
92     <Compile Include=".\Mvc\Async\SimpleAsyncResult.cs" />\r
93     <Compile Include=".\Mvc\Async\SingleEntryGate.cs" />\r
94     <Compile Include=".\Mvc\Async\SynchronizationContextUtil.cs" />\r
95     <Compile Include=".\Mvc\Async\SynchronousOperationException.cs" />\r
96     <Compile Include=".\Mvc\Async\Trigger.cs" />\r
97     <Compile Include=".\Mvc\Async\TriggerListener.cs" />\r
98     <Compile Include=".\Mvc\AsyncController.cs" />\r
99     <Compile Include=".\Mvc\AsyncTimeoutAttribute.cs" />\r
100     <Compile Include=".\Mvc\AuthorizationContext.cs" />\r
101     <Compile Include=".\Mvc\AuthorizeAttribute.cs" />\r
102     <Compile Include=".\Mvc\BindAttribute.cs" />\r
103     <Compile Include=".\Mvc\BuildManagerCompiledView.cs" />\r
104     <Compile Include=".\Mvc\BuildManagerViewEngine.cs" />\r
105     <Compile Include=".\Mvc\BuildManagerWrapper.cs" />\r
106     <Compile Include=".\Mvc\ByteArrayModelBinder.cs" />\r
107     <Compile Include=".\Mvc\ChildActionOnlyAttribute.cs" />\r
108     <Compile Include=".\Mvc\ChildActionValueProvider.cs" />\r
109     <Compile Include=".\Mvc\ChildActionValueProviderFactory.cs" />\r
110     <Compile Include=".\Mvc\ClientDataTypeModelValidatorProvider.cs" />\r
111     <Compile Include=".\Mvc\CompareAttribute.cs" />\r
112     <Compile Include=".\Mvc\ContentResult.cs" />\r
113     <Compile Include=".\Mvc\Controller.cs" />\r
114     <Compile Include=".\Mvc\ControllerActionInvoker.cs" />\r
115     <Compile Include=".\Mvc\ControllerBase.cs" />\r
116     <Compile Include=".\Mvc\ControllerBuilder.cs" />\r
117     <Compile Include=".\Mvc\ControllerContext.cs" />\r
118     <Compile Include=".\Mvc\ControllerDescriptor.cs" />\r
119     <Compile Include=".\Mvc\ControllerDescriptorCache.cs" />\r
120     <Compile Include=".\Mvc\ControllerInstanceFilterProvider.cs" />\r
121     <Compile Include=".\Mvc\ControllerTypeCache.cs" />\r
122     <Compile Include=".\Mvc\CustomModelBinderAttribute.cs" />\r
123     <Compile Include=".\Mvc\DataAnnotationsModelMetadata.cs" />\r
124     <Compile Include=".\Mvc\DataAnnotationsModelMetadataProvider.cs" />\r
125     <Compile Include=".\Mvc\DataAnnotationsModelValidator.cs" />\r
126     <Compile Include=".\Mvc\DataAnnotationsModelValidator`1.cs" />\r
127     <Compile Include=".\Mvc\DataAnnotationsModelValidatorProvider.cs" />\r
128     <Compile Include=".\Mvc\DataErrorInfoModelValidatorProvider.cs" />\r
129     <Compile Include=".\Mvc\DataTypeUtil.cs" />\r
130     <Compile Include=".\Mvc\DefaultControllerFactory.cs" />\r
131     <Compile Include=".\Mvc\DefaultModelBinder.cs" />\r
132     <Compile Include=".\Mvc\DefaultViewLocationCache.cs" />\r
133     <Compile Include=".\Mvc\DependencyResolver.cs" />\r
134     <Compile Include=".\Mvc\DependencyResolverExtensions.cs" />\r
135     <Compile Include=".\Mvc\DescriptorUtil.cs" />\r
136     <Compile Include=".\Mvc\DictionaryHelpers.cs" />\r
137     <Compile Include=".\Mvc\DictionaryValueProvider`1.cs" />\r
138     <Compile Include=".\Mvc\DynamicViewDataDictionary.cs" />\r
139     <Compile Include=".\Mvc\EmptyModelMetadataProvider.cs" />\r
140     <Compile Include=".\Mvc\EmptyModelValidatorProvider.cs" />\r
141     <Compile Include=".\Mvc\EmptyResult.cs" />\r
142     <Compile Include=".\Mvc\Error.cs" />\r
143     <Compile Include=".\Mvc\ExceptionContext.cs" />\r
144     <Compile Include=".\Mvc\ExpressionHelper.cs" />\r
145     <Compile Include=".\Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />\r
146     <Compile Include=".\Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />\r
147     <Compile Include=".\Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />\r
148     <Compile Include=".\Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />\r
149     <Compile Include=".\Mvc\ExpressionUtil\DefaultExpressionFingerprint.cs" />\r
150     <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprint.cs" />\r
151     <Compile Include=".\Mvc\ExpressionUtil\ExpressionFingerprintChain.cs" />\r
152     <Compile Include=".\Mvc\ExpressionUtil\FingerprintingExpressionVisitor.cs" />\r
153     <Compile Include=".\Mvc\ExpressionUtil\HashCodeCombiner.cs" />\r
154     <Compile Include=".\Mvc\ExpressionUtil\Hoisted`2.cs" />\r
155     <Compile Include=".\Mvc\ExpressionUtil\HoistingExpressionVisitor.cs" />\r
156     <Compile Include=".\Mvc\ExpressionUtil\IndexExpressionFingerprint.cs" />\r
157     <Compile Include=".\Mvc\ExpressionUtil\LambdaExpressionFingerprint.cs" />\r
158     <Compile Include=".\Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />\r
159     <Compile Include=".\Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />\r
160     <Compile Include=".\Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />\r
161     <Compile Include=".\Mvc\ExpressionUtil\TypeBinaryExpressionFingerprint.cs" />\r
162     <Compile Include=".\Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />\r
163     <Compile Include=".\Mvc\FieldValidationMetadata.cs" />\r
164     <Compile Include=".\Mvc\FileContentResult.cs" />\r
165     <Compile Include=".\Mvc\FilePathResult.cs" />\r
166     <Compile Include=".\Mvc\FileResult.cs" />\r
167     <Compile Include=".\Mvc\FileStreamResult.cs" />\r
168     <Compile Include=".\Mvc\Filter.cs" />\r
169     <Compile Include=".\Mvc\FilterAttribute.cs" />\r
170     <Compile Include=".\Mvc\FilterAttributeFilterProvider.cs" />\r
171     <Compile Include=".\Mvc\FilterInfo.cs" />\r
172     <Compile Include=".\Mvc\FilterProviderCollection.cs" />\r
173     <Compile Include=".\Mvc\FilterProviders.cs" />\r
174     <Compile Include=".\Mvc\FilterScope.cs" />\r
175     <Compile Include=".\Mvc\FormCollection.cs" />\r
176     <Compile Include=".\Mvc\FormContext.cs" />\r
177     <Compile Include=".\Mvc\FormMethod.cs" />\r
178     <Compile Include=".\Mvc\FormValueProvider.cs" />\r
179     <Compile Include=".\Mvc\FormValueProviderFactory.cs" />\r
180     <Compile Include=".\Mvc\GlobalFilterCollection.cs" />\r
181     <Compile Include=".\Mvc\GlobalFilters.cs" />\r
182     <Compile Include=".\Mvc\HandleErrorAttribute.cs" />\r
183     <Compile Include=".\Mvc\HandleErrorInfo.cs" />\r
184     <Compile Include=".\Mvc\HiddenInputAttribute.cs" />\r
185     <Compile Include=".\Mvc\Html\ChildActionExtensions.cs" />\r
186     <Compile Include=".\Mvc\Html\DefaultDisplayTemplates.cs" />\r
187     <Compile Include=".\Mvc\Html\DefaultEditorTemplates.cs" />\r
188     <Compile Include=".\Mvc\Html\DisplayExtensions.cs" />\r
189     <Compile Include=".\Mvc\Html\DisplayTextExtensions.cs" />\r
190     <Compile Include=".\Mvc\Html\EditorExtensions.cs" />\r
191     <Compile Include=".\Mvc\Html\FormExtensions.cs" />\r
192     <Compile Include=".\Mvc\Html\InputExtensions.cs" />\r
193     <Compile Include=".\Mvc\Html\LabelExtensions.cs" />\r
194     <Compile Include=".\Mvc\Html\LinkExtensions.cs" />\r
195     <Compile Include=".\Mvc\Html\MvcForm.cs" />\r
196     <Compile Include=".\Mvc\Html\PartialExtensions.cs" />\r
197     <Compile Include=".\Mvc\Html\RenderPartialExtensions.cs" />\r
198     <Compile Include=".\Mvc\Html\SelectExtensions.cs" />\r
199     <Compile Include=".\Mvc\Html\TemplateHelpers.cs" />\r
200     <Compile Include=".\Mvc\Html\TextAreaExtensions.cs" />\r
201     <Compile Include=".\Mvc\Html\ValidationExtensions.cs" />\r
202     <Compile Include=".\Mvc\HtmlHelper.cs" />\r
203     <Compile Include=".\Mvc\HtmlHelper`1.cs" />\r
204     <Compile Include=".\Mvc\HttpDeleteAttribute.cs" />\r
205     <Compile Include=".\Mvc\HttpFileCollectionValueProvider.cs" />\r
206     <Compile Include=".\Mvc\HttpFileCollectionValueProviderFactory.cs" />\r
207     <Compile Include=".\Mvc\HttpGetAttribute.cs" />\r
208     <Compile Include=".\Mvc\HttpHandlerUtil.cs" />\r
209     <Compile Include=".\Mvc\HttpNotFoundResult.cs" />\r
210     <Compile Include=".\Mvc\HttpPostAttribute.cs" />\r
211     <Compile Include=".\Mvc\HttpPostedFileBaseModelBinder.cs" />\r
212     <Compile Include=".\Mvc\HttpPutAttribute.cs" />\r
213     <Compile Include=".\Mvc\HttpRequestExtensions.cs" />\r
214     <Compile Include=".\Mvc\HttpStatusCodeResult.cs" />\r
215     <Compile Include=".\Mvc\HttpUnauthorizedResult.cs" />\r
216     <Compile Include=".\Mvc\HttpVerbs.cs" />\r
217     <Compile Include=".\Mvc\IActionFilter.cs" />\r
218     <Compile Include=".\Mvc\IActionInvoker.cs" />\r
219     <Compile Include=".\Mvc\IAuthorizationFilter.cs" />\r
220     <Compile Include=".\Mvc\IBuildManager.cs" />\r
221     <Compile Include=".\Mvc\IClientValidatable.cs" />\r
222     <Compile Include=".\Mvc\IController.cs" />\r
223     <Compile Include=".\Mvc\IControllerActivator.cs" />\r
224     <Compile Include=".\Mvc\IControllerFactory.cs" />\r
225     <Compile Include=".\Mvc\IDependencyResolver.cs" />\r
226     <Compile Include=".\Mvc\IExceptionFilter.cs" />\r
227     <Compile Include=".\Mvc\IFilterProvider.cs" />\r
228     <Compile Include=".\Mvc\IMetadataAware.cs" />\r
229     <Compile Include=".\Mvc\IModelBinder.cs" />\r
230     <Compile Include=".\Mvc\IModelBinderProvider.cs" />\r
231     <Compile Include=".\Mvc\IMvcControlBuilder.cs" />\r
232     <Compile Include=".\Mvc\IMvcFilter.cs" />\r
233     <Compile Include=".\Mvc\InputType.cs" />\r
234     <Compile Include=".\Mvc\IResolver.cs" />\r
235     <Compile Include=".\Mvc\IResultFilter.cs" />\r
236     <Compile Include=".\Mvc\IRouteWithArea.cs" />\r
237     <Compile Include=".\Mvc\ITempDataProvider.cs" />\r
238     <Compile Include=".\Mvc\IUniquelyIdentifiable.cs" />\r
239     <Compile Include=".\Mvc\IUnvalidatedRequestValues.cs" />\r
240     <Compile Include=".\Mvc\IUnvalidatedValueProvider.cs" />\r
241     <Compile Include=".\Mvc\IValueProvider.cs" />\r
242     <Compile Include=".\Mvc\IView.cs" />\r
243     <Compile Include=".\Mvc\IViewDataContainer.cs" />\r
244     <Compile Include=".\Mvc\IViewEngine.cs" />\r
245     <Compile Include=".\Mvc\IViewLocationCache.cs" />\r
246     <Compile Include=".\Mvc\IViewPageActivator.cs" />\r
247     <Compile Include=".\Mvc\IViewStartPageChild.cs" />\r
248     <Compile Include=".\Mvc\JavaScriptResult.cs" />\r
249     <Compile Include=".\Mvc\JsonRequestBehavior.cs" />\r
250     <Compile Include=".\Mvc\JsonResult.cs" />\r
251     <Compile Include=".\Mvc\JsonValueProviderFactory.cs" />\r
252     <Compile Include=".\Mvc\LinqBinaryModelBinder.cs" />\r
253     <Compile Include=".\Mvc\ModelBinderAttribute.cs" />\r
254     <Compile Include=".\Mvc\ModelBinderDictionary.cs" />\r
255     <Compile Include=".\Mvc\ModelBinderProviderCollection.cs" />\r
256     <Compile Include=".\Mvc\ModelBinderProviders.cs" />\r
257     <Compile Include=".\Mvc\ModelBinders.cs" />\r
258     <Compile Include=".\Mvc\ModelBindingContext.cs" />\r
259     <Compile Include=".\Mvc\ModelClientValidationEqualToRule.cs" />\r
260     <Compile Include=".\Mvc\ModelClientValidationRangeRule.cs" />\r
261     <Compile Include=".\Mvc\ModelClientValidationRegexRule.cs" />\r
262     <Compile Include=".\Mvc\ModelClientValidationRemoteRule.cs" />\r
263     <Compile Include=".\Mvc\ModelClientValidationRequiredRule.cs" />\r
264     <Compile Include=".\Mvc\ModelClientValidationRule.cs" />\r
265     <Compile Include=".\Mvc\ModelClientValidationStringLengthRule.cs" />\r
266     <Compile Include=".\Mvc\ModelError.cs" />\r
267     <Compile Include=".\Mvc\ModelErrorCollection.cs" />\r
268     <Compile Include=".\Mvc\ModelMetadata.cs" />\r
269     <Compile Include=".\Mvc\ModelMetadataProvider.cs" />\r
270     <Compile Include=".\Mvc\ModelMetadataProviders.cs" />\r
271     <Compile Include=".\Mvc\ModelState.cs" />\r
272     <Compile Include=".\Mvc\ModelStateDictionary.cs" />\r
273     <Compile Include=".\Mvc\ModelValidationResult.cs" />\r
274     <Compile Include=".\Mvc\ModelValidator.cs" />\r
275     <Compile Include=".\Mvc\ModelValidatorProvider.cs" />\r
276     <Compile Include=".\Mvc\ModelValidatorProviderCollection.cs" />\r
277     <Compile Include=".\Mvc\ModelValidatorProviders.cs" />\r
278     <Compile Include=".\Mvc\MultiSelectList.cs" />\r
279     <Compile Include=".\Mvc\MultiServiceResolver.cs" />\r
280     <Compile Include=".\Mvc\MvcFilter.cs" />\r
281     <Compile Include=".\Mvc\MvcHandler.cs" />\r
282     <Compile Include=".\Mvc\MvcHtmlString.cs" />\r
283     <Compile Include=".\Mvc\MvcHttpHandler.cs" />\r
284     <Compile Include=".\Mvc\MvcRouteHandler.cs" />\r
285     <Compile Include=".\Mvc\MvcWebRazorHostFactory.cs" />\r
286     <Compile Include=".\Mvc\NameValueCollectionExtensions.cs" />\r
287     <Compile Include=".\Mvc\NameValueCollectionValueProvider.cs" />\r
288     <Compile Include=".\Mvc\NoAsyncTimeoutAttribute.cs" />\r
289     <Compile Include=".\Mvc\NonActionAttribute.cs" />\r
290     <Compile Include=".\Mvc\NullViewLocationCache.cs" />\r
291     <Compile Include=".\Mvc\OutputCacheAttribute.cs" />\r
292     <Compile Include=".\Mvc\ParameterBindingInfo.cs" />\r
293     <Compile Include=".\Mvc\ParameterDescriptor.cs" />\r
294     <Compile Include=".\Mvc\ParameterInfoUtil.cs" />\r
295     <Compile Include=".\Mvc\PartialViewResult.cs" />\r
296     <Compile Include=".\Mvc\PathHelpers.cs" />\r
297     <Compile Include=".\Mvc\PreApplicationStartCode.cs" />\r
298     <Compile Include=".\Mvc\QueryStringValueProvider.cs" />\r
299     <Compile Include=".\Mvc\QueryStringValueProviderFactory.cs" />\r
300     <Compile Include=".\Mvc\RangeAttributeAdapter.cs" />\r
301     <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeGenerator.cs" />\r
302     <Compile Include=".\Mvc\Razor\MvcCSharpRazorCodeParser.cs" />\r
303     <Compile Include=".\Mvc\Razor\MvcVBRazorCodeParser.cs" />\r
304     <Compile Include=".\Mvc\Razor\MvcWebPageRazorHost.cs" />\r
305     <Compile Include=".\Mvc\Razor\SetModelTypeCodeGenerator.cs" />\r
306     <Compile Include=".\Mvc\Razor\StartPageLookupDelegate.cs" />\r
307     <Compile Include=".\Mvc\RazorView.cs" />\r
308     <Compile Include=".\Mvc\RazorViewEngine.cs" />\r
309     <Compile Include=".\Mvc\ReaderWriterCache`2.cs" />\r
310     <Compile Include=".\Mvc\RedirectResult.cs" />\r
311     <Compile Include=".\Mvc\RedirectToRouteResult.cs" />\r
312     <Compile Include=".\Mvc\ReflectedActionDescriptor.cs" />\r
313     <Compile Include=".\Mvc\ReflectedAttributeCache.cs" />\r
314     <Compile Include=".\Mvc\ReflectedControllerDescriptor.cs" />\r
315     <Compile Include=".\Mvc\ReflectedParameterBindingInfo.cs" />\r
316     <Compile Include=".\Mvc\ReflectedParameterDescriptor.cs" />\r
317     <Compile Include=".\Mvc\RegularExpressionAttributeAdapter.cs" />\r
318     <Compile Include=".\Mvc\RemoteAttribute.cs" />\r
319     <Compile Include=".\Mvc\RequiredAttributeAdapter.cs" />\r
320     <Compile Include=".\Mvc\RequireHttpsAttribute.cs" />\r
321     <Compile Include=".\Mvc\Resources\MvcResources.Designer.cs" />\r
322     <Compile Include=".\Mvc\ResultExecutedContext.cs" />\r
323     <Compile Include=".\Mvc\ResultExecutingContext.cs" />\r
324     <Compile Include=".\Mvc\RouteCollectionExtensions.cs" />\r
325     <Compile Include=".\Mvc\RouteDataValueProvider.cs" />\r
326     <Compile Include=".\Mvc\RouteDataValueProviderFactory.cs" />\r
327     <Compile Include=".\Mvc\RouteValuesHelpers.cs" />\r
328     <Compile Include=".\Mvc\SecurityUtil.cs" />\r
329     <Compile Include=".\Mvc\SelectList.cs" />\r
330     <Compile Include=".\Mvc\SelectListItem.cs" />\r
331     <Compile Include=".\Mvc\SessionStateAttribute.cs" />\r
332     <Compile Include=".\Mvc\SessionStateTempDataProvider.cs" />\r
333     <Compile Include=".\Mvc\SingleServiceResolver.cs" />\r
334     <Compile Include=".\Mvc\StringLengthAttributeAdapter.cs" />\r
335     <Compile Include=".\Mvc\TagBuilderExtensions.cs" />\r
336     <Compile Include=".\Mvc\TempDataDictionary.cs" />\r
337     <Compile Include=".\Mvc\TemplateInfo.cs" />\r
338     <Compile Include=".\Mvc\TryGetValueDelegate.cs" />\r
339     <Compile Include=".\Mvc\TypeCacheSerializer.cs" />\r
340     <Compile Include=".\Mvc\TypeCacheUtil.cs" />\r
341     <Compile Include=".\Mvc\TypeDescriptorHelper.cs" />\r
342     <Compile Include=".\Mvc\TypeHelpers.cs" />\r
343     <Compile Include=".\Mvc\UnvalidatedRequestValuesAccessor.cs" />\r
344     <Compile Include=".\Mvc\UnvalidatedRequestValuesWrapper.cs" />\r
345     <Compile Include=".\Mvc\UrlHelper.cs" />\r
346     <Compile Include=".\Mvc\UrlParameter.cs" />\r
347     <Compile Include=".\Mvc\UrlRewriterHelper.cs" />\r
348     <Compile Include=".\Mvc\ValidatableObjectAdapter.cs" />\r
349     <Compile Include=".\Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
350     <Compile Include=".\Mvc\ValidateInputAttribute.cs" />\r
351     <Compile Include=".\Mvc\ValueProviderCollection.cs" />\r
352     <Compile Include=".\Mvc\ValueProviderDictionary.cs" />\r
353     <Compile Include=".\Mvc\ValueProviderFactories.cs" />\r
354     <Compile Include=".\Mvc\ValueProviderFactory.cs" />\r
355     <Compile Include=".\Mvc\ValueProviderFactoryCollection.cs" />\r
356     <Compile Include=".\Mvc\ValueProviderResult.cs" />\r
357     <Compile Include=".\Mvc\ValueProviderUtil.cs" />\r
358     <Compile Include=".\Mvc\ViewContext.cs" />\r
359     <Compile Include=".\Mvc\ViewDataDictionary.cs" />\r
360     <Compile Include=".\Mvc\ViewDataDictionary`1.cs" />\r
361     <Compile Include=".\Mvc\ViewDataInfo.cs" />\r
362     <Compile Include=".\Mvc\ViewEngineCollection.cs" />\r
363     <Compile Include=".\Mvc\ViewEngineResult.cs" />\r
364     <Compile Include=".\Mvc\ViewEngines.cs" />\r
365     <Compile Include=".\Mvc\ViewMasterPage.cs" />\r
366     <Compile Include=".\Mvc\ViewMasterPage`1.cs" />\r
367     <Compile Include=".\Mvc\ViewMasterPageControlBuilder.cs" />\r
368     <Compile Include=".\Mvc\ViewPage.cs" />\r
369     <Compile Include=".\Mvc\ViewPage`1.cs" />\r
370     <Compile Include=".\Mvc\ViewPageControlBuilder.cs" />\r
371     <Compile Include=".\Mvc\ViewResult.cs" />\r
372     <Compile Include=".\Mvc\ViewResultBase.cs" />\r
373     <Compile Include=".\Mvc\ViewStartPage.cs" />\r
374     <Compile Include=".\Mvc\ViewTemplateUserControl.cs" />\r
375     <Compile Include=".\Mvc\ViewTemplateUserControl`1.cs" />\r
376     <Compile Include=".\Mvc\ViewType.cs" />\r
377     <Compile Include=".\Mvc\ViewTypeControlBuilder.cs" />\r
378     <Compile Include=".\Mvc\ViewTypeParserFilter.cs" />\r
379     <Compile Include=".\Mvc\ViewUserControl.cs" />\r
380     <Compile Include=".\Mvc\ViewUserControl`1.cs" />\r
381     <Compile Include=".\Mvc\ViewUserControlControlBuilder.cs" />\r
382     <Compile Include=".\Mvc\VirtualPathProviderViewEngine.cs" />\r
383     <Compile Include=".\Mvc\WebFormView.cs" />\r
384     <Compile Include=".\Mvc\WebFormViewEngine.cs" />\r
385     <Compile Include=".\Mvc\WebViewPage.cs" />\r
386     <Compile Include=".\Mvc\WebViewPage`1.cs" />\r
387     <Compile Include=".\Properties\AssemblyInfo.cs" />\r  </ItemGroup>\r
388   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
389        Other similar extension points exist, see Microsoft.Common.targets.\r
390   <Target Name="BeforeBuild">\r
391   </Target>\r
392   <Target Name="AfterBuild">\r
393   </Target>\r
394   -->\r
395   <PropertyGroup>\r
396     <PreBuildEvent>\r
397 \r
398     </PreBuildEvent>\r
399     <PostBuildEvent>\r
400       xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
401   </PostBuildEvent>\r
402   </PropertyGroup>\r
403   <ItemGroup>\r
404     <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
405       <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>\r
406       <Name>corlib\corlib-net_4_5</Name>\r
407     </ProjectReference>\r
408     <ProjectReference Include="..\Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5.csproj">\r
409       <Project>{ADFD4824-AEDB-445C-9B52-D0E0A9318B87}</Project>\r
410       <Name>Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5</Name>\r
411     </ProjectReference>\r
412     <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
413       <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>\r
414       <Name>System\System-net_4_5-2</Name>\r
415     </ProjectReference>\r
416     <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">\r
417       <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>\r
418       <Name>System.Core\System.Core-net_4_5</Name>\r
419     </ProjectReference>\r
420     <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">\r
421       <Project>{847BF7E9-DEFB-43C9-8410-CA775ADC0E8A}</Project>\r
422       <Name>System.Configuration\System.Configuration-net_4_5</Name>\r
423     </ProjectReference>\r
424     <ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">\r
425       <Project>{5CAB0F19-4A6F-4B4B-96DA-5677F88E2EF6}</Project>\r
426       <Name>System.Data\System.Data-net_4_5</Name>\r
427     </ProjectReference>\r
428     <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
429       <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>\r
430       <Name>System.XML\System.Xml-net_4_5-1</Name>\r
431     </ProjectReference>\r
432     <ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">\r
433       <Project>{B467A47F-0589-44F2-987D-8E1D6D4A8ED8}</Project>\r
434       <Name>System.Web\System.Web-net_4_5-2</Name>\r
435     </ProjectReference>\r
436     <ProjectReference Include="..\System.Web.Abstractions\System.Web.Abstractions-net_4_5.csproj">\r
437       <Project>{4B6EE92C-A0F1-4274-ACAA-8DF5BF2BEC80}</Project>\r
438       <Name>System.Web.Abstractions\System.Web.Abstractions-net_4_5</Name>\r
439     </ProjectReference>\r
440     <ProjectReference Include="..\System.Web.Routing\System.Web.Routing-net_4_5.csproj">\r
441       <Project>{6D8FBB29-646A-4F94-B80D-04DD8768F1E7}</Project>\r
442       <Name>System.Web.Routing\System.Web.Routing-net_4_5</Name>\r
443     </ProjectReference>\r
444     <ProjectReference Include="..\System.Web.Extensions\System.Web.Extensions-net_4_5.csproj">\r
445       <Project>{88F3463D-A057-4531-AEE8-802F5B6342E9}</Project>\r
446       <Name>System.Web.Extensions\System.Web.Extensions-net_4_5</Name>\r
447     </ProjectReference>\r
448     <ProjectReference Include="..\System.ComponentModel.DataAnnotations\System.ComponentModel.DataAnnotations-net_4_5.csproj">\r
449       <Project>{AB2C11F0-259B-4B85-A1BB-9243CD007A9E}</Project>\r
450       <Name>System.ComponentModel.DataAnnotations\System.ComponentModel.DataAnnotations-net_4_5</Name>\r
451     </ProjectReference>\r
452     <ProjectReference Include="..\System.Data.Linq\System.Data.Linq-net_4_5.csproj">\r
453       <Project>{8BBB6858-599C-41C5-AD49-0FE5A0DEE7DF}</Project>\r
454       <Name>System.Data.Linq\System.Data.Linq-net_4_5</Name>\r
455     </ProjectReference>\r
456     <ProjectReference Include="..\System.Runtime.Caching\System.Runtime.Caching-net_4_5.csproj">\r
457       <Project>{8645A982-AA1E-48CB-B996-7FCC4F8703CE}</Project>\r
458       <Name>System.Runtime.Caching\System.Runtime.Caching-net_4_5</Name>\r
459     </ProjectReference>\r
460     <ProjectReference Include="..\System.Web.Razor\System.Web.Razor-net_4_5.csproj">\r
461       <Project>{2AE9CF93-986F-4C13-AD77-5E40FCDD0DB7}</Project>\r
462       <Name>System.Web.Razor\System.Web.Razor-net_4_5</Name>\r
463     </ProjectReference>\r
464     <ProjectReference Include="..\System.Web.WebPages.Razor\System.Web.WebPages.Razor-net_4_5.csproj">\r
465       <Project>{D8E8B136-69B6-461F-872A-9C0F12272D53}</Project>\r
466       <Name>System.Web.WebPages.Razor\System.Web.WebPages.Razor-net_4_5</Name>\r
467     </ProjectReference>\r
468     <ProjectReference Include="..\System.Web.WebPages\System.Web.WebPages-net_4_5.csproj">\r
469       <Project>{4A2FA66A-594D-4A7B-9943-B7956C46D856}</Project>\r
470       <Name>System.Web.WebPages\System.Web.WebPages-net_4_5</Name>\r
471     </ProjectReference>\r
472   </ItemGroup>\r
473   <ItemGroup>\r
474     <Folder Include="Properties\" />\r
475   </ItemGroup>\r
476   <ItemGroup>\r
477     <EmbeddedResource Include="Mvc/Resources/MvcResources.resources">\r
478       <LogicalName>System.Web.Mvc.Resources.MvcResources.resources</LogicalName>\r
479     </EmbeddedResource>\r
480   </ItemGroup>\r
481 </Project>