OCPPServer.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{9EEC9681-46E9-4656-A4D4-102EB36CDEE2}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OCPPServer</RootNamespace>
  11. <AssemblyName>OCPPServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <PublishUrl>發行\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  61. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="log4net">
  65. <HintPath>..\SuperWebSocket\DLL\log4net.dll</HintPath>
  66. </Reference>
  67. <Reference Include="MongoDB.Bson, Version=2.7.2.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\packages\MongoDB.Bson.2.7.2\lib\net45\MongoDB.Bson.dll</HintPath>
  70. </Reference>
  71. <Reference Include="MongoDB.Driver, Version=2.7.2.0, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\packages\MongoDB.Driver.2.7.0\lib\net45\MongoDB.Driver.dll</HintPath>
  74. </Reference>
  75. <Reference Include="MongoDB.Driver.Core, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\MongoDB.Driver.Core.2.7.0\lib\net45\MongoDB.Driver.Core.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  84. <HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
  85. <Private>True</Private>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System.Configuration" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Net.Http, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  92. <HintPath>..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll</HintPath>
  93. <Private>True</Private>
  94. </Reference>
  95. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  97. <Private>True</Private>
  98. </Reference>
  99. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  109. <Private>True</Private>
  110. </Reference>
  111. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  112. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.Xml.Linq" />
  116. <Reference Include="System.Data.DataSetExtensions" />
  117. <Reference Include="Microsoft.CSharp" />
  118. <Reference Include="System.Data" />
  119. <Reference Include="System.Xml" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Compile Include="Command\ProcessCallErrorCmd.cs" />
  123. <Compile Include="Command\ProcessCallResultCmd.cs" />
  124. <Compile Include="Common\ListenerConfig.cs" />
  125. <Compile Include="Common\OCPPResult.cs" />
  126. <Compile Include="Common\LocalAuthorization.cs" />
  127. <Compile Include="Handler\FeatureHandler.cs" />
  128. <Compile Include="Handler\MakeRequestHandler.cs" />
  129. <Compile Include="Handler\OCPPMessageHandler.cs" />
  130. <Compile Include="Command\ProcessCallCmd.cs" />
  131. <Compile Include="NeedConfirmPacket.cs" />
  132. <Compile Include="Protocol\OCPPWSServer.cs" />
  133. <Compile Include="Protocol\ClientData.cs" />
  134. <Compile Include="SubProtocol\OCPPLog.cs" />
  135. <Compile Include="SubProtocol\OCPPLogFactory.cs" />
  136. <Compile Include="SubProtocol\OCPPSubCommandParser.cs" />
  137. <Compile Include="SubProtocol\OCPPSubProtocol.cs" />
  138. <Compile Include="Server.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="Handler\MakeConfirmationHandler.cs" />
  141. <Compile Include="WSServer.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config">
  145. <SubType>Designer</SubType>
  146. </None>
  147. <Content Include="NLog.config">
  148. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  149. </Content>
  150. <None Include="certificate.pfx">
  151. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  152. </None>
  153. <None Include="Config\log4net.config" />
  154. <None Include="Config\log4net.unix.config" />
  155. <None Include="localhost.pfx">
  156. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  157. </None>
  158. <None Include="NLog.xsd">
  159. <SubType>Designer</SubType>
  160. </None>
  161. <None Include="packages.config" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <ProjectReference Include="..\SocketCommon\SuperSocket.Common.Net40.csproj">
  165. <Project>{a24f4d38-ba9c-4fd6-95b7-4980de36131a}</Project>
  166. <Name>SuperSocket.Common.Net40</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\Evcb.Domain\Evcb.Domain.csproj">
  169. <Project>{e67aaa23-f1aa-420e-9f6b-4ba9adfa9942}</Project>
  170. <Name>Evcb.Domain</Name>
  171. </ProjectReference>
  172. <ProjectReference Include="..\Evcb.Service\Evcb.Service.csproj">
  173. <Project>{dafb773d-bbc9-4e14-ab70-5cab24f39cdd}</Project>
  174. <Name>Evcb.Service</Name>
  175. </ProjectReference>
  176. <ProjectReference Include="..\Evcb.Utility\Evcb.Utility.csproj">
  177. <Project>{a40fff0e-ae48-48ee-bcf2-da7e9dd3f798}</Project>
  178. <Name>Evcb.Utility</Name>
  179. </ProjectReference>
  180. <ProjectReference Include="..\OCPPPacket\OCPPPacket.csproj">
  181. <Project>{EB2072E6-C383-48CE-8A33-B5760F32EDC9}</Project>
  182. <Name>OCPPPacket</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\Packet\Packet.csproj">
  185. <Project>{d507c3f2-c539-4857-8bbf-c391a5f63e33}</Project>
  186. <Name>Packet</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\SocketBase\SuperSocket.SocketBase.Net40.csproj">
  189. <Project>{40b77789-ea11-4c05-8f52-86711d7bcaaf}</Project>
  190. <Name>SuperSocket.SocketBase.Net40</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\SocketEngine\SuperSocket.SocketEngine.Net40.csproj">
  193. <Project>{153fef72-191c-43d9-be71-2b351c7ac760}</Project>
  194. <Name>SuperSocket.SocketEngine.Net40</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\SuperWebSocket\SuperWebSocket.csproj">
  197. <Project>{2dc79e40-bb70-4f6a-b378-905f2fbc6e97}</Project>
  198. <Name>SuperWebSocket</Name>
  199. </ProjectReference>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  203. <Visible>False</Visible>
  204. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  205. <Install>true</Install>
  206. </BootstrapperPackage>
  207. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  208. <Visible>False</Visible>
  209. <ProductName>.NET Framework 3.5 SP1</ProductName>
  210. <Install>false</Install>
  211. </BootstrapperPackage>
  212. </ItemGroup>
  213. <ItemGroup />
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  216. Other similar extension points exist, see Microsoft.Common.targets.
  217. <Target Name="BeforeBuild">
  218. </Target>
  219. <Target Name="AfterBuild">
  220. </Target>
  221. -->
  222. </Project>