From c0bcd95ae64539dfb9548aa40a430243c6f8353e Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Tue, 13 Jul 2021 18:02:03 +0900 Subject: [PATCH 1/6] Update Tizen backend --- build/Microsoft.Maui.Graphics.Skia.nuspec | 16 +++++++++++++++- build/Microsoft.Maui.Graphics.nuspec | 6 ++++++ .../Microsoft.Maui.Graphics.Skia-net6.csproj | 2 +- .../Microsoft.Maui.Graphics.Skia.csproj | 4 ++-- .../Microsoft.Maui.Graphics-net6.csproj | 2 +- .../Microsoft.Maui.Graphics.csproj | 4 ++-- 6 files changed, 27 insertions(+), 7 deletions(-) diff --git a/build/Microsoft.Maui.Graphics.Skia.nuspec b/build/Microsoft.Maui.Graphics.Skia.nuspec index 413f16cc..545c55d0 100644 --- a/build/Microsoft.Maui.Graphics.Skia.nuspec +++ b/build/Microsoft.Maui.Graphics.Skia.nuspec @@ -35,6 +35,16 @@ + + + + + + + + + + @@ -59,5 +69,9 @@ + + + + - \ No newline at end of file + diff --git a/build/Microsoft.Maui.Graphics.nuspec b/build/Microsoft.Maui.Graphics.nuspec index 2a94a2f9..2648adbe 100644 --- a/build/Microsoft.Maui.Graphics.nuspec +++ b/build/Microsoft.Maui.Graphics.nuspec @@ -19,6 +19,8 @@ + + @@ -37,5 +39,9 @@ + + + + diff --git a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj index d4f5bb8e..fe604c8d 100644 --- a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj +++ b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj index 6fed3956..c41b56e8 100644 --- a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj +++ b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj @@ -1,6 +1,6 @@ - + - netstandard2.0 + netstandard2.0;tizen40 Microsoft.Maui.Graphics.Skia 2.0.0 diff --git a/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics-net6.csproj b/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics-net6.csproj index 9fdb5434..b03e28a5 100644 --- a/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics-net6.csproj +++ b/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics-net6.csproj @@ -1,6 +1,6 @@  - netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362 + netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362;net6.0-tizen true diff --git a/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics.csproj b/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics.csproj index 49b499c4..959fbec9 100644 --- a/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics.csproj +++ b/src/Microsoft.Maui.Graphics/Microsoft.Maui.Graphics.csproj @@ -1,6 +1,6 @@  - netstandard2.1;netstandard2.0;Xamarin.iOS10;MonoAndroid10.0;Xamarin.Mac20; + netstandard2.1;netstandard2.0;Xamarin.iOS10;MonoAndroid10.0;Xamarin.Mac20;tizen40 true @@ -27,4 +27,4 @@ - \ No newline at end of file + From df6055f13395d29de4510158263bc46f829abd00 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 13 Jul 2021 17:32:17 +0200 Subject: [PATCH 2/6] add the other platforms --- .../Microsoft.Maui.Graphics.Skia.csproj | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj index c41b56e8..0b965f01 100644 --- a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj +++ b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia.csproj @@ -1,27 +1,23 @@  + - netstandard2.0;tizen40 - Microsoft.Maui.Graphics.Skia - 2.0.0 - + netstandard2.0;netstandard2.1;Xamarin.iOS10;MonoAndroid10.0;Xamarin.Mac20;tizen40 + Microsoft.Maui.Graphics.Skia + - - - - + + + + - - - - + + + - - - + + + - - - + - From c8b5f1593ae9372e88c66d33f1358eb9adc1c35a Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 13 Jul 2021 17:46:22 +0200 Subject: [PATCH 3/6] Install tizen sdk --- .config/dotnet-tools.json | 8 +++++++- azure-pipelines.yml | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4002ea32..b976fa49 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -19,6 +19,12 @@ "commands": [ "vs" ] + }, + "boots": { + "version": "1.0.4.624", + "commands": [ + "boots" + ] } } -} +} \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2e80d61b..fe318fe0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,7 @@ variables: DotNet.Cli.Telemetry.OptOut: true MauiCheck.Version: 0.6.1 Maui.Version: --preview + Tizen.Version: 6.5.100-preview.5.57 parameters: - name: BuildConfigurations @@ -85,6 +86,10 @@ stages: - pwsh: dotnet tool restore displayName: install dotnet tools + - pwsh: + dotnet boots --url https://workload-bin.s3.ap-northeast-2.amazonaws.com/windows/Samsung.NET.Workload.Tizen.$(Tizen.Version).msi + displayName: install tizen + - pwsh: | # Update the installer installer Invoke-WebRequest -UseBasicParsing -Uri "https://aka.ms/vs/install/latest/vs_setup.exe" -OutFile vs_setup.exe From 6639454ab1a409144b95f5827d576bfee6fd6434 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 13 Jul 2021 17:54:45 +0200 Subject: [PATCH 4/6] tizen that up --- .../Microsoft.Maui.Graphics.Skia-net6.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj index fe604c8d..1f6e8266 100644 --- a/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj +++ b/src/Microsoft.Maui.Graphics.Skia/Microsoft.Maui.Graphics.Skia-net6.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362 + netstandard2.0;netstandard2.1;net6.0-ios;net6.0-android;net6.0-maccatalyst;net6.0-windows10.0.18362;net6.0-tizen Microsoft.Maui.Graphics.Skia Microsoft.Maui.Graphics.Skia From 2987f63b634cd36e0fc484dc90b5922cd94119ed Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 13 Jul 2021 18:46:38 +0200 Subject: [PATCH 5/6] Add skia to the classic sln --- build/Build.Microsoft.Maui.Graphics.Mac.sln | 33 ++++++++++--------- .../Build.Microsoft.Maui.Graphics.Windows.sln | 23 +++++++++++-- build/Microsoft.Maui.Graphics.Skia.nuspec | 26 ++++++++++++++- .../Views/SkiaGraphicsView.Mac.cs | 2 +- 4 files changed, 64 insertions(+), 20 deletions(-) diff --git a/build/Build.Microsoft.Maui.Graphics.Mac.sln b/build/Build.Microsoft.Maui.Graphics.Mac.sln index 0df20c3a..8dba26a7 100644 --- a/build/Build.Microsoft.Maui.Graphics.Mac.sln +++ b/build/Build.Microsoft.Maui.Graphics.Mac.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30523.141 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31509.46 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Maui.Graphics", "..\src\Microsoft.Maui.Graphics\Microsoft.Maui.Graphics.csproj", "{76F3031E-341E-43CC-BD92-B23F83495DB7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics", "..\src\Microsoft.Maui.Graphics\Microsoft.Maui.Graphics.csproj", "{76F3031E-341E-43CC-BD92-B23F83495DB7}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Text.Markdig", "..\src\Microsoft.Maui.Graphics.Text.Markdig\Microsoft.Maui.Graphics.Text.Markdig.csproj", "{ED36FB6D-7278-465D-9C44-D01927258BA1}" EndProject @@ -16,33 +16,33 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8A2197EB-6E30-495D-9DE9-2E40032FB2E9}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Skia", "..\src\Microsoft.Maui.Graphics.Skia\Microsoft.Maui.Graphics.Skia.csproj", "{542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}" +EndProject Global - GlobalSection(SharedMSBuildProjectFiles) = preSolution - ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{5163bcb2-4d70-42da-975a-af55d6b6a0b3}*SharedItemsImports = 13 - ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{694e970d-5c18-483f-bc48-d6d86da8e78f}*SharedItemsImports = 4 - ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{95a3e5f1-26b7-4bd8-8f01-48fe7bfd79fa}*SharedItemsImports = 13 - ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{bc291304-fdc0-4e1d-a673-39f5e446b0e0}*SharedItemsImports = 5 - ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{edf26ebb-0ac3-4212-81d6-8dd08f5acc17}*SharedItemsImports = 4 - ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{f8d43f64-af09-4e06-8473-5bdc37281908}*SharedItemsImports = 4 - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution + AppStore|Any CPU = AppStore|Any CPU Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU - AppStore|Any CPU = AppStore|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.Build.0 = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Release|Any CPU.Build.0 = Release|Any CPU - {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.Build.0 = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Release|Any CPU.Build.0 = Release|Any CPU - {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -50,6 +50,7 @@ Global GlobalSection(NestedProjects) = preSolution {76F3031E-341E-43CC-BD92-B23F83495DB7} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} {ED36FB6D-7278-465D-9C44-D01927258BA1} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} + {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0B07E734-6AE2-4A12-AD60-C072F3695854} diff --git a/build/Build.Microsoft.Maui.Graphics.Windows.sln b/build/Build.Microsoft.Maui.Graphics.Windows.sln index 96cfdd52..9156c866 100644 --- a/build/Build.Microsoft.Maui.Graphics.Windows.sln +++ b/build/Build.Microsoft.Maui.Graphics.Windows.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30523.141 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31509.46 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics", "..\src\Microsoft.Maui.Graphics\Microsoft.Maui.Graphics.csproj", "{76F3031E-341E-43CC-BD92-B23F83495DB7}" EndProject @@ -15,6 +15,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Maui.Graphics.Win EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop", "..\src\Microsoft.Maui.Graphics.Win2D.WinUI.Desktop\Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.csproj", "{98851CCB-2A9B-4FDE-8D2A-4F6139EA5A9F}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Skia", "..\src\Microsoft.Maui.Graphics.Skia\Microsoft.Maui.Graphics.Skia.csproj", "{6738582B-6246-486B-B90E-6C80799736B5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -91,6 +93,22 @@ Global {98851CCB-2A9B-4FDE-8D2A-4F6139EA5A9F}.Release|x64.Build.0 = Release|Any CPU {98851CCB-2A9B-4FDE-8D2A-4F6139EA5A9F}.Release|x86.ActiveCfg = Release|Any CPU {98851CCB-2A9B-4FDE-8D2A-4F6139EA5A9F}.Release|x86.Build.0 = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|ARM.ActiveCfg = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|ARM.Build.0 = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|x64.ActiveCfg = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|x64.Build.0 = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|x86.ActiveCfg = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Debug|x86.Build.0 = Debug|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|Any CPU.Build.0 = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|ARM.ActiveCfg = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|ARM.Build.0 = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|x64.ActiveCfg = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|x64.Build.0 = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|x86.ActiveCfg = Release|Any CPU + {6738582B-6246-486B-B90E-6C80799736B5}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -100,6 +118,7 @@ Global {ED36FB6D-7278-465D-9C44-D01927258BA1} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} {20794E60-3BFD-46F4-BC0B-87B3959AA3C7} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} {98851CCB-2A9B-4FDE-8D2A-4F6139EA5A9F} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} + {6738582B-6246-486B-B90E-6C80799736B5} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0B07E734-6AE2-4A12-AD60-C072F3695854} diff --git a/build/Microsoft.Maui.Graphics.Skia.nuspec b/build/Microsoft.Maui.Graphics.Skia.nuspec index 545c55d0..557869dd 100644 --- a/build/Microsoft.Maui.Graphics.Skia.nuspec +++ b/build/Microsoft.Maui.Graphics.Skia.nuspec @@ -45,6 +45,21 @@ + + + + + + + + + + + + + + + @@ -71,7 +86,16 @@ + + + + + + + + + - + diff --git a/src/Microsoft.Maui.Graphics.Skia/Views/SkiaGraphicsView.Mac.cs b/src/Microsoft.Maui.Graphics.Skia/Views/SkiaGraphicsView.Mac.cs index fe4319a9..b24952b5 100644 --- a/src/Microsoft.Maui.Graphics.Skia/Views/SkiaGraphicsView.Mac.cs +++ b/src/Microsoft.Maui.Graphics.Skia/Views/SkiaGraphicsView.Mac.cs @@ -1,6 +1,6 @@ using System; -using Microsoft.Maui.Graphics.CoreGraphics; +using Microsoft.Maui.Graphics.Native; using Microsoft.Maui.Graphics.Skia; using SkiaSharp.Views.Mac; From 4cc5a0d2f43b6a9924087722f5fd6d15e2152b28 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 13 Jul 2021 19:53:28 +0200 Subject: [PATCH 6/6] not mac --- build/Build.Microsoft.Maui.Graphics.Mac.sln | 33 ++++++++++----------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/build/Build.Microsoft.Maui.Graphics.Mac.sln b/build/Build.Microsoft.Maui.Graphics.Mac.sln index 8dba26a7..0df20c3a 100644 --- a/build/Build.Microsoft.Maui.Graphics.Mac.sln +++ b/build/Build.Microsoft.Maui.Graphics.Mac.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31509.46 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30523.141 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics", "..\src\Microsoft.Maui.Graphics\Microsoft.Maui.Graphics.csproj", "{76F3031E-341E-43CC-BD92-B23F83495DB7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Maui.Graphics", "..\src\Microsoft.Maui.Graphics\Microsoft.Maui.Graphics.csproj", "{76F3031E-341E-43CC-BD92-B23F83495DB7}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Text.Markdig", "..\src\Microsoft.Maui.Graphics.Text.Markdig\Microsoft.Maui.Graphics.Text.Markdig.csproj", "{ED36FB6D-7278-465D-9C44-D01927258BA1}" EndProject @@ -16,33 +16,33 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8A2197EB-6E30-495D-9DE9-2E40032FB2E9}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Maui.Graphics.Skia", "..\src\Microsoft.Maui.Graphics.Skia\Microsoft.Maui.Graphics.Skia.csproj", "{542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}" -EndProject Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{5163bcb2-4d70-42da-975a-af55d6b6a0b3}*SharedItemsImports = 13 + ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{694e970d-5c18-483f-bc48-d6d86da8e78f}*SharedItemsImports = 4 + ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{95a3e5f1-26b7-4bd8-8f01-48fe7bfd79fa}*SharedItemsImports = 13 + ..\src\Microsoft.Maui.Graphics.SharpDX.Shared\Microsoft.Maui.Graphics.SharpDX.Shared.projitems*{bc291304-fdc0-4e1d-a673-39f5e446b0e0}*SharedItemsImports = 5 + ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{edf26ebb-0ac3-4212-81d6-8dd08f5acc17}*SharedItemsImports = 4 + ..\src\Microsoft.Maui.Graphics.CoreGraphics\Microsoft.Maui.Graphics.CoreGraphics.projitems*{f8d43f64-af09-4e06-8473-5bdc37281908}*SharedItemsImports = 4 + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution - AppStore|Any CPU = AppStore|Any CPU Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU + AppStore|Any CPU = AppStore|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.Build.0 = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU {76F3031E-341E-43CC-BD92-B23F83495DB7}.Release|Any CPU.Build.0 = Release|Any CPU - {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {76F3031E-341E-43CC-BD92-B23F83495DB7}.AppStore|Any CPU.Build.0 = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU {ED36FB6D-7278-465D-9C44-D01927258BA1}.Release|Any CPU.Build.0 = Release|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F}.Release|Any CPU.Build.0 = Release|Any CPU + {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {ED36FB6D-7278-465D-9C44-D01927258BA1}.AppStore|Any CPU.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -50,7 +50,6 @@ Global GlobalSection(NestedProjects) = preSolution {76F3031E-341E-43CC-BD92-B23F83495DB7} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} {ED36FB6D-7278-465D-9C44-D01927258BA1} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} - {542F8AA6-2FC5-4DCC-9DB7-46D0FEA4424F} = {9E4B772B-D417-4147-B8B1-FD9E3B0B4EC5} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {0B07E734-6AE2-4A12-AD60-C072F3695854}