-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFontStash.NET.sln
More file actions
53 lines (53 loc) · 3.16 KB
/
Copy pathFontStash.NET.sln
File metadata and controls
53 lines (53 loc) · 3.16 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FontStash.NET", "src\FontStash.NET\FontStash.NET.csproj", "{9541D1E3-6723-4C11-8C43-17767AAC6C64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{9D319AA4-7744-4BB2-8067-07A61672F9AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{030176B9-BCF9-4294-8FD4-36CCDF9BC602}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "samples\Example\Example.csproj", "{689F3205-7F25-4064-B372-2543304A38EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Error", "samples\Error\Error.csproj", "{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FontStash.NET.GL.Legacy", "src\FontStash.NET.GL.Legacy\FontStash.NET.GL.Legacy.csproj", "{D2634D8C-262F-461C-88F1-E49F63301EB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9541D1E3-6723-4C11-8C43-17767AAC6C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9541D1E3-6723-4C11-8C43-17767AAC6C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9541D1E3-6723-4C11-8C43-17767AAC6C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9541D1E3-6723-4C11-8C43-17767AAC6C64}.Release|Any CPU.Build.0 = Release|Any CPU
{689F3205-7F25-4064-B372-2543304A38EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{689F3205-7F25-4064-B372-2543304A38EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{689F3205-7F25-4064-B372-2543304A38EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{689F3205-7F25-4064-B372-2543304A38EB}.Release|Any CPU.Build.0 = Release|Any CPU
{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A}.Release|Any CPU.Build.0 = Release|Any CPU
{D2634D8C-262F-461C-88F1-E49F63301EB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2634D8C-262F-461C-88F1-E49F63301EB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2634D8C-262F-461C-88F1-E49F63301EB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2634D8C-262F-461C-88F1-E49F63301EB6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9541D1E3-6723-4C11-8C43-17767AAC6C64} = {9D319AA4-7744-4BB2-8067-07A61672F9AD}
{689F3205-7F25-4064-B372-2543304A38EB} = {030176B9-BCF9-4294-8FD4-36CCDF9BC602}
{37D1F4F1-C5BD-4D59-81BC-73A382C80E5A} = {030176B9-BCF9-4294-8FD4-36CCDF9BC602}
{D2634D8C-262F-461C-88F1-E49F63301EB6} = {9D319AA4-7744-4BB2-8067-07A61672F9AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70047753-B1C9-41FC-A8FF-2C817D8E9605}
EndGlobalSection
EndGlobal