Révision adca8727
INRAETemplate/INRAETemplate.csproj | ||
---|---|---|
1 | 1 |
<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 |
<PropertyGroup> |
4 |
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
5 |
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
|
4 |
<TargetFrameworks>net8.0-android</TargetFrameworks>
|
|
5 |
<!-- <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks> -->
|
|
6 | 6 |
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> |
7 | 7 |
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> --> |
8 | 8 |
<OutputType>Exe</OutputType> |
INRAETemplate/INRAETemplate.csproj.user | ||
---|---|---|
2 | 2 |
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 |
<PropertyGroup> |
4 | 4 |
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> |
5 |
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
|
|
6 |
<ActiveDebugProfile>Coppernic C-One (Android 7.1 - API 25)</ActiveDebugProfile>
|
|
5 |
<ActiveDebugFramework>net8.0-android</ActiveDebugFramework>
|
|
6 |
<ActiveDebugProfile>Samsung SM-A202F (Android 11.0 - API 30)</ActiveDebugProfile>
|
|
7 | 7 |
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup> |
8 | 8 |
<DefaultDevice>pixel_5_-_api_26</DefaultDevice> |
9 | 9 |
</PropertyGroup> |
INRAETemplate/Platforms/Android/AndroidManifest.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="120" android:versionName="1.2.0">
|
|
2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="130" android:versionName="1.3.0">
|
|
3 | 3 |
<application android:allowBackup="true" android:supportsRtl="true" android:icon="@mipmap/ae"></application> |
4 | 4 |
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
5 | 5 |
<uses-permission android:name="android.permission.INTERNET" /> |
Formats disponibles : Unified diff