Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
naweed committed Jul 19, 2022
1 parent 96fb811 commit dbf4044
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 81 deletions.
7 changes: 0 additions & 7 deletions src/Maui.Controls.BottomSheet/Class1.cs

This file was deleted.

3 changes: 3 additions & 0 deletions src/Maui.Controls.BottomSheet/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
global using global::System;
global using global::Microsoft.Maui.Controls;
global using global::Microsoft.Maui.Graphics;
16 changes: 13 additions & 3 deletions src/Maui.Controls.BottomSheet/Maui.Controls.BottomSheet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.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 -->
<!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<ImplicitUsings>disable</ImplicitUsings>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
Expand All @@ -17,4 +15,16 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
</PropertyGroup>

<ItemGroup>
<None Remove="Platforms\Android\" />
<None Remove="Platforms\iOS\" />
<None Remove="Platforms\MacCatalyst\" />
<None Remove="Platforms\Windows\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Platforms\Android\" />
<Folder Include="Platforms\iOS\" />
<Folder Include="Platforms\MacCatalyst\" />
<Folder Include="Platforms\Windows\" />
</ItemGroup>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/Maui.Controls.BottomSheet/Platforms/iOS/PlatformClass1.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/TestApp/Platforms/Tizen/Main.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/TestApp/Platforms/Tizen/tizen-manifest.xml

This file was deleted.

3 changes: 1 addition & 2 deletions src/TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.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 -->
<!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->

<OutputType>Exe</OutputType>
<RootNamespace>TestApp</RootNamespace>
<UseMaui>true</UseMaui>
Expand Down

0 comments on commit dbf4044

Please sign in to comment.