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/UMCLib/UMCLib.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/UMCLib/UMCLib.csproj b/web/UMCLib/UMCLib.csproj index e46c516..e12e526 100644 --- a/web/UMCLib/UMCLib.csproj +++ b/web/UMCLib/UMCLib.csproj @@ -16,11 +16,11 @@ </UpgradeBackupLocation> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <PlatformTarget>x86</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\Lib\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> -- Gitblit v1.9.1