-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSkiaTextRendering.sln
36 lines (36 loc) · 2.11 KB
/
SkiaTextRendering.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
VisualStudioVersion = 17.11.35103.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaTextRendering", "SkiaTextRendering\SkiaTextRendering.csproj", "{46CA9E07-2A6F-42E0-B02D-5E21489DDEB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaTextRendering.Benchmarks", "SkiaTextRendering.Benchmarks\SkiaTextRendering.Benchmarks.csproj", "{CC4F721A-D3B1-427F-B15C-D050FD354921}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaTextRendering.Tests", "SkiaTextRendering.Tests\SkiaTextRendering.Tests.csproj", "{BDAB65DE-7881-4445-9148-CDF4438380E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46CA9E07-2A6F-42E0-B02D-5E21489DDEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46CA9E07-2A6F-42E0-B02D-5E21489DDEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46CA9E07-2A6F-42E0-B02D-5E21489DDEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46CA9E07-2A6F-42E0-B02D-5E21489DDEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{CC4F721A-D3B1-427F-B15C-D050FD354921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC4F721A-D3B1-427F-B15C-D050FD354921}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC4F721A-D3B1-427F-B15C-D050FD354921}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC4F721A-D3B1-427F-B15C-D050FD354921}.Release|Any CPU.Build.0 = Release|Any CPU
{BDAB65DE-7881-4445-9148-CDF4438380E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDAB65DE-7881-4445-9148-CDF4438380E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDAB65DE-7881-4445-9148-CDF4438380E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDAB65DE-7881-4445-9148-CDF4438380E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5309492F-4DFC-4D74-A215-AF4689BFDBC8}
EndGlobalSection
EndGlobal