EVCB_OCPP.TaskScheduler.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>{E2DC7D89-91D4-49C6-95E6-7B09AF74883C}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>EVCB_OCPP.TaskScheduler</RootNamespace>
  10. <AssemblyName>EVCB_OCPP.TaskScheduler</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="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Extensions.Configuration, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Microsoft.Extensions.Configuration.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Configuration.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Extensions.Configuration.Binder, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.Extensions.Configuration.Binder.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.3.1.2\lib\net461\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.3.1.2\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Extensions.Http, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.Extensions.Http.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Http.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Extensions.Logging, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Extensions.Logging.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Extensions.Options, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Extensions.Options.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Extensions.Primitives, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.Extensions.Primitives.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  74. </Reference>
  75. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  76. <HintPath>..\packages\NLog.4.6.6\lib\net45\NLog.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Quartz, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Quartz.3.0.7\lib\net452\Quartz.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.ComponentModel.Annotations.4.7.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System.Configuration" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.IO.Compression" />
  92. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Numerics" />
  96. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Runtime.Remoting" />
  103. <Reference Include="System.Runtime.Serialization" />
  104. <Reference Include="System.ServiceModel" />
  105. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Transactions" />
  109. <Reference Include="System.Web" />
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Net.Http" />
  115. <Reference Include="System.Xml" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="DefaultSetting.cs" />
  119. <Compile Include="Jobs\CheckExecutionCmdJob.cs" />
  120. <Compile Include="Jobs\ExecutionCmdReportJob.cs" />
  121. <Compile Include="Jobs\StartTransacionReportJob.cs" />
  122. <Compile Include="Jobs\StopTransacionReportJob.cs" />
  123. <Compile Include="Jobs\TriggerBillJob.cs" />
  124. <Compile Include="Models\ComandExecution.cs" />
  125. <Compile Include="Models\CustomerConnectionDto.cs" />
  126. <Compile Include="Models\EVSECurrentStatus.cs" />
  127. <Compile Include="Models\EVSEOnlineRecord.cs" />
  128. <Compile Include="Models\Internal_ExecutionCode.cs" />
  129. <Compile Include="Models\MachineOperateRecord.cs" />
  130. <Compile Include="Models\Reason.cs" />
  131. <Compile Include="Models\Transaction.cs" />
  132. <Compile Include="Models\TransactionResponse.cs" />
  133. <Compile Include="OuterHttpClient.cs" />
  134. <Compile Include="Program.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="Jobs\CheckEVSEOnlineJob.cs" />
  137. <Compile Include="Services\CommonCustomerService.cs" />
  138. <Compile Include="Services\CustomerBackendFactory.cs" />
  139. <Compile Include="Services\DatabaseService.cs" />
  140. <Compile Include="Services\HttpClientService.cs" />
  141. <Compile Include="Services\ICustomerService.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config">
  145. <SubType>Designer</SubType>
  146. </None>
  147. <Content Include="NLog.config">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. <SubType>Designer</SubType>
  150. </Content>
  151. <None Include="NLog.xsd">
  152. <SubType>Designer</SubType>
  153. </None>
  154. <None Include="packages.config" />
  155. </ItemGroup>
  156. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  157. </Project>