System.Web.Extensions.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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>TRACE;DEBUG;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</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;SYSTEM_WEB_EXTENSIONS;NET_2_0;NET_1_1</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.Web.Services" />
  37. <Reference Include="System.Xml" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Compile Include="..\..\build\common\Consts.cs">
  41. <Link>Assembly\Consts.cs</Link>
  42. </Compile>
  43. <Compile Include="..\..\build\common\Locale.cs">
  44. <Link>Assembly\Locale.cs</Link>
  45. </Compile>
  46. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  47. <Link>Assembly\MonoTODOAttribute.cs</Link>
  48. </Compile>
  49. <Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs">
  50. <Link>System.Web.Handlers\AssemblyResourceLoader.cs</Link>
  51. </Compile>
  52. <Compile Include="Assembly\AssemblyInfo.cs" />
  53. <Compile Include="System.Web.Configuration\Converter.cs" />
  54. <Compile Include="System.Web.Configuration\ConvertersCollection.cs" />
  55. <Compile Include="System.Web.Configuration\ScriptingAuthenticationServiceSection.cs" />
  56. <Compile Include="System.Web.Configuration\ScriptingJsonSerializationSection.cs" />
  57. <Compile Include="System.Web.Configuration\ScriptingProfileServiceSection.cs" />
  58. <Compile Include="System.Web.Configuration\ScriptingScriptResourceHandlerSection.cs" />
  59. <Compile Include="System.Web.Configuration\ScriptingSectionGroup.cs" />
  60. <Compile Include="System.Web.Configuration\ScriptingWebServicesSectionGroup.cs" />
  61. <Compile Include="System.Web.Configuration\SystemWebExtensionsSectionGroup.cs" />
  62. <Compile Include="System.Web.Handlers\ScriptModule.cs" />
  63. <Compile Include="System.Web.Handlers\ScriptResourceHandler.cs" />
  64. <Compile Include="System.Web.Script.Serialization\JSON\CountingTextWriter.cs" />
  65. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConstructor.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConvert.cs" />
  69. <Compile Include="System.Web.Script.Serialization\JavaScriptConverter.cs" />
  70. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptParameters.cs" />
  71. <Compile Include="System.Web.Script.Serialization\JavaScriptSerializer.cs" />
  72. <Compile Include="System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />
  73. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />
  74. <Compile Include="System.Web.Script.Serialization\JSON\JsonReader.cs" />
  75. <Compile Include="System.Web.Script.Serialization\JSON\JsonReaderException.cs">
  76. <SubType>Code</SubType>
  77. </Compile>
  78. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializationException.cs" />
  79. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializer.cs" />
  80. <Compile Include="System.Web.Script.Serialization\JSON\JsonToken.cs" />
  81. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriter.cs" />
  82. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriterException.cs" />
  83. <Compile Include="System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />
  84. <Compile Include="System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />
  85. <Compile Include="System.Web.Script.Serialization\SimpleTypeResolver.cs" />
  86. <Compile Include="System.Web.Script.Services\ClientProxyHandler.cs" />
  87. <Compile Include="System.Web.Script.Services\GenerateScriptTypeAttribute.cs" />
  88. <Compile Include="System.Web.Script.Services\LogicalTypeInfo.cs" />
  89. <Compile Include="System.Web.Script.Services\ProfileService.cs" />
  90. <Compile Include="System.Web.Script.Services\ResponseFormat.cs" />
  91. <Compile Include="System.Web.Script.Services\RestHandler.cs" />
  92. <Compile Include="System.Web.Script.Services\ScriptHandlerFactory.cs" />
  93. <Compile Include="System.Web.Script.Services\ScriptMethodAttribute.cs" />
  94. <Compile Include="System.Web.Script.Services\ScriptServiceAttribute.cs" />
  95. <Compile Include="System.Web.UI\AsyncPostBackErrorEventArgs.cs" />
  96. <Compile Include="System.Web.UI\AsyncPostBackTrigger.cs" />
  97. <Compile Include="System.Web.UI\AuthenticationServiceManager.cs" />
  98. <Compile Include="System.Web.UI\ExtenderControl.cs" />
  99. <Compile Include="System.Web.UI\IExtenderControl.cs" />
  100. <Compile Include="System.Web.UI\IScriptControl.cs" />
  101. <Compile Include="System.Web.UI\PostBackTrigger.cs" />
  102. <Compile Include="System.Web.UI\ProfileServiceManager.cs" />
  103. <Compile Include="System.Web.UI\ScriptBehaviorDescriptor.cs" />
  104. <Compile Include="System.Web.UI\ScriptComponentDescriptor.cs" />
  105. <Compile Include="System.Web.UI\ScriptControl.cs" />
  106. <Compile Include="System.Web.UI\ScriptControlDescriptor.cs" />
  107. <Compile Include="System.Web.UI\ScriptDescriptor.cs" />
  108. <Compile Include="System.Web.UI\ScriptManager.cs" />
  109. <Compile Include="System.Web.UI\ScriptManagerProxy.cs" />
  110. <Compile Include="System.Web.UI\ScriptMode.cs" />
  111. <Compile Include="System.Web.UI\ScriptReference.cs" />
  112. <Compile Include="System.Web.UI\ScriptReferenceCollection.cs" />
  113. <Compile Include="System.Web.UI\ScriptReferenceEventArgs.cs" />
  114. <Compile Include="System.Web.UI\ScriptResourceAttribute.cs" />
  115. <Compile Include="System.Web.UI\ServiceReference.cs" />
  116. <Compile Include="System.Web.UI\ServiceReferenceCollection.cs" />
  117. <Compile Include="System.Web.UI\TargetControlTypeAttribute.cs" />
  118. <Compile Include="System.Web.UI\Timer.cs" />
  119. <Compile Include="System.Web.UI\UpdatePanel.cs" />
  120. <Compile Include="System.Web.UI\UpdatePanelControlTrigger.cs" />
  121. <Compile Include="System.Web.UI\UpdatePanelRenderMode.cs" />
  122. <Compile Include="System.Web.UI\UpdatePanelTrigger.cs" />
  123. <Compile Include="System.Web.UI\UpdatePanelTriggerCollection.cs" />
  124. <Compile Include="System.Web.UI\UpdatePanelUpdateMode.cs" />
  125. <Compile Include="System.Web.UI\UpdateProgress.cs" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.debug.js">
  129. <Link>Resources\MicrosoftAjax.debug.js</Link>
  130. <LogicalName>MicrosoftAjax.debug.js</LogicalName>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjax.js">
  133. <Link>Resources\MicrosoftAjax.js</Link>
  134. <LogicalName>MicrosoftAjax.js</LogicalName>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.debug.js">
  137. <Link>Resources\MicrosoftAjaxTimer.debug.js</Link>
  138. <LogicalName>MicrosoftAjaxTimer.debug.js</LogicalName>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxTimer.js">
  141. <Link>Resources\MicrosoftAjaxTimer.js</Link>
  142. <LogicalName>MicrosoftAjaxTimer.js</LogicalName>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.debug.js">
  145. <Link>Resources\MicrosoftAjaxWebForms.debug.js</Link>
  146. <LogicalName>MicrosoftAjaxWebForms.debug.js</LogicalName>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\1.0.61025.0\MicrosoftAjaxWebForms.js">
  149. <Link>Resources\MicrosoftAjaxWebForms.js</Link>
  150. <LogicalName>MicrosoftAjaxWebForms.js</LogicalName>
  151. </EmbeddedResource>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Folder Include="Properties\" />
  155. </ItemGroup>
  156. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  157. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  158. Other similar extension points exist, see Microsoft.Common.targets.
  159. <Target Name="BeforeBuild">
  160. </Target>
  161. <Target Name="AfterBuild">
  162. </Target>
  163. -->
  164. </Project>