System.Data.Test20.vmwcsproj 11 KB

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