-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVEngine.sln
43 lines (43 loc) · 2.46 KB
/
VEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Void", "Void\Void.csproj", "{2D02EFCA-4C62-4845-829D-166E3664D6E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Void-sc10", "Void-sc10\Void-sc10.csproj", "{1B51AE89-5BC0-4DDA-BCF5-C3C8578475B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GlyphViewer", "GlyphViewer\GlyphViewer.csproj", "{3DDB1DD3-86D8-4AF4-B1E1-8512C38CAAC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Demo\Examples.csproj", "{720E1B80-D8BC-4464-AA41-1364800EA87C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D02EFCA-4C62-4845-829D-166E3664D6E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D02EFCA-4C62-4845-829D-166E3664D6E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D02EFCA-4C62-4845-829D-166E3664D6E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D02EFCA-4C62-4845-829D-166E3664D6E1}.Release|Any CPU.Build.0 = Release|Any CPU
{1B51AE89-5BC0-4DDA-BCF5-C3C8578475B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B51AE89-5BC0-4DDA-BCF5-C3C8578475B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B51AE89-5BC0-4DDA-BCF5-C3C8578475B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B51AE89-5BC0-4DDA-BCF5-C3C8578475B0}.Release|Any CPU.Build.0 = Release|Any CPU
{3DDB1DD3-86D8-4AF4-B1E1-8512C38CAAC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDB1DD3-86D8-4AF4-B1E1-8512C38CAAC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDB1DD3-86D8-4AF4-B1E1-8512C38CAAC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDB1DD3-86D8-4AF4-B1E1-8512C38CAAC2}.Release|Any CPU.Build.0 = Release|Any CPU
{720E1B80-D8BC-4464-AA41-1364800EA87C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{720E1B80-D8BC-4464-AA41-1364800EA87C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{720E1B80-D8BC-4464-AA41-1364800EA87C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{720E1B80-D8BC-4464-AA41-1364800EA87C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {373CE749-66A9-47C2-B6D5-1354ECA3477F}
EndGlobalSection
EndGlobal