| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3D36DB5F-6DBC-4B95-8CA0-9B627357C7BD}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Web.Extensions</RootNamespace>
- <AssemblyName>System.Web.Extensions</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs">
- <Link>Assembly\Consts.cs</Link>
- </Compile>
- <Compile Include="..\..\build\common\Locale.cs">
- <Link>Assembly\Locale.cs</Link>
- </Compile>
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
- <Link>Assembly\MonoTODOAttribute.cs</Link>
- </Compile>
- <Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs">
- <Link>System.Web.Handlers\AssemblyResourceLoader.cs</Link>
- </Compile>
- <Compile Include="Assembly\AssemblyInfo.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\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.Handlers\ScriptModule.cs" />
- <Compile Include="System.Web.Handlers\ScriptResourceHandler.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\CountingTextWriter.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConstructor.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConvert.cs" />
- <Compile Include="System.Web.Script.Serialization\JavaScriptConverter.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptParameters.cs" />
- <Compile Include="System.Web.Script.Serialization\JavaScriptSerializer.cs" />
- <Compile Include="System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonReader.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonReaderException.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializationException.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializer.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonToken.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonWriter.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\JsonWriterException.cs" />
- <Compile Include="System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />
- <Compile Include="System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />
- <Compile Include="System.Web.Script.Serialization\SimpleTypeResolver.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\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\AsyncPostBackErrorEventArgs.cs" />
- <Compile Include="System.Web.UI\AsyncPostBackTrigger.cs" />
- <Compile Include="System.Web.UI\AuthenticationServiceManager.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\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\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>
- <ItemGroup>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.debug.js">
- <Link>Resources\MicrosoftAjax.debug.js</Link>
- <LogicalName>MicrosoftAjax.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.js">
- <Link>Resources\MicrosoftAjax.js</Link>
- <LogicalName>MicrosoftAjax.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.debug.js">
- <Link>Resources\MicrosoftAjaxTimer.debug.js</Link>
- <LogicalName>MicrosoftAjaxTimer.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.js">
- <Link>Resources\MicrosoftAjaxTimer.js</Link>
- <LogicalName>MicrosoftAjaxTimer.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.debug.js">
- <Link>Resources\MicrosoftAjaxWebForms.debug.js</Link>
- <LogicalName>MicrosoftAjaxWebForms.debug.js</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.js">
- <Link>Resources\MicrosoftAjaxWebForms.js</Link>
- <LogicalName>MicrosoftAjaxWebForms.js</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- 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>
- -->
- </Project>
|