System.Web.Extensions.JavaEE.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{39836A5C-64D0-4801-9493-DEF694338EF5}</ProjectGuid>
  8. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <AssemblyName>System.Web.Extensions</AssemblyName>
  12. <JDKName>1.6</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <UseVSHostingProcess>false</UseVSHostingProcess>
  16. <AdditionalClassPath>
  17. </AdditionalClassPath>
  18. <RootNamespace>System.Web.Extensions</RootNamespace>
  19. <StartupObject>
  20. </StartupObject>
  21. <jarserver>ip2</jarserver>
  22. <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>3.5</OldToolsVersion>
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\Debug_Java\</OutputPath>
  49. <DefineConstants>TRACE;DEBUG;JAVA,NET_2_0,TARGET_JVM, TARGET_J2EE,SYSTEM_WEB_EXTENSIONS</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <BaseAddress>4194304</BaseAddress>
  53. <SkipValidation>True</SkipValidation>
  54. <KeepIntermediate>False</KeepIntermediate>
  55. <TargetPlatform>0</TargetPlatform>
  56. <PlatformTarget>AnyCPU</PlatformTarget>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  59. <DebugType>pdbonly</DebugType>
  60. <Optimize>true</Optimize>
  61. <OutputPath>bin\Release_Java\</OutputPath>
  62. <DefineConstants>TRACE;JAVA,NET_2_0,TARGET_JVM, TARGET_J2EE,SYSTEM_WEB_EXTENSIONS</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <BaseAddress>4194304</BaseAddress>
  66. <SkipValidation>false</SkipValidation>
  67. <KeepIntermediate>false</KeepIntermediate>
  68. <TargetPlatform>0</TargetPlatform>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. </PropertyGroup>
  71. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  72. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. <ProjectExtensions>
  81. <VisualStudio>
  82. <UserProperties REFS-RefInfo-myfaces="repository:vmw:framework:2.0" REFS-JarPath-myfaces="" REFS-RefInfo-rt="repository:jre:sun:1.6.0" REFS-JarPath-rt="" REFS-JarPath-system="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system-configuration="" REFS-RefInfo-system-configuration="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-drawing="" REFS-RefInfo-system-drawing="repository:vmw:framework:2.0" REFS-JarPath-system-web="" REFS-RefInfo-system-web="repository:vmw:framework:2.0" REFS-JarPath-system-web-services="" REFS-RefInfo-system-web-services="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" />
  83. </VisualStudio>
  84. </ProjectExtensions>
  85. <ItemGroup>
  86. <Reference Include="J2SE.Helpers">
  87. <Private>False</Private>
  88. <HintPath>..\lib\J2SE.Helpers.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Mainsoft.Configuration, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  91. <HintPath>..\lib\Mainsoft.Configuration.dll</HintPath>
  92. <Private>False</Private>
  93. </Reference>
  94. <Reference Include="myfaces, Version=1.6.65535.65535, Culture=neutral, processorArchitecture=MSIL" />
  95. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  96. <Reference Include="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  97. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" />
  98. <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  99. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="..\..\build\common\Consts.cs.in">
  103. <Link>Assembly\Consts.cs.in</Link>
  104. </Compile>
  105. <Compile Include="..\..\build\common\Locale.cs">
  106. <Link>Assembly\Locale.cs</Link>
  107. </Compile>
  108. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  109. <Link>Assembly\MonoTODOAttribute.cs</Link>
  110. </Compile>
  111. <Compile Include="..\System.Web\System.Web.Configuration_2.0\MachineKeySectionUtils.cs">
  112. <Link>System.Web.Handlers\MachineKeySectionUtils.cs</Link>
  113. </Compile>
  114. <Compile Include="..\System.Web\System.Web.Handlers\AssemblyResourceLoader.cs">
  115. <Link>System.Web.Handlers\AssemblyResourceLoader.cs</Link>
  116. </Compile>
  117. <Compile Include="Assembly\AssemblyInfo.cs" />
  118. <Compile Include="System.Web.Configuration\Converter.cs" />
  119. <Compile Include="System.Web.Configuration\ConvertersCollection.cs" />
  120. <Compile Include="System.Web.Configuration\ScriptingAuthenticationServiceSection.cs" />
  121. <Compile Include="System.Web.Configuration\ScriptingJsonSerializationSection.cs" />
  122. <Compile Include="System.Web.Configuration\ScriptingProfileServiceSection.cs" />
  123. <Compile Include="System.Web.Configuration\ScriptingScriptResourceHandlerSection.cs" />
  124. <Compile Include="System.Web.Configuration\ScriptingSectionGroup.cs" />
  125. <Compile Include="System.Web.Configuration\ScriptingWebServicesSectionGroup.cs" />
  126. <Compile Include="System.Web.Configuration\SystemWebExtensionsSectionGroup.cs" />
  127. <Compile Include="System.Web.Handlers\ScriptModule.cs" />
  128. <Compile Include="System.Web.Handlers\ScriptResourceHandler.cs" />
  129. <Compile Include="System.Web.Script.Serialization\JavaScriptConverter.cs" />
  130. <Compile Include="System.Web.Script.Serialization\JavaScriptSerializer.cs" />
  131. <Compile Include="System.Web.Script.Serialization\JavaScriptTypeResolver.cs" />
  132. <Compile Include="System.Web.Script.Serialization\JSON\CountingTextWriter.cs" />
  133. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConstructor.cs" />
  134. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptConvert.cs" />
  135. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptParameters.cs" />
  136. <Compile Include="System.Web.Script.Serialization\JSON\JavaScriptUtils.cs" />
  137. <Compile Include="System.Web.Script.Serialization\JSON\JsonReader.cs" />
  138. <Compile Include="System.Web.Script.Serialization\JSON\JsonReaderException.cs" />
  139. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializationException.cs" />
  140. <Compile Include="System.Web.Script.Serialization\JSON\JsonSerializer.cs" />
  141. <Compile Include="System.Web.Script.Serialization\JSON\JsonToken.cs" />
  142. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriter.cs" />
  143. <Compile Include="System.Web.Script.Serialization\JSON\JsonWriterException.cs" />
  144. <Compile Include="System.Web.Script.Serialization\JSON\ReflectionUtils.cs" />
  145. <Compile Include="System.Web.Script.Serialization\ScriptIgnoreAttribute.cs" />
  146. <Compile Include="System.Web.Script.Serialization\SimpleTypeResolver.cs" />
  147. <Compile Include="System.Web.Script.Services\AuthenticationService.cs" />
  148. <Compile Include="System.Web.Script.Services\ClientProxyHandler.cs" />
  149. <Compile Include="System.Web.Script.Services\GenerateScriptTypeAttribute.cs" />
  150. <Compile Include="System.Web.Script.Services\LogicalTypeInfo.cs" />
  151. <Compile Include="System.Web.Script.Services\ProfileService.cs" />
  152. <Compile Include="System.Web.Script.Services\ProxyGenerator.cs" />
  153. <Compile Include="System.Web.Script.Services\ResponseFormat.cs" />
  154. <Compile Include="System.Web.Script.Services\RestHandler.cs" />
  155. <Compile Include="System.Web.Script.Services\ScriptHandlerFactory.cs" />
  156. <Compile Include="System.Web.Script.Services\ScriptMethodAttribute.cs" />
  157. <Compile Include="System.Web.Script.Services\ScriptServiceAttribute.cs" />
  158. <Compile Include="System.Web.UI\AsyncPostBackErrorEventArgs.cs" />
  159. <Compile Include="System.Web.UI\AsyncPostBackTrigger.cs" />
  160. <Compile Include="System.Web.UI\AuthenticationServiceManager.cs" />
  161. <Compile Include="System.Web.UI\ExtenderControl.cs" />
  162. <Compile Include="System.Web.UI\IExtenderControl.cs" />
  163. <Compile Include="System.Web.UI\IScriptControl.cs" />
  164. <Compile Include="System.Web.UI\PostBackTrigger.cs" />
  165. <Compile Include="System.Web.UI\ProfileServiceManager.cs" />
  166. <Compile Include="System.Web.UI\ScriptBehaviorDescriptor.cs" />
  167. <Compile Include="System.Web.UI\ScriptComponentDescriptor.cs" />
  168. <Compile Include="System.Web.UI\ScriptControl.cs" />
  169. <Compile Include="System.Web.UI\ScriptControlDescriptor.cs" />
  170. <Compile Include="System.Web.UI\ScriptDescriptor.cs" />
  171. <Compile Include="System.Web.UI\ScriptManager.cs" />
  172. <Compile Include="System.Web.UI\ScriptManagerProxy.cs" />
  173. <Compile Include="System.Web.UI\ScriptMode.cs" />
  174. <Compile Include="System.Web.UI\ScriptReference.cs" />
  175. <Compile Include="System.Web.UI\ScriptReferenceCollection.cs" />
  176. <Compile Include="System.Web.UI\ScriptReferenceEventArgs.cs" />
  177. <Compile Include="System.Web.UI\ScriptResourceAttribute.cs" />
  178. <Compile Include="System.Web.UI\ServiceReference.cs" />
  179. <Compile Include="System.Web.UI\ServiceReferenceCollection.cs" />
  180. <Compile Include="System.Web.UI\TargetControlTypeAttribute.cs" />
  181. <Compile Include="System.Web.UI\Timer.cs" />
  182. <Compile Include="System.Web.UI\UpdatePanel.cs" />
  183. <Compile Include="System.Web.UI\UpdatePanelControlTrigger.cs" />
  184. <Compile Include="System.Web.UI\UpdatePanelRenderMode.cs" />
  185. <Compile Include="System.Web.UI\UpdatePanelTrigger.cs" />
  186. <Compile Include="System.Web.UI\UpdatePanelTriggerCollection.cs" />
  187. <Compile Include="System.Web.UI\UpdatePanelUpdateMode.cs" />
  188. <Compile Include="System.Web.UI\UpdateProgress.cs" />
  189. <Compile Include="System.Web.UI\RegisteredArrayDeclaration.cs" />
  190. <Compile Include="System.Web.UI\RegisteredDisposeScript.cs" />
  191. <Compile Include="System.Web.UI\RegisteredExpandoAttribute.cs" />
  192. <Compile Include="System.Web.UI\RegisteredHiddenField.cs" />
  193. <Compile Include="System.Web.UI\RegisteredScript.cs" />
  194. <Compile Include="System.Web.UI\RegisteredScriptType.cs" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjax.debug.jvm.js">
  198. <Link>Resources\MicrosoftAjax.debug.jvm.js</Link>
  199. <LogicalName>MicrosoftAjax.debug.js</LogicalName>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjax.jvm.js">
  202. <Link>Resources\MicrosoftAjax.jvm.js</Link>
  203. <LogicalName>MicrosoftAjax.js</LogicalName>
  204. </EmbeddedResource>
  205. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjaxTimer.debug.js">
  206. <Link>Resources\MicrosoftAjaxTimer.debug.js</Link>
  207. <LogicalName>MicrosoftAjaxTimer.debug.js</LogicalName>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjaxTimer.js">
  210. <Link>Resources\MicrosoftAjaxTimer.js</Link>
  211. <LogicalName>MicrosoftAjaxTimer.js</LogicalName>
  212. </EmbeddedResource>
  213. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjaxWebForms.debug.js">
  214. <Link>Resources\MicrosoftAjaxWebForms.debug.js</Link>
  215. <LogicalName>MicrosoftAjaxWebForms.debug.js</LogicalName>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="..\MicrosoftAjaxLibrary\System.Web.Extensions\3.5.0.0\3.5.21022.8\MicrosoftAjaxWebForms.js">
  218. <Link>Resources\MicrosoftAjaxWebForms.js</Link>
  219. <LogicalName>MicrosoftAjaxWebForms.js</LogicalName>
  220. </EmbeddedResource>
  221. <EmbeddedResource Include="Resources\MicrosoftAjaxExtension.js">
  222. <LogicalName>MicrosoftAjaxExtension.js</LogicalName>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="Resources\MicrosoftAjaxWebFormsExtension.js">
  225. <LogicalName>MicrosoftAjaxWebFormsExtension.js</LogicalName>
  226. </EmbeddedResource>
  227. </ItemGroup>
  228. <PropertyGroup>
  229. <PostBuildEvent></PostBuildEvent>
  230. </PropertyGroup>
  231. <ItemGroup>
  232. <ProjectReference Include="..\System.Web.Services\System.Web.Services20.csproj">
  233. <Project>{B37A8704-33AB-48D9-B0C2-1D919755B69A}</Project>
  234. <Name>System.Web.Services20</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\System.Web\System.Web20.csproj">
  237. <Project>{0F744BEF-F9B1-4953-BB86-9ADBF73C3CD4}</Project>
  238. <Name>System.Web20</Name>
  239. </ProjectReference>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Folder Include="Properties\" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  246. <Visible>False</Visible>
  247. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  248. <Install>true</Install>
  249. </BootstrapperPackage>
  250. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  251. <Visible>False</Visible>
  252. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  253. <Install>false</Install>
  254. </BootstrapperPackage>
  255. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  256. <Visible>False</Visible>
  257. <ProductName>.NET Framework 3.5</ProductName>
  258. <Install>false</Install>
  259. </BootstrapperPackage>
  260. </ItemGroup>
  261. </Project>