-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
GoXLR TouchPortal Plugin.sln
55 lines (55 loc) · 3.3 KB
/
GoXLR TouchPortal Plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoXLR.Plugin", "Plugin\GoXLR.Plugin\GoXLR.Plugin.csproj", "{05324A5A-A068-4350-9C2D-454D5848EAE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoXLR.Server", "Server\GoXLR.Server\GoXLR.Server.csproj", "{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoXLR.Desktop", "Tooling\GoXLR.Desktop\GoXLR.Desktop.csproj", "{6919485E-3367-494A-B9E4-8DBADCC0FD1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoXLR.Simulator", "Tooling\GoXLR.Simulator\GoXLR.Simulator.csproj", "{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tooling", "Tooling", "{09CDC25E-776B-473D-AF31-AE9B5AFF35F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugin", "Plugin", "{E63915DD-DD16-41AF-976D-0D1AAB2B1BE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{5DC93ED2-C60A-4178-8B6E-45E45DE11C5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05324A5A-A068-4350-9C2D-454D5848EAE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05324A5A-A068-4350-9C2D-454D5848EAE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05324A5A-A068-4350-9C2D-454D5848EAE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05324A5A-A068-4350-9C2D-454D5848EAE4}.Release|Any CPU.Build.0 = Release|Any CPU
{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}.Release|Any CPU.Build.0 = Release|Any CPU
{6919485E-3367-494A-B9E4-8DBADCC0FD1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6919485E-3367-494A-B9E4-8DBADCC0FD1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6919485E-3367-494A-B9E4-8DBADCC0FD1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6919485E-3367-494A-B9E4-8DBADCC0FD1F}.Release|Any CPU.Build.0 = Release|Any CPU
{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05324A5A-A068-4350-9C2D-454D5848EAE4} = {E63915DD-DD16-41AF-976D-0D1AAB2B1BE3}
{F51ECBBC-8078-4D85-A0C4-1DA2537B6532} = {5DC93ED2-C60A-4178-8B6E-45E45DE11C5B}
{6919485E-3367-494A-B9E4-8DBADCC0FD1F} = {09CDC25E-776B-473D-AF31-AE9B5AFF35F6}
{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71} = {09CDC25E-776B-473D-AF31-AE9B5AFF35F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B25238C-449C-458C-B8A7-AA32048D0BD8}
EndGlobalSection
EndGlobal