F2FPayDll.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EC6DA18D-0532-4E73-BA69-A575A724C8BB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>F2FPayDll</RootNamespace>
  11. <AssemblyName>F2FPayDll</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Web.Extensions" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="ThoughtWorks.QRCode">
  47. <HintPath>.\ThoughtWorks.QRCode.dll</HintPath>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Business\AlipayCore.cs" />
  52. <Compile Include="Business\AlipayF2FMonitorResult.cs" />
  53. <Compile Include="Business\AlipayF2FPayResult.cs" />
  54. <Compile Include="Business\AlipayF2FPrepayResult.cs" />
  55. <Compile Include="Business\AlipayF2FQueryResult.cs" />
  56. <Compile Include="Business\AlipayF2FRefundResult.cs" />
  57. <Compile Include="Business\AlipayMonitorImpl.cs" />
  58. <Compile Include="Business\Alipaynotify.cs" />
  59. <Compile Include="Business\AlipayTradeImpl.cs" />
  60. <Compile Include="Business\F2FBiz.cs" />
  61. <Compile Include="Business\F2FMonitor.cs" />
  62. <Compile Include="Business\F2FResult.cs" />
  63. <Compile Include="Business\IAlipayMonitor.cs" />
  64. <Compile Include="Business\IAlipayTradeService.cs" />
  65. <Compile Include="Domain\AlipayMonitorContentBuilder.cs" />
  66. <Compile Include="Domain\AlipayTradePayContentBuilder.cs" />
  67. <Compile Include="Domain\AlipayTradePrecreateContentBuilder.cs" />
  68. <Compile Include="Domain\AlipayTradeQueryCententBuilder.cs" />
  69. <Compile Include="Domain\AlipayTradeRefundContentBuilder.cs" />
  70. <Compile Include="Domain\JsonBuilder.cs" />
  71. <Compile Include="Model\ExtendParams.cs" />
  72. <Compile Include="Model\GoodsInfo.cs" />
  73. <Compile Include="Model\PayResultModel.cs" />
  74. <Compile Include="Model\ResultEnum.cs" />
  75. <Compile Include="Model\TradeInfo.cs" />
  76. <Compile Include="Model\TradeStatusModel.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\alipay-sdk-NET20161213174056\AopSdk.csproj">
  81. <Project>{e02188db-6dfb-4341-8e85-f78c33e90617}</Project>
  82. <Name>AopSdk</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="packages.config" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>