33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.app.props" />
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>InnovEnergy.API</RootNamespace>
|
|
<StartupObject>InnovEnergy.API.Program</StartupObject>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../lib/Utils/Utils.csproj" />
|
|
<ProjectReference Include="../../lib/VictronVRM/VictronVRM.csproj" />
|
|
<ProjectReference Include="../../lib/WebServer/WebServer.csproj" />
|
|
<ProjectReference Include="../OpenVpnCertificatesServer/OpenVpnCertificatesServer.csproj" />
|
|
<ProjectReference Include="../../lib/Victron/VictronVRM/VictronVRM.csproj" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
|
|
</ItemGroup>
|
|
|
|
|
|
<!-- <Target Name="sass" BeforeTargets="PreBuildEvent">-->
|
|
<!-- <Exec Command="find $(MSBuildProjectDirectory) -name '*.scss' | sed 's//.scss$//' | xargs -I{} $(MSBuildProjectDirectory)/../../tools/sass --embed-source-map {}.scss {}.css" />-->
|
|
<!-- </Target>-->
|
|
|
|
|
|
</Project>
|
|
|