|
|
@@ -1,4 +1,18 @@
|
|
|
<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>{71F3DF41-7E2F-41FB-B470-110851F2E758}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>System.Data.OracleClient</RootNamespace>
|
|
|
+ <AssemblyName>System.Data.OracleClient</AssemblyName>
|
|
|
+ <JDKName>1.5.0_05</JDKName>
|
|
|
+ <GHProjectType>1</GHProjectType>
|
|
|
+ <Version>2.0</Version>
|
|
|
+ </PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
|
|
|
<OutputPath>bin\Release_Java20\</OutputPath>
|
|
|
<DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
|
|
|
@@ -39,20 +53,6 @@
|
|
|
<JDKName>1.5.0_05</JDKName>
|
|
|
<TargetPlatform>0</TargetPlatform>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProductVersion>8.0.50727</ProductVersion>
|
|
|
- <SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{71F3DF41-7E2F-41FB-B470-110851F2E758}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>System.Data.OracleClient</RootNamespace>
|
|
|
- <AssemblyName>System.Data.OracleClient</AssemblyName>
|
|
|
- <JDKName>1.5.0_05</JDKName>
|
|
|
- <GHProjectType>1</GHProjectType>
|
|
|
- <Version>2.0</Version>
|
|
|
- </PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|