123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- <?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\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\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\CustomerMachineComponent.cs" />
- <Compile Include="Models\Database\Machine.cs" />
- <Compile Include="Models\Database\MachineComponent.cs" />
- <Compile Include="Models\Database\MachineConfigure.cs" />
- <Compile Include="Models\Database\MachineConnectionLog.cs" />
- <Compile Include="Models\Database\MachineError.cs" />
- <Compile Include="Models\Database\MachineModel.cs" />
- <Compile Include="Models\Database\MachineOperateRecord.cs" />
- <Compile Include="Models\Database\MachinePart.cs" />
- <Compile Include="Models\Database\MachineVersion.cs" />
- <Compile Include="Models\Database\MachineVersionFile.cs" />
- <Compile Include="Models\Database\PublishVersion.cs" />
- <Compile Include="Models\Database\PublishVersionFile.cs" />
- <Compile Include="Models\Database\ServerMessage.cs" />
- <Compile Include="Models\Database\TransactionDataRecord.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="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>
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Content Include="Doc\ReadMe.txt" />
- <Content Include="StoredProcedure\uspInsertMachineConnectionLog.sql" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
- </PropertyGroup>
- </Project>
|