Removed API projects because they are moved to its own repo · utPLSQL/utPLSQL-PLSQL-Developer@95f9529 · GitHub
Skip to content

Commit 95f9529

Browse files
committed
Removed API projects because they are moved to its own repo
1 parent 6b7d403 commit 95f9529

21 files changed

Lines changed: 83 additions & 1438 deletions

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.sln

Lines changed: 0 additions & 28 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3+
<configSections>
4+
<section name="oracle.manageddataaccess.client"
5+
type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
6+
</configSections>
7+
<system.data>
8+
<DbProviderFactories>
9+
<remove invariant="Oracle.ManagedDataAccess.Client"/>
10+
<add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver"
11+
type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
12+
</DbProviderFactories>
13+
</system.data>
14+
<runtime>
15+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16+
<dependentAssembly>
17+
<publisherPolicy apply="no"/>
18+
<assemblyIdentity name="Oracle.ManagedDataAccess" publicKeyToken="89b483f429c47342" culture="neutral"/>
19+
<bindingRedirect oldVersion="4.121.0.0 - 4.65535.65535.65535" newVersion="4.122.19.1"/>
20+
</dependentAssembly>
21+
</assemblyBinding>
22+
</runtime>
23+
<oracle.manageddataaccess.client>
24+
<version number="*">
25+
<dataSources>
26+
<dataSource alias="SampleDataSource" descriptor="(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL))) "/>
27+
</dataSources>
28+
</version>
29+
</oracle.manageddataaccess.client>
330
</configuration>

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
<Reference Include="FontAwesome.Sharp, Version=5.15.3.0, Culture=neutral, processorArchitecture=MSIL">
9191
<HintPath>..\packages\FontAwesome.Sharp.5.15.3\lib\net40\FontAwesome.Sharp.dll</HintPath>
9292
</Reference>
93+
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
94+
<HintPath>..\packages\Oracle.ManagedDataAccess.19.10.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
95+
</Reference>
9396
<Reference Include="RGiesecke.DllExport.Metadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8f52d83c1a22df51, processorArchitecture=MSIL">
9497
<HintPath>..\packages\UnmanagedExports.1.2.7\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath>
9598
<Private>False</Private>
@@ -102,6 +105,9 @@
102105
<Reference Include="System.Xml.Linq" />
103106
<Reference Include="Microsoft.CSharp" />
104107
<Reference Include="System.Xml" />
108+
<Reference Include="utPLSQL.Api, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
109+
<HintPath>..\packages\utPLSQL.Api.1.0.1\lib\net40\utPLSQL.Api.dll</HintPath>
110+
</Reference>
105111
</ItemGroup>
106112
<ItemGroup>
107113
<Compile Include="AboutDialog.cs">
@@ -148,10 +154,6 @@
148154
<WCFMetadata Include="Connected Services\" />
149155
</ItemGroup>
150156
<ItemGroup>
151-
<ProjectReference Include="..\utPLSQL.Api\utPLSQL.Api.csproj">
152-
<Project>{df09eace-50ec-44ea-849a-80462a219cfc}</Project>
153-
<Name>utPLSQL.Api</Name>
154-
</ProjectReference>
155157
<ProjectReference Include="..\utPLSQL.Ui\utPLSQL.Ui.csproj">
156158
<Project>{7669189c-4a58-4e82-9dcb-7956624a719b}</Project>
157159
<Name>utPLSQL.Ui</Name>

PlsqlDeveloperUtPlsqlPlugin/PlsqlDeveloperUtPlsqlPlugin/packages.config

Lines changed: 2 additions & 0 deletions

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api.Test/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api.Test/RealTimeTestRunnerTest.cs

Lines changed: 0 additions & 61 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api.Test/app.config

Lines changed: 0 additions & 31 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api.Test/packages.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api.Test/utPLSQL.Api.Test.csproj

Lines changed: 0 additions & 84 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Api/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)