skiasharp/samples/Basic/Console/SkiaSharpSample.sln
Matthew Leibowitz bc5020b9ee
Modernize the repository and prepare SkiaSharp 3.0 (#2505)
* Merge and modernize the binding projects
* Remove UWP and watchOS
* Add the native assets projects
* Rename bootstrapper.ps1 to build.ps1
* Add new device tests
* Rework the test skipping feature

---------

Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2023-07-30 23:49:57 +08:00

30 lines
1.6 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharpSample", "SkiaSharpSample\SkiaSharpSample.csproj", "{B6D1B569-6ED2-4C9D-9CD3-64ACB89303EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharp", "..\..\..\binding\SkiaSharp\SkiaSharp.csproj", "{ADEB6908-D553-4ED3-94CD-CEC4CF0B34E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6D1B569-6ED2-4C9D-9CD3-64ACB89303EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6D1B569-6ED2-4C9D-9CD3-64ACB89303EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6D1B569-6ED2-4C9D-9CD3-64ACB89303EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6D1B569-6ED2-4C9D-9CD3-64ACB89303EA}.Release|Any CPU.Build.0 = Release|Any CPU
{ADEB6908-D553-4ED3-94CD-CEC4CF0B34E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADEB6908-D553-4ED3-94CD-CEC4CF0B34E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADEB6908-D553-4ED3-94CD-CEC4CF0B34E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADEB6908-D553-4ED3-94CD-CEC4CF0B34E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D802D896-3C98-498F-86AF-075791CFF220}
EndGlobalSection
EndGlobal