forked from SmokeyMcBong/StreamDeckMonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StreamDeckMonitor.sln
48 lines (48 loc) · 2.74 KB
/
StreamDeckMonitor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StreamDeckMonitor", "StreamDeckMonitor\StreamDeckMonitor.csproj", "{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configurator", "Configurator\Configurator.csproj", "{2931852D-FDB8-47BC-B2FF-8E73AB15F533}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedManagers", "SharedManagers\SharedManagers.shproj", "{DC5D30B8-6180-48FA-B5A4-8059EE2060AB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedManagers\SharedManagers.projitems*{2931852d-fdb8-47bc-b2ff-8e73ab15f533}*SharedItemsImports = 4
SharedManagers\SharedManagers.projitems*{bb39dc81-4867-4b33-ac2b-3c6b866f79eb}*SharedItemsImports = 4
SharedManagers\SharedManagers.projitems*{dc5d30b8-6180-48fa-b5a4-8059ee2060ab}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Debug|Any CPU.ActiveCfg = Release|x86
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Debug|Any CPU.Build.0 = Release|x86
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Debug|x86.ActiveCfg = Debug|x86
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Debug|x86.Build.0 = Debug|x86
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Release|Any CPU.Build.0 = Release|Any CPU
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Release|x86.ActiveCfg = Release|x86
{BB39DC81-4867-4B33-AC2B-3C6B866F79EB}.Release|x86.Build.0 = Release|x86
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Debug|Any CPU.ActiveCfg = Release|x86
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Debug|Any CPU.Build.0 = Release|x86
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Debug|x86.ActiveCfg = Debug|Any CPU
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Debug|x86.Build.0 = Debug|Any CPU
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Release|Any CPU.Build.0 = Release|Any CPU
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Release|x86.ActiveCfg = Release|x86
{2931852D-FDB8-47BC-B2FF-8E73AB15F533}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68500F74-864F-4478-913E-09DADC14EBD5}
EndGlobalSection
EndGlobal