|
|
|
@ -1,6 +1,11 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<UseShortFileNames>True</UseShortFileNames>
|
|
|
|
|
<IntermediateOutputPath>C:\Apps\GameAtlas</IntermediateOutputPath>
|
|
|
|
|
|
|
|
|
|
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
|
|
|
|
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
|
|
|
|
@ -15,7 +20,7 @@
|
|
|
|
|
<ApplicationTitle>GameAtlas</ApplicationTitle>
|
|
|
|
|
|
|
|
|
|
<!-- App Identifier -->
|
|
|
|
|
<ApplicationId>com.companyname.gameatlas</ApplicationId>
|
|
|
|
|
<ApplicationId>com.iut-clermont-auvergne.gameatlas</ApplicationId>
|
|
|
|
|
<ApplicationIdGuid>a4373575-ecb5-4bcd-9c57-7366fb6946a7</ApplicationIdGuid>
|
|
|
|
|
|
|
|
|
|
<!-- Versions -->
|
|
|
|
|