You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

103 lines
5.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{A326BF77-99C2-4D74-BC3E-F0CAF04083B0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Repository</RootNamespace>
<AssemblyName>Repository</AssemblyName>
<TargetFrameworkVersion>v4.5.1</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="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Authentication\AuthenticationRepo.cs" />
<Compile Include="Authentication\IAuthenticationRepo.cs" />
<Compile Include="AutoRefund\AutoRefundRepository.cs" />
<Compile Include="AutoRefund\IAutoRefundRepository.cs" />
<Compile Include="BalanceTransfer\BalanceTransferRepository.cs" />
<Compile Include="BalanceTransfer\IBalanceTransferRepository.cs" />
<Compile Include="CompressImageDao.cs" />
<Compile Include="Coupon\CouponRepository.cs" />
<Compile Include="Coupon\ICouponRepository.cs" />
<Compile Include="Dao.cs" />
<Compile Include="Inbound\InboundPennyTestRepository.cs" />
<Compile Include="Inbound\InboundRepository.cs" />
<Compile Include="KFTCRepository\IKftcProcessRepository.cs" />
<Compile Include="KFTCRepository\KftcProcessRepository.cs" />
<Compile Include="KFTCSendMoneyRepository\IKftcSendMoneyRepository.cs" />
<Compile Include="KFTCSendMoneyRepository\KftcSendMoneyRepository.cs" />
<Compile Include="MobileV2\IMobileV2Repo.cs" />
<Compile Include="MobileV2\MobileV2Repo.cs" />
<Compile Include="Mobile\IMobileServicesRepo.cs" />
<Compile Include="Mobile\MobileServicesRepo.cs" />
<Compile Include="PennyTest\IPennyTestRepository.cs" />
<Compile Include="PennyTest\PennyTestRepository.cs" />
<Compile Include="PowerCall\IPowerCallRepository.cs" />
<Compile Include="PowerCall\PowerCallRepository.cs" />
<Compile Include="Query.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resend\IResendRepository.cs" />
<Compile Include="Resend\ResendRepository.cs" />
<Compile Include="Reward\IRewardRepository.cs" />
<Compile Include="Reward\RewardRepository.cs" />
<Compile Include="SendMoney\ISendMoneyRepository.cs" />
<Compile Include="SendMoney\SendMoneyRepository.cs" />
<Compile Include="TrustDoc\ITrustDocRepository.cs" />
<Compile Include="TrustDoc\TrustDocRepository.cs" />
<Compile Include="Utility\Extension.cs" />
<Compile Include="Utility\IUtilityRepository.cs" />
<Compile Include="Utility\UtilityRepository.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{57f8571d-c37b-4344-879e-e9229548fd5b}</Project>
<Name>Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>