EVCB_OCPP.WSServer.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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>{DE0C1E9A-1EEE-42CC-8A91-73BF9056A7E7}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>EVCB_OCPP.WSServer</RootNamespace>
  10. <AssemblyName>EVCB_OCPP.WSServer</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Dapper.2.0.30\lib\net461\Dapper.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EVCB_OCPP.Domain, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>DLL\EVCB_OCPP.Domain.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EVCB_OCPP.Packet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>DLL\EVCB_OCPP.Packet.dll</HintPath>
  52. </Reference>
  53. <Reference Include="EVCB_OCPP20.Packet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>DLL\EVCB_OCPP20.Packet.dll</HintPath>
  56. </Reference>
  57. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  58. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.3.1.3\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.3.1.3\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Extensions.Http, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.Extensions.Http.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Http.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Extensions.Logging, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Microsoft.Extensions.Logging.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Microsoft.Extensions.Options, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Microsoft.Extensions.Options.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.Extensions.Primitives, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  91. <HintPath>..\packages\Microsoft.Extensions.Primitives.3.1.3\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  95. </Reference>
  96. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  97. <HintPath>..\packages\NLog.4.6.6\lib\net45\NLog.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System" />
  100. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.ComponentModel.DataAnnotations" />
  107. <Reference Include="System.Configuration" />
  108. <Reference Include="System.Core" />
  109. <Reference Include="System.IO.Compression" />
  110. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  111. <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Numerics" />
  114. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  115. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.Runtime.Serialization" />
  121. <Reference Include="System.ServiceModel" />
  122. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  123. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Transactions" />
  126. <Reference Include="System.Xml.Linq" />
  127. <Reference Include="System.Data.DataSetExtensions" />
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="System.Data" />
  130. <Reference Include="System.Net.Http" />
  131. <Reference Include="System.Xml" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Compile Include="Dto\ChargingPrice.cs" />
  135. <Compile Include="Dto\ErrorDetails.cs" />
  136. <Compile Include="Dto\StationFee.cs" />
  137. <Compile Include="Dto\TransactionEnergy.cs" />
  138. <Compile Include="Message\OCPP16MessageHandler.cs" />
  139. <Compile Include="Message\OCPP20MessageHandler.cs" />
  140. <Compile Include="Message\SecurityProfileHandler.cs" />
  141. <Compile Include="Service\BusinessServiceFactory.cs" />
  142. <Compile Include="Service\HttpClientService.cs" />
  143. <Compile Include="Service\LoadingBalanceService.cs" />
  144. <Compile Include="Service\LocalBusinessService.cs" />
  145. <Compile Include="Service\OuterBusinessService.cs" />
  146. <Compile Include="Dto\ConnectorErrorStauts.cs" />
  147. <Compile Include="GlobalConfig.cs" />
  148. <Compile Include="Helper\Convertor.cs" />
  149. <Compile Include="Message\BasicMessageHandler.cs" />
  150. <Compile Include="Message\CoreProfileHandler.cs" />
  151. <Compile Include="Message\FirmwareManagementProfileHandler.cs" />
  152. <Compile Include="Message\LocalAuthListManagementProfileHandler.cs" />
  153. <Compile Include="Message\MessageResult.cs" />
  154. <Compile Include="Message\NeedConfirmMessage.cs" />
  155. <Compile Include="Message\RemoteTriggerHandler.cs" />
  156. <Compile Include="Message\ReservationProfileHandler.cs" />
  157. <Compile Include="Message\SmartChargingProfileHandler.cs" />
  158. <Compile Include="Program.cs" />
  159. <Compile Include="Properties\AssemblyInfo.cs" />
  160. <Compile Include="ProtalServer.cs" />
  161. <Compile Include="Service\OuterHttpClient.cs" />
  162. <Compile Include="SuperSocket.Command\ProcessCallCmd.cs" />
  163. <Compile Include="SuperSocket.Command\ProcessCallErrorCmd.cs" />
  164. <Compile Include="SuperSocket.Command\ProcessCallResultCmd.cs" />
  165. <Compile Include="SuperSocket.Protocol\ClientData.cs" />
  166. <Compile Include="SuperSocket.Protocol\OCPPLog.cs" />
  167. <Compile Include="SuperSocket.Protocol\OCPPLogFactory.cs" />
  168. <Compile Include="SuperSocket.Protocol\OCPPSubCommandParser.cs" />
  169. <Compile Include="SuperSocket.Protocol\OCPPSubProtocol.cs" />
  170. <Compile Include="SuperSocket.Protocol\OCPPWSServer.cs" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="App.config">
  174. <SubType>Designer</SubType>
  175. </None>
  176. <Content Include="DLL\EVCB_OCPP20.Packet.dll" />
  177. <Content Include="DLL\SuperSocket.Common.dll" />
  178. <Content Include="DLL\SuperSocket.SocketBase.dll" />
  179. <Content Include="DLL\SuperSocket.SocketEngine.dll" />
  180. <Content Include="DLL\SuperWebSocket.dll" />
  181. <Content Include="NLog.config">
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. <SubType>Designer</SubType>
  184. </Content>
  185. <None Include="NLog.xsd">
  186. <SubType>Designer</SubType>
  187. </None>
  188. <None Include="packages.config" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Content Include="DLL\EVCB_OCPP.Domain.dll" />
  192. <Content Include="DLL\EVCB_OCPP.Packet.dll" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net40.csproj">
  196. <Project>{40b77789-ea11-4c05-8f52-86711d7bcaaf}</Project>
  197. <Name>SuperSocket.SocketBase.Net40</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net40.csproj">
  200. <Project>{a24f4d38-ba9c-4fd6-95b7-4980de36131a}</Project>
  201. <Name>SuperSocket.Common.Net40</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\SocketEngine\SuperSocket.SocketEngine.Net40.csproj">
  204. <Project>{153fef72-191c-43d9-be71-2b351c7ac760}</Project>
  205. <Name>SuperSocket.SocketEngine.Net40</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\SuperWebSocket\SuperWebSocket.NET45.csproj">
  208. <Project>{2dc79e40-bb70-4f6a-b378-905f2fbc6e97}</Project>
  209. <Name>SuperWebSocket.NET45</Name>
  210. </ProjectReference>
  211. </ItemGroup>
  212. <ItemGroup />
  213. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  214. <PropertyGroup>
  215. <PreBuildEvent>GitVersion.exe $(ProjectDir) /updateassemblyinfo</PreBuildEvent>
  216. </PropertyGroup>
  217. </Project>