forked from Cylution/helios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelios.sln
40 lines (40 loc) · 2.39 KB
/
Helios.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helios", "Helios\Helios.csproj", "{E5ABE3F5-46EC-46D1-9330-D42311471A93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Profile Editor", "Profile Editor\Profile Editor.csproj", "{3AF089A2-9DA0-40C3-AD3A-92253F497BC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Control Center", "Control Center\Control Center.csproj", "{80D80B0F-0DC0-49E2-97C2-3CC6436FA61F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phidgets", "Phidgets\Phidgets.csproj", "{06BA10F4-279C-4E82-B77C-333706A617B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5ABE3F5-46EC-46D1-9330-D42311471A93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5ABE3F5-46EC-46D1-9330-D42311471A93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5ABE3F5-46EC-46D1-9330-D42311471A93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5ABE3F5-46EC-46D1-9330-D42311471A93}.Release|Any CPU.Build.0 = Release|Any CPU
{3AF089A2-9DA0-40C3-AD3A-92253F497BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AF089A2-9DA0-40C3-AD3A-92253F497BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AF089A2-9DA0-40C3-AD3A-92253F497BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AF089A2-9DA0-40C3-AD3A-92253F497BC8}.Release|Any CPU.Build.0 = Release|Any CPU
{80D80B0F-0DC0-49E2-97C2-3CC6436FA61F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80D80B0F-0DC0-49E2-97C2-3CC6436FA61F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80D80B0F-0DC0-49E2-97C2-3CC6436FA61F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80D80B0F-0DC0-49E2-97C2-3CC6436FA61F}.Release|Any CPU.Build.0 = Release|Any CPU
{06BA10F4-279C-4E82-B77C-333706A617B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06BA10F4-279C-4E82-B77C-333706A617B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06BA10F4-279C-4E82-B77C-333706A617B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06BA10F4-279C-4E82-B77C-333706A617B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal