31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace>BlubbFish.IoT.Pocsag.BosServerTelegram</RootNamespace>
|
|
<Version>1.1.0</Version>
|
|
<Description>
|
|
1.1.0 make it running on linux
|
|
1.0.0 Init
|
|
</Description>
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Utils\Bot-Utils\Bot-Utils\Bot-Utils.csproj" />
|
|
<ProjectReference Include="..\..\Utils\ConnectorDataMqtt\ConnectorDataMqtt\ConnectorDataMqtt.csproj" />
|
|
<ProjectReference Include="..\..\Utils\ConnectorUserTelegram\ConnectorUserTelegram\ConnectorUserTelegram.csproj" />
|
|
<ProjectReference Include="..\..\Utils\Utils-IoT\Utils-IoT\Utils-IoT.csproj" />
|
|
<ProjectReference Include="..\..\Utils\Utils\Utils\Utils.csproj" />
|
|
<ProjectReference Include="..\BosServerDatatypes\BosServerDatatypes.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="config-example\settings.conf">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|