System.Data.Test20.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{DA1981D9-7FE1-493F-8B8C-3DFE47DE7934}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Data.Test</RootNamespace>
  11. <AssemblyName>System.Data.Test</AssemblyName>
  12. <JDKName>1.5.0_05</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  18. <OutputPath>bin\Release_Java20\</OutputPath>
  19. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  20. <BaseAddress>285212672</BaseAddress>
  21. <Optimize>true</Optimize>
  22. <DebugType>pdbonly</DebugType>
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <ErrorReport>prompt</ErrorReport>
  25. <SkipValidation>false</SkipValidation>
  26. <KeepIntermediate>false</KeepIntermediate>
  27. <GHProjectType>1</GHProjectType>
  28. <PreCompile>false</PreCompile>
  29. <AdditionalClassPath>
  30. </AdditionalClassPath>
  31. <ApplicationServerType>
  32. </ApplicationServerType>
  33. <Version>2.0</Version>
  34. <JDKName>1.5.0_05</JDKName>
  35. <TargetPlatform>0</TargetPlatform>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\Debug_Java20\</OutputPath>
  40. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  41. <BaseAddress>285212672</BaseAddress>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <SkipValidation>True</SkipValidation>
  46. <KeepIntermediate>False</KeepIntermediate>
  47. <GHProjectType>1</GHProjectType>
  48. <PreCompile>false</PreCompile>
  49. <AdditionalClassPath>
  50. </AdditionalClassPath>
  51. <ApplicationServerType>
  52. </ApplicationServerType>
  53. <Version>2.0</Version>
  54. <JDKName>1.5.0_05</JDKName>
  55. <TargetPlatform>0</TargetPlatform>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  58. <DebugSymbols>true</DebugSymbols>
  59. <DebugType>full</DebugType>
  60. <Optimize>false</Optimize>
  61. <OutputPath>bin\Debug_Java\</OutputPath>
  62. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <BaseAddress>285212672</BaseAddress>
  66. <NoStdLib>false</NoStdLib>
  67. <SkipValidation>True</SkipValidation>
  68. <KeepIntermediate>False</KeepIntermediate>
  69. <TargetPlatform>0</TargetPlatform>
  70. <AdditionalClassPath>
  71. </AdditionalClassPath>
  72. </PropertyGroup>
  73. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  74. <DebugType>pdbonly</DebugType>
  75. <Optimize>true</Optimize>
  76. <OutputPath>bin\Release_Java\</OutputPath>
  77. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  78. <ErrorReport>prompt</ErrorReport>
  79. <WarningLevel>4</WarningLevel>
  80. <BaseAddress>285212672</BaseAddress>
  81. <NoStdLib>false</NoStdLib>
  82. <SkipValidation>false</SkipValidation>
  83. <KeepIntermediate>false</KeepIntermediate>
  84. <TargetPlatform>0</TargetPlatform>
  85. <AdditionalClassPath>
  86. </AdditionalClassPath>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="System" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Xml" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="System.Data.Common\DataColumnMappingCollectionTest.cs" />
  98. <Compile Include="System.Data.Common\DataTableMappingCollectionTest.cs" />
  99. <Compile Include="System.Data.Common\DbConnectionStringBuilderTest.cs" />
  100. <Compile Include="System.Data.Common\DBDataPermissionAttributeTest.cs" />
  101. <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandlerTest.cs" />
  102. <Compile Include="System.Data.SqlTypes\SqlBinaryTest.cs" />
  103. <Compile Include="System.Data.SqlTypes\SqlBooleanTest.cs" />
  104. <Compile Include="System.Data.SqlTypes\SqlBytesTest.cs" />
  105. <Compile Include="System.Data.SqlTypes\SqlByteTest.cs" />
  106. <Compile Include="System.Data.SqlTypes\SqlCharsTest.cs" />
  107. <Compile Include="System.Data.SqlTypes\SqlDateTimeTest.cs" />
  108. <Compile Include="System.Data.SqlTypes\SqlDecimalTest.cs" />
  109. <Compile Include="System.Data.SqlTypes\SqlDoubleTest.cs" />
  110. <Compile Include="System.Data.SqlTypes\SqlGuidTest.cs" />
  111. <Compile Include="System.Data.SqlTypes\SqlInt16Test.cs" />
  112. <Compile Include="System.Data.SqlTypes\SqlInt32Test.cs" />
  113. <Compile Include="System.Data.SqlTypes\SqlInt64Test.cs" />
  114. <Compile Include="System.Data.SqlTypes\SqlMoneyTest.cs" />
  115. <Compile Include="System.Data.SqlTypes\SqlSingleTest.cs" />
  116. <Compile Include="System.Data.SqlTypes\SqlStringTest.cs" />
  117. <Compile Include="System.Data.Test.Utils\DataProvider.cs" />
  118. <Compile Include="System.Data\ConstraintCollectionTest.cs" />
  119. <Compile Include="System.Data\ConstraintCollectionTest2.cs" />
  120. <Compile Include="System.Data\ConstraintExceptionTest.cs" />
  121. <Compile Include="System.Data\ConstraintTest.cs" />
  122. <Compile Include="System.Data\DataColumnCollectionTest.cs" />
  123. <Compile Include="System.Data\DataColumnCollectionTest2.cs" />
  124. <Compile Include="System.Data\DataColumnTest.cs" />
  125. <Compile Include="System.Data\DataColumnTest2.cs" />
  126. <Compile Include="System.Data\DataRelationCollectionTest.cs" />
  127. <Compile Include="System.Data\DataRelationCollectionTest2.cs" />
  128. <Compile Include="System.Data\DataRelationTest.cs" />
  129. <Compile Include="System.Data\DataRelationTest2.cs" />
  130. <Compile Include="System.Data\DataRowCollectionTest.cs" />
  131. <Compile Include="System.Data\DataRowCollectionTest2.cs" />
  132. <Compile Include="System.Data\DataRowTest.cs" />
  133. <Compile Include="System.Data\DataRowTest2.cs" />
  134. <Compile Include="System.Data\DataRowViewTest.cs" />
  135. <Compile Include="System.Data\DataRowViewTest2.cs" />
  136. <Compile Include="System.Data\DataSetAssertion.cs" />
  137. <Compile Include="System.Data\DataSetInferXmlSchemaTest.cs" />
  138. <Compile Include="System.Data\DataSetReadXmlSchemaTest.cs" />
  139. <Compile Include="System.Data\DataSetReadXmlTest.cs" />
  140. <Compile Include="System.Data\DataSetTest.cs">
  141. <SubType>Component</SubType>
  142. </Compile>
  143. <Compile Include="System.Data\DataSetTest2.cs" />
  144. <Compile Include="System.Data\DataSetTypedDataSetTest.cs" />
  145. <Compile Include="System.Data\DataTableCollectionTest.cs" />
  146. <Compile Include="System.Data\DataTableCollectionTest2.cs" />
  147. <Compile Include="System.Data\DataTableLoadRowTest.cs" />
  148. <Compile Include="System.Data\DataTableReaderTest.cs" />
  149. <Compile Include="System.Data\DataTableTest.cs">
  150. <SubType>Component</SubType>
  151. </Compile>
  152. <Compile Include="System.Data\DataTableTest2.cs" />
  153. <Compile Include="System.Data\DataViewManagerTest.cs" />
  154. <Compile Include="System.Data\DataViewTest.cs" />
  155. <Compile Include="System.Data\DataViewTest2.cs" />
  156. <Compile Include="System.Data\DataViewTest_IBindingList.cs" />
  157. <Compile Include="System.Data\DataViewTest_IBindingListView.cs" />
  158. <Compile Include="System.Data\DeletedRowInaccessibleExceptionTest.cs" />
  159. <Compile Include="System.Data\DuplicateNameExceptionTest.cs" />
  160. <Compile Include="System.Data\EvaluateExceptionTest.cs" />
  161. <Compile Include="System.Data\ForeignKeyConstraintTest.cs" />
  162. <Compile Include="System.Data\ForeignKeyConstraintTest2.cs" />
  163. <Compile Include="System.Data\InRowChangingEventExceptionTest.cs" />
  164. <Compile Include="System.Data\InvalidConstraintExceptionTest.cs" />
  165. <Compile Include="System.Data\MissingPrimaryKeyExceptionTest.cs" />
  166. <Compile Include="System.Data\NoNullAllowedExceptionTest.cs" />
  167. <Compile Include="System.Data\ReadOnlyExceptionTest.cs" />
  168. <Compile Include="System.Data\RowNotInTableExceptionTest.cs" />
  169. <Compile Include="System.Data\SyntaxErrorExceptionTest.cs" />
  170. <Compile Include="System.Data\UniqueConstraintTest.cs" />
  171. <Compile Include="System.Data\UniqueConstraintTest2.cs" />
  172. <Compile Include="System.Data\VersionNotFoundException.cs" />
  173. <Compile Include="System.Xml\XmlDataDocumentTest.cs" />
  174. <Compile Include="System.Xml\XmlDataDocumentTest2.cs" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="System.Data\own_schema.xsd">
  178. <SubType>Designer</SubType>
  179. </None>
  180. <None Include="System.Data\schemas\test001.xsd">
  181. <SubType>Designer</SubType>
  182. </None>
  183. <None Include="System.Data\schemas\test002.xsd">
  184. <SubType>Designer</SubType>
  185. </None>
  186. <None Include="System.Data\schemas\test003.xsd">
  187. <SubType>Designer</SubType>
  188. </None>
  189. <None Include="System.Data\schemas\test004.xsd">
  190. <SubType>Designer</SubType>
  191. </None>
  192. <None Include="System.Data\schemas\test005.xsd">
  193. <SubType>Designer</SubType>
  194. </None>
  195. <None Include="System.Data\schemas\test006.xsd">
  196. <SubType>Designer</SubType>
  197. </None>
  198. <None Include="System.Data\schemas\test007.xsd">
  199. <SubType>Designer</SubType>
  200. </None>
  201. <None Include="System.Data\schemas\test008.xsd">
  202. <SubType>Designer</SubType>
  203. </None>
  204. <None Include="System.Data\schemas\test009.xsd">
  205. <SubType>Designer</SubType>
  206. </None>
  207. <None Include="System.Data\schemas\test010.xsd">
  208. <SubType>Designer</SubType>
  209. </None>
  210. <None Include="System.Data\schemas\test011.xsd">
  211. <SubType>Designer</SubType>
  212. </None>
  213. <None Include="System.Data\schemas\test012.xsd">
  214. <SubType>Designer</SubType>
  215. </None>
  216. <None Include="System.Data\schemas\test013.xsd">
  217. <SubType>Designer</SubType>
  218. </None>
  219. <None Include="System.Data\schemas\test014.xsd">
  220. <SubType>Designer</SubType>
  221. </None>
  222. <None Include="System.Data\schemas\test103.xsd">
  223. <SubType>Designer</SubType>
  224. </None>
  225. <None Include="System.Data\store.xsd">
  226. <SubType>Designer</SubType>
  227. </None>
  228. <None Include="System.Data\store2.xsd">
  229. <SubType>Designer</SubType>
  230. </None>
  231. <None Include="System.Data\store3.xsd">
  232. <SubType>Designer</SubType>
  233. </None>
  234. <None Include="System.Data\store4.xsd">
  235. <SubType>Designer</SubType>
  236. </None>
  237. <None Include="System.Xml\store.xsd">
  238. <SubType>Designer</SubType>
  239. </None>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="System.Data\region.xml" />
  243. <Content Include="System.Data\TypedDataSet.xml" />
  244. <Content Include="System.Xml\2books.xml" />
  245. <Content Include="System.Xml\region.xml" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <ProjectReference Include="..\..\..\nunit20\framework\nunit.framework.dll20.J2EE.csproj">
  249. <Project>{ACDA29DB-62AB-4AF8-8862-B3B4FC755BBC}</Project>
  250. <Name>nunit.framework.dll20.J2EE</Name>
  251. </ProjectReference>
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Folder Include="Properties\" />
  255. </ItemGroup>
  256. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  257. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  258. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  259. Other similar extension points exist, see Microsoft.Common.targets.
  260. <Target Name="BeforeBuild">
  261. </Target>
  262. <Target Name="AfterBuild">
  263. </Target>
  264. -->
  265. <ProjectExtensions>
  266. <VisualStudio>
  267. <UserProperties REFS-JarPath-rt="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" />
  268. </VisualStudio>
  269. </ProjectExtensions>
  270. </Project>