/JamaaTech.SMPP.Net.Lib/Smpp.Net.Lib.csproj

# · MSBuild · 157 lines · 150 code · 0 blank · 7 comment · 4 complexity · dfde6c9a817216736529d8c9aeaaf765 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{181F2022-E0DD-415E-BBBA-7C5E0303AAF8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>JamaaTech.Smpp.Net.Lib</RootNamespace>
  12. <AssemblyName>JamaaTech.Smpp.Net.Lib.v1.4</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  34. <PropertyGroup>
  35. <SignAssembly>true</SignAssembly>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <AssemblyOriginatorKeyFile>Jamaa Smpp Client.snk</AssemblyOriginatorKeyFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="DataCoding.cs" />
  47. <Compile Include="InterfaceVersion.cs" />
  48. <Compile Include="Networking\SessionCloseReason.cs" />
  49. <Compile Include="Networking\SessionExceptionEventArgs.cs" />
  50. <Compile Include="Networking\SessionType.cs" />
  51. <Compile Include="Networking\TcpIpConnectionException.cs" />
  52. <Compile Include="Networking\TcpIpException.cs" />
  53. <Compile Include="Networking\TcpIpExceptionThrownEventArgs.cs" />
  54. <Compile Include="Networking\TcpIpSession.cs" />
  55. <Compile Include="Networking\TcpIpSessionClosedEventArgs.cs" />
  56. <Compile Include="Networking\TcpIpSessionClosedException.cs" />
  57. <Compile Include="Networking\TcpIpSessionProperties.cs" />
  58. <Compile Include="ParserExceptionEventArgs.cs" />
  59. <Compile Include="PDUErrorEventArgs.cs" />
  60. <Compile Include="PduProcessorCallback.cs" />
  61. <Compile Include="PduReceivedEventArgs.cs" />
  62. <Compile Include="PDUTransmitter.cs" />
  63. <Compile Include="PDUWaitContext.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="Protocol\AlertNotification.cs" />
  66. <Compile Include="Protocol\BindReceiver.cs" />
  67. <Compile Include="Protocol\BindReceiverResp.cs" />
  68. <Compile Include="Protocol\BindRequest.cs" />
  69. <Compile Include="Protocol\BindResponse.cs" />
  70. <Compile Include="Protocol\BindTranceiver.cs" />
  71. <Compile Include="Protocol\BindTransceiverResp.cs" />
  72. <Compile Include="Protocol\BindTransmitter.cs" />
  73. <Compile Include="Protocol\BindTransmitterResp.cs" />
  74. <Compile Include="Protocol\CancelSm.cs" />
  75. <Compile Include="Protocol\CancelSmResp.cs" />
  76. <Compile Include="Protocol\CommandType.cs" />
  77. <Compile Include="Protocol\DataSm.cs" />
  78. <Compile Include="Protocol\DataSmResp.cs" />
  79. <Compile Include="Protocol\DeliverSm.cs" />
  80. <Compile Include="Protocol\DeliverSmResp.cs" />
  81. <Compile Include="Protocol\DestinationFlag.cs" />
  82. <Compile Include="Protocol\EnquireLink.cs" />
  83. <Compile Include="Protocol\EnquireLinkResp.cs" />
  84. <Compile Include="Protocol\EsmClass.cs" />
  85. <Compile Include="Protocol\GenericNack.cs" />
  86. <Compile Include="Protocol\GenericRequestPDU.cs" />
  87. <Compile Include="Protocol\GenericResponsePDU.cs" />
  88. <Compile Include="Protocol\InvalidPDUCommandException.cs" />
  89. <Compile Include="Protocol\MessageState.cs" />
  90. <Compile Include="Protocol\NotEnoughBytesException.cs" />
  91. <Compile Include="NumberingPlanIndicator.cs" />
  92. <Compile Include="Protocol\Outbind.cs" />
  93. <Compile Include="Protocol\PDU.cs" />
  94. <Compile Include="Protocol\PDUException.cs" />
  95. <Compile Include="Protocol\PDUFormatException.cs" />
  96. <Compile Include="Protocol\PDUHeader.cs" />
  97. <Compile Include="Protocol\PDUParseException.cs" />
  98. <Compile Include="Protocol\PriorityFlag.cs" />
  99. <Compile Include="Protocol\QuerySm.cs" />
  100. <Compile Include="Protocol\QuerySmResp.cs" />
  101. <Compile Include="Protocol\RegisteredDelivery.cs" />
  102. <Compile Include="Protocol\ReplaceSm.cs" />
  103. <Compile Include="Protocol\ReplaceSmResp.cs" />
  104. <Compile Include="Protocol\RequestPDU.cs" />
  105. <Compile Include="Protocol\ResponsePDU.cs" />
  106. <Compile Include="Protocol\SendSmPDU.cs" />
  107. <Compile Include="Protocol\ServiceType.cs" />
  108. <Compile Include="Protocol\SingleDestinationPDU.cs" />
  109. <Compile Include="Protocol\SmOperationPDU.cs" />
  110. <Compile Include="Protocol\SmPDU.cs" />
  111. <Compile Include="Protocol\SmppAddress.cs" />
  112. <Compile Include="Protocol\SmppEntityType.cs" />
  113. <Compile Include="Protocol\SubmitSm.cs" />
  114. <Compile Include="Protocol\SubmitSmResp.cs" />
  115. <Compile Include="Protocol\Tlv\Tag.cs" />
  116. <Compile Include="Protocol\Tlv\Tlv.cs" />
  117. <Compile Include="Protocol\Tlv\TlvCollection.cs" />
  118. <Compile Include="Protocol\Tlv\TlvException.cs" />
  119. <Compile Include="Protocol\TooManyBytesException.cs" />
  120. <Compile Include="TypeOfNumber.cs" />
  121. <Compile Include="Protocol\Unbind.cs" />
  122. <Compile Include="Protocol\UnbindResp.cs" />
  123. <Compile Include="ResponseHandler.cs" />
  124. <Compile Include="SendPduCallback.cs" />
  125. <Compile Include="SessionBindInfo.cs" />
  126. <Compile Include="SmppBindException.cs" />
  127. <Compile Include="SmppClientSession.cs" />
  128. <Compile Include="SmppErrorCode.cs" />
  129. <Compile Include="SmppException.cs" />
  130. <Compile Include="SmppResponseTimedOutException.cs" />
  131. <Compile Include="SmppSessionClosedEventArgs.cs" />
  132. <Compile Include="SmppSessionCloseReason.cs" />
  133. <Compile Include="SmppSessionState.cs" />
  134. <Compile Include="StreamParser.cs" />
  135. <Compile Include="Udh.cs" />
  136. <Compile Include="Util\ByteBuffer.cs" />
  137. <Compile Include="Util\Latin1Encoding.cs" />
  138. <Compile Include="Util\PduProcessor.cs" />
  139. <Compile Include="Util\RunningComponent.cs" />
  140. <Compile Include="Util\SMPPEncodingUtil.cs" />
  141. <Compile Include="Util\SmscDefaultEncoding.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="License.txt" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Jamaa Smpp Client.snk" />
  148. </ItemGroup>
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>