18 lines
482 B
XML
18 lines
482 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="../InnovEnergy.app.props" />
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<RootNamespace>InnovEnergy.Collector</RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="../../lib/Utils/Utils.csproj" />
|
||
|
<ProjectReference Include="../../lib/WebServer/WebServer.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|