skiasharp/samples/Basic/WindowsForms/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

43 lines
2.7 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29027.242
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharp", "..\..\..\binding\SkiaSharp\SkiaSharp.csproj", "{EB1BBDCC-FB07-40D5-8B9E-0079E2C2F2DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharpSample", "SkiaSharpSample\SkiaSharpSample.csproj", "{3214B4BB-D4AD-450F-8296-2905B6CDEFF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharp.Views.Desktop.Common", "..\..\..\source\SkiaSharp.Views\SkiaSharp.Views.Desktop.Common\SkiaSharp.Views.Desktop.Common.csproj", "{92E862C2-E514-4A6D-8970-2CABA41AA6FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaSharp.Views.WindowsForms", "..\..\..\source\SkiaSharp.Views\SkiaSharp.Views.WindowsForms\SkiaSharp.Views.WindowsForms.csproj", "{A7C02320-60E5-48B6-A992-1E46C516CDF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB1BBDCC-FB07-40D5-8B9E-0079E2C2F2DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB1BBDCC-FB07-40D5-8B9E-0079E2C2F2DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB1BBDCC-FB07-40D5-8B9E-0079E2C2F2DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB1BBDCC-FB07-40D5-8B9E-0079E2C2F2DF}.Release|Any CPU.Build.0 = Release|Any CPU
{3214B4BB-D4AD-450F-8296-2905B6CDEFF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3214B4BB-D4AD-450F-8296-2905B6CDEFF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3214B4BB-D4AD-450F-8296-2905B6CDEFF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3214B4BB-D4AD-450F-8296-2905B6CDEFF0}.Release|Any CPU.Build.0 = Release|Any CPU
{92E862C2-E514-4A6D-8970-2CABA41AA6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92E862C2-E514-4A6D-8970-2CABA41AA6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92E862C2-E514-4A6D-8970-2CABA41AA6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92E862C2-E514-4A6D-8970-2CABA41AA6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{A7C02320-60E5-48B6-A992-1E46C516CDF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7C02320-60E5-48B6-A992-1E46C516CDF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7C02320-60E5-48B6-A992-1E46C516CDF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7C02320-60E5-48B6-A992-1E46C516CDF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67EACD19-0CEA-4127-9842-549AA6FB84C9}
EndGlobalSection
EndGlobal