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/App_Code/App_Code.csproj | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/App_Code/App_Code.csproj b/web/App_Code/App_Code.csproj index bbef05b..0b40a65 100644 --- a/web/App_Code/App_Code.csproj +++ b/web/App_Code/App_Code.csproj @@ -13,11 +13,11 @@ <FileAlignment>512</FileAlignment> </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> @@ -55,8 +55,7 @@ <Compile Include="Const.cs" /> <Compile Include="WebTool.cs" /> <Compile Include="ZipUtils.cs" /> - <Compile Include="com\softwee\smgw\common\RegexHelper.cs" /> - <Compile Include="com\softwee\smgw\common\SegmentHelper.cs" /> + <Compile Include="RegexHelper.cs" /> <Compile Include="AssemblyInfo.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -- Gitblit v1.9.1