-
Notifications
You must be signed in to change notification settings - Fork 0
/
Luxopus.sln
52 lines (52 loc) · 2.97 KB
/
Luxopus.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
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}") = "Rwb.Luxopus", "Rwb.Luxopus\Rwb.Luxopus.csproj", "{331C15CD-D61C-4F8D-9FD5-7190694907EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1758D161-D3A1-4739-89E8-9E21F233577F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
install-systemd-service.sh = install-systemd-service.sh
install-windows-service.bat = install-windows-service.bat
README.md = README.md
runConsole.sh = runConsole.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rwb.Luxopus.Console", "Rwb.Luxopus.Console\Rwb.Luxopus.Console.csproj", "{58805567-928E-4680-9D76-B6F340C8A85B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rwb.Luxopus.Systemd", "Rwb.Luxopus.Systemd\Rwb.Luxopus.Systemd.csproj", "{A1876225-ACBE-40AB-BFAF-43F673278950}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rwb.Luxopus.Experiments", "Rwb.Luxopus.Experiments\Rwb.Luxopus.Experiments.csproj", "{69B8E255-389B-45E9-A891-5A21294385C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{331C15CD-D61C-4F8D-9FD5-7190694907EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{331C15CD-D61C-4F8D-9FD5-7190694907EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{331C15CD-D61C-4F8D-9FD5-7190694907EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{331C15CD-D61C-4F8D-9FD5-7190694907EB}.Release|Any CPU.Build.0 = Release|Any CPU
{58805567-928E-4680-9D76-B6F340C8A85B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58805567-928E-4680-9D76-B6F340C8A85B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58805567-928E-4680-9D76-B6F340C8A85B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58805567-928E-4680-9D76-B6F340C8A85B}.Release|Any CPU.Build.0 = Release|Any CPU
{A1876225-ACBE-40AB-BFAF-43F673278950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1876225-ACBE-40AB-BFAF-43F673278950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1876225-ACBE-40AB-BFAF-43F673278950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1876225-ACBE-40AB-BFAF-43F673278950}.Release|Any CPU.Build.0 = Release|Any CPU
{69B8E255-389B-45E9-A891-5A21294385C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69B8E255-389B-45E9-A891-5A21294385C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69B8E255-389B-45E9-A891-5A21294385C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69B8E255-389B-45E9-A891-5A21294385C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFDED7E4-B928-4139-A37D-F7ABC9494E56}
EndGlobalSection
EndGlobal