EVCB_OCPP.WSServer.csproj 15 KB

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