Skip to content

Commit

Permalink
Merge pull request #13 from oddbear/feature/remote-access
Browse files Browse the repository at this point in the history
Fixes issue #11 #9 #6 #5
  • Loading branch information
oddbear authored Jan 24, 2021
2 parents e191009 f16a6d4 commit c33ae58
Show file tree
Hide file tree
Showing 69 changed files with 1,848 additions and 1,124 deletions.
27 changes: 23 additions & 4 deletions GoXLR TouchPortal Plugin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 3,21 @@ 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.Worker", "GoXLR TouchPortal Plugin\GoXLR.Worker.csproj", "{05324A5A-A068-4350-9C2D-454D5848EAE4}"
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.Models", "GoXLR.Models\GoXLR.Models.csproj", "{F51ECBBC-8078-4D85-A0C4-1DA2537B6532}"
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", "GoXLR.Desktop\GoXLR.Desktop.csproj", "{6919485E-3367-494A-B9E4-8DBADCC0FD1F}"
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", "GoXLR.Simulator\GoXLR.Simulator.csproj", "{0339F59C-BFCC-43AD-88A3-D71C5ED2EB71}"
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
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TouchPortalApi", "..\TouchPortalAPI\TouchPortalApi\TouchPortalApi.csproj", "{86119002-98EC-42CB-875E-DC9E9C9C7C67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -33,10 41,21 @@ Global
{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
{86119002-98EC-42CB-875E-DC9E9C9C7C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86119002-98EC-42CB-875E-DC9E9C9C7C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86119002-98EC-42CB-875E-DC9E9C9C7C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86119002-98EC-42CB-875E-DC9E9C9C7C67}.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}
{86119002-98EC-42CB-875E-DC9E9C9C7C67} = {E63915DD-DD16-41AF-976D-0D1AAB2B1BE3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B25238C-449C-458C-B8A7-AA32048D0BD8}
EndGlobalSection
Expand Down
27 changes: 0 additions & 27 deletions GoXLR TouchPortal Plugin/GoXLR.Worker.csproj

This file was deleted.

27 changes: 0 additions & 27 deletions GoXLR TouchPortal Plugin/Program.cs

This file was deleted.

225 changes: 0 additions & 225 deletions GoXLR TouchPortal Plugin/Worker.cs

This file was deleted.

Loading

0 comments on commit c33ae58

Please sign in to comment.