|
|
@ -1,11 +1,11 @@
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFrameworks>net7.0;</TargetFrameworks>
|
|
|
|
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</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 -->
|
|
|
|
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
|
|
|
|
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
|
|
|
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
|
|
|
<OutputType Condition="'$(TargetFramework)' != 'net7.0'">Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<RootNamespace>MangaMap</RootNamespace>
|
|
|
|
<RootNamespace>MangaMap</RootNamespace>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
<UseMaui>true</UseMaui>
|
|
|
|
<SingleProject>true</SingleProject>
|
|
|
|
<SingleProject>true</SingleProject>
|
|
|
@ -50,11 +50,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<AndroidResource Remove="Component\**" />
|
|
|
|
<AndroidResource Remove="Component\**" />
|
|
|
|
|
|
|
|
<AndroidResource Remove="DataBinding\**" />
|
|
|
|
<Compile Remove="Component\**" />
|
|
|
|
<Compile Remove="Component\**" />
|
|
|
|
|
|
|
|
<Compile Remove="DataBinding\**" />
|
|
|
|
<EmbeddedResource Remove="Component\**" />
|
|
|
|
<EmbeddedResource Remove="Component\**" />
|
|
|
|
|
|
|
|
<EmbeddedResource Remove="DataBinding\**" />
|
|
|
|
<MauiCss Remove="Component\**" />
|
|
|
|
<MauiCss Remove="Component\**" />
|
|
|
|
|
|
|
|
<MauiCss Remove="DataBinding\**" />
|
|
|
|
<MauiXaml Remove="Component\**" />
|
|
|
|
<MauiXaml Remove="Component\**" />
|
|
|
|
|
|
|
|
<MauiXaml Remove="DataBinding\**" />
|
|
|
|
<None Remove="Component\**" />
|
|
|
|
<None Remove="Component\**" />
|
|
|
|
|
|
|
|
<None Remove="DataBinding\**" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
@ -129,7 +135,7 @@
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="DataBinding\" />
|
|
|
|
<ProjectReference Include="..\Models\Models.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|