WayneChina_IcCardReader_SinoChem.csproj 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{EB0A0671-932D-4899-9904-9114A85F0907}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WayneChina_IcCardReader_SinoChem</RootNamespace>
  11. <AssemblyName>WayneChina_IcCardReader_SinoChem</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  34. <HintPath>..\..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="CardReaderMessageEventArgs.cs" />
  47. <Compile Include="Handler.cs" />
  48. <Compile Include="MessageEntity\EOT.cs" />
  49. <Compile Include="MessageEntity\IcCardReaderMessageBase.cs" />
  50. <Compile Include="MessageEntity\ACK.cs" />
  51. <Compile Include="MessageEntity\Incoming\CardExternalCheckErrorRequest.cs" />
  52. <Compile Include="MessageEntity\Incoming\CardOnlineVerificationRequest.cs" />
  53. <Compile Include="MessageEntity\Incoming\CardReaderStateEvent.cs" />
  54. <Compile Include="MessageEntity\Incoming\HeartBeat.cs" />
  55. <Compile Include="MessageEntity\Incoming\SignDataResponse.cs" />
  56. <Compile Include="MessageEntity\Outgoing\CardOnlinePaymentResultRequest.cs" />
  57. <Compile Include="MessageEntity\Outgoing\CardOnlineVerificationResultRequest.cs" />
  58. <Compile Include="MessageEntity\Outgoing\AbortTrxAndEjectCardRequest.cs" />
  59. <Compile Include="MessageEntity\Outgoing\NotifyTransactionIsDoneRequest.cs" />
  60. <Compile Include="MessageEntity\Outgoing\CloseCardReaderRequest.cs" />
  61. <Compile Include="MessageEntity\Outgoing\PrintReceiptRequest.cs" />
  62. <Compile Include="MessageEntity\Outgoing\ResetToIdleRequest.cs" />
  63. <Compile Include="MessageEntity\Outgoing\SignDataRequest.cs" />
  64. <Compile Include="MessageEntity\Outgoing\StartFuelPresetProcessRequest.cs" />
  65. <Compile Include="MessageEntity\Outgoing\DisplayRequest.cs" />
  66. <Compile Include="MessageEntity\Outgoing\OpenCardReaderRequest.cs" />
  67. <Compile Include="MessageTemplateLookup.cs" />
  68. <Compile Include="Parser.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="StateMachineMessageCutter.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="doc\中化IC卡与后台通讯协议.docx" />
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. </Project>