Skip to content

Commit

Permalink
Merge pull request #25 from Panda-Sharp/develop
Browse files Browse the repository at this point in the history
Update Target min SDK
  • Loading branch information
Panda-Sharp authored Aug 21, 2021
2 parents 8c462d3 + 4e724d9 commit 24ba64a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 117 deletions.
46 changes: 0 additions & 46 deletions ImageSharp/ImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,6 @@
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM64\Debug\</OutputPath>
Expand Down
58 changes: 6 additions & 52 deletions Yugen.Mosaic.Uwp/Yugen.Mosaic.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand All @@ -23,55 +23,9 @@
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppxBundlePlatforms>x64|ARM64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM64\Debug\</OutputPath>
Expand Down Expand Up @@ -277,16 +231,16 @@
<Version>1.26.0</Version>
</PackageReference>
<PackageReference Include="WriteableBitmapEx">
<Version>1.6.7</Version>
<Version>1.6.8</Version>
</PackageReference>
<PackageReference Include="Yugen.Toolkit.Standard">
<Version>1.0.44</Version>
<Version>1.0.46</Version>
</PackageReference>
<PackageReference Include="Yugen.Toolkit.Uwp">
<Version>1.0.44</Version>
<Version>1.0.46</Version>
</PackageReference>
<PackageReference Include="Yugen.Toolkit.Uwp.Controls">
<Version>1.0.44</Version>
<Version>1.0.46</Version>
</PackageReference>
<PackageReference Include="Serilog.Extensions.Logging">
<Version>3.0.1</Version>
Expand Down
22 changes: 5 additions & 17 deletions Yugen.Mosaic.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,35 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yugen.Mosaic.Uwp", "Yugen.M
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure", "Azure", "{E44DE1EE-E0B3-4250-8CBE-F9B13C6DF19A}"
ProjectSection(SolutionItems) = preProject
build-pipelines.yml = build-pipelines.yml
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{6140E03F-4808-489A-B10F-6B8D5B9D64F1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM.ActiveCfg = Debug|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM.Build.0 = Debug|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM.Deploy.0 = Debug|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.ActiveCfg = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.Build.0 = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|ARM64.Deploy.0 = Debug|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.ActiveCfg = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.Build.0 = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x64.Deploy.0 = Debug|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x86.ActiveCfg = Debug|x86
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x86.Build.0 = Debug|x86
{9401F9CD-F858-451C-9022-A4C1663587BB}.Debug|x86.Deploy.0 = Debug|x86
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM.ActiveCfg = Release|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM.Build.0 = Release|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM.Deploy.0 = Release|ARM
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.ActiveCfg = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.Build.0 = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|ARM64.Deploy.0 = Release|ARM64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.ActiveCfg = Release|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.Build.0 = Release|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x64.Deploy.0 = Release|x64
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x86.ActiveCfg = Release|x86
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x86.Build.0 = Release|x86
{9401F9CD-F858-451C-9022-A4C1663587BB}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions build-pipelines.yml → azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pool:

variables:
solution: '**/*.sln'
buildPlatform: 'x86|x64|ARM64'
buildPlatform: 'x64|ARM64'
buildConfiguration: 'Release'
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
appxmanifest: '**/*.appxmanifest'
Expand Down Expand Up @@ -40,7 +40,7 @@ steps:

- task: VSBuild@1
inputs:
platform: 'x86'
platform: 'x64'
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)"
Expand Down

0 comments on commit 24ba64a

Please sign in to comment.