cleanup project file

This commit is contained in:
ig 2023-09-14 14:34:51 +02:00
parent d93a066b36
commit 13611da7c8
1 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<Import Project="../InnovEnergy.App.props" />
<PropertyGroup>
<PublishTrimmed>false</PublishTrimmed>
<RootNamespace>InnovEnergy.App.VrmGrabber</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
@ -30,12 +33,12 @@
<ItemGroup>
<ProjectReference Include="../../Lib/Utils/Utils.csproj" />
<ProjectReference Include="..\..\Lib\Victron\VictronVRM\VictronVRM.csproj" />
<ProjectReference Include="..\RemoteSupportConsole\RemoteSupportConsole.csproj" />
<ProjectReference Include="../../Lib/Victron/VictronVRM/VictronVRM.csproj" />
<ProjectReference Include="../RemoteSupportConsole/RemoteSupportConsole.csproj" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="wwwroot\index.html" />
<_ContentIncludedByDefault Remove="wwwroot/index.html" />
</ItemGroup>
<ItemGroup>