Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.Extensions/System.Web.Extensions-net_4_0.csproj')
-rw-r--r--mcs/class/System.Web.Extensions/System.Web.Extensions-net_4_0.csproj287
1 files changed, 0 insertions, 287 deletions
diff --git a/mcs/class/System.Web.Extensions/System.Web.Extensions-net_4_0.csproj b/mcs/class/System.Web.Extensions/System.Web.Extensions-net_4_0.csproj
deleted file mode 100644
index 3b91bbd6477..00000000000
--- a/mcs/class/System.Web.Extensions/System.Web.Extensions-net_4_0.csproj
+++ /dev/null
@@ -1,287 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3A327AAD-B09D-47E3-A915-C16BFB3F1682}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Web.Extensions</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;SYSTEM_WEB_EXTENSIONS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_5;SYSTEM_WEB_EXTENSIONS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\System.Web\System.Web.Configuration_2.0\MachineKeyRegistryStorage.cs" />
- <Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs" />
- <Compile Include="..\System.Web\System.Web.Util\MachineKeySectionUtils.cs" />
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\ClientFormsAuthenticationCredentials.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\ClientFormsAuthenticationMembershipProvider.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\ClientRoleProvider.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\ClientSettingsProvider.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\ClientWindowsAuthenticationMembershipProvider.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\IClientFormsAuthenticationCredentialsProvider.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\SettingsSavedEventArgs.cs" />
- <Compile Include=".\System.Web.ClientServices.Providers\UserValidatedEventArgs.cs" />
- <Compile Include=".\System.Web.ClientServices\ClientFormsIdentity.cs" />
- <Compile Include=".\System.Web.ClientServices\ClientRolePrincipal.cs" />
- <Compile Include=".\System.Web.ClientServices\ConnectivityStatus.cs" />
- <Compile Include=".\System.Web.Configuration\Converter.cs" />
- <Compile Include=".\System.Web.Configuration\ConvertersCollection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingAuthenticationServiceSection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingJsonSerializationSection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingProfileServiceSection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingRoleServiceSection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingScriptResourceHandlerSection.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingSectionGroup.cs" />
- <Compile Include=".\System.Web.Configuration\ScriptingWebServicesSectionGroup.cs" />
- <Compile Include=".\System.Web.Configuration\SystemWebExtensionsSectionGroup.cs" />
- <Compile Include=".\System.Web.DynamicData\DynamicDataSourceOperation.cs" />
- <Compile Include=".\System.Web.DynamicData\DynamicValidatorEventArgs.cs" />
- <Compile Include=".\System.Web.DynamicData\IDynamicDataSource.cs" />
- <Compile Include=".\System.Web.DynamicData\IDynamicValidatorException.cs" />
- <Compile Include=".\System.Web.Handlers\ScriptModule.cs" />
- <Compile Include=".\System.Web.Handlers\ScriptResourceHandler.cs" />
- <Compile Include=".\System.Web.Query.Dynamic\DynamicClass.cs" />
- <Compile Include=".\System.Web.Query.Dynamic\ParseException.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JavaScriptConverter.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JavaScriptSerializer.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />
- <Compile Include=".\System.Web.Script.Serialization\Json.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JsonDeserializer.cs" />
- <Compile Include=".\System.Web.Script.Serialization\JsonSerializer.cs" />
- <Compile Include=".\System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />
- <Compile Include=".\System.Web.Script.Serialization\SimpleTypeResolver.cs" />
- <Compile Include=".\System.Web.Script.Serialization\StringBuilderExtensions.cs" />
- <Compile Include=".\System.Web.Script.Services\AuthenticationService.cs" />
- <Compile Include=".\System.Web.Script.Services\ClientProxyHandler.cs" />
- <Compile Include=".\System.Web.Script.Services\GenerateScriptTypeAttribute.cs" />
- <Compile Include=".\System.Web.Script.Services\LogicalTypeInfo.cs" />
- <Compile Include=".\System.Web.Script.Services\ProfileService.cs" />
- <Compile Include=".\System.Web.Script.Services\ProxyGenerator.cs" />
- <Compile Include=".\System.Web.Script.Services\ResponseFormat.cs" />
- <Compile Include=".\System.Web.Script.Services\RestHandler.cs" />
- <Compile Include=".\System.Web.Script.Services\ScriptHandlerFactory.cs" />
- <Compile Include=".\System.Web.Script.Services\ScriptMethodAttribute.cs" />
- <Compile Include=".\System.Web.Script.Services\ScriptServiceAttribute.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPager.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPagerCommandEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPagerField.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPagerFieldCollection.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPagerFieldCommandEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\DataPagerFieldItem.cs" />
- <Compile Include=".\System.Web.UI.WebControls\HelperExtensions.cs" />
- <Compile Include=".\System.Web.UI.WebControls\InsertItemPosition.cs" />
- <Compile Include=".\System.Web.UI.WebControls\IPageableItemContainer.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSource.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceContextEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceDeleteEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceDisposeEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceInsertEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceSelectEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceStatusEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceUpdateEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceValidationException.cs" />
- <Compile Include=".\System.Web.UI.WebControls\LinqDataSourceView.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListView.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewCancelEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewCancelMode.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewCommandEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewContainer.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewDataItem.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewDeletedEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewDeleteEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewEditEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewInsertedEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewInsertEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewItem.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewItemEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewItemType.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewPagedDataSource.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewSelectEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewSortEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewTableCell.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewTableRow.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewUpdatedEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\ListViewUpdateEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\NextPreviousPagerField.cs" />
- <Compile Include=".\System.Web.UI.WebControls\NumericPagerField.cs" />
- <Compile Include=".\System.Web.UI.WebControls\PageEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\PagePropertiesChangingEventArgs.cs" />
- <Compile Include=".\System.Web.UI.WebControls\TemplatePagerField.cs" />
- <Compile Include=".\System.Web.UI\AsyncPostBackErrorEventArgs.cs" />
- <Compile Include=".\System.Web.UI\AsyncPostBackTrigger.cs" />
- <Compile Include=".\System.Web.UI\AuthenticationServiceManager.cs" />
- <Compile Include=".\System.Web.UI\CompositeEntry.cs" />
- <Compile Include=".\System.Web.UI\CompositeScriptReference.cs" />
- <Compile Include=".\System.Web.UI\CompositeScriptReferenceEventArgs.cs" />
- <Compile Include=".\System.Web.UI\ExtenderControl.cs" />
- <Compile Include=".\System.Web.UI\IExtenderControl.cs" />
- <Compile Include=".\System.Web.UI\IScriptControl.cs" />
- <Compile Include=".\System.Web.UI\PostBackTrigger.cs" />
- <Compile Include=".\System.Web.UI\ProfileServiceManager.cs" />
- <Compile Include=".\System.Web.UI\RegisteredArrayDeclaration.cs" />
- <Compile Include=".\System.Web.UI\RegisteredDisposeScript.cs" />
- <Compile Include=".\System.Web.UI\RegisteredExpandoAttribute.cs" />
- <Compile Include=".\System.Web.UI\RegisteredHiddenField.cs" />
- <Compile Include=".\System.Web.UI\RegisteredScript.cs" />
- <Compile Include=".\System.Web.UI\RegisteredScriptType.cs" />
- <Compile Include=".\System.Web.UI\ScriptBehaviorDescriptor.cs" />
- <Compile Include=".\System.Web.UI\ScriptComponentDescriptor.cs" />
- <Compile Include=".\System.Web.UI\ScriptControl.cs" />
- <Compile Include=".\System.Web.UI\ScriptControlDescriptor.cs" />
- <Compile Include=".\System.Web.UI\ScriptDescriptor.cs" />
- <Compile Include=".\System.Web.UI\ScriptManager.cs" />
- <Compile Include=".\System.Web.UI\ScriptManagerProxy.cs" />
- <Compile Include=".\System.Web.UI\ScriptMode.cs" />
- <Compile Include=".\System.Web.UI\ScriptReference.cs" />
- <Compile Include=".\System.Web.UI\ScriptReferenceBase.cs" />
- <Compile Include=".\System.Web.UI\ScriptReferenceCollection.cs" />
- <Compile Include=".\System.Web.UI\ScriptReferenceEventArgs.cs" />
- <Compile Include=".\System.Web.UI\ScriptResourceAttribute.cs" />
- <Compile Include=".\System.Web.UI\ServiceReference.cs" />
- <Compile Include=".\System.Web.UI\ServiceReferenceCollection.cs" />
- <Compile Include=".\System.Web.UI\TargetControlTypeAttribute.cs" />
- <Compile Include=".\System.Web.UI\Timer.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanel.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanelControlTrigger.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanelRenderMode.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanelTrigger.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanelTriggerCollection.cs" />
- <Compile Include=".\System.Web.UI\UpdatePanelUpdateMode.cs" />
- <Compile Include=".\System.Web.UI\UpdateProgress.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent>
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
- <Name>System.Core\System.Core-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_0.csproj">
- <Project>{01A426C8-6E24-4DCF-B6BE-177FF4FBD4BC}</Project>
- <Name>System.Drawing\System.Drawing-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
- <Name>System.Data\System.Data-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data.Linq\System.Data.Linq-net_4_0.csproj">
- <Project>{EB50CF5B-D17A-4BEF-96C4-874FB8E61ACE}</Project>
- <Name>System.Data.Linq\System.Data.Linq-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web\System.Web-net_4_0-2.csproj">
- <Project>{2AB66C1A-6094-4C45-AF9B-FA85F8D5E98A}</Project>
- <Name>System.Web\System.Web-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_0.csproj">
- <Project>{75EA05AE-77E9-44DA-9ECC-CC5808134137}</Project>
- <Name>System.Web.Services\System.Web.Services-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.EnterpriseServices\System.EnterpriseServices-net_4_0.csproj">
- <Project>{C8124AA3-044F-4027-BD71-4810346B8FB6}</Project>
- <Name>System.EnterpriseServices\System.EnterpriseServices-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_0.csproj">
- <Project>{49578558-7849-4977-B029-8ECFA79C79E8}</Project>
- <Name>System.ServiceModel\System.ServiceModel-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0.csproj">
- <Project>{3B707FB5-0AB3-472A-BB49-7598CF2607B0}</Project>
- <Name>System.Web.ApplicationServices\System.Web.ApplicationServices-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.debug.js">
- <LogicalName>MicrosoftAjax.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjax.js">
- <LogicalName>MicrosoftAjax.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.debug.js">
- <LogicalName>MicrosoftAjaxTimer.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxTimer.js">
- <LogicalName>MicrosoftAjaxTimer.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.debug.js">
- <LogicalName>MicrosoftAjaxWebForms.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="../MicrosoftAjaxLibrary/System.Web.Extensions/3.5.0.0/3.5.21022.8/MicrosoftAjaxWebForms.js">
- <LogicalName>MicrosoftAjaxWebForms.js</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
-