From 374ce4ffd0c459bb4067e8d5765f972668aff9b1 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期四, 02 三月 2023 14:56:23 +0800 Subject: [PATCH] 变更oracle访问组件 --- web/Common/Common.csproj | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/web/Common/Common.csproj b/web/Common/Common.csproj index 910542c..623a046 100644 --- a/web/Common/Common.csproj +++ b/web/Common/Common.csproj @@ -14,6 +14,8 @@ <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -35,9 +37,12 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86"> + <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>lib\Oracle.DataAccess.dll</HintPath> + <HintPath>..\web\Bin\Newtonsoft.Json.dll</HintPath> + </Reference> + <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> + <HintPath>..\packages\Oracle.ManagedDataAccess.19.18.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> </Reference> <Reference Include="System.Data" /> <Reference Include="System" /> @@ -61,6 +66,7 @@ <Compile Include="OracleHelper.cs" /> <Compile Include="DESEncrypt.cs" /> <Compile Include="DataValidate.cs" /> + <Compile Include="SegmentHelper.cs" /> <Compile Include="XmlHelper.cs" /> <Compile Include="Utils.cs" /> <Compile Include="DataHelper.cs" /> @@ -74,5 +80,9 @@ <Compile Include="MyPage.cs" /> <Compile Include="AssemblyInfo.cs" /> </ItemGroup> + <ItemGroup> + <None Include="App.config" /> + <None Include="packages.config" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1