EVCB_OCPP.Domain.csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  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>{FAFB8754-9A6E-4931-88EC-376F0326D315}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EVCB_OCPP.Domain</RootNamespace>
  11. <AssemblyName>EVCB_OCPP.Domain</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  35. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.ComponentModel.DataAnnotations" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.Security" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="ConnectionLogContextMigrations\201907150816214_Init.cs" />
  54. <Compile Include="ConnectionLogContextMigrations\201907150816214_Init.Designer.cs">
  55. <DependentUpon>201907150816214_Init.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.cs" />
  58. <Compile Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.Designer.cs">
  59. <DependentUpon>201907240911571_Remove_IPFields.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.cs" />
  62. <Compile Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.Designer.cs">
  63. <DependentUpon>201907250828082_Modified_Length.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.cs" />
  66. <Compile Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.Designer.cs">
  67. <DependentUpon>201907310241245_Add_ChargeBoxId.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.cs" />
  70. <Compile Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.Designer.cs">
  71. <DependentUpon>201912160853002_Add_Fields_IsSent.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.cs" />
  74. <Compile Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.Designer.cs">
  75. <DependentUpon>202001160213414_Add_EVSE_Session_EndPoint.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="ConnectionLogContextMigrations\Configuration.cs" />
  78. <Compile Include="ConnectionLogDBContext.cs" />
  79. <Compile Include="DefaultSetting.cs" />
  80. <Compile Include="MainDBContext.cs" />
  81. <Compile Include="MainDBContextMigrations\201907180821556_Init.cs" />
  82. <Compile Include="MainDBContextMigrations\201907180821556_Init.Designer.cs">
  83. <DependentUpon>201907180821556_Init.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.cs" />
  86. <Compile Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.Designer.cs">
  87. <DependentUpon>201907180913303_Modify_ConnectorStatus_Machine.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="MainDBContextMigrations\201907190544543_ModifyFields.cs" />
  90. <Compile Include="MainDBContextMigrations\201907190544543_ModifyFields.Designer.cs">
  91. <DependentUpon>201907190544543_ModifyFields.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.cs" />
  94. <Compile Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.Designer.cs">
  95. <DependentUpon>201907220540401_Add_Fields_MachineConfigure.cs</DependentUpon>
  96. </Compile>
  97. <Compile Include="MainDBContextMigrations\201907240912488_Modified_Table.cs" />
  98. <Compile Include="MainDBContextMigrations\201907240912488_Modified_Table.Designer.cs">
  99. <DependentUpon>201907240912488_Modified_Table.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.cs" />
  102. <Compile Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.Designer.cs">
  103. <DependentUpon>201907260616245_Modified_MachineErrorTable.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.cs" />
  106. <Compile Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.Designer.cs">
  107. <DependentUpon>201907260708307_Modified_ServerMessageTable.cs</DependentUpon>
  108. </Compile>
  109. <Compile Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.cs" />
  110. <Compile Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.Designer.cs">
  111. <DependentUpon>201907260819022_Modified_ServerMessageTable1.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.cs" />
  114. <Compile Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.Designer.cs">
  115. <DependentUpon>201907260914124_Modified_ServerMessageTable2.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.cs" />
  118. <Compile Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.Designer.cs">
  119. <DependentUpon>201907260915479_Modified_ServerMessageTable3.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.cs" />
  122. <Compile Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.Designer.cs">
  123. <DependentUpon>201907310322180_Add_ChargeBoxId.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.cs" />
  126. <Compile Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.Designer.cs">
  127. <DependentUpon>201907310323370_Add_ChargeBoxId1.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs" />
  130. <Compile Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.Designer.cs">
  131. <DependentUpon>201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.cs" />
  134. <Compile Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.Designer.cs">
  135. <DependentUpon>201908020344588_Modified-ServerMessage-InMessageLength.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs" />
  138. <Compile Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.Designer.cs">
  139. <DependentUpon>201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs" />
  142. <Compile Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.Designer.cs">
  143. <DependentUpon>201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs" />
  146. <Compile Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.Designer.cs">
  147. <DependentUpon>201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.cs" />
  150. <Compile Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.Designer.cs">
  151. <DependentUpon>201909170249297_Add_Machine_ConnectionType.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs" />
  154. <Compile Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.Designer.cs">
  155. <DependentUpon>201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.cs" />
  158. <Compile Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.Designer.cs">
  159. <DependentUpon>202001130345443_Add_Column_MachineConfiure_Exists.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.cs" />
  162. <Compile Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.Designer.cs">
  163. <DependentUpon>202002180133171_Machine_AddRatedPower_ConnectorType.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.cs" />
  166. <Compile Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.Designer.cs">
  167. <DependentUpon>202002210346267_Add_Action_MachineOperateRecord.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs" />
  170. <Compile Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.Designer.cs">
  171. <DependentUpon>202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.cs" />
  174. <Compile Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.Designer.cs">
  175. <DependentUpon>202004170157424_Rename_MachineConfiguration.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.cs" />
  178. <Compile Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.Designer.cs">
  179. <DependentUpon>202004230638409_AddMachine_ConnectorPowerType_Geo.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.cs" />
  182. <Compile Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.Designer.cs">
  183. <DependentUpon>202005250837509_Modify_UpdateFirmwareLogic.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.cs" />
  186. <Compile Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.Designer.cs">
  187. <DependentUpon>202005290620325_Modified_UploadFileId.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs" />
  190. <Compile Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.Designer.cs">
  191. <DependentUpon>202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.cs" />
  194. <Compile Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.Designer.cs">
  195. <DependentUpon>202006160623134_MachineBoardVersion.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="MainDBContextMigrations\202006180231003_Modify_Machine.cs" />
  198. <Compile Include="MainDBContextMigrations\202006180231003_Modify_Machine.Designer.cs">
  199. <DependentUpon>202006180231003_Modify_Machine.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.cs" />
  202. <Compile Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.Designer.cs">
  203. <DependentUpon>202008100245202_Add_ConnectorStatus_TotalEnergy.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.cs" />
  206. <Compile Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.Designer.cs">
  207. <DependentUpon>202010220132355_Add_TTIA_Service.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.cs" />
  210. <Compile Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.Designer.cs">
  211. <DependentUpon>202010270320421_Add_Customer_TTIA_Fields.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.cs" />
  214. <Compile Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.Designer.cs">
  215. <DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.cs" />
  218. <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.Designer.cs">
  219. <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.cs" />
  222. <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.Designer.cs">
  223. <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
  224. </Compile>
  225. <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.cs" />
  226. <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.Designer.cs">
  227. <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.cs" />
  230. <Compile Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.Designer.cs">
  231. <DependentUpon>202112030223402_Modify_Transaction_FeeLength.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.cs" />
  234. <Compile Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.Designer.cs">
  235. <DependentUpon>202112060214293_Modify_Transaction_ReceiptLength.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs" />
  238. <Compile Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.Designer.cs">
  239. <DependentUpon>202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.cs" />
  242. <Compile Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.Designer.cs">
  243. <DependentUpon>202203290753486_AddFields_Tx_StopReason.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.cs" />
  246. <Compile Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.Designer.cs">
  247. <DependentUpon>202208100229183_Add_Table_OCMF.cs</DependentUpon>
  248. </Compile>
  249. <Compile Include="MainDBContextMigrations\Configuration.cs" />
  250. <Compile Include="MeterValueDBContext.cs" />
  251. <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.cs" />
  252. <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.Designer.cs">
  253. <DependentUpon>201907150814558_Init.cs</DependentUpon>
  254. </Compile>
  255. <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.cs" />
  256. <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.Designer.cs">
  257. <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.cs" />
  260. <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.Designer.cs">
  261. <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
  262. </Compile>
  263. <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.cs" />
  264. <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.Designer.cs">
  265. <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.cs" />
  268. <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.Designer.cs">
  269. <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.cs" />
  272. <Compile Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.Designer.cs">
  273. <DependentUpon>202006080139122_ModifiedChargeBoxIdLen.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="MeterValueDBContextMigrations\Configuration.cs" />
  276. <Compile Include="Models\Database\ApiLogEntry.cs" />
  277. <Compile Include="Models\Database\ConnectorMeterValueRecord.cs" />
  278. <Compile Include="Models\Database\ConnectorStatus.cs" />
  279. <Compile Include="Models\Database\Customer.cs" />
  280. <Compile Include="Models\Database\Machine.cs" />
  281. <Compile Include="Models\Database\MachineConfiguration.cs" />
  282. <Compile Include="Models\Database\MachineConnectionLog.cs" />
  283. <Compile Include="Models\Database\MachineError.cs" />
  284. <Compile Include="Models\Database\MachineOperateRecord.cs" />
  285. <Compile Include="Models\Database\MachineVersionFile.cs" />
  286. <Compile Include="Models\Database\OCMF.cs" />
  287. <Compile Include="Models\Database\ServerMessage.cs" />
  288. <Compile Include="Models\Database\TransactionRecord.cs" />
  289. <Compile Include="Models\Database\UploadFile.cs" />
  290. <Compile Include="Properties\AssemblyInfo.cs" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <None Include="App.config">
  294. <SubType>Designer</SubType>
  295. </None>
  296. <None Include="packages.config" />
  297. </ItemGroup>
  298. <ItemGroup>
  299. <EmbeddedResource Include="ConnectionLogContextMigrations\201907150816214_Init.resx">
  300. <DependentUpon>201907150816214_Init.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.resx">
  303. <DependentUpon>201907240911571_Remove_IPFields.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.resx">
  306. <DependentUpon>201907250828082_Modified_Length.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.resx">
  309. <DependentUpon>201907310241245_Add_ChargeBoxId.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.resx">
  312. <DependentUpon>201912160853002_Add_Fields_IsSent.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.resx">
  315. <DependentUpon>202001160213414_Add_EVSE_Session_EndPoint.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="MainDBContextMigrations\201907180821556_Init.resx">
  318. <DependentUpon>201907180821556_Init.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.resx">
  321. <DependentUpon>201907180913303_Modify_ConnectorStatus_Machine.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="MainDBContextMigrations\201907190544543_ModifyFields.resx">
  324. <DependentUpon>201907190544543_ModifyFields.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.resx">
  327. <DependentUpon>201907220540401_Add_Fields_MachineConfigure.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="MainDBContextMigrations\201907240912488_Modified_Table.resx">
  330. <DependentUpon>201907240912488_Modified_Table.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.resx">
  333. <DependentUpon>201907260616245_Modified_MachineErrorTable.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.resx">
  336. <DependentUpon>201907260708307_Modified_ServerMessageTable.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.resx">
  339. <DependentUpon>201907260819022_Modified_ServerMessageTable1.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.resx">
  342. <DependentUpon>201907260914124_Modified_ServerMessageTable2.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.resx">
  345. <DependentUpon>201907260915479_Modified_ServerMessageTable3.cs</DependentUpon>
  346. </EmbeddedResource>
  347. <EmbeddedResource Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.resx">
  348. <DependentUpon>201907310322180_Add_ChargeBoxId.cs</DependentUpon>
  349. </EmbeddedResource>
  350. <EmbeddedResource Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.resx">
  351. <DependentUpon>201907310323370_Add_ChargeBoxId1.cs</DependentUpon>
  352. </EmbeddedResource>
  353. <EmbeddedResource Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.resx">
  354. <DependentUpon>201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs</DependentUpon>
  355. </EmbeddedResource>
  356. <EmbeddedResource Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.resx">
  357. <DependentUpon>201908020344588_Modified-ServerMessage-InMessageLength.cs</DependentUpon>
  358. </EmbeddedResource>
  359. <EmbeddedResource Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.resx">
  360. <DependentUpon>201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs</DependentUpon>
  361. </EmbeddedResource>
  362. <EmbeddedResource Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.resx">
  363. <DependentUpon>201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs</DependentUpon>
  364. </EmbeddedResource>
  365. <EmbeddedResource Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.resx">
  366. <DependentUpon>201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs</DependentUpon>
  367. </EmbeddedResource>
  368. <EmbeddedResource Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.resx">
  369. <DependentUpon>201909170249297_Add_Machine_ConnectionType.cs</DependentUpon>
  370. </EmbeddedResource>
  371. <EmbeddedResource Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.resx">
  372. <DependentUpon>201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs</DependentUpon>
  373. </EmbeddedResource>
  374. <EmbeddedResource Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.resx">
  375. <DependentUpon>202001130345443_Add_Column_MachineConfiure_Exists.cs</DependentUpon>
  376. </EmbeddedResource>
  377. <EmbeddedResource Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.resx">
  378. <DependentUpon>202002180133171_Machine_AddRatedPower_ConnectorType.cs</DependentUpon>
  379. </EmbeddedResource>
  380. <EmbeddedResource Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.resx">
  381. <DependentUpon>202002210346267_Add_Action_MachineOperateRecord.cs</DependentUpon>
  382. </EmbeddedResource>
  383. <EmbeddedResource Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.resx">
  384. <DependentUpon>202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs</DependentUpon>
  385. </EmbeddedResource>
  386. <EmbeddedResource Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.resx">
  387. <DependentUpon>202004170157424_Rename_MachineConfiguration.cs</DependentUpon>
  388. </EmbeddedResource>
  389. <EmbeddedResource Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.resx">
  390. <DependentUpon>202004230638409_AddMachine_ConnectorPowerType_Geo.cs</DependentUpon>
  391. </EmbeddedResource>
  392. <EmbeddedResource Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.resx">
  393. <DependentUpon>202005250837509_Modify_UpdateFirmwareLogic.cs</DependentUpon>
  394. </EmbeddedResource>
  395. <EmbeddedResource Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.resx">
  396. <DependentUpon>202005290620325_Modified_UploadFileId.cs</DependentUpon>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.resx">
  399. <DependentUpon>202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs</DependentUpon>
  400. </EmbeddedResource>
  401. <EmbeddedResource Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.resx">
  402. <DependentUpon>202006160623134_MachineBoardVersion.cs</DependentUpon>
  403. </EmbeddedResource>
  404. <EmbeddedResource Include="MainDBContextMigrations\202006180231003_Modify_Machine.resx">
  405. <DependentUpon>202006180231003_Modify_Machine.cs</DependentUpon>
  406. </EmbeddedResource>
  407. <EmbeddedResource Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.resx">
  408. <DependentUpon>202008100245202_Add_ConnectorStatus_TotalEnergy.cs</DependentUpon>
  409. </EmbeddedResource>
  410. <EmbeddedResource Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.resx">
  411. <DependentUpon>202010220132355_Add_TTIA_Service.cs</DependentUpon>
  412. </EmbeddedResource>
  413. <EmbeddedResource Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.resx">
  414. <DependentUpon>202010270320421_Add_Customer_TTIA_Fields.cs</DependentUpon>
  415. </EmbeddedResource>
  416. <EmbeddedResource Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.resx">
  417. <DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
  418. </EmbeddedResource>
  419. <EmbeddedResource Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.resx">
  420. <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
  421. </EmbeddedResource>
  422. <EmbeddedResource Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.resx">
  423. <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
  424. </EmbeddedResource>
  425. <EmbeddedResource Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.resx">
  426. <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
  427. </EmbeddedResource>
  428. <EmbeddedResource Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.resx">
  429. <DependentUpon>202112030223402_Modify_Transaction_FeeLength.cs</DependentUpon>
  430. </EmbeddedResource>
  431. <EmbeddedResource Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.resx">
  432. <DependentUpon>202112060214293_Modify_Transaction_ReceiptLength.cs</DependentUpon>
  433. </EmbeddedResource>
  434. <EmbeddedResource Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.resx">
  435. <DependentUpon>202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs</DependentUpon>
  436. </EmbeddedResource>
  437. <EmbeddedResource Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.resx">
  438. <DependentUpon>202203290753486_AddFields_Tx_StopReason.cs</DependentUpon>
  439. </EmbeddedResource>
  440. <EmbeddedResource Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.resx">
  441. <DependentUpon>202208100229183_Add_Table_OCMF.cs</DependentUpon>
  442. </EmbeddedResource>
  443. <EmbeddedResource Include="MeterValueDBContextMigrations\201907150814558_Init.resx">
  444. <DependentUpon>201907150814558_Init.cs</DependentUpon>
  445. </EmbeddedResource>
  446. <EmbeddedResource Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.resx">
  447. <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
  448. </EmbeddedResource>
  449. <EmbeddedResource Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.resx">
  450. <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
  451. </EmbeddedResource>
  452. <EmbeddedResource Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.resx">
  453. <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
  454. </EmbeddedResource>
  455. <EmbeddedResource Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.resx">
  456. <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
  457. </EmbeddedResource>
  458. <EmbeddedResource Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.resx">
  459. <DependentUpon>202006080139122_ModifiedChargeBoxIdLen.cs</DependentUpon>
  460. </EmbeddedResource>
  461. </ItemGroup>
  462. <ItemGroup />
  463. <ItemGroup>
  464. <Content Include="Doc\ReadMe.txt" />
  465. <Content Include="StoredProcedure\uspInsertMachineConnectionLog.sql" />
  466. </ItemGroup>
  467. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  468. <PropertyGroup>
  469. <PreBuildEvent>GitVersion.exe $(ProjectDir) /updateassemblyinfo</PreBuildEvent>
  470. </PropertyGroup>
  471. </Project>