-
Notifications
You must be signed in to change notification settings - Fork 1
/
SkiaGuiCore.sln
54 lines (54 loc) · 3.14 KB
/
SkiaGuiCore.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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}") = "SkiaGuiCore", "SkiaGuiCore\SkiaGuiCore.csproj", "{7A64812B-1D28-49FC-9CB3-3DC8CE0627E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{9DEB6E5E-CDD4-4F1B-92DE-ED8BD0AEAF53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleLauncher", "ExampleLauncher\ExampleLauncher.csproj", "{6E61EA06-F336-4577-861C-BBB828A21583}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "01-Hello World", "01-Hello World\01-Hello World.csproj", "{C13C9098-DFC7-47C0-A965-D61CE47353C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkiaGui.Tests", "SkiaGui.Tests\SkiaGui.Tests.csproj", "{5A81D59E-E65F-4375-A363-379868D9D6BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E47D1445-BF47-4D9C-BF17-C77073227602}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A64812B-1D28-49FC-9CB3-3DC8CE0627E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A64812B-1D28-49FC-9CB3-3DC8CE0627E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A64812B-1D28-49FC-9CB3-3DC8CE0627E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A64812B-1D28-49FC-9CB3-3DC8CE0627E9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E61EA06-F336-4577-861C-BBB828A21583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E61EA06-F336-4577-861C-BBB828A21583}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E61EA06-F336-4577-861C-BBB828A21583}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E61EA06-F336-4577-861C-BBB828A21583}.Release|Any CPU.Build.0 = Release|Any CPU
{C13C9098-DFC7-47C0-A965-D61CE47353C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C13C9098-DFC7-47C0-A965-D61CE47353C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C13C9098-DFC7-47C0-A965-D61CE47353C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C13C9098-DFC7-47C0-A965-D61CE47353C1}.Release|Any CPU.Build.0 = Release|Any CPU
{5A81D59E-E65F-4375-A363-379868D9D6BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A81D59E-E65F-4375-A363-379868D9D6BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A81D59E-E65F-4375-A363-379868D9D6BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A81D59E-E65F-4375-A363-379868D9D6BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E61EA06-F336-4577-861C-BBB828A21583} = {9DEB6E5E-CDD4-4F1B-92DE-ED8BD0AEAF53}
{C13C9098-DFC7-47C0-A965-D61CE47353C1} = {9DEB6E5E-CDD4-4F1B-92DE-ED8BD0AEAF53}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09255FA5-B89B-4769-8DA7-571B05439A89}
EndGlobalSection
EndGlobal