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-07-03 12:59:48 +00:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.App.OpenVpnCertificatesServer</RootNamespace>
|
|
|
|
</PropertyGroup>
|
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>
|
2023-03-23 16:17:10 +00:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Update="token.json">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
2023-02-16 12:57:06 +00:00
|
|
|
|
|
|
|
</Project>
|