System.Web.Extensions.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{3D36DB5F-6DBC-4B95-8CA0-9B627357C7BD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Web.Extensions</RootNamespace>
  11. <AssemblyName>System.Web.Extensions</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug\</OutputPath>
  18. <DefineConstants>DEBUG;TRACE</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DefineConstants>TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="System.configuration" />
  33. <Reference Include="System.Data" />
  34. <Reference Include="System.Drawing" />
  35. <Reference Include="System.Web" />
  36. <Reference Include="System.Xml" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="Assembly\AssemblyInfo.cs" />
  40. <Compile Include="System.Web.Configuration\Converter.cs" />
  41. <Compile Include="System.Web.Configuration\ConvertersCollection.cs" />
  42. <Compile Include="System.Web.Configuration\ScriptingAuthenticationServiceSection.cs" />
  43. <Compile Include="System.Web.Configuration\ScriptingJsonSerializationSection.cs" />
  44. <Compile Include="System.Web.Configuration\ScriptingProfileServiceSection.cs" />
  45. <Compile Include="System.Web.Configuration\ScriptingScriptResourceHandlerSection.cs" />
  46. <Compile Include="System.Web.Configuration\ScriptingSectionGroup.cs" />
  47. <Compile Include="System.Web.Configuration\ScriptingWebServicesSectionGroup.cs" />
  48. <Compile Include="System.Web.Configuration\SystemWebExtensionsSectionGroup.cs" />
  49. <Compile Include="System.Web.Handlers\ScriptModule.cs" />
  50. <Compile Include="System.Web.Handlers\ScriptResourceHandler.cs" />
  51. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConstructor.cs">
  52. <SubType>Code</SubType>
  53. </Compile>
  54. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConvert.cs" />
  55. <Compile Include="System.Web.Script.Serialization\JavaScriptConverter.cs" />
  56. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptParameters.cs" />
  57. <Compile Include="System.Web.Script.Serialization\JavaScriptSerializer.cs" />
  58. <Compile Include="System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />
  59. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />
  60. <Compile Include="System.Web.Script.Serialization\JSON\JsonReader.cs" />
  61. <Compile Include="System.Web.Script.Serialization\JSON\JsonReaderException.cs">
  62. <SubType>Code</SubType>
  63. </Compile>
  64. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializationException.cs" />
  65. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializer.cs" />
  66. <Compile Include="System.Web.Script.Serialization\JSON\JsonToken.cs" />
  67. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriter.cs" />
  68. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriterException.cs" />
  69. <Compile Include="System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />
  70. <Compile Include="System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />
  71. <Compile Include="System.Web.Script.Serialization\SimpleTypeResolver.cs" />
  72. <Compile Include="System.Web.Script.Services\GenerateScriptTypeAttribute.cs" />
  73. <Compile Include="System.Web.Script.Services\ResponseFormat.cs" />
  74. <Compile Include="System.Web.Script.Services\ScriptMethodAttribute.cs" />
  75. <Compile Include="System.Web.Script.Services\ScriptServiceAttribute.cs" />
  76. <Compile Include="System.Web.UI\AsyncPostBackErrorEventArgs.cs" />
  77. <Compile Include="System.Web.UI\AsyncPostBackTrigger.cs" />
  78. <Compile Include="System.Web.UI\AuthenticationServiceManager.cs" />
  79. <Compile Include="System.Web.UI\ExtenderControl.cs" />
  80. <Compile Include="System.Web.UI\IExtenderControl.cs" />
  81. <Compile Include="System.Web.UI\IScriptControl.cs" />
  82. <Compile Include="System.Web.UI\PostBackTrigger.cs" />
  83. <Compile Include="System.Web.UI\ProfileServiceManager.cs" />
  84. <Compile Include="System.Web.UI\ScriptBehaviorDescriptor.cs" />
  85. <Compile Include="System.Web.UI\ScriptComponentDescriptor.cs" />
  86. <Compile Include="System.Web.UI\ScriptControl.cs" />
  87. <Compile Include="System.Web.UI\ScriptControlDescriptor.cs" />
  88. <Compile Include="System.Web.UI\ScriptDescriptor.cs" />
  89. <Compile Include="System.Web.UI\ScriptManager.cs" />
  90. <Compile Include="System.Web.UI\ScriptManagerProxy.cs" />
  91. <Compile Include="System.Web.UI\ScriptMode.cs" />
  92. <Compile Include="System.Web.UI\ScriptReference.cs" />
  93. <Compile Include="System.Web.UI\ScriptReferenceCollection.cs" />
  94. <Compile Include="System.Web.UI\ScriptReferenceEventArgs.cs" />
  95. <Compile Include="System.Web.UI\ScriptResourceAttribute.cs" />
  96. <Compile Include="System.Web.UI\ServiceReference.cs" />
  97. <Compile Include="System.Web.UI\ServiceReferenceCollection.cs" />
  98. <Compile Include="System.Web.UI\TargetControlTypeAttribute.cs" />
  99. <Compile Include="System.Web.UI\Timer.cs" />
  100. <Compile Include="System.Web.UI\UpdatePanel.cs" />
  101. <Compile Include="System.Web.UI\UpdatePanelControlTrigger.cs" />
  102. <Compile Include="System.Web.UI\UpdatePanelRenderMode.cs" />
  103. <Compile Include="System.Web.UI\UpdatePanelTrigger.cs" />
  104. <Compile Include="System.Web.UI\UpdatePanelTriggerCollection.cs" />
  105. <Compile Include="System.Web.UI\UpdatePanelUpdateMode.cs" />
  106. <Compile Include="System.Web.UI\UpdateProgress.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Folder Include="Properties\" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>