-
Notifications
You must be signed in to change notification settings - Fork 0
/
WsjtxWatcher.csproj
28 lines (28 loc) · 1.35 KB
/
WsjtxWatcher.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationId>com.sydneyowl.WsjtxWatcher</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DebounceThrottle" Version="3.0.1"/>
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Xamarin" Version="1.0.0" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172"/>
<PackageReference Include="WsjtxUtils.WsjtxMessages" Version="1.0.0.67"/>
<PackageReference Include="WsjtxUtils.WsjtxUdpServer" Version="1.0.0.67"/>
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.13.1.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\drawable-night\" />
</ItemGroup>
</Project>