| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{DA1981D9-7FE1-493F-8B8C-3DFE47DE7934}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>System.Data.Test</RootNamespace>
- <AssemblyName>System.Data.Test</AssemblyName>
- <JDKName>1.5.0_05</JDKName>
- <GHProjectType>1</GHProjectType>
- <Version>2.0</Version>
- <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
- <OutputPath>bin\Release_Java20\</OutputPath>
- <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
- <BaseAddress>285212672</BaseAddress>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <SkipValidation>false</SkipValidation>
- <KeepIntermediate>false</KeepIntermediate>
- <GHProjectType>1</GHProjectType>
- <PreCompile>false</PreCompile>
- <AdditionalClassPath>
- </AdditionalClassPath>
- <ApplicationServerType>
- </ApplicationServerType>
- <Version>2.0</Version>
- <JDKName>1.5.0_05</JDKName>
- <TargetPlatform>0</TargetPlatform>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_Java20\</OutputPath>
- <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
- <BaseAddress>285212672</BaseAddress>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <SkipValidation>True</SkipValidation>
- <KeepIntermediate>False</KeepIntermediate>
- <GHProjectType>1</GHProjectType>
- <PreCompile>false</PreCompile>
- <AdditionalClassPath>
- </AdditionalClassPath>
- <ApplicationServerType>
- </ApplicationServerType>
- <Version>2.0</Version>
- <JDKName>1.5.0_05</JDKName>
- <TargetPlatform>0</TargetPlatform>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug_Java\</OutputPath>
- <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <BaseAddress>285212672</BaseAddress>
- <NoStdLib>false</NoStdLib>
- <SkipValidation>True</SkipValidation>
- <KeepIntermediate>False</KeepIntermediate>
- <TargetPlatform>0</TargetPlatform>
- <AdditionalClassPath>
- </AdditionalClassPath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release_Java\</OutputPath>
- <DefineConstants>TRACE;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <BaseAddress>285212672</BaseAddress>
- <NoStdLib>false</NoStdLib>
- <SkipValidation>false</SkipValidation>
- <KeepIntermediate>false</KeepIntermediate>
- <TargetPlatform>0</TargetPlatform>
- <AdditionalClassPath>
- </AdditionalClassPath>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
- <Private>False</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="System.Data.Common\DataColumnMappingCollectionTest.cs" />
- <Compile Include="System.Data.Common\DataTableMappingCollectionTest.cs" />
- <Compile Include="System.Data.Common\DbConnectionStringBuilderTest.cs" />
- <Compile Include="System.Data.Common\DBDataPermissionAttributeTest.cs" />
- <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandlerTest.cs" />
- <Compile Include="System.Data.Test.Utils\DataProvider.cs" />
- <Compile Include="System.Data\ConstraintCollectionTest.cs" />
- <Compile Include="System.Data\ConstraintCollectionTest2.cs" />
- <Compile Include="System.Data\ConstraintExceptionTest.cs" />
- <Compile Include="System.Data\ConstraintTest.cs" />
- <Compile Include="System.Data\DataColumnCollectionTest.cs" />
- <Compile Include="System.Data\DataColumnCollectionTest2.cs" />
- <Compile Include="System.Data\DataColumnTest.cs" />
- <Compile Include="System.Data\DataColumnTest2.cs" />
- <Compile Include="System.Data\DataRelationCollectionTest.cs" />
- <Compile Include="System.Data\DataRelationCollectionTest2.cs" />
- <Compile Include="System.Data\DataRelationTest.cs" />
- <Compile Include="System.Data\DataRelationTest2.cs" />
- <Compile Include="System.Data\DataRowCollectionTest.cs" />
- <Compile Include="System.Data\DataRowCollectionTest2.cs" />
- <Compile Include="System.Data\DataRowTest.cs" />
- <Compile Include="System.Data\DataRowTest2.cs" />
- <Compile Include="System.Data\DataRowViewTest.cs" />
- <Compile Include="System.Data\DataRowViewTest2.cs" />
- <Compile Include="System.Data\DataSetAssertion.cs" />
- <Compile Include="System.Data\DataSetInferXmlSchemaTest.cs" />
- <Compile Include="System.Data\DataSetReadXmlSchemaTest.cs" />
- <Compile Include="System.Data\DataSetReadXmlTest.cs" />
- <Compile Include="System.Data\DataSetTest.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="System.Data\DataSetTest2.cs" />
- <Compile Include="System.Data\DataSetTypedDataSetTest.cs" />
- <Compile Include="System.Data\DataTableCollectionTest.cs" />
- <Compile Include="System.Data\DataTableCollectionTest2.cs" />
- <Compile Include="System.Data\DataTableLoadRowTest.cs" />
- <Compile Include="System.Data\DataTableReaderTest.cs" />
- <Compile Include="System.Data\DataTableTest.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="System.Data\DataTableTest2.cs" />
- <Compile Include="System.Data\DataViewManagerTest.cs" />
- <Compile Include="System.Data\DataViewTest.cs" />
- <Compile Include="System.Data\DataViewTest2.cs" />
- <Compile Include="System.Data\DataViewTest_IBindingList.cs" />
- <Compile Include="System.Data\DataViewTest_IBindingListView.cs" />
- <Compile Include="System.Data\DeletedRowInaccessibleExceptionTest.cs" />
- <Compile Include="System.Data\DuplicateNameExceptionTest.cs" />
- <Compile Include="System.Data\EvaluateExceptionTest.cs" />
- <Compile Include="System.Data\ForeignKeyConstraintTest.cs" />
- <Compile Include="System.Data\ForeignKeyConstraintTest2.cs" />
- <Compile Include="System.Data\InRowChangingEventExceptionTest.cs" />
- <Compile Include="System.Data\InvalidConstraintExceptionTest.cs" />
- <Compile Include="System.Data\MissingPrimaryKeyExceptionTest.cs" />
- <Compile Include="System.Data\NoNullAllowedExceptionTest.cs" />
- <Compile Include="System.Data\ReadOnlyExceptionTest.cs" />
- <Compile Include="System.Data\RowNotInTableExceptionTest.cs" />
- <Compile Include="System.Data\SyntaxErrorExceptionTest.cs" />
- <Compile Include="System.Data\UniqueConstraintTest.cs" />
- <Compile Include="System.Data\UniqueConstraintTest2.cs" />
- <Compile Include="System.Data\VersionNotFoundException.cs" />
- <Compile Include="System.Xml\XmlDataDocumentTest.cs" />
- <Compile Include="System.Xml\XmlDataDocumentTest2.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="System.Data\own_schema.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test001.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test002.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test003.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test004.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test005.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test006.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test007.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test008.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test009.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test010.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test011.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test012.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test013.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test014.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\schemas\test103.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\store.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\store2.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\store3.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Data\store4.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="System.Xml\store.xsd">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Content Include="System.Data\region.xml" />
- <Content Include="System.Data\TypedDataSet.xml" />
- <Content Include="System.Xml\2books.xml" />
- <Content Include="System.Xml\region.xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\nunit20\framework\nunit.framework.dll20.J2EE.csproj">
- <Project>{ACDA29DB-62AB-4AF8-8862-B3B4FC755BBC}</Project>
- <Name>nunit.framework.dll20.J2EE</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
- <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <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" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|