username@email.com
2025-05-12 ae6e40362a745caef9ead36f81f38313fb8c2c66
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>{6748CB44-F40E-4C15-80BD-CAB2424DB9F1}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CY.Pay</RootNamespace>
    <AssemblyName>CY.Pay</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </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>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Tenpay\E.cs" />
    <Compile Include="Tenpay\MD5Util.cs" />
    <Compile Include="Tenpay\PayRequestHandler.cs" />
    <Compile Include="Tenpay\PayResponseHandler.cs" />
    <Compile Include="Tenpay\RequestHandler.cs" />
    <Compile Include="Tenpay\ResponseHandler.cs" />
    <Compile Include="Tenpay\TenPay.cs" />
    <Compile Include="Tenpay\TenpayUtil.cs" />
    <Compile Include="Tenpay\UtilPay.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CY.BLL\CY.BLL.csproj">
      <Project>{B9315CA3-D224-47DA-A0B3-4E6AD5BD68CC}</Project>
      <Name>CY.BLL</Name>
    </ProjectReference>
    <ProjectReference Include="..\CY.Config\CY.Config.csproj">
      <Project>{857EC826-6D2B-4513-BCCF-6D038E7F0E39}</Project>
      <Name>CY.Config</Name>
    </ProjectReference>
    <ProjectReference Include="..\CY.Infrastructure\CY.Infrastructure.csproj">
      <Project>{80B3E0ED-4DD0-4644-B985-08DAAD8AEB5F}</Project>
      <Name>CY.Infrastructure</Name>
    </ProjectReference>
    <ProjectReference Include="..\CY.Model\CY.Model.csproj">
      <Project>{5087583D-0C43-43D8-B48C-E37F9D4B3AB9}</Project>
      <Name>CY.Model</Name>
    </ProjectReference>
  </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>