Files
g.hnyhua.cn/Mtxfw.Utility/Mtxfw.Utility.csproj
2026-02-07 15:48:27 +08:00

205 lines
8.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CCF81F42-9163-4046-8712-D9D31AE27E07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mtxfw.Utility</RootNamespace>
<AssemblyName>Mtxfw.Utility</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>default</LangVersion>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AspNetPager, Version=7.2.0.0, Culture=neutral, PublicKeyToken=fb0a0fe055d40fd4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Mtxfw.VipSite\App_Data\AspNetPager.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle">
<HintPath>..\Mtxfw.VipSite\App_Data\BouncyCastle.dll</HintPath>
</Reference>
<Reference Include="ChnCharInfo">
<HintPath>..\Mtxfw.VipSite\App_Data\ChnCharInfo.dll</HintPath>
</Reference>
<Reference Include="ChnCharInfo.resources">
<HintPath>..\Mtxfw.VipSite\App_Data\ChnCharInfo.resources.dll</HintPath>
</Reference>
<Reference Include="Interop.Shell32">
<HintPath>..\Mtxfw.VipSite\App_Data\Interop.Shell32.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Interop.SQLDMO, Version=8.0.0.0, Culture=neutral">
<HintPath>..\packages\Interop.SQLDMO.8.0.0.0\lib\Interop.SQLDMO.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="LitJSON">
<HintPath>..\Mtxfw.VipSite\App_Data\LitJSON.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>False</EmbedInteropTypes>
<HintPath>..\Mtxfw.WebSite\bin\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Mtxfw.VipSite\App_Data\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NPinyin">
<HintPath>..\Mtxfw.VipSite\App_Data\NPinyin.dll</HintPath>
</Reference>
<Reference Include="SqlSugar, Version=5.0.0.12, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\sqlSugar.5.0.0.12\lib\SqlSugar.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Security" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AdminPage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="alilive.cs" />
<Compile Include="AlipayConfig.cs" />
<Compile Include="AlipayCore.cs" />
<Compile Include="AlipayNotify.cs" />
<Compile Include="AlipaySubmit.cs" />
<Compile Include="Authentication.cs" />
<Compile Include="CheckWeiXinBase.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="CommandInfo.cs" />
<Compile Include="Common.cs" />
<Compile Include="Config.cs" />
<Compile Include="DataAccess\Base.cs" />
<Compile Include="DataAccess\Common.cs" />
<Compile Include="DataAccess\DataSet.cs" />
<Compile Include="DataAccess\DataTable.cs" />
<Compile Include="DataAccess\Delete.cs" />
<Compile Include="DataAccess\Execute.cs" />
<Compile Include="DataAccess\Insert.cs" />
<Compile Include="DataAccess\Select.cs" />
<Compile Include="DataAccess\Sql.cs" />
<Compile Include="DataAccess\Update.cs" />
<Compile Include="DbConnection.cs" />
<Compile Include="DbHelperSQL.cs" />
<Compile Include="DbHelperSqlSugar.cs" />
<Compile Include="DTRequest.cs" />
<Compile Include="emojiconsConfig.cs" />
<Compile Include="Error.cs" />
<Compile Include="ExcelHelper.cs" />
<Compile Include="ImageManager.cs" />
<Compile Include="IPScanner.cs" />
<Compile Include="Logger.cs" />
<Compile Include="MD5.cs" />
<Compile Include="MemberBase.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="MemberBase2.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Myabstract.cs" />
<Compile Include="PageStatic.cs" />
<Compile Include="PagingHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="province.cs" />
<Compile Include="QueryString.cs" />
<Compile Include="Security.cs" />
<Compile Include="SqlDbHelper_U.cs" />
<Compile Include="Tools.cs" />
<Compile Include="UploadFile.cs" />
<Compile Include="Utils.cs" />
<Compile Include="WXPay.Config.cs" />
<Compile Include="WXPay.Data.cs" />
<Compile Include="WXPay.DownloadBill.cs" />
<Compile Include="WXPay.Exception.cs" />
<Compile Include="WXPay.HttpService.cs" />
<Compile Include="WXPay.Interface_WxeditAddress.cs" />
<Compile Include="WXPay.Interface_WxPay.cs" />
<Compile Include="WXPay.JsApiPay.cs" />
<Compile Include="WXPay.JsonUtils.cs" />
<Compile Include="WXPay.Log.cs" />
<Compile Include="WXPay.MicroPay.cs" />
<Compile Include="WXPay.NativeNotify.cs" />
<Compile Include="WXPay.NativePay.cs" />
<Compile Include="WXPay.Notify.cs" />
<Compile Include="WXPay.OrderQuery.cs" />
<Compile Include="WXPay.Refund.cs" />
<Compile Include="WXPay.RefundQuery.cs" />
<Compile Include="WXPay.ResultNotify.cs" />
<Compile Include="WXPay.ReturnValue.cs" />
<Compile Include="WXPay.StreamReaderUtils.cs" />
<Compile Include="WXPay.StringUtils.cs" />
<Compile Include="WXPay.WxPayApi.cs" />
<Compile Include="XmlClass.cs" />
<Compile Include="XmlHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\AspNetPager.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\Release\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TencentCloud\TencentCloud.csproj">
<Project>{ed552c75-4ee5-47f2-834d-317dc0cbe60e}</Project>
<Name>TencentCloud</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>