123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{FAFB8754-9A6E-4931-88EC-376F0326D315}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EVCB_OCPP.Domain</RootNamespace>
- <AssemblyName>EVCB_OCPP.Domain</AssemblyName>
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ConnectionLogContextMigrations\201907150816214_Init.cs" />
- <Compile Include="ConnectionLogContextMigrations\201907150816214_Init.Designer.cs">
- <DependentUpon>201907150816214_Init.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.cs" />
- <Compile Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.Designer.cs">
- <DependentUpon>201907240911571_Remove_IPFields.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.cs" />
- <Compile Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.Designer.cs">
- <DependentUpon>201907250828082_Modified_Length.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.cs" />
- <Compile Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.Designer.cs">
- <DependentUpon>201907310241245_Add_ChargeBoxId.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.cs" />
- <Compile Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.Designer.cs">
- <DependentUpon>201912160853002_Add_Fields_IsSent.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.cs" />
- <Compile Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.Designer.cs">
- <DependentUpon>202001160213414_Add_EVSE_Session_EndPoint.cs</DependentUpon>
- </Compile>
- <Compile Include="ConnectionLogContextMigrations\Configuration.cs" />
- <Compile Include="ConnectionLogDBContext.cs" />
- <Compile Include="DefaultSetting.cs" />
- <Compile Include="MainDBContext.cs" />
- <Compile Include="MainDBContextMigrations\201907180821556_Init.cs" />
- <Compile Include="MainDBContextMigrations\201907180821556_Init.Designer.cs">
- <DependentUpon>201907180821556_Init.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.cs" />
- <Compile Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.Designer.cs">
- <DependentUpon>201907180913303_Modify_ConnectorStatus_Machine.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907190544543_ModifyFields.cs" />
- <Compile Include="MainDBContextMigrations\201907190544543_ModifyFields.Designer.cs">
- <DependentUpon>201907190544543_ModifyFields.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.cs" />
- <Compile Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.Designer.cs">
- <DependentUpon>201907220540401_Add_Fields_MachineConfigure.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907240912488_Modified_Table.cs" />
- <Compile Include="MainDBContextMigrations\201907240912488_Modified_Table.Designer.cs">
- <DependentUpon>201907240912488_Modified_Table.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.cs" />
- <Compile Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.Designer.cs">
- <DependentUpon>201907260616245_Modified_MachineErrorTable.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.cs" />
- <Compile Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.Designer.cs">
- <DependentUpon>201907260708307_Modified_ServerMessageTable.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.cs" />
- <Compile Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.Designer.cs">
- <DependentUpon>201907260819022_Modified_ServerMessageTable1.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.cs" />
- <Compile Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.Designer.cs">
- <DependentUpon>201907260914124_Modified_ServerMessageTable2.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.cs" />
- <Compile Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.Designer.cs">
- <DependentUpon>201907260915479_Modified_ServerMessageTable3.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.cs" />
- <Compile Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.Designer.cs">
- <DependentUpon>201907310322180_Add_ChargeBoxId.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.cs" />
- <Compile Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.Designer.cs">
- <DependentUpon>201907310323370_Add_ChargeBoxId1.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs" />
- <Compile Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.Designer.cs">
- <DependentUpon>201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.cs" />
- <Compile Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.Designer.cs">
- <DependentUpon>201908020344588_Modified-ServerMessage-InMessageLength.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs" />
- <Compile Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.Designer.cs">
- <DependentUpon>201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs" />
- <Compile Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.Designer.cs">
- <DependentUpon>201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs" />
- <Compile Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.Designer.cs">
- <DependentUpon>201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.cs" />
- <Compile Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.Designer.cs">
- <DependentUpon>201909170249297_Add_Machine_ConnectionType.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs" />
- <Compile Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.Designer.cs">
- <DependentUpon>201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.cs" />
- <Compile Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.Designer.cs">
- <DependentUpon>202001130345443_Add_Column_MachineConfiure_Exists.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.cs" />
- <Compile Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.Designer.cs">
- <DependentUpon>202002180133171_Machine_AddRatedPower_ConnectorType.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.cs" />
- <Compile Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.Designer.cs">
- <DependentUpon>202002210346267_Add_Action_MachineOperateRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs" />
- <Compile Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.Designer.cs">
- <DependentUpon>202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.cs" />
- <Compile Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.Designer.cs">
- <DependentUpon>202004170157424_Rename_MachineConfiguration.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.cs" />
- <Compile Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.Designer.cs">
- <DependentUpon>202004230638409_AddMachine_ConnectorPowerType_Geo.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.cs" />
- <Compile Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.Designer.cs">
- <DependentUpon>202005250837509_Modify_UpdateFirmwareLogic.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.cs" />
- <Compile Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.Designer.cs">
- <DependentUpon>202005290620325_Modified_UploadFileId.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs" />
- <Compile Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.Designer.cs">
- <DependentUpon>202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.cs" />
- <Compile Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.Designer.cs">
- <DependentUpon>202006160623134_MachineBoardVersion.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202006180231003_Modify_Machine.cs" />
- <Compile Include="MainDBContextMigrations\202006180231003_Modify_Machine.Designer.cs">
- <DependentUpon>202006180231003_Modify_Machine.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.cs" />
- <Compile Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.Designer.cs">
- <DependentUpon>202008100245202_Add_ConnectorStatus_TotalEnergy.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.cs" />
- <Compile Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.Designer.cs">
- <DependentUpon>202010220132355_Add_TTIA_Service.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.cs" />
- <Compile Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.Designer.cs">
- <DependentUpon>202010270320421_Add_Customer_TTIA_Fields.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.cs" />
- <Compile Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.Designer.cs">
- <DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.cs" />
- <Compile Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.Designer.cs">
- <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.cs" />
- <Compile Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.Designer.cs">
- <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.cs" />
- <Compile Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.Designer.cs">
- <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.cs" />
- <Compile Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.Designer.cs">
- <DependentUpon>202112030223402_Modify_Transaction_FeeLength.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.cs" />
- <Compile Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.Designer.cs">
- <DependentUpon>202112060214293_Modify_Transaction_ReceiptLength.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs" />
- <Compile Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.Designer.cs">
- <DependentUpon>202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.cs" />
- <Compile Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.Designer.cs">
- <DependentUpon>202203290753486_AddFields_Tx_StopReason.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.cs" />
- <Compile Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.Designer.cs">
- <DependentUpon>202208100229183_Add_Table_OCMF.cs</DependentUpon>
- </Compile>
- <Compile Include="MainDBContextMigrations\Configuration.cs" />
- <Compile Include="MeterValueDBContext.cs" />
- <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.cs" />
- <Compile Include="MeterValueDBContextMigrations\201907150814558_Init.Designer.cs">
- <DependentUpon>201907150814558_Init.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.cs" />
- <Compile Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.Designer.cs">
- <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.cs" />
- <Compile Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.Designer.cs">
- <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.cs" />
- <Compile Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.Designer.cs">
- <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.cs" />
- <Compile Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.Designer.cs">
- <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.cs" />
- <Compile Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.Designer.cs">
- <DependentUpon>202006080139122_ModifiedChargeBoxIdLen.cs</DependentUpon>
- </Compile>
- <Compile Include="MeterValueDBContextMigrations\Configuration.cs" />
- <Compile Include="Models\Database\ApiLogEntry.cs" />
- <Compile Include="Models\Database\ConnectorMeterValueRecord.cs" />
- <Compile Include="Models\Database\ConnectorStatus.cs" />
- <Compile Include="Models\Database\Customer.cs" />
- <Compile Include="Models\Database\Machine.cs" />
- <Compile Include="Models\Database\MachineConfiguration.cs" />
- <Compile Include="Models\Database\MachineConnectionLog.cs" />
- <Compile Include="Models\Database\MachineError.cs" />
- <Compile Include="Models\Database\MachineOperateRecord.cs" />
- <Compile Include="Models\Database\MachineVersionFile.cs" />
- <Compile Include="Models\Database\OCMF.cs" />
- <Compile Include="Models\Database\ServerMessage.cs" />
- <Compile Include="Models\Database\TransactionRecord.cs" />
- <Compile Include="Models\Database\UploadFile.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="ConnectionLogContextMigrations\201907150816214_Init.resx">
- <DependentUpon>201907150816214_Init.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ConnectionLogContextMigrations\201907240911571_Remove_IPFields.resx">
- <DependentUpon>201907240911571_Remove_IPFields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ConnectionLogContextMigrations\201907250828082_Modified_Length.resx">
- <DependentUpon>201907250828082_Modified_Length.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ConnectionLogContextMigrations\201907310241245_Add_ChargeBoxId.resx">
- <DependentUpon>201907310241245_Add_ChargeBoxId.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ConnectionLogContextMigrations\201912160853002_Add_Fields_IsSent.resx">
- <DependentUpon>201912160853002_Add_Fields_IsSent.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="ConnectionLogContextMigrations\202001160213414_Add_EVSE_Session_EndPoint.resx">
- <DependentUpon>202001160213414_Add_EVSE_Session_EndPoint.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907180821556_Init.resx">
- <DependentUpon>201907180821556_Init.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907180913303_Modify_ConnectorStatus_Machine.resx">
- <DependentUpon>201907180913303_Modify_ConnectorStatus_Machine.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907190544543_ModifyFields.resx">
- <DependentUpon>201907190544543_ModifyFields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907220540401_Add_Fields_MachineConfigure.resx">
- <DependentUpon>201907220540401_Add_Fields_MachineConfigure.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907240912488_Modified_Table.resx">
- <DependentUpon>201907240912488_Modified_Table.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907260616245_Modified_MachineErrorTable.resx">
- <DependentUpon>201907260616245_Modified_MachineErrorTable.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907260708307_Modified_ServerMessageTable.resx">
- <DependentUpon>201907260708307_Modified_ServerMessageTable.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907260819022_Modified_ServerMessageTable1.resx">
- <DependentUpon>201907260819022_Modified_ServerMessageTable1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907260914124_Modified_ServerMessageTable2.resx">
- <DependentUpon>201907260914124_Modified_ServerMessageTable2.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907260915479_Modified_ServerMessageTable3.resx">
- <DependentUpon>201907260915479_Modified_ServerMessageTable3.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907310322180_Add_ChargeBoxId.resx">
- <DependentUpon>201907310322180_Add_ChargeBoxId.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201907310323370_Add_ChargeBoxId1.resx">
- <DependentUpon>201907310323370_Add_ChargeBoxId1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201908010827563_Add_MachineOperateRecord_RequestContent_Length.resx">
- <DependentUpon>201908010827563_Add_MachineOperateRecord_RequestContent_Length.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201908020344588_Modified-ServerMessage-InMessageLength.resx">
- <DependentUpon>201908020344588_Modified-ServerMessage-InMessageLength.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201908020516275_Modified-ServerMessage-InMessageLengthMAX.resx">
- <DependentUpon>201908020516275_Modified-ServerMessage-InMessageLengthMAX.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.resx">
- <DependentUpon>201908020541195_Modified-MachineOperateRecord-EVSE_ValueMax.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.resx">
- <DependentUpon>201908160852420_Add_CustomerFTP_ServerMessageUpdateOn.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201909170249297_Add_Machine_ConnectionType.resx">
- <DependentUpon>201909170249297_Add_Machine_ConnectionType.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.resx">
- <DependentUpon>201912170616522_Modify_ServerMessage_MachineOperate_FieldLength.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202001130345443_Add_Column_MachineConfiure_Exists.resx">
- <DependentUpon>202001130345443_Add_Column_MachineConfiure_Exists.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202002180133171_Machine_AddRatedPower_ConnectorType.resx">
- <DependentUpon>202002180133171_Machine_AddRatedPower_ConnectorType.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202002210346267_Add_Action_MachineOperateRecord.resx">
- <DependentUpon>202002210346267_Add_Action_MachineOperateRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.resx">
- <DependentUpon>202004170135337_RemoveTransactionId_RenameFewField_AddMachineOperateRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202004170157424_Rename_MachineConfiguration.resx">
- <DependentUpon>202004170157424_Rename_MachineConfiguration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202004230638409_AddMachine_ConnectorPowerType_Geo.resx">
- <DependentUpon>202004230638409_AddMachine_ConnectorPowerType_Geo.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202005250837509_Modify_UpdateFirmwareLogic.resx">
- <DependentUpon>202005250837509_Modify_UpdateFirmwareLogic.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202005290620325_Modified_UploadFileId.resx">
- <DependentUpon>202005290620325_Modified_UploadFileId.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202006080138316_ModifiedChargeBoxIdLenAndOTAFields.resx">
- <DependentUpon>202006080138316_ModifiedChargeBoxIdLenAndOTAFields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202006160623134_MachineBoardVersion.resx">
- <DependentUpon>202006160623134_MachineBoardVersion.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202006180231003_Modify_Machine.resx">
- <DependentUpon>202006180231003_Modify_Machine.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202008100245202_Add_ConnectorStatus_TotalEnergy.resx">
- <DependentUpon>202008100245202_Add_ConnectorStatus_TotalEnergy.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202010220132355_Add_TTIA_Service.resx">
- <DependentUpon>202010220132355_Add_TTIA_Service.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202010270320421_Add_Customer_TTIA_Fields.resx">
- <DependentUpon>202010270320421_Add_Customer_TTIA_Fields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202105310249294_Add_Customer_TTIAAPI_Fields.resx">
- <DependentUpon>202105310249294_Add_Customer_TTIAAPI_Fields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202108100119249_AddCost_Field_TransactionTable.resx">
- <DependentUpon>202108100119249_AddCost_Field_TransactionTable.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202108100136463_ModifyLengthBoardVersions_Machine.resx">
- <DependentUpon>202108100136463_ModifyLengthBoardVersions_Machine.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202108100251030_Rename_Receipt_TransactionTable.resx">
- <DependentUpon>202108100251030_Rename_Receipt_TransactionTable.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202112030223402_Modify_Transaction_FeeLength.resx">
- <DependentUpon>202112030223402_Modify_Transaction_FeeLength.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202112060214293_Modify_Transaction_ReceiptLength.resx">
- <DependentUpon>202112060214293_Modify_Transaction_ReceiptLength.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.resx">
- <DependentUpon>202203280207328_AddFields_Customer_InstantStopTxReport_Tx_BillingDone.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202203290753486_AddFields_Tx_StopReason.resx">
- <DependentUpon>202203290753486_AddFields_Tx_StopReason.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainDBContextMigrations\202208100229183_Add_Table_OCMF.resx">
- <DependentUpon>202208100229183_Add_Table_OCMF.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\201907150814558_Init.resx">
- <DependentUpon>201907150814558_Init.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\201907190308254_ModifyFields.resx">
- <DependentUpon>201907190308254_ModifyFields.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\201907190543469_ModifyFields1.resx">
- <DependentUpon>201907190543469_ModifyFields1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\201907310241379_Add_ChargeBoxId.resx">
- <DependentUpon>201907310241379_Add_ChargeBoxId.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\201908010559159_Add_TransactionId.resx">
- <DependentUpon>201908010559159_Add_TransactionId.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MeterValueDBContextMigrations\202006080139122_ModifiedChargeBoxIdLen.resx">
- <DependentUpon>202006080139122_ModifiedChargeBoxIdLen.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Content Include="Doc\ReadMe.txt" />
- <Content Include="StoredProcedure\uspInsertMachineConnectionLog.sql" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>GitVersion.exe $(ProjectDir) /updateassemblyinfo</PreBuildEvent>
- </PropertyGroup>
- </Project>
|