Add VS project files for test project
[mono-project.git] / mcs / class / System.Web.Mvc / System.Web.Mvc-net_4_0.csproj
blobd483973f3066d21a3104a8f54ea90dbf176c38b1
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/compat/net_4_0/tmp</OutputPath>
12 <NoStdLib>true</NoStdLib>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>dummy-System.Web.Mvc</AssemblyName>
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <NoWarn>1699</NoWarn>
24 <Optimize>false</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <NoWarn>1699</NoWarn>
33 <Optimize>true</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
38 </PropertyGroup>
39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
41 <Compile Include="..\..\build\common\Consts.cs" />
42 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
43 <Compile Include="GlobalSuppressions.cs" />
44 <Compile Include="Properties\AssemblyInfo.cs" />
45 <Compile Include="System.Web.Mvc\Resources\MvcResources.Designer.cs" />
46 <Compile Include="System.Web.Mvc\AcceptVerbsAttribute.cs" />
47 <Compile Include="System.Web.Mvc\ActionDescriptor.cs" />
48 <Compile Include="System.Web.Mvc\ActionExecutedContext.cs" />
49 <Compile Include="System.Web.Mvc\ActionExecutingContext.cs" />
50 <Compile Include="System.Web.Mvc\ActionFilterAttribute.cs" />
51 <Compile Include="System.Web.Mvc\ActionMethodDispatcherCache.cs" />
52 <Compile Include="System.Web.Mvc\ActionMethodDispatcher.cs" />
53 <Compile Include="System.Web.Mvc\ActionMethodSelectorAttribute.cs" />
54 <Compile Include="System.Web.Mvc\ActionMethodSelectorCache.cs" />
55 <Compile Include="System.Web.Mvc\ActionMethodSelector.cs" />
56 <Compile Include="System.Web.Mvc\ActionNameAttribute.cs" />
57 <Compile Include="System.Web.Mvc\ActionNameSelectorAttribute.cs" />
58 <Compile Include="System.Web.Mvc\ActionResult.cs" />
59 <Compile Include="System.Web.Mvc\ActionSelector.cs" />
60 <Compile Include="System.Web.Mvc\AntiForgeryData.cs" />
61 <Compile Include="System.Web.Mvc\AntiForgeryDataSerializer.cs" />
62 <Compile Include="System.Web.Mvc\Ajax\AjaxExtensions.cs" />
63 <Compile Include="System.Web.Mvc\Ajax\AjaxOptions.cs" />
64 <Compile Include="System.Web.Mvc\AjaxHelper`1.cs" />
65 <Compile Include="System.Web.Mvc\AjaxHelper.cs" />
66 <Compile Include="System.Web.Mvc\Ajax\InsertionMode.cs" />
67 <Compile Include="System.Web.Mvc\AjaxRequestExtensions.cs" />
68 <Compile Include="System.Web.Mvc\AntiForgeryToken.cs" />
69 <Compile Include="System.Web.Mvc\AntiForgeryTokenSerializer.cs" />
70 <Compile Include="System.Web.Mvc\AuthorizationContext.cs" />
71 <Compile Include="System.Web.Mvc\AuthorizeAttribute.cs" />
72 <Compile Include="System.Web.Mvc\BindAttribute.cs" />
73 <Compile Include="System.Web.Mvc\BuildManagerWrapper.cs" />
74 <Compile Include="System.Web.Mvc\ContentResult.cs" />
75 <Compile Include="System.Web.Mvc\ControllerActionInvoker.cs" />
76 <Compile Include="System.Web.Mvc\ControllerBase.cs" />
77 <Compile Include="System.Web.Mvc\ControllerBuilder.cs" />
78 <Compile Include="System.Web.Mvc\ControllerContext.cs" />
79 <Compile Include="System.Web.Mvc\Controller.cs" />
80 <Compile Include="System.Web.Mvc\ControllerDescriptorCache.cs" />
81 <Compile Include="System.Web.Mvc\ControllerDescriptor.cs" />
82 <Compile Include="System.Web.Mvc\ControllerTypeCache.cs" />
83 <Compile Include="System.Web.Mvc\CustomModelBinderAttribute.cs" />
84 <Compile Include="System.Web.Mvc\DefaultControllerFactory.cs" />
85 <Compile Include="System.Web.Mvc\DefaultModelBinder.cs" />
86 <Compile Include="System.Web.Mvc\DefaultViewLocationCache.cs" />
87 <Compile Include="System.Web.Mvc\DescriptorUtil.cs" />
88 <Compile Include="System.Web.Mvc\DictionaryHelpers.cs" />
89 <Compile Include="System.Web.Mvc\EmptyResult.cs" />
90 <Compile Include="System.Web.Mvc\ExceptionContext.cs" />
91 <Compile Include="System.Web.Mvc\FileContentResult.cs" />
92 <Compile Include="System.Web.Mvc\FilePathResult.cs" />
93 <Compile Include="System.Web.Mvc\FileResult.cs" />
94 <Compile Include="System.Web.Mvc\FileStreamResult.cs" />
95 <Compile Include="System.Web.Mvc\FilterAttribute.cs" />
96 <Compile Include="System.Web.Mvc\FilterInfo.cs" />
97 <Compile Include="System.Web.Mvc\FormCollection.cs" />
98 <Compile Include="System.Web.Mvc\FormMethod.cs" />
99 <Compile Include="System.Web.Mvc\HandleErrorAttribute.cs" />
100 <Compile Include="System.Web.Mvc\HandleErrorInfo.cs" />
101 <Compile Include="System.Web.Mvc\Html\FormExtensions.cs" />
102 <Compile Include="System.Web.Mvc\HtmlHelper`1.cs" />
103 <Compile Include="System.Web.Mvc\HtmlHelper.cs" />
104 <Compile Include="System.Web.Mvc\Html\InputExtensions.cs" />
105 <Compile Include="System.Web.Mvc\Html\LinkExtensions.cs" />
106 <Compile Include="System.Web.Mvc\Html\MvcForm.cs" />
107 <Compile Include="System.Web.Mvc\Html\RenderPartialExtensions.cs" />
108 <Compile Include="System.Web.Mvc\Html\SelectExtensions.cs" />
109 <Compile Include="System.Web.Mvc\Html\TextAreaExtensions.cs" />
110 <Compile Include="System.Web.Mvc\Html\ValidationExtensions.cs" />
111 <Compile Include="System.Web.Mvc\HttpAntiForgeryException.cs" />
112 <Compile Include="System.Web.Mvc\HttpPostedFileBaseModelBinder.cs" />
113 <Compile Include="System.Web.Mvc\HttpUnauthorizedResult.cs" />
114 <Compile Include="System.Web.Mvc\HttpVerbs.cs" />
115 <Compile Include="System.Web.Mvc\IActionFilter.cs" />
116 <Compile Include="System.Web.Mvc\IActionInvoker.cs" />
117 <Compile Include="System.Web.Mvc\IAuthorizationFilter.cs" />
118 <Compile Include="System.Web.Mvc\IBuildManager.cs" />
119 <Compile Include="System.Web.Mvc\IController.cs" />
120 <Compile Include="System.Web.Mvc\IControllerFactory.cs" />
121 <Compile Include="System.Web.Mvc\IExceptionFilter.cs" />
122 <Compile Include="System.Web.Mvc\IModelBinder.cs" />
123 <Compile Include="System.Web.Mvc\InputType.cs" />
124 <Compile Include="System.Web.Mvc\IResultFilter.cs" />
125 <Compile Include="System.Web.Mvc\ITempDataProvider.cs" />
126 <Compile Include="System.Web.Mvc\IView.cs" />
127 <Compile Include="System.Web.Mvc\IViewDataContainer.cs" />
128 <Compile Include="System.Web.Mvc\IViewEngine.cs" />
129 <Compile Include="System.Web.Mvc\IViewLocationCache.cs" />
130 <Compile Include="System.Web.Mvc\JavaScriptResult.cs" />
131 <Compile Include="System.Web.Mvc\JsonResult.cs" />
132 <Compile Include="System.Web.Mvc\ModelBinderAttribute.cs" />
133 <Compile Include="System.Web.Mvc\ModelBinderDictionary.cs" />
134 <Compile Include="System.Web.Mvc\ModelBinders.cs" />
135 <Compile Include="System.Web.Mvc\ModelBindingContext.cs" />
136 <Compile Include="System.Web.Mvc\ModelErrorCollection.cs" />
137 <Compile Include="System.Web.Mvc\ModelError.cs" />
138 <Compile Include="System.Web.Mvc\ModelState.cs" />
139 <Compile Include="System.Web.Mvc\ModelStateDictionary.cs" />
140 <Compile Include="System.Web.Mvc\MultiSelectList.cs" />
141 <Compile Include="System.Web.Mvc\MvcHandler.cs" />
142 <Compile Include="System.Web.Mvc\MvcHttpHandler.cs" />
143 <Compile Include="System.Web.Mvc\MvcRouteHandler.cs" />
144 <Compile Include="System.Web.Mvc\NameValueCollectionExtensions.cs" />
145 <Compile Include="System.Web.Mvc\NonActionAttribute.cs" />
146 <Compile Include="System.Web.Mvc\NullViewLocationCache.cs" />
147 <Compile Include="System.Web.Mvc\OutputCacheAttribute.cs" />
148 <Compile Include="System.Web.Mvc\ParameterBindingInfo.cs" />
149 <Compile Include="System.Web.Mvc\ParameterDescriptor.cs" />
150 <Compile Include="System.Web.Mvc\PartialViewResult.cs" />
151 <Compile Include="System.Web.Mvc\PathHelpers.cs" />
152 <Compile Include="System.Web.Mvc\ReaderWriterCache`2.cs" />
153 <Compile Include="System.Web.Mvc\RedirectResult.cs" />
154 <Compile Include="System.Web.Mvc\RedirectToRouteResult.cs" />
155 <Compile Include="System.Web.Mvc\ReflectedActionDescriptor.cs" />
156 <Compile Include="System.Web.Mvc\ReflectedControllerDescriptor.cs" />
157 <Compile Include="System.Web.Mvc\ReflectedParameterBindingInfo.cs" />
158 <Compile Include="System.Web.Mvc\ReflectedParameterDescriptor.cs" />
159 <Compile Include="System.Web.Mvc\ResultExecutedContext.cs" />
160 <Compile Include="System.Web.Mvc\ResultExecutingContext.cs" />
161 <Compile Include="System.Web.Mvc\RouteCollectionExtensions.cs" />
162 <Compile Include="System.Web.Mvc\RouteValuesHelpers.cs" />
163 <Compile Include="System.Web.Mvc\SelectList.cs" />
164 <Compile Include="System.Web.Mvc\SelectListItem.cs" />
165 <Compile Include="System.Web.Mvc\SessionStateTempDataProvider.cs" />
166 <Compile Include="System.Web.Mvc\TagBuilder.cs" />
167 <Compile Include="System.Web.Mvc\TagRenderMode.cs" />
168 <Compile Include="System.Web.Mvc\TempDataDictionary.cs" />
169 <Compile Include="System.Web.Mvc\TypeHelpers.cs" />
170 <Compile Include="System.Web.Mvc\UrlHelper.cs" />
171 <Compile Include="System.Web.Mvc\ValidateAntiForgeryTokenAttribute.cs" />
172 <Compile Include="System.Web.Mvc\ValidateInputAttribute.cs" />
173 <Compile Include="System.Web.Mvc\ValueProviderDictionary.cs" />
174 <Compile Include="System.Web.Mvc\ValueProviderResult.cs" />
175 <Compile Include="System.Web.Mvc\ViewContext.cs" />
176 <Compile Include="System.Web.Mvc\ViewDataDictionary`1.cs" />
177 <Compile Include="System.Web.Mvc\ViewDataDictionary.cs" />
178 <Compile Include="System.Web.Mvc\ViewEngineCollection.cs" />
179 <Compile Include="System.Web.Mvc\ViewEngineResult.cs" />
180 <Compile Include="System.Web.Mvc\ViewEngines.cs" />
181 <Compile Include="System.Web.Mvc\ViewMasterPage`1.cs" />
182 <Compile Include="System.Web.Mvc\ViewMasterPage.cs" />
183 <Compile Include="System.Web.Mvc\ViewPage`1.cs" />
184 <Compile Include="System.Web.Mvc\ViewPageControlBuilder.cs" />
185 <Compile Include="System.Web.Mvc\ViewPage.cs" />
186 <Compile Include="System.Web.Mvc\ViewResultBase.cs" />
187 <Compile Include="System.Web.Mvc\ViewResult.cs" />
188 <Compile Include="System.Web.Mvc\ViewTypeControlBuilder.cs" />
189 <Compile Include="System.Web.Mvc\ViewType.cs" />
190 <Compile Include="System.Web.Mvc\ViewTypeParserFilter.cs" />
191 <Compile Include="System.Web.Mvc\ViewUserControl`1.cs" />
192 <Compile Include="System.Web.Mvc\ViewUserControlControlBuilder.cs" />
193 <Compile Include="System.Web.Mvc\ViewUserControl.cs" />
194 <Compile Include="System.Web.Mvc\VirtualPathProviderViewEngine.cs" />
195 <Compile Include="System.Web.Mvc\WebFormView.cs" />
196 <Compile Include="System.Web.Mvc\WebFormViewEngine.cs" />
198 </ItemGroup>
199 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200 Other similar extension points exist, see Microsoft.Common.targets.
201 <Target Name="BeforeBuild">
202 </Target>
203 <Target Name="AfterBuild">
204 </Target>
206 <PropertyGroup>
207 <PreBuildEvent></PreBuildEvent>
208 </PropertyGroup>
209 <ItemGroup>
210 <Reference Include="mscorlib.dll">
211 <SpecificVersion>False</SpecificVersion>
212 <HintPath>mscorlib.dll</HintPath>
213 </Reference>
214 <Reference Include="System.dll">
215 <SpecificVersion>False</SpecificVersion>
216 <HintPath>System.dll</HintPath>
217 </Reference>
218 <Reference Include="System.Core.dll">
219 <SpecificVersion>False</SpecificVersion>
220 <HintPath>System.Core.dll</HintPath>
221 </Reference>
222 <Reference Include="System.Configuration.dll">
223 <SpecificVersion>False</SpecificVersion>
224 <HintPath>System.Configuration.dll</HintPath>
225 </Reference>
226 <Reference Include="System.Data.dll">
227 <SpecificVersion>False</SpecificVersion>
228 <HintPath>System.Data.dll</HintPath>
229 </Reference>
230 <Reference Include="System.Xml.dll">
231 <SpecificVersion>False</SpecificVersion>
232 <HintPath>System.Xml.dll</HintPath>
233 </Reference>
234 <Reference Include="System.Web.dll">
235 <SpecificVersion>False</SpecificVersion>
236 <HintPath>System.Web.dll</HintPath>
237 </Reference>
238 <Reference Include="System.Web.Abstractions.dll">
239 <SpecificVersion>False</SpecificVersion>
240 <HintPath>System.Web.Abstractions.dll</HintPath>
241 </Reference>
242 <Reference Include="System.Web.Routing.dll">
243 <SpecificVersion>False</SpecificVersion>
244 <HintPath>System.Web.Routing.dll</HintPath>
245 </Reference>
246 <Reference Include="System.Web.Extensions.dll">
247 <SpecificVersion>False</SpecificVersion>
248 <HintPath>System.Web.Extensions.dll</HintPath>
249 </Reference>
251 </ItemGroup>
252 <ItemGroup>
253 <Folder Include="Properties\" />
254 </ItemGroup>
256 </Project>