-
Notifications
You must be signed in to change notification settings - Fork 4
/
EmptyKeys.UserInterface.Engines.sln
55 lines (55 loc) · 3.27 KB
/
EmptyKeys.UserInterface.Engines.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6370A16-F87F-41B4-8DB7-4B3B80C85976}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmptyKeys.UserInterface.Xenko", "EmptyKeys.UserInterface.Xenko\EmptyKeys.UserInterface.Xenko.csproj", "{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmptyKeys.UserInterface.Core.Standard", "EmptyKeys.UserInterface.Core\EmptyKeys.UserInterface.Core.Standard.csproj", "{9F4959F0-B656-4999-8E52-C0DA695CBB37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmptyKeys.UserInterface.MonoGame.Standard", "EmptyKeys.UserInterface.MonoGame\EmptyKeys.UserInterface.MonoGame.Standard.csproj", "{09E71291-BE21-4B01-B10B-80B777E1BFAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Release|Any CPU.Build.0 = Release|Any CPU
{6DCC8AE4-8BB8-4526-B733-EB76FAB1393F}.Release|x86.ActiveCfg = Release|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Debug|x86.Build.0 = Debug|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Release|Any CPU.Build.0 = Release|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Release|x86.ActiveCfg = Release|Any CPU
{9F4959F0-B656-4999-8E52-C0DA695CBB37}.Release|x86.Build.0 = Release|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Debug|x86.ActiveCfg = Debug|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Debug|x86.Build.0 = Debug|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Release|Any CPU.Build.0 = Release|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Release|x86.ActiveCfg = Release|Any CPU
{09E71291-BE21-4B01-B10B-80B777E1BFAF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2EBEEC4-819D-4086-82EC-2216ED2835DB}
EndGlobalSection
EndGlobal