New tests.
[mono.git] / mcs / class / System.Web.Mvc2 / System.Web.Mvc.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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>{3D3FFD8A-624D-4E9B-954B-E1C105507975}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>System.Web</RootNamespace>\r
12     <AssemblyName>System.Web.Mvc</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <ErrorReport>prompt</ErrorReport>\r
16     <WarningLevel>4</WarningLevel>\r
17     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
18     <BaseAddress>1609891840</BaseAddress>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <Optimize>false</Optimize>\r
24     <OutputPath>..\..\bin\Debug\</OutputPath>\r
25     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>..\..\bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.ComponentModel.DataAnnotations">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.configuration" />\r
39     <Reference Include="System.Core">\r
40       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
41     </Reference>\r
42     <Reference Include="System.Data.Entity">\r
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
44     </Reference>\r
45     <Reference Include="System.Data.Linq">\r
46       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
47     </Reference>\r
48     <Reference Include="System.Web" />\r
49     <Reference Include="System.Data" />\r
50     <Reference Include="System.Web.Abstractions">\r
51       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
52     </Reference>\r
53     <Reference Include="System.Web.Extensions">\r
54       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
55     </Reference>\r
56     <Reference Include="System.Web.Routing">\r
57       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
58     </Reference>\r
59     <Reference Include="System.Xml" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <Compile Include="Mvc\AssociatedMetadataProvider.cs" />\r
63     <Compile Include="Mvc\ActionExecutedContext.cs" />\r
64     <Compile Include="Mvc\ActionExecutingContext.cs" />\r
65     <Compile Include="Mvc\AntiForgeryData.cs" />\r
66     <Compile Include="Mvc\AntiForgeryDataSerializer.cs" />\r
67     <Compile Include="Mvc\ClientDataTypeModelValidatorProvider.cs" />\r
68     <Compile Include="Mvc\AssociatedValidatorProvider.cs" />\r
69     <Compile Include="Mvc\Async\ActionDescriptorCreator.cs" />\r
70     <Compile Include="Mvc\Async\AsyncActionDescriptor.cs" />\r
71     <Compile Include="Mvc\Async\AsyncActionMethodSelector.cs" />\r
72     <Compile Include="Mvc\Async\AsyncControllerActionInvoker.cs" />\r
73     <Compile Include="Mvc\Async\SynchronousOperationException.cs" />\r
74     <Compile Include="Mvc\Async\AsyncManager.cs" />\r
75     <Compile Include="Mvc\AsyncTimeoutAttribute.cs" />\r
76     <Compile Include="Mvc\Async\BeginInvokeDelegate.cs" />\r
77     <Compile Include="Mvc\Async\AsyncResultWrapper.cs" />\r
78     <Compile Include="Mvc\Async\AsyncVoid.cs" />\r
79     <Compile Include="Mvc\AsyncController.cs" />\r
80     <Compile Include="Mvc\Async\AsyncUtil.cs" />\r
81     <Compile Include="Mvc\Async\IAsyncController.cs" />\r
82     <Compile Include="Mvc\Async\IAsyncActionInvoker.cs" />\r
83     <Compile Include="Mvc\Async\IAsyncManagerContainer.cs" />\r
84     <Compile Include="Mvc\UrlParameter.cs" />\r
85     <Compile Include="Mvc\FormValueProvider.cs" />\r
86     <Compile Include="Mvc\FormValueProviderFactory.cs" />\r
87     <Compile Include="Mvc\HttpFileCollectionValueProvider.cs" />\r
88     <Compile Include="Mvc\HttpFileCollectionValueProviderFactory.cs" />\r
89     <Compile Include="Mvc\QueryStringValueProvider.cs" />\r
90     <Compile Include="Mvc\QueryStringValueProviderFactory.cs" />\r
91     <Compile Include="Mvc\RangeAttributeAdapter.cs" />\r
92     <Compile Include="Mvc\RegularExpressionAttributeAdapter.cs" />\r
93     <Compile Include="Mvc\RequiredAttributeAdapter.cs" />\r
94     <Compile Include="Mvc\RouteDataValueProvider.cs" />\r
95     <Compile Include="Mvc\RouteDataValueProviderFactory.cs" />\r
96     <Compile Include="Mvc\StringLengthAttributeAdapter.cs" />\r
97     <Compile Include="Mvc\TypeCacheUtil.cs" />\r
98     <Compile Include="Mvc\TypeCacheSerializer.cs" />\r
99     <Compile Include="Mvc\Html\DisplayTextExtensions.cs" />\r
100     <Compile Include="Mvc\NoAsyncTimeoutAttribute.cs" />\r
101     <Compile Include="Mvc\Async\OperationCounter.cs" />\r
102     <Compile Include="Mvc\Async\ReflectedAsyncActionDescriptor.cs" />\r
103     <Compile Include="Mvc\Async\ReflectedAsyncControllerDescriptor.cs" />\r
104     <Compile Include="Mvc\Async\Trigger.cs" />\r
105     <Compile Include="Mvc\Async\TriggerListener.cs" />\r
106     <Compile Include="Mvc\Async\SimpleAsyncResult.cs" />\r
107     <Compile Include="Mvc\Async\EndInvokeDelegate.cs" />\r
108     <Compile Include="Mvc\Async\EndInvokeDelegate`1.cs" />\r
109     <Compile Include="Mvc\Async\SynchronizationContextUtil.cs" />\r
110     <Compile Include="Mvc\AuthorizationContext.cs" />\r
111     <Compile Include="Mvc\ByteArrayModelBinder.cs" />\r
112     <Compile Include="Mvc\ControllerContext.cs" />\r
113     <Compile Include="Mvc\Html\ChildActionExtensions.cs" />\r
114     <Compile Include="Mvc\ParameterInfoUtil.cs" />\r
115     <Compile Include="Mvc\HttpHandlerUtil.cs" />\r
116     <Compile Include="Mvc\ChildActionOnlyAttribute.cs" />\r
117     <Compile Include="Mvc\TypeDescriptorHelper.cs" />\r
118     <Compile Include="Mvc\ValueProviderFactories.cs" />\r
119     <Compile Include="Mvc\ValueProviderFactory.cs" />\r
120     <Compile Include="Mvc\ValueProviderFactoryCollection.cs" />\r
121     <Compile Include="Mvc\ValueProviderCollection.cs" />\r
122     <Compile Include="Mvc\DictionaryValueProvider`1.cs" />\r
123     <Compile Include="Mvc\NameValueCollectionValueProvider.cs" />\r
124     <Compile Include="Mvc\ValueProviderUtil.cs" />\r
125     <Compile Include="Mvc\IValueProvider.cs" />\r
126     <Compile Include="Mvc\DataErrorInfoModelValidatorProvider.cs" />\r
127     <Compile Include="Mvc\ModelValidatorProviderCollection.cs" />\r
128     <Compile Include="Mvc\DataAnnotationsModelMetadata.cs" />\r
129     <Compile Include="Mvc\HiddenInputAttribute.cs" />\r
130     <Compile Include="Mvc\HttpGetAttribute.cs" />\r
131     <Compile Include="Mvc\HttpPutAttribute.cs" />\r
132     <Compile Include="Mvc\HttpDeleteAttribute.cs" />\r
133     <Compile Include="Mvc\DynamicTypeGenerator.cs" />\r
134     <Compile Include="Mvc\ModelClientValidationRequiredRule.cs" />\r
135     <Compile Include="Mvc\ModelClientValidationRangeRule.cs" />\r
136     <Compile Include="Mvc\ModelClientValidationStringLengthRule.cs" />\r
137     <Compile Include="Mvc\MvcHtmlString.cs" />\r
138     <Compile Include="Mvc\DataAnnotationsModelValidator.cs" />\r
139     <Compile Include="Mvc\DataAnnotationsModelValidatorProvider.cs" />\r
140     <Compile Include="Mvc\DataAnnotationsModelValidator`1.cs" />\r
141     <Compile Include="Mvc\EmptyModelValidatorProvider.cs" />\r
142     <Compile Include="Mvc\ExpressionHelper.cs" />\r
143     <Compile Include="Mvc\FieldValidationMetadata.cs" />\r
144     <Compile Include="Mvc\FormContext.cs" />\r
145     <Compile Include="Mvc\JsonRequestBehavior.cs" />\r
146     <Compile Include="Mvc\ModelClientValidationRegexRule.cs" />\r
147     <Compile Include="Mvc\ModelClientValidationRule.cs" />\r
148     <Compile Include="Mvc\ModelValidationResult.cs" />\r
149     <Compile Include="Mvc\ModelValidator.cs" />\r
150     <Compile Include="Mvc\ModelValidatorProvider.cs" />\r
151     <Compile Include="Mvc\ModelValidatorProviders.cs" />\r
152     <Compile Include="Mvc\RequireHttpsAttribute.cs" />\r
153     <Compile Include="Mvc\HttpRequestExtensions.cs" />\r
154     <Compile Include="Mvc\DataAnnotationsModelMetadataProvider.cs" />\r
155     <Compile Include="Mvc\EmptyModelMetadataProvider.cs" />\r
156     <Compile Include="Mvc\ExpressionUtil\BinaryExpressionFingerprint.cs" />\r
157     <Compile Include="Mvc\ExpressionUtil\CachedExpressionCompiler.cs" />\r
158     <Compile Include="Mvc\ExpressionUtil\ExpressionParser.cs" />\r
159     <Compile Include="Mvc\ModelMetadata.cs" />\r
160     <Compile Include="Mvc\ModelMetadataProvider.cs" />\r
161     <Compile Include="Mvc\ModelMetadataProviders.cs" />\r
162     <Compile Include="Mvc\ExpressionUtil\CompiledExpressionDelegate`2.cs" />\r
163     <Compile Include="Mvc\ExpressionUtil\ConstantExpressionFingerprint.cs" />\r
164     <Compile Include="Mvc\ExpressionUtil\ConditionalExpressionFingerprint.cs" />\r
165     <Compile Include="Mvc\ExpressionUtil\MethodCallExpressionFingerprint.cs" />\r
166     <Compile Include="Mvc\ExpressionUtil\MemberExpressionFingerprint.cs" />\r
167     <Compile Include="Mvc\ExpressionUtil\UnaryExpressionFingerprint.cs" />\r
168     <Compile Include="Mvc\ExpressionUtil\ParserContext.cs" />\r
169     <Compile Include="Mvc\ExpressionUtil\ParameterExpressionFingerprint.cs" />\r
170     <Compile Include="Mvc\ExpressionUtil\HashCodeCombiner.cs" />\r
171     <Compile Include="Mvc\ExpressionUtil\ExpressionFingerprint.cs" />\r
172     <Compile Include="Mvc\ExpressionUtil\FastTrack`2.cs" />\r
173     <Compile Include="Mvc\AreaHelpers.cs" />\r
174     <Compile Include="Mvc\AreaRegistration.cs" />\r
175     <Compile Include="Mvc\AreaRegistrationContext.cs" />\r
176     <Compile Include="Mvc\Error.cs" />\r
177     <Compile Include="Mvc\IRouteWithArea.cs" />\r
178     <Compile Include="Mvc\Async\SingleEntryGate.cs" />\r
179     <Compile Include="Mvc\Html\PartialExtensions.cs" />\r
180     <Compile Include="Mvc\LinqBinaryModelBinder.cs" />\r
181     <Compile Include="Mvc\TryGetValueDelegate.cs" />\r
182     <Compile Include="Mvc\ViewDataInfo.cs" />\r
183     <Compile Include="Mvc\Html\DefaultDisplayTemplates.cs" />\r
184     <Compile Include="Mvc\Html\DefaultEditorTemplates.cs" />\r
185     <Compile Include="Mvc\Html\DisplayExtensions.cs" />\r
186     <Compile Include="Mvc\Html\EditorExtensions.cs" />\r
187     <Compile Include="Mvc\Html\LabelExtensions.cs" />\r
188     <Compile Include="Mvc\Html\TemplateHelpers.cs" />\r
189     <Compile Include="Mvc\HttpPostAttribute.cs" />\r
190     <Compile Include="Mvc\PathHelpers.cs" />\r
191     <Compile Include="Mvc\ExceptionContext.cs" />\r
192     <Compile Include="Mvc\ResultExecutedContext.cs" />\r
193     <Compile Include="Mvc\ResultExecutingContext.cs" />\r
194     <Compile Include="Mvc\TemplateInfo.cs" />\r
195     <Compile Include="Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
196     <Compile Include="Mvc\HttpAntiForgeryException.cs" />\r
197     <Compile Include="Mvc\JavaScriptResult.cs" />\r
198     <Compile Include="Mvc\ActionDescriptor.cs" />\r
199     <Compile Include="Mvc\ActionMethodDispatcher.cs" />\r
200     <Compile Include="Mvc\ActionMethodSelector.cs" />\r
201     <Compile Include="Mvc\ActionMethodSelectorAttribute.cs" />\r
202     <Compile Include="Mvc\ActionNameSelectorAttribute.cs" />\r
203     <Compile Include="Mvc\AuthorizeAttribute.cs" />\r
204     <Compile Include="Mvc\Ajax\AjaxOptions.cs" />\r
205     <Compile Include="Mvc\Ajax\AjaxExtensions.cs" />\r
206     <Compile Include="Mvc\ActionMethodDispatcherCache.cs" />\r
207     <Compile Include="Mvc\BindAttribute.cs" />\r
208     <Compile Include="Mvc\ControllerBase.cs" />\r
209     <Compile Include="Mvc\ActionNameAttribute.cs" />\r
210     <Compile Include="Mvc\AcceptVerbsAttribute.cs" />\r
211     <Compile Include="Mvc\AjaxHelper`1.cs" />\r
212     <Compile Include="Mvc\HtmlHelper`1.cs" />\r
213     <Compile Include="Mvc\DictionaryHelpers.cs" />\r
214     <Compile Include="Mvc\AjaxRequestExtensions.cs" />\r
215     <Compile Include="Mvc\ModelBinderDictionary.cs" />\r
216     <Compile Include="Mvc\ValueProviderDictionary.cs" />\r
217     <Compile Include="Mvc\ViewContext.cs" />\r
218     <Compile Include="Mvc\ViewTemplateUserControl.cs">\r
219       <SubType>ASPXCodeBehind</SubType>\r
220     </Compile>\r
221     <Compile Include="Mvc\ViewTemplateUserControl`1.cs">\r
222       <SubType>ASPXCodeBehind</SubType>\r
223     </Compile>\r
224     <Compile Include="Mvc\ViewType.cs" />\r
225     <Compile Include="Mvc\ViewTypeControlBuilder.cs" />\r
226     <Compile Include="Mvc\ViewUserControlControlBuilder.cs">\r
227     </Compile>\r
228     <Compile Include="Mvc\ViewPageControlBuilder.cs">\r
229     </Compile>\r
230     <Compile Include="Mvc\ViewTypeParserFilter.cs" />\r
231     <Compile Include="Mvc\DefaultViewLocationCache.cs" />\r
232     <Compile Include="Mvc\FormCollection.cs" />\r
233     <Compile Include="Mvc\HttpPostedFileBaseModelBinder.cs" />\r
234     <Compile Include="Mvc\NullViewLocationCache.cs" />\r
235     <Compile Include="Mvc\ValidateInputAttribute.cs" />\r
236     <Compile Include="Mvc\FileContentResult.cs" />\r
237     <Compile Include="Mvc\FilePathResult.cs" />\r
238     <Compile Include="Mvc\FileResult.cs" />\r
239     <Compile Include="Mvc\FileStreamResult.cs" />\r
240     <Compile Include="Mvc\InputType.cs" />\r
241     <Compile Include="Mvc\ControllerDescriptorCache.cs" />\r
242     <Compile Include="Mvc\ReflectedParameterBindingInfo.cs" />\r
243     <Compile Include="Mvc\ParameterBindingInfo.cs" />\r
244     <Compile Include="Mvc\ReaderWriterCache`2.cs" />\r
245     <Compile Include="Mvc\DescriptorUtil.cs" />\r
246     <Compile Include="Mvc\ReflectedControllerDescriptor.cs" />\r
247     <Compile Include="Mvc\ControllerDescriptor.cs" />\r
248     <Compile Include="Mvc\ActionSelector.cs" />\r
249     <Compile Include="Mvc\ReflectedActionDescriptor.cs" />\r
250     <Compile Include="Mvc\Html\MvcForm.cs" />\r
251     <Compile Include="Mvc\HttpVerbs.cs" />\r
252     <Compile Include="Mvc\DefaultModelBinder.cs" />\r
253     <Compile Include="Mvc\ModelBindingContext.cs" />\r
254     <Compile Include="Mvc\ParameterDescriptor.cs" />\r
255     <Compile Include="Mvc\RouteValuesHelpers.cs" />\r
256     <Compile Include="Mvc\SelectListItem.cs" />\r
257     <Compile Include="Mvc\TagRenderMode.cs" />\r
258     <Compile Include="Mvc\ReflectedParameterDescriptor.cs" />\r
259     <Compile Include="Mvc\ValueProviderResult.cs" />\r
260     <Compile Include="Mvc\CustomModelBinderAttribute.cs" />\r
261     <Compile Include="Mvc\FormMethod.cs" />\r
262     <Compile Include="Mvc\Html\FormExtensions.cs" />\r
263     <Compile Include="Mvc\Html\InputExtensions.cs">\r
264       <SubType>Code</SubType>\r
265     </Compile>\r
266     <Compile Include="Mvc\Html\RenderPartialExtensions.cs" />\r
267     <Compile Include="Mvc\Html\SelectExtensions.cs" />\r
268     <Compile Include="Mvc\Html\TextAreaExtensions.cs" />\r
269     <Compile Include="Mvc\Html\ValidationExtensions.cs" />\r
270     <Compile Include="Mvc\IModelBinder.cs" />\r
271     <Compile Include="Mvc\Html\LinkExtensions.cs" />\r
272     <Compile Include="Mvc\ModelBinderAttribute.cs" />\r
273     <Compile Include="Mvc\ModelBinders.cs" />\r
274     <Compile Include="Mvc\ModelStateDictionary.cs" />\r
275     <Compile Include="Mvc\ModelState.cs" />\r
276     <Compile Include="Mvc\ModelErrorCollection.cs" />\r
277     <Compile Include="Mvc\ModelError.cs" />\r
278     <Compile Include="Mvc\Ajax\InsertionMode.cs" />\r
279     <Compile Include="Mvc\HandleErrorAttribute.cs" />\r
280     <Compile Include="Mvc\HandleErrorInfo.cs" />\r
281     <Compile Include="Mvc\HttpUnauthorizedResult.cs" />\r
282     <Compile Include="Mvc\IActionInvoker.cs" />\r
283     <Compile Include="Mvc\IView.cs" />\r
284     <Compile Include="Mvc\IViewLocationCache.cs" />\r
285     <Compile Include="Mvc\MvcHttpHandler.cs" />\r
286     <Compile Include="Mvc\PartialViewResult.cs" />\r
287     <Compile Include="Mvc\SessionStateTempDataProvider.cs" />\r
288     <Compile Include="Mvc\ITempDataProvider.cs" />\r
289     <Compile Include="Mvc\OutputCacheAttribute.cs" />\r
290     <Compile Include="Mvc\FilterInfo.cs" />\r
291     <Compile Include="GlobalSuppressions.cs" />\r
292     <Compile Include="Mvc\ActionFilterAttribute.cs" />\r
293     <Compile Include="Mvc\ActionResult.cs" />\r
294     <Compile Include="Mvc\AjaxHelper.cs" />\r
295     <Compile Include="Mvc\BuildManagerWrapper.cs" />\r
296     <Compile Include="Mvc\Controller.cs" />\r
297     <Compile Include="Mvc\ControllerActionInvoker.cs" />\r
298     <Compile Include="Mvc\ControllerBuilder.cs" />\r
299     <Compile Include="Mvc\ControllerTypeCache.cs" />\r
300     <Compile Include="Mvc\ContentResult.cs" />\r
301     <Compile Include="Mvc\FilterAttribute.cs" />\r
302     <Compile Include="Mvc\IResultFilter.cs" />\r
303     <Compile Include="Mvc\IExceptionFilter.cs" />\r
304     <Compile Include="Mvc\IAuthorizationFilter.cs" />\r
305     <Compile Include="Mvc\JsonResult.cs" />\r
306     <Compile Include="Mvc\NameValueCollectionExtensions.cs" />\r
307     <Compile Include="Mvc\ViewDataDictionary`1.cs" />\r
308     <Compile Include="Mvc\EmptyResult.cs" />\r
309     <Compile Include="Mvc\MultiSelectList.cs" />\r
310     <Compile Include="Mvc\RedirectResult.cs" />\r
311     <Compile Include="Mvc\RedirectToRouteResult.cs" />\r
312     <Compile Include="Mvc\DefaultControllerFactory.cs" />\r
313     <Compile Include="Mvc\HtmlHelper.cs" />\r
314     <Compile Include="Mvc\IActionFilter.cs" />\r
315     <Compile Include="Mvc\IBuildManager.cs" />\r
316     <Compile Include="Mvc\IController.cs" />\r
317     <Compile Include="Mvc\IControllerFactory.cs" />\r
318     <Compile Include="Mvc\IViewDataContainer.cs" />\r
319     <Compile Include="Mvc\IViewEngine.cs" />\r
320     <Compile Include="Mvc\MvcHandler.cs" />\r
321     <Compile Include="Mvc\MvcRouteHandler.cs" />\r
322     <Compile Include="Mvc\NonActionAttribute.cs" />\r
323     <Compile Include="Mvc\RouteCollectionExtensions.cs" />\r
324     <Compile Include="Mvc\SelectList.cs" />\r
325     <Compile Include="Mvc\TagBuilder.cs" />\r
326     <Compile Include="Mvc\TempDataDictionary.cs" />\r
327     <Compile Include="Mvc\TypeHelpers.cs" />\r
328     <Compile Include="Mvc\UrlHelper.cs" />\r
329     <Compile Include="Mvc\ViewDataDictionary.cs" />\r
330     <Compile Include="Mvc\ViewEngineCollection.cs" />\r
331     <Compile Include="Mvc\ViewEngineResult.cs" />\r
332     <Compile Include="Mvc\ViewEngines.cs" />\r
333     <Compile Include="Mvc\ViewMasterPage.cs">\r
334       <SubType>ASPXCodeBehind</SubType>\r
335     </Compile>\r
336     <Compile Include="Mvc\ViewMasterPage`1.cs">\r
337       <SubType>ASPXCodeBehind</SubType>\r
338     </Compile>\r
339     <Compile Include="Mvc\ViewPage.cs">\r
340       <SubType>ASPXCodeBehind</SubType>\r
341     </Compile>\r
342     <Compile Include="Mvc\ViewPage`1.cs">\r
343       <SubType>ASPXCodeBehind</SubType>\r
344     </Compile>\r
345     <Compile Include="Mvc\ViewResult.cs" />\r
346     <Compile Include="Mvc\ViewResultBase.cs" />\r
347     <Compile Include="Mvc\ViewUserControl.cs">\r
348       <SubType>ASPXCodeBehind</SubType>\r
349     </Compile>\r
350     <Compile Include="Mvc\ViewUserControl`1.cs">\r
351       <SubType>ASPXCodeBehind</SubType>\r
352     </Compile>\r
353     <Compile Include="Mvc\VirtualPathProviderViewEngine.cs" />\r
354     <Compile Include="Mvc\WebFormView.cs" />\r
355     <Compile Include="Mvc\WebFormViewEngine.cs" />\r
356     <Compile Include="Properties\AssemblyInfo.cs" />\r
357     <Compile Include="Mvc\Resources\MvcResources.Designer.cs">\r
358       <AutoGen>True</AutoGen>\r
359       <DesignTime>True</DesignTime>\r
360       <DependentUpon>MvcResources.resx</DependentUpon>\r
361     </Compile>\r
362   </ItemGroup>\r
363   <ItemGroup>\r
364     <EmbeddedResource Include="Mvc\Resources\MvcResources.resx">\r
365       <Generator>ResXFileCodeGenerator</Generator>\r
366       <LastGenOutput>MvcResources.Designer.cs</LastGenOutput>\r
367       <SubType>Designer</SubType>\r
368     </EmbeddedResource>\r
369   </ItemGroup>\r
370   <ItemGroup>\r
371     <CodeAnalysisDictionary Include="..\CustomDictionary.xml" />\r
372   </ItemGroup>\r
373   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
374   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
375        Other similar extension points exist, see Microsoft.Common.targets.\r
376   <Target Name="BeforeBuild">\r
377   </Target>\r
378   <Target Name="AfterBuild">\r
379   </Target>\r
380   -->\r
381 </Project>