Entwicklung/Sensormat/ESP8266_Gaszaehler/ESP8266_Gaszaehler.csproj

19 lines
429 B
XML
Raw Permalink Normal View History

2025-09-23 10:21:23 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Sensormat\Sensormat.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Sensormat\References\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>