30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace>BlubbFish.IoT.Pocsag.BosServerStorage</RootNamespace>
|
|
<Version>1.1.2</Version>
|
|
<Description>1.1.2 Fix searchpath for config
|
|
1.1.1 Fix InvariantGlobalization, so Linux will start the app
|
|
1.1.0 Rewrite from Mysql to Influx
|
|
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\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>
|