|
25 | 25 | <ConsolePause>false</ConsolePause> |
26 | 26 | </PropertyGroup> |
27 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | | - <DebugType>none</DebugType> |
| 28 | + <DebugType>pdbonly</DebugType> |
29 | 29 | <Optimize>false</Optimize> |
30 | 30 | <OutputPath>bin\Release</OutputPath> |
31 | 31 | <ErrorReport>prompt</ErrorReport> |
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | <ConsolePause>false</ConsolePause> |
| 34 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 35 | + <DebugSymbols>true</DebugSymbols> |
34 | 36 | </PropertyGroup> |
35 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'"> |
36 | 38 | <OutputPath>bin\Signed\</OutputPath> |
|
45 | 47 | <AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile> |
46 | 48 | </PropertyGroup> |
47 | 49 | <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> |
59 | 50 | <Reference Include="ServiceStack.Text"> |
60 | 51 | <HintPath>..\..\lib\signed\ServiceStack.Text.dll</HintPath> |
61 | 52 | </Reference> |
|
68 | 59 | <Reference Include="ServiceStack.Interfaces"> |
69 | 60 | <HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath> |
70 | 61 | </Reference> |
71 | | - <Reference Include="System.Data.OracleClient" /> |
| 62 | + <Reference Include="System.Xml" /> |
72 | 63 | </ItemGroup> |
73 | 64 | <ItemGroup> |
74 | 65 | <Compile Include="DbSchema\IColumn.cs" /> |
|
79 | 70 | <Compile Include="DbSchema\ParameterDirection.cs" /> |
80 | 71 | <Compile Include="DbSchema\PocoCreator.cs" /> |
81 | 72 | <Compile Include="DbSchema\ProcedureType.cs" /> |
82 | | - <Compile Include="Oracle.cs" /> |
83 | 73 | <Compile Include="OracleDialect.cs" /> |
| 74 | + <Compile Include="OracleExecFilter.cs" /> |
| 75 | + <Compile Include="OracleNamingStrategy.cs" /> |
84 | 76 | <Compile Include="Properties\AssemblyInfo.cs" /> |
85 | 77 | <Compile Include="OracleOrmLiteDialectProvider.cs" /> |
86 | 78 | <Compile Include="OraSchema\ClassWriter.cs" /> |
|
0 commit comments