Skip to content

Commit

Permalink
V1.0.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
XceedBoucherS committed May 23, 2023
1 parent 47b327f commit 068f800
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 26 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed Toolkit/.vs/Xceed.Maui.Toolkit/v17/.futdcache.v2
Binary file not shown.
Binary file removed Toolkit/.vs/Xceed.Maui.Toolkit/v17/.suo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
Square44x44Logo="$placeholder$.png"
BackgroundColor="transparent">
<uap:DefaultTile Square71x71Logo="$placeholder$.png" Wide310x150Logo="$placeholder$.png" Square310x310Logo="$placeholder$.png" />
<uap:SplashScreen Image="$placeholder$.png" />
</uap:VisualElements>
</Application>
</Applications>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Disable automatic/default item gathering to help automatic builds -->
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<!-- Do not use the <Sdk> element to help automatic builds -->
<!-- Manual top Sdk import -->
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<Sdk Name="Microsoft.NET.Sdk" />
<PropertyGroup>
<!-- Explicitly define a <AssemblyName> to help automatic builds -->
<AssemblyName>Xceed.Maui.Toolkit.LiveExplorer</AssemblyName>
<!-- There is a bug in the .NET SDK where errors are generated if the minimum Windows version is not specified directly in the TargetFrameworks property
as opposed to other platforms where the SupportedOSPlatformVersion property is sufficent -->
<!-- Package Microsoft.Maui.Graphics.Win2D.WinUI.Desktop 7.0.49 forces the minimum Windows version to be 10.0.19041.0 as opposed to 10.0.17763.0 -->
<MinWindowsVersion>10.0.19041.0</MinWindowsVersion>
<TargetFrameworks>net7.0-windows$(MinWindowsVersion);net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">net7.0-windows$(MinWindowsVersion);$(TargetFrameworks)</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);net7.0-tizen</TargetFrameworks> -->
<OutputType>Exe</OutputType>
<RootNamespace>Xceed.Maui.Toolkit.LiveExplorer</RootNamespace>
<UseMaui>true</UseMaui>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<ErrorReport>prompt</ErrorReport>
Expand Down Expand Up @@ -143,7 +143,7 @@
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
<!--<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />-->
<!-- Images -->
<MauiImage Include="Resources\Images\dotnet_bot.svg" BaseSize="168,208" />
<!-- Custom Fonts -->
Expand All @@ -165,8 +165,6 @@
<ItemGroup>
<ProjectReference Include="..\Xceed.Maui.Toolkit\Xceed.Maui.Toolkit.csproj" />
</ItemGroup>
<!-- Manual bottom Sdk import -->
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<!-- There is a bug in Visual Studio where files do not appear in the Solution Explorer if, in the csproj, they are in a Condition that is false for the
first TargetFramework in <TargetFrameworks>. Details here: <https://github.com/dotnet/project-system/issues/935>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
<ActiveDebugProfile>Pixel 5 - API 33 (Android 13.0 - API 33)</ActiveDebugProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-windows10.0.19041.0|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
<DefaultDevice>pixel_5_-_api_33</DefaultDevice>
</PropertyGroup>
</Project>
9 changes: 3 additions & 6 deletions Toolkit/Src/Xceed.Maui.Toolkit/Xceed.Maui.Toolkit.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Disable automatic/default item gathering to help automatic builds -->
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<!-- Do not use the <Sdk> element to help automatic builds -->
<!-- Manual top Sdk import -->
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<Sdk Name="Microsoft.NET.Sdk" />
<PropertyGroup>
<!-- Explicitly define a <AssemblyName> to help automatic builds -->
<AssemblyName>Xceed.Maui.Toolkit</AssemblyName>
Expand All @@ -22,6 +20,7 @@
<!-- 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> -->
<UseMaui>true</UseMaui>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<ErrorReport>prompt</ErrorReport>
Expand Down Expand Up @@ -459,8 +458,6 @@
<Compile Include="ButtonSpinner\Implementation\ButtonSpinner.Windows.cs" />
<Compile Include="ToggleButton\Implementation\ToggleButton.Windows.cs" />
</ItemGroup>
<!-- Manual bottom Sdk import -->
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<!--
There is a bug in Visual Studio where files do not appear in the Solution Explorer if, in the csproj, they are in a Condition that is false for the
first TargetFramework in <TargetFrameworks>. Details here: <https://github.com/dotnet/project-system/issues/935>
Expand Down

0 comments on commit 068f800

Please sign in to comment.