"tree.SetSelectedNode (null, false)" will cause the OnSelectedNodeChanged event to...
[mono.git] / mcs / class / System.Web.Mvc / 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     <SignAssembly>false</SignAssembly>\r
18     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\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.configuration" />\r
36     <Reference Include="System.Core">\r
37       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
38     </Reference>\r
39     <Reference Include="System.Web" />\r
40     <Reference Include="System.Web.Abstractions" />\r
41     <Reference Include="System.Web.Routing" />\r
42     <Reference Include="System.Data" />\r
43     <Reference Include="System.Web.Extensions">\r
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
45     </Reference>\r
46     <Reference Include="System.Xml" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <Compile Include="Mvc\ActionExecutedContext.cs" />\r
50     <Compile Include="Mvc\ActionExecutingContext.cs" />\r
51     <Compile Include="Mvc\AntiForgeryData.cs" />\r
52     <Compile Include="Mvc\AntiForgeryDataSerializer.cs" />\r
53     <Compile Include="Mvc\AuthorizationContext.cs" />\r
54     <Compile Include="Mvc\ControllerContext.cs" />\r
55     <Compile Include="Mvc\PathHelpers.cs" />\r
56     <Compile Include="Mvc\ExceptionContext.cs" />\r
57     <Compile Include="Mvc\ResultExecutedContext.cs" />\r
58     <Compile Include="Mvc\ResultExecutingContext.cs" />\r
59     <Compile Include="Mvc\ValidateAntiForgeryTokenAttribute.cs" />\r
60     <Compile Include="Mvc\HttpAntiForgeryException.cs" />\r
61     <Compile Include="Mvc\JavaScriptResult.cs" />\r
62     <Compile Include="Mvc\ActionDescriptor.cs" />\r
63     <Compile Include="Mvc\ActionMethodDispatcher.cs" />\r
64     <Compile Include="Mvc\ActionMethodSelector.cs" />\r
65     <Compile Include="Mvc\ActionMethodSelectorAttribute.cs" />\r
66     <Compile Include="Mvc\ActionMethodSelectorCache.cs" />\r
67     <Compile Include="Mvc\ActionNameSelectorAttribute.cs" />\r
68     <Compile Include="Mvc\AuthorizeAttribute.cs" />\r
69     <Compile Include="Mvc\Ajax\AjaxOptions.cs" />\r
70     <Compile Include="Mvc\Ajax\AjaxExtensions.cs" />\r
71     <Compile Include="Mvc\ActionMethodDispatcherCache.cs" />\r
72     <Compile Include="Mvc\BindAttribute.cs" />\r
73     <Compile Include="Mvc\ControllerBase.cs" />\r
74     <Compile Include="Mvc\ActionNameAttribute.cs" />\r
75     <Compile Include="Mvc\AcceptVerbsAttribute.cs" />\r
76     <Compile Include="Mvc\AjaxHelper`1.cs" />\r
77     <Compile Include="Mvc\HtmlHelper`1.cs" />\r
78     <Compile Include="Mvc\DictionaryHelpers.cs" />\r
79     <Compile Include="Mvc\AjaxRequestExtensions.cs" />\r
80     <Compile Include="Mvc\ModelBinderDictionary.cs" />\r
81     <Compile Include="Mvc\ValueProviderDictionary.cs" />\r
82     <Compile Include="Mvc\ViewContext.cs" />\r
83     <Compile Include="Mvc\ViewType.cs" />\r
84     <Compile Include="Mvc\ViewTypeControlBuilder.cs" />\r
85     <Compile Include="Mvc\ViewUserControlControlBuilder.cs" />\r
86     <Compile Include="Mvc\ViewPageControlBuilder.cs" />\r
87     <Compile Include="Mvc\ViewTypeParserFilter.cs" />\r
88     <Compile Include="Mvc\DefaultViewLocationCache.cs" />\r
89     <Compile Include="Mvc\FormCollection.cs" />\r
90     <Compile Include="Mvc\HttpPostedFileBaseModelBinder.cs" />\r
91     <Compile Include="Mvc\NullViewLocationCache.cs" />\r
92     <Compile Include="Mvc\ValidateInputAttribute.cs" />\r
93     <Compile Include="Mvc\FileContentResult.cs" />\r
94     <Compile Include="Mvc\FilePathResult.cs" />\r
95     <Compile Include="Mvc\FileResult.cs" />\r
96     <Compile Include="Mvc\FileStreamResult.cs" />\r
97     <Compile Include="Mvc\InputType.cs" />\r
98     <Compile Include="Mvc\ControllerDescriptorCache.cs" />\r
99     <Compile Include="Mvc\ReflectedParameterBindingInfo.cs" />\r
100     <Compile Include="Mvc\ParameterBindingInfo.cs" />\r
101     <Compile Include="Mvc\ReaderWriterCache`2.cs" />\r
102     <Compile Include="Mvc\DescriptorUtil.cs" />\r
103     <Compile Include="Mvc\ReflectedControllerDescriptor.cs" />\r
104     <Compile Include="Mvc\ControllerDescriptor.cs" />\r
105     <Compile Include="Mvc\ActionSelector.cs" />\r
106     <Compile Include="Mvc\ReflectedActionDescriptor.cs" />\r
107     <Compile Include="Mvc\Html\MvcForm.cs" />\r
108     <Compile Include="Mvc\HttpVerbs.cs" />\r
109     <Compile Include="Mvc\DefaultModelBinder.cs" />\r
110     <Compile Include="Mvc\ModelBindingContext.cs" />\r
111     <Compile Include="Mvc\ParameterDescriptor.cs" />\r
112     <Compile Include="Mvc\RouteValuesHelpers.cs" />\r
113     <Compile Include="Mvc\SelectListItem.cs" />\r
114     <Compile Include="Mvc\TagRenderMode.cs" />\r
115     <Compile Include="Mvc\ReflectedParameterDescriptor.cs" />\r
116     <Compile Include="Mvc\ValueProviderResult.cs" />\r
117     <Compile Include="Mvc\CustomModelBinderAttribute.cs" />\r
118     <Compile Include="Mvc\FormMethod.cs" />\r
119     <Compile Include="Mvc\Html\FormExtensions.cs" />\r
120     <Compile Include="Mvc\Html\InputExtensions.cs" />\r
121     <Compile Include="Mvc\Html\RenderPartialExtensions.cs" />\r
122     <Compile Include="Mvc\Html\SelectExtensions.cs" />\r
123     <Compile Include="Mvc\Html\TextAreaExtensions.cs" />\r
124     <Compile Include="Mvc\Html\ValidationExtensions.cs" />\r
125     <Compile Include="Mvc\IModelBinder.cs" />\r
126     <Compile Include="Mvc\Html\LinkExtensions.cs" />\r
127     <Compile Include="Mvc\ModelBinderAttribute.cs" />\r
128     <Compile Include="Mvc\ModelBinders.cs" />\r
129     <Compile Include="Mvc\ModelStateDictionary.cs" />\r
130     <Compile Include="Mvc\ModelState.cs" />\r
131     <Compile Include="Mvc\ModelErrorCollection.cs" />\r
132     <Compile Include="Mvc\ModelError.cs" />\r
133     <Compile Include="Mvc\Ajax\InsertionMode.cs" />\r
134     <Compile Include="Mvc\HandleErrorAttribute.cs" />\r
135     <Compile Include="Mvc\HandleErrorInfo.cs" />\r
136     <Compile Include="Mvc\HttpUnauthorizedResult.cs" />\r
137     <Compile Include="Mvc\IActionInvoker.cs" />\r
138     <Compile Include="Mvc\IView.cs" />\r
139     <Compile Include="Mvc\IViewLocationCache.cs" />\r
140     <Compile Include="Mvc\MvcHttpHandler.cs" />\r
141     <Compile Include="Mvc\PartialViewResult.cs" />\r
142     <Compile Include="Mvc\SessionStateTempDataProvider.cs" />\r
143     <Compile Include="Mvc\ITempDataProvider.cs" />\r
144     <Compile Include="Mvc\OutputCacheAttribute.cs" />\r
145     <Compile Include="Mvc\FilterInfo.cs" />\r
146     <Compile Include="Mvc\ActionFilterAttribute.cs" />\r
147     <Compile Include="Mvc\ActionResult.cs" />\r
148     <Compile Include="Mvc\AjaxHelper.cs" />\r
149     <Compile Include="Mvc\BuildManagerWrapper.cs" />\r
150     <Compile Include="Mvc\Controller.cs" />\r
151     <Compile Include="Mvc\ControllerActionInvoker.cs" />\r
152     <Compile Include="Mvc\ControllerBuilder.cs" />\r
153     <Compile Include="Mvc\ControllerTypeCache.cs" />\r
154     <Compile Include="Mvc\ContentResult.cs" />\r
155     <Compile Include="Mvc\FilterAttribute.cs" />\r
156     <Compile Include="Mvc\IResultFilter.cs" />\r
157     <Compile Include="Mvc\IExceptionFilter.cs" />\r
158     <Compile Include="Mvc\IAuthorizationFilter.cs" />\r
159     <Compile Include="Mvc\JsonResult.cs" />\r
160     <Compile Include="Mvc\NameValueCollectionExtensions.cs" />\r
161     <Compile Include="Mvc\ViewDataDictionary`1.cs" />\r
162     <Compile Include="Mvc\EmptyResult.cs" />\r
163     <Compile Include="Mvc\MultiSelectList.cs" />\r
164     <Compile Include="Mvc\RedirectResult.cs" />\r
165     <Compile Include="Mvc\RedirectToRouteResult.cs" />\r
166     <Compile Include="Mvc\DefaultControllerFactory.cs" />\r
167     <Compile Include="Mvc\HtmlHelper.cs" />\r
168     <Compile Include="Mvc\IActionFilter.cs" />\r
169     <Compile Include="Mvc\IBuildManager.cs" />\r
170     <Compile Include="Mvc\IController.cs" />\r
171     <Compile Include="Mvc\IControllerFactory.cs" />\r
172     <Compile Include="Mvc\IViewDataContainer.cs" />\r
173     <Compile Include="Mvc\IViewEngine.cs" />\r
174     <Compile Include="Mvc\MvcHandler.cs" />\r
175     <Compile Include="Mvc\MvcRouteHandler.cs" />\r
176     <Compile Include="Mvc\NonActionAttribute.cs" />\r
177     <Compile Include="Mvc\RouteCollectionExtensions.cs" />\r
178     <Compile Include="Mvc\SelectList.cs" />\r
179     <Compile Include="Mvc\TagBuilder.cs" />\r
180     <Compile Include="Mvc\TempDataDictionary.cs" />\r
181     <Compile Include="Mvc\TypeHelpers.cs" />\r
182     <Compile Include="Mvc\UrlHelper.cs" />\r
183     <Compile Include="Mvc\ViewDataDictionary.cs" />\r
184     <Compile Include="Mvc\ViewEngineCollection.cs" />\r
185     <Compile Include="Mvc\ViewEngineResult.cs" />\r
186     <Compile Include="Mvc\ViewEngines.cs" />\r
187     <Compile Include="Mvc\ViewMasterPage.cs">\r
188       <SubType>ASPXCodeBehind</SubType>\r
189     </Compile>\r
190     <Compile Include="Mvc\ViewMasterPage`1.cs">\r
191       <SubType>ASPXCodeBehind</SubType>\r
192     </Compile>\r
193     <Compile Include="Mvc\ViewPage.cs">\r
194       <SubType>ASPXCodeBehind</SubType>\r
195     </Compile>\r
196     <Compile Include="Mvc\ViewPage`1.cs">\r
197       <SubType>ASPXCodeBehind</SubType>\r
198     </Compile>\r
199     <Compile Include="Mvc\ViewResult.cs" />\r
200     <Compile Include="Mvc\ViewResultBase.cs" />\r
201     <Compile Include="Mvc\ViewUserControl.cs">\r
202       <SubType>ASPXCodeBehind</SubType>\r
203     </Compile>\r
204     <Compile Include="Mvc\ViewUserControl`1.cs">\r
205       <SubType>ASPXCodeBehind</SubType>\r
206     </Compile>\r
207     <Compile Include="Mvc\VirtualPathProviderViewEngine.cs" />\r
208     <Compile Include="Mvc\WebFormView.cs" />\r
209     <Compile Include="Mvc\WebFormViewEngine.cs" />\r
210     <Compile Include="Properties\AssemblyInfo.cs" />\r
211     <Compile Include="Mvc\Resources\MvcResources.Designer.cs">\r
212       <AutoGen>True</AutoGen>\r
213       <DesignTime>True</DesignTime>\r
214       <DependentUpon>MvcResources.resx</DependentUpon>\r
215     </Compile>\r
216   </ItemGroup>\r
217   <ItemGroup>\r
218     <EmbeddedResource Include="Mvc\Resources\MvcResources.resx">\r
219       <Generator>ResXFileCodeGenerator</Generator>\r
220       <LastGenOutput>MvcResources.Designer.cs</LastGenOutput>\r
221       <SubType>Designer</SubType>\r
222     </EmbeddedResource>\r
223   </ItemGroup>\r
224   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
225   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
226        Other similar extension points exist, see Microsoft.Common.targets.\r
227   <Target Name="BeforeBuild">\r
228   </Target>\r
229   <Target Name="AfterBuild">\r
230   </Target>\r
231   -->\r
232 </Project>