System.Core.Tests-2008.JavaEE.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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>{79C9301F-06F0-431C-B72A-0FF2F63C0BF8}</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.Core.Tests</AssemblyName>
  12. <JDKName>1.6</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <UseVSHostingProcess>false</UseVSHostingProcess>
  16. <AdditionalClassPath>
  17. </AdditionalClassPath>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <RootNamespace>System.Core.Tests</RootNamespace>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <jarserver>ipa</jarserver>
  25. <PublishUrl>http://localhost/System.Core.Tests-2008.JavaEE/</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Web</InstallFrom>
  28. <UpdateEnabled>true</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <ApplicationRevision>0</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <IsWebBootstrapper>true</IsWebBootstrapper>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. <StartupObject>
  41. </StartupObject>
  42. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  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>DEBUG;TRACE;JAVA</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <BaseAddress>285212672</BaseAddress>
  53. <SkipValidation>false</SkipValidation>
  54. <KeepIntermediate>false</KeepIntermediate>
  55. <TargetPlatform>0</TargetPlatform>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release_Java\</OutputPath>
  61. <DefineConstants>TRACE;JAVA</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <BaseAddress>285212672</BaseAddress>
  65. <SkipValidation>false</SkipValidation>
  66. <KeepIntermediate>false</KeepIntermediate>
  67. <TargetPlatform>0</TargetPlatform>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>bin\Debug_Java20\</OutputPath>
  72. <DefineConstants>TRACE;JAVA;NET_3_5;TARGET_JVM;DEBUG</DefineConstants>
  73. <BaseAddress>285212672</BaseAddress>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>AnyCPU</PlatformTarget>
  76. <UseVSHostingProcess>false</UseVSHostingProcess>
  77. <ErrorReport>prompt</ErrorReport>
  78. <SkipValidation>false</SkipValidation>
  79. <KeepIntermediate>false</KeepIntermediate>
  80. <PreCompile>true</PreCompile>
  81. <DeploymentMethod>0</DeploymentMethod>
  82. <CompressionLevel>1</CompressionLevel>
  83. <UseTestingPage>true</UseTestingPage>
  84. <AdditionalClassPath>
  85. </AdditionalClassPath>
  86. <TargetPlatform>0</TargetPlatform>
  87. </PropertyGroup>
  88. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  89. <OutputPath>bin\Release_Java20\</OutputPath>
  90. <DefineConstants>TRACE;JAVA;NET_3_5;TARGET_JVM</DefineConstants>
  91. <BaseAddress>285212672</BaseAddress>
  92. <Optimize>true</Optimize>
  93. <DebugType>pdbonly</DebugType>
  94. <PlatformTarget>AnyCPU</PlatformTarget>
  95. <UseVSHostingProcess>false</UseVSHostingProcess>
  96. <ErrorReport>prompt</ErrorReport>
  97. <SkipValidation>false</SkipValidation>
  98. <KeepIntermediate>false</KeepIntermediate>
  99. <PreCompile>true</PreCompile>
  100. <DeploymentMethod>0</DeploymentMethod>
  101. <CompressionLevel>1</CompressionLevel>
  102. <UseTestingPage>true</UseTestingPage>
  103. <AdditionalClassPath>
  104. </AdditionalClassPath>
  105. <TargetPlatform>0</TargetPlatform>
  106. </PropertyGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  108. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. <ProjectExtensions>
  117. <VisualStudio>
  118. <UserProperties REFS-RefInfo-system-core="repository:vmw:framework:2.0" REFS-JarPath-system-core="" REFS-RefInfo-system-core-2008-javaee="j2il:" REFS-JarPath-system-core-2008-javaee="..\bin\Debug_Java\System.Core-2008.JavaEE.jar" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system="" REFS-RefInfo-nunit-framework="j2il:" REFS-JarPath-nunit-framework="..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-rt="" REFS-RefInfo-rt="repository:jre:sun:1.6.0" />
  119. </VisualStudio>
  120. </ProjectExtensions>
  121. <ItemGroup>
  122. <Reference Include="nunit.framework">
  123. <SpecificVersion>False</SpecificVersion>
  124. <HintPath>..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.dll</HintPath>
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="rt, Version=1.6.0.65535, Culture=neutral, processorArchitecture=MSIL" />
  128. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  129. <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  130. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  131. </Reference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  140. <Visible>False</Visible>
  141. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  142. <Install>false</Install>
  143. </BootstrapperPackage>
  144. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  145. <Visible>False</Visible>
  146. <ProductName>.NET Framework 3.5</ProductName>
  147. <Install>false</Install>
  148. </BootstrapperPackage>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <None Include="System.Collections.Generic\ChangeLog" />
  152. <None Include="System.Linq.Expressions\ChangeLog" />
  153. <None Include="System.Linq\ChangeLog" />
  154. <None Include="System\ChangeLog" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Compile Include="System.Collections.Generic\HashSetTest.cs" />
  158. <Compile Include="System.Linq.Expressions\ExpressionTest.cs" />
  159. <Compile Include="System.Linq.Expressions\ExpressionTest_Add.cs" />
  160. <Compile Include="System.Linq.Expressions\ExpressionTest_AddChecked.cs" />
  161. <Compile Include="System.Linq.Expressions\ExpressionTest_And.cs" />
  162. <Compile Include="System.Linq.Expressions\ExpressionTest_AndAlso.cs" />
  163. <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayIndex.cs" />
  164. <Compile Include="System.Linq.Expressions\ExpressionTest_ArrayLength.cs" />
  165. <Compile Include="System.Linq.Expressions\ExpressionTest_Bind.cs" />
  166. <Compile Include="System.Linq.Expressions\ExpressionTest_Call.cs" />
  167. <Compile Include="System.Linq.Expressions\ExpressionTest_Coalesce.cs" />
  168. <Compile Include="System.Linq.Expressions\ExpressionTest_Condition.cs" />
  169. <Compile Include="System.Linq.Expressions\ExpressionTest_Constant.cs" />
  170. <Compile Include="System.Linq.Expressions\ExpressionTest_Convert.cs" />
  171. <Compile Include="System.Linq.Expressions\ExpressionTest_Divide.cs" />
  172. <Compile Include="System.Linq.Expressions\ExpressionTest_ElementInit.cs" />
  173. <Compile Include="System.Linq.Expressions\ExpressionTest_Equal.cs" />
  174. <Compile Include="System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
  175. <Compile Include="System.Linq.Expressions\ExpressionTest_Field.cs" />
  176. <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
  177. <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
  178. <Compile Include="System.Linq.Expressions\ExpressionTest_Invoke.cs" />
  179. <Compile Include="System.Linq.Expressions\ExpressionTest_Lambda.cs" />
  180. <Compile Include="System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
  181. <Compile Include="System.Linq.Expressions\ExpressionTest_LessThan.cs" />
  182. <Compile Include="System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
  183. <Compile Include="System.Linq.Expressions\ExpressionTest_Lift.cs" />
  184. <Compile Include="System.Linq.Expressions\ExpressionTest_ListBind.cs" />
  185. <Compile Include="System.Linq.Expressions\ExpressionTest_ListInit.cs" />
  186. <Compile Include="System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
  187. <Compile Include="System.Linq.Expressions\ExpressionTest_MemberBind.cs" />
  188. <Compile Include="System.Linq.Expressions\ExpressionTest_MemberInit.cs" />
  189. <Compile Include="System.Linq.Expressions\ExpressionTest_Modulo.cs" />
  190. <Compile Include="System.Linq.Expressions\ExpressionTest_Multiply.cs" />
  191. <Compile Include="System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
  192. <Compile Include="System.Linq.Expressions\ExpressionTest_Negate.cs" />
  193. <Compile Include="System.Linq.Expressions\ExpressionTest_New.cs" />
  194. <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayBounds.cs" />
  195. <Compile Include="System.Linq.Expressions\ExpressionTest_NewArrayInit.cs" />
  196. <Compile Include="System.Linq.Expressions\ExpressionTest_Not.cs" />
  197. <Compile Include="System.Linq.Expressions\ExpressionTest_Or.cs" />
  198. <Compile Include="System.Linq.Expressions\ExpressionTest_OrElse.cs" />
  199. <Compile Include="System.Linq.Expressions\ExpressionTest_Power.cs" />
  200. <Compile Include="System.Linq.Expressions\ExpressionTest_Property.cs" />
  201. <Compile Include="System.Linq.Expressions\ExpressionTest_PropertyOrField.cs" />
  202. <Compile Include="System.Linq.Expressions\ExpressionTest_Quote.cs" />
  203. <Compile Include="System.Linq.Expressions\ExpressionTest_RightShift.cs" />
  204. <Compile Include="System.Linq.Expressions\ExpressionTest_Subtract.cs" />
  205. <Compile Include="System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
  206. <Compile Include="System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
  207. <Compile Include="System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
  208. <Compile Include="System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
  209. <Compile Include="System.Linq.Expressions\ExpressionTest_Utils.cs" />
  210. <Compile Include="System.Linq\EnumerableAsQueryableTest.cs" />
  211. <Compile Include="System.Linq\EnumerableMoreTest.cs" />
  212. <Compile Include="System.Linq\EnumerableTest.cs" />
  213. <Compile Include="System.Linq\QueryableProviderTest.cs" />
  214. <Compile Include="System.Linq\QueryableTest.cs" />
  215. <Compile Include="System\TimeZoneInfo.AdjustmentRuleTest.cs" />
  216. <Compile Include="System\TimeZoneInfo.TransitionTimeTest.cs" />
  217. <Compile Include="System\TimeZoneInfoTest.cs" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Folder Include="Properties\" />
  221. </ItemGroup>
  222. </Project>