|
@@ -78,6 +78,18 @@
|
|
|
<Compile Include="Features\ReservationProfile.cs" />
|
|
|
<Compile Include="Features\Reservation\CancelReservationFeature.cs" />
|
|
|
<Compile Include="Features\Reservation\ReserveNowFeature.cs" />
|
|
|
+ <Compile Include="Features\SecurityProfile.cs" />
|
|
|
+ <Compile Include="Features\Security\CertificateSignedFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\DeleteCertificateFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\ExtendedTriggerMessageFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\GetInstalledCertificateIdsFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\GetLogFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\InstallCertificateFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\LogStatusNotificationFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\SecurityEventNotificationFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\SignCertificateFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\SignedFirmwareStatusNotificationFeature.cs" />
|
|
|
+ <Compile Include="Features\Security\SignedUpdateFirmwareFeature.cs" />
|
|
|
<Compile Include="Features\SmartChargingProfile.cs" />
|
|
|
<Compile Include="Features\SmartCharging\ClearChargingProfileFeature.cs" />
|
|
|
<Compile Include="Features\SmartCharging\GetCompositeScheduleFeature.cs" />
|
|
@@ -165,7 +177,6 @@
|
|
|
<Compile Include="Messages\Security\SignedFirmwareStatusNotificationRequest.cs" />
|
|
|
<Compile Include="Messages\Security\SignedUpdateFirmwareConfirmation.cs" />
|
|
|
<Compile Include="Messages\Security\SignedUpdateFirmwareRequest.cs" />
|
|
|
- <Compile Include="Messages\Security\UpdateFirmwareStatusEnumType.cs" />
|
|
|
<Compile Include="Messages\SmartCharging\ClearChargingProfileConfirmation.cs" />
|
|
|
<Compile Include="Messages\SmartCharging\ClearChargingProfileRequest.cs" />
|
|
|
<Compile Include="Messages\SmartCharging\GetCompositeScheduleConfirmation.cs" />
|
|
@@ -241,6 +252,7 @@
|
|
|
<Compile Include="Messages\SubTypes\TriggerMessageStatusEnumType.cs" />
|
|
|
<Compile Include="Messages\SubTypes\UnitOfMeasure.cs" />
|
|
|
<Compile Include="Messages\SubTypes\UnlockStatus.cs" />
|
|
|
+ <Compile Include="Messages\SubTypes\UpdateFirmwareStatusEnumType.cs" />
|
|
|
<Compile Include="Messages\SubTypes\UpdateStatus.cs" />
|
|
|
<Compile Include="Messages\SubTypes\UpdateType.cs" />
|
|
|
<Compile Include="Messages\SubTypes\UploadLogStatusEnumType.cs" />
|
|
@@ -249,9 +261,7 @@
|
|
|
<Compile Include="Utilities\FormatHelper.cs" />
|
|
|
<Compile Include="Utilities\UTCDateTimeConverter.cs" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Features\Security\" />
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
<ItemGroup>
|
|
|
<None Include="packages.config" />
|
|
|
</ItemGroup>
|