Innovenergy_trunk/csharp/App/OpenVpnCertificatesServer/OpenVpnCertificatesServer.c...

29 lines
953 B
XML
Raw Normal View History

2023-02-16 12:57:06 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-02-25 15:04:41 +00:00
<Import Project="../InnovEnergy.App.props" />
2023-02-16 12:57:06 +00:00
<ItemGroup>
<PackageReference Include="BouncyCastle" Version="1.8.9" />
<PackageReference Include="Flurl.Http" Version="3.2.2" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
</ItemGroup>
<ItemGroup>
2023-02-25 15:04:41 +00:00
<ProjectReference Include="../../Lib/Protocols/DBus/DBus.csproj" />
<ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" />
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
2023-02-16 12:57:06 +00:00
</ItemGroup>
<ItemGroup>
<None Update="token.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
2023-02-16 12:57:06 +00:00
<PropertyGroup>
<PublishTrimmed>false</PublishTrimmed>
2023-05-11 08:20:47 +00:00
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
</PropertyGroup>
2023-02-16 12:57:06 +00:00
</Project>