2025-03-28 09:49:56 +08:00

199 lines
9.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{71F722B9-0637-44B1-9104-E3568940B4A7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebService.SDK</RootNamespace>
<AssemblyName>WebService.SDK</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="AipSdk">
<HintPath>..\..\910_RealEstate.Release\AipSdk.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle.Crypto">
<HintPath>..\..\910_RealEstate.Release\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="CCB_B2CPay_Util">
<HintPath>..\..\910_RealEstate.Release\CCB_B2CPay_Util.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\001_高速项目\010_浙江高速\910_RealEstate.Release\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Core">
<HintPath>..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ALLinPay\ALLinPayAPI.cs" />
<Compile Include="ALLinPay\ALLinPayConfig.cs" />
<Compile Include="ALLinPay\ALLinPayDictionary.cs" />
<Compile Include="ALLinPay\Model\QueryResultModel.cs" />
<Compile Include="ALLinPay\Model\RefundResultModel.cs" />
<Compile Include="ALLinPay\Model\ScanResultModel.cs" />
<Compile Include="BaiduAI\BaiduAIConfig.cs" />
<Compile Include="BaiduAI\BaiduFaceAPI.cs" />
<Compile Include="BaiduAI\Model\AccessTokenModel.cs" />
<Compile Include="BaiduAI\Model\FaceModel\FaceDetectionModel.cs" />
<Compile Include="BaiduAI\Model\FaceModel\FaceIdentifyModel.cs" />
<Compile Include="CacheHelper.cs" />
<Compile Include="CCBPay\CCBPayAPI.cs" />
<Compile Include="CCBPay\CCBPayConfig.cs" />
<Compile Include="CCBPay\Model\CCBPayResultModel.cs" />
<Compile Include="CCBPay\Model\CCBRefundModel.cs" />
<Compile Include="CommonHelper.cs" />
<Compile Include="CommonObject.cs" />
<Compile Include="DataTableHelper.cs" />
<Compile Include="GZNXPay\GZNXPayAPI.cs" />
<Compile Include="GZNXPay\GZNXPayConfig.cs" />
<Compile Include="GZNXPay\Model\GZNXPayResultModel.cs" />
<Compile Include="GZNXPay\Model\GZNXRefundModel.cs" />
<Compile Include="ICBCPay\Common\AbstractIcbcRequest.cs" />
<Compile Include="ICBCPay\Common\BizContent.cs" />
<Compile Include="ICBCPay\Common\DefaultIcbcClient.cs" />
<Compile Include="ICBCPay\Common\HttpRequestParamsUtils.cs" />
<Compile Include="ICBCPay\Common\IcbcConstants.cs" />
<Compile Include="ICBCPay\Common\IcbcResponse.cs" />
<Compile Include="ICBCPay\Common\IcbcSignature.cs" />
<Compile Include="ICBCPay\Common\RSAClass.cs" />
<Compile Include="ICBCPay\Common\UiIcbcClient.cs" />
<Compile Include="ICBCPay\Common\WebUtils.cs" />
<Compile Include="ICBCPay\ICBCPayAPI.cs" />
<Compile Include="ICBCPay\ICBCPayConfig.cs" />
<Compile Include="ICBCPay\Model\QrcodeGenerateRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeGenerateResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodePayRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodePayResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeQueryRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeQueryResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectQueryRequestV3.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectQueryResponseV3.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectResponseV2.cs" />
<Compile Include="ImageHelper.cs" />
<Compile Include="IRichPay\IRichPayAPI.cs" />
<Compile Include="IRichPay\IRichPayConfig.cs" />
<Compile Include="IRichPay\Model\IRichPayResultModel.cs" />
<Compile Include="JSonHelper.cs" />
<Compile Include="KwyPay\KwyPayAPI.cs" />
<Compile Include="KwyPay\KwyPayConfig.cs" />
<Compile Include="KwyPay\KwyPayDictionary.cs" />
<Compile Include="KwyPay\Model\QueryResultModel.cs" />
<Compile Include="KwyPay\Model\WebPayResultModel.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="MemberService\MallService.cs" />
<Compile Include="Model\BaseInfoFeedbackModel.cs" />
<Compile Include="Model\CommodityMachineModel.cs" />
<Compile Include="Model\DataCollectionModel.cs" />
<Compile Include="Model\DataVersionModel.cs" />
<Compile Include="Model\DeviceInfoModel.cs" />
<Compile Include="CCBPay\Model\GoodsDetailAlipayModel.cs" />
<Compile Include="Model\MachineInfoModel.cs" />
<Compile Include="Model\ServerPartSellMasterModel.cs" />
<Compile Include="Model\ServerpartShopModel.cs" />
<Compile Include="Model\StateFeedbackModel.cs" />
<Compile Include="OracleHelper.cs" />
<Compile Include="PayCommon\FFDZPayHelper.cs" />
<Compile Include="PayCommon\KWYPayHelper.cs" />
<Compile Include="PayCommon\MobilePayConfig.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SellMasterHelper.cs" />
<Compile Include="SoapWSHelper.cs" />
<Compile Include="FeedbackHelper.cs" />
<Compile Include="UnionPay\Model\QueryResultModel.cs" />
<Compile Include="UnionPay\Model\RefundQueryResultModel.cs" />
<Compile Include="UnionPay\Model\RefundResultModel.cs" />
<Compile Include="UnionPay\Model\ScanResultModel.cs" />
<Compile Include="UnionPay\UnionPayAPI.cs" />
<Compile Include="UnionPay\UnionPayConfig.cs" />
<Compile Include="UnionPay\Utils\ClientResponseHandler.cs" />
<Compile Include="UnionPay\Utils\MD5Util.cs" />
<Compile Include="UnionPay\Utils\PayHttpClient.cs" />
<Compile Include="UnionPay\Utils\RequestHandler.cs" />
<Compile Include="UnionPay\Utils\Utils.cs" />
<Compile Include="Uphicoo\Model\UphicoobarcodeModel.cs" />
<Compile Include="Uphicoo\Model\UphicooqueryModel.cs" />
<Compile Include="Uphicoo\Model\UphicoorefundModel.cs" />
<Compile Include="Uphicoo\Model\UphicooreFundqueryModel.cs" />
<Compile Include="Uphicoo\UphicooAPI.cs" />
<Compile Include="Uphicoo\UphicooConfig.cs" />
<Compile Include="XmlSerializeHelper.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<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>