-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmotionExamples.sln
More file actions
81 lines (81 loc) · 5.1 KB
/
EmotionExamples.sln
File metadata and controls
81 lines (81 loc) · 5.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeachPong", "BeachPong\BeachPong.csproj", "{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Emotion", "..\Emotion\Emotion\Emotion.csproj", "{C2784357-6F04-417F-99EB-AABE541BFFCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BeachPong_World2D", "BeachPong_World2D\BeachPong_World2D.csproj", "{A24203CE-1457-4E99-918E-7841DDDDE11B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniCom", "MiniCom\MiniCom.csproj", "{15EECD61-DFD9-47E7-A31B-7523400E39D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExperimentH", "ExperimentH\ExperimentH.csproj", "{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UIExample", "UIExample\UIExample.csproj", "{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugUnix64|x64 = DebugUnix64|x64
DebugWeb|x64 = DebugWeb|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.Debug|x64.ActiveCfg = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.Debug|x64.Build.0 = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.DebugUnix64|x64.ActiveCfg = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.DebugUnix64|x64.Build.0 = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.DebugWeb|x64.ActiveCfg = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.DebugWeb|x64.Build.0 = Debug|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.Release|x64.ActiveCfg = Release|x64
{3E6C34D1-8756-4BFC-ABBF-D1EABF4E4276}.Release|x64.Build.0 = Release|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.Debug|x64.ActiveCfg = Debug|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.Debug|x64.Build.0 = Debug|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.DebugUnix64|x64.ActiveCfg = DebugUnix64|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.DebugUnix64|x64.Build.0 = DebugUnix64|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.DebugWeb|x64.ActiveCfg = DebugWeb|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.DebugWeb|x64.Build.0 = DebugWeb|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.Release|x64.ActiveCfg = Release|x64
{C2784357-6F04-417F-99EB-AABE541BFFCC}.Release|x64.Build.0 = Release|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.Debug|x64.ActiveCfg = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.Debug|x64.Build.0 = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.DebugUnix64|x64.ActiveCfg = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.DebugUnix64|x64.Build.0 = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.DebugWeb|x64.ActiveCfg = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.DebugWeb|x64.Build.0 = Debug|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.Release|x64.ActiveCfg = Release|x64
{A24203CE-1457-4E99-918E-7841DDDDE11B}.Release|x64.Build.0 = Release|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.Debug|x64.ActiveCfg = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.Debug|x64.Build.0 = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.DebugUnix64|x64.ActiveCfg = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.DebugUnix64|x64.Build.0 = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.DebugWeb|x64.ActiveCfg = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.DebugWeb|x64.Build.0 = Debug|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.Release|x64.ActiveCfg = Release|x64
{15EECD61-DFD9-47E7-A31B-7523400E39D1}.Release|x64.Build.0 = Release|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.Debug|x64.ActiveCfg = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.Debug|x64.Build.0 = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.DebugUnix64|x64.ActiveCfg = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.DebugUnix64|x64.Build.0 = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.DebugWeb|x64.ActiveCfg = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.DebugWeb|x64.Build.0 = Debug|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.Release|x64.ActiveCfg = Release|x64
{14C6F511-F5B2-4A0E-867F-99ABE0893B0E}.Release|x64.Build.0 = Release|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.Debug|x64.ActiveCfg = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.Debug|x64.Build.0 = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.DebugUnix64|x64.ActiveCfg = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.DebugUnix64|x64.Build.0 = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.DebugWeb|x64.ActiveCfg = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.DebugWeb|x64.Build.0 = Debug|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.Release|x64.ActiveCfg = Release|x64
{C6EF2BDF-F7DC-4DF2-94CA-5441611D1761}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {288F18ED-64A6-4850-8832-438A6EF41A38}
EndGlobalSection
EndGlobal