-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPlexFlux.sln
107 lines (107 loc) · 7.29 KB
/
PlexFlux.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexFlux", "PlexFlux\PlexFlux.csproj", "{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexLib", "PlexLib\PlexLib.csproj", "{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexFlux.DeskBand", "PlexFlux.DeskBand\PlexFlux.DeskBand.csproj", "{0EB83B8A-6B0C-4B69-BC99-88804104631A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexFlux.IPC", "PlexFlux.IPC\PlexFlux.IPC.csproj", "{8C9F99B9-8C52-426D-B86D-505764F400D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexFlux.DeskBand.Installer", "PlexFlux.DeskBand.Installer\PlexFlux.DeskBand.Installer.csproj", "{F8A058C6-387A-46EB-9DEB-5B2374C627A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlexFlux.DeskBand.Installer64", "PlexFlux.DeskBand.Installer64\PlexFlux.DeskBand.Installer64.csproj", "{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|x64.ActiveCfg = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|x64.Build.0 = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|x86.ActiveCfg = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Debug|x86.Build.0 = Debug|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|Any CPU.Build.0 = Release|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|x64.ActiveCfg = Release|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|x64.Build.0 = Release|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|x86.ActiveCfg = Release|Any CPU
{895C0EA6-765F-46A9-8F48-F3BFE0B1199E}.Release|x86.Build.0 = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|x64.ActiveCfg = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|x64.Build.0 = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|x86.ActiveCfg = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Debug|x86.Build.0 = Debug|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|Any CPU.Build.0 = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|x64.ActiveCfg = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|x64.Build.0 = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|x86.ActiveCfg = Release|Any CPU
{B1BBE601-DFBA-4495-ACD6-4B7BFE08BD2A}.Release|x86.Build.0 = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|x64.ActiveCfg = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|x64.Build.0 = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|x86.ActiveCfg = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Debug|x86.Build.0 = Debug|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|x64.ActiveCfg = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|x64.Build.0 = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|x86.ActiveCfg = Release|Any CPU
{0EB83B8A-6B0C-4B69-BC99-88804104631A}.Release|x86.Build.0 = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|x64.Build.0 = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|x86.ActiveCfg = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Debug|x86.Build.0 = Debug|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|Any CPU.Build.0 = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|x64.ActiveCfg = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|x64.Build.0 = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|x86.ActiveCfg = Release|Any CPU
{8C9F99B9-8C52-426D-B86D-505764F400D7}.Release|x86.Build.0 = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|x64.Build.0 = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|x86.ActiveCfg = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Debug|x86.Build.0 = Debug|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|Any CPU.Build.0 = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|x64.ActiveCfg = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|x64.Build.0 = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|x86.ActiveCfg = Release|Any CPU
{F8A058C6-387A-46EB-9DEB-5B2374C627A5}.Release|x86.Build.0 = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|x64.ActiveCfg = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|x64.Build.0 = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|x86.ActiveCfg = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Debug|x86.Build.0 = Debug|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|Any CPU.Build.0 = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|x64.ActiveCfg = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|x64.Build.0 = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|x86.ActiveCfg = Release|Any CPU
{CAB83DA2-8250-493C-A04A-2A837EA7BFB9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F71CA013-4C02-4702-AEF6-47FF73C9FFDC}
EndGlobalSection
EndGlobal