EVCB_OCPP.Domain.csproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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\Configuration.cs" />
  170. <Compile Include="MeterValueDBContext.cs" />
  171. <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.cs" />
  172. <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.Designer.cs">
  173. <DependentUpon>201907150814558_Init.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.cs" />
  176. <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.Designer.cs">
  177. <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.cs" />
  180. <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.Designer.cs">
  181. <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.cs" />
  184. <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.Designer.cs">
  185. <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.cs" />
  188. <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.Designer.cs">
  189. <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="MeterValueDBContextMigrations\Configuration.cs" />
  192. <Compile Include="Models\Database\ApiLogEntry.cs" />
  193. <Compile Include="Models\Database\ConnectorMeterValueRecord.cs" />
  194. <Compile Include="Models\Database\ConnectorStatus.cs" />
  195. <Compile Include="Models\Database\Customer.cs" />
  196. <Compile Include="Models\Database\CustomerMachineComponent.cs" />
  197. <Compile Include="Models\Database\Machine.cs" />
  198. <Compile Include="Models\Database\MachineComponent.cs" />
  199. <Compile Include="Models\Database\MachineConfigure.cs" />
  200. <Compile Include="Models\Database\MachineConnectionLog.cs" />
  201. <Compile Include="Models\Database\MachineError.cs" />
  202. <Compile Include="Models\Database\MachineModel.cs" />
  203. <Compile Include="Models\Database\MachineOperateRecord.cs" />
  204. <Compile Include="Models\Database\MachinePart.cs" />
  205. <Compile Include="Models\Database\MachineVersion.cs" />
  206. <Compile Include="Models\Database\MachineVersionFile.cs" />
  207. <Compile Include="Models\Database\PublishVersion.cs" />
  208. <Compile Include="Models\Database\PublishVersionFile.cs" />
  209. <Compile Include="Models\Database\ServerMessage.cs" />
  210. <Compile Include="Models\Database\TransactionDataRecord.cs" />
  211. <Compile Include="Models\Database\TransactionRecord.cs" />
  212. <Compile Include="Models\Database\UploadFile.cs" />
  213. <Compile Include="Properties\AssemblyInfo.cs" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <None Include="App.config">
  217. <SubType>Designer</SubType>
  218. </None>
  219. <None Include="packages.config" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <EmbeddedResource Include="ConnectionLogContextMigrations\201907150816214_Init.resx">
  223. <DependentUpon>201907150816214_Init.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.resx">
  226. <DependentUpon>201907240911571_Remove_IPFields.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.resx">
  229. <DependentUpon>201907250828082_Modified_Length.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.resx">
  232. <DependentUpon>201907310241245_Add_ChargeBoxId.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.resx">
  235. <DependentUpon>201912160853002_Add_Fields_IsSent.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.resx">
  238. <DependentUpon>202001160213414_Add_EVSE_Session_EndPoint.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="MainDBContextMigrations\201907180821556_Init.resx">
  241. <DependentUpon>201907180821556_Init.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.resx">
  244. <DependentUpon>201907180913303_Modify_ConnectorStatus_Machine.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="MainDBContextMigrations\201907190544543_ModifyFields.resx">
  247. <DependentUpon>201907190544543_ModifyFields.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.resx">
  250. <DependentUpon>201907220540401_Add_Fields_MachineConfigure.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="MainDBContextMigrations\201907240912488_Modified_Table.resx">
  253. <DependentUpon>201907240912488_Modified_Table.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.resx">
  256. <DependentUpon>201907260616245_Modified_MachineErrorTable.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.resx">
  259. <DependentUpon>201907260708307_Modified_ServerMessageTable.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.resx">
  262. <DependentUpon>201907260819022_Modified_ServerMessageTable1.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.resx">
  265. <DependentUpon>201907260914124_Modified_ServerMessageTable2.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.resx">
  268. <DependentUpon>201907260915479_Modified_ServerMessageTable3.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.resx">
  271. <DependentUpon>201907310322180_Add_ChargeBoxId.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.resx">
  274. <DependentUpon>201907310323370_Add_ChargeBoxId1.cs</DependentUpon>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.resx">
  277. <DependentUpon>201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs</DependentUpon>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.resx">
  280. <DependentUpon>201908020344588_Modified-ServerMessage-InMessageLength.cs</DependentUpon>
  281. </EmbeddedResource>
  282. <EmbeddedResource Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.resx">
  283. <DependentUpon>201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs</DependentUpon>
  284. </EmbeddedResource>
  285. <EmbeddedResource Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.resx">
  286. <DependentUpon>201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs</DependentUpon>
  287. </EmbeddedResource>
  288. <EmbeddedResource Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.resx">
  289. <DependentUpon>201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs</DependentUpon>
  290. </EmbeddedResource>
  291. <EmbeddedResource Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.resx">
  292. <DependentUpon>201909170249297_Add_Machine_ConnectionType.cs</DependentUpon>
  293. </EmbeddedResource>
  294. <EmbeddedResource Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.resx">
  295. <DependentUpon>201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs</DependentUpon>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.resx">
  298. <DependentUpon>202001130345443_Add_Column_MachineConfiure_Exists.cs</DependentUpon>
  299. </EmbeddedResource>
  300. <EmbeddedResource Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.resx">
  301. <DependentUpon>202002180133171_Machine_AddRatedPower_ConnectorType.cs</DependentUpon>
  302. </EmbeddedResource>
  303. <EmbeddedResource Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.resx">
  304. <DependentUpon>202002210346267_Add_Action_MachineOperateRecord.cs</DependentUpon>
  305. </EmbeddedResource>
  306. <EmbeddedResource Include="MeterValueDBContextMigrations\201907150814558_Init.resx">
  307. <DependentUpon>201907150814558_Init.cs</DependentUpon>
  308. </EmbeddedResource>
  309. <EmbeddedResource Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.resx">
  310. <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
  311. </EmbeddedResource>
  312. <EmbeddedResource Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.resx">
  313. <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
  314. </EmbeddedResource>
  315. <EmbeddedResource Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.resx">
  316. <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
  317. </EmbeddedResource>
  318. <EmbeddedResource Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.resx">
  319. <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
  320. </EmbeddedResource>
  321. </ItemGroup>
  322. <ItemGroup />
  323. <ItemGroup>
  324. <Content Include="Doc\ReadMe.txt" />
  325. <Content Include="StoredProcedure\uspInsertMachineConnectionLog.sql" />
  326. </ItemGroup>
  327. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  328. <PropertyGroup>
  329. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  330. </PropertyGroup>
  331. </Project>