-
Notifications
You must be signed in to change notification settings - Fork 0
/
LightwaveDaemon.sln
41 lines (41 loc) · 2.36 KB
/
LightwaveDaemon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightwaveDaemon", "LightwaveDaemon\LightwaveDaemon.csproj", "{B4A0D854-33BA-4475-8E49-1E8FDDF98F5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceDetector", "DeviceDetector\DeviceDetector.csproj", "{1731F9C0-A5B5-4316-8034-A5A31AB7BDD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{466E71D4-6219-40F1-AD09-80CA9D97C6A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4A0D854-33BA-4475-8E49-1E8FDDF98F5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A0D854-33BA-4475-8E49-1E8FDDF98F5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4A0D854-33BA-4475-8E49-1E8FDDF98F5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A0D854-33BA-4475-8E49-1E8FDDF98F5D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E1E05A5-5A55-4FB4-A9FE-31FCD7F8B27D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E1E05A5-5A55-4FB4-A9FE-31FCD7F8B27D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E1E05A5-5A55-4FB4-A9FE-31FCD7F8B27D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E1E05A5-5A55-4FB4-A9FE-31FCD7F8B27D}.Release|Any CPU.Build.0 = Release|Any CPU
{1731F9C0-A5B5-4316-8034-A5A31AB7BDD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1731F9C0-A5B5-4316-8034-A5A31AB7BDD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1731F9C0-A5B5-4316-8034-A5A31AB7BDD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1731F9C0-A5B5-4316-8034-A5A31AB7BDD3}.Release|Any CPU.Build.0 = Release|Any CPU
{466E71D4-6219-40F1-AD09-80CA9D97C6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{466E71D4-6219-40F1-AD09-80CA9D97C6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{466E71D4-6219-40F1-AD09-80CA9D97C6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{466E71D4-6219-40F1-AD09-80CA9D97C6A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C8294EC-85D9-4960-84F0-D8273968C98D}
EndGlobalSection
EndGlobal