|
|
@@ -0,0 +1,119 @@
|
|
|
+<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>DEBUG;TRACE</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</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.Xml" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <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\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\GenerateScriptTypeAttribute.cs" />
|
|
|
+ <Compile Include="System.Web.Script.Services\ResponseFormat.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>
|
|
|
+ <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>
|