Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 03aa092

Browse files
committed
Update Oracle.Signed
1 parent 5d2c6f9 commit 03aa092

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/ServiceStack.OrmLite.Oracle/ServiceStack.OrmLite.Oracle.Signed.csproj

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
<ConsolePause>false</ConsolePause>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>none</DebugType>
28+
<DebugType>pdbonly</DebugType>
2929
<Optimize>false</Optimize>
3030
<OutputPath>bin\Release</OutputPath>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<ConsolePause>false</ConsolePause>
34+
<UseVSHostingProcess>false</UseVSHostingProcess>
35+
<DebugSymbols>true</DebugSymbols>
3436
</PropertyGroup>
3537
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
3638
<OutputPath>bin\Signed\</OutputPath>
@@ -45,17 +47,6 @@
4547
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
4648
</PropertyGroup>
4749
<ItemGroup>
48-
<Reference Include="Devart.Data, Version=5.0.907.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
49-
<SpecificVersion>False</SpecificVersion>
50-
<HintPath>..\packages\dotConnect.Express.for.Oracle.8.3.115\lib\Devart.Data.dll</HintPath>
51-
</Reference>
52-
<Reference Include="Devart.Data.Oracle, Version=8.3.115.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
53-
<SpecificVersion>False</SpecificVersion>
54-
<HintPath>..\packages\dotConnect.Express.for.Oracle.8.3.115\lib\Devart.Data.Oracle.dll</HintPath>
55-
</Reference>
56-
<Reference Include="Oracle.DataAccess">
57-
<HintPath>..\packages\odp.net.x64.112.3.20\lib\net40\Oracle.DataAccess.dll</HintPath>
58-
</Reference>
5950
<Reference Include="ServiceStack.Text">
6051
<HintPath>..\..\lib\signed\ServiceStack.Text.dll</HintPath>
6152
</Reference>
@@ -68,7 +59,7 @@
6859
<Reference Include="ServiceStack.Interfaces">
6960
<HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
7061
</Reference>
71-
<Reference Include="System.Data.OracleClient" />
62+
<Reference Include="System.Xml" />
7263
</ItemGroup>
7364
<ItemGroup>
7465
<Compile Include="DbSchema\IColumn.cs" />
@@ -79,8 +70,9 @@
7970
<Compile Include="DbSchema\ParameterDirection.cs" />
8071
<Compile Include="DbSchema\PocoCreator.cs" />
8172
<Compile Include="DbSchema\ProcedureType.cs" />
82-
<Compile Include="Oracle.cs" />
8373
<Compile Include="OracleDialect.cs" />
74+
<Compile Include="OracleExecFilter.cs" />
75+
<Compile Include="OracleNamingStrategy.cs" />
8476
<Compile Include="Properties\AssemblyInfo.cs" />
8577
<Compile Include="OracleOrmLiteDialectProvider.cs" />
8678
<Compile Include="OraSchema\ClassWriter.cs" />

0 commit comments

Comments
 (0)