Skip to content

Commit e6e2aa7

Browse files
committed
Remove obsolete CSharp GUI bridge prototype
1 parent 602801c commit e6e2aa7

11 files changed

Lines changed: 1 addition & 350 deletions

PTZControl.sln

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Microsoft Visual Studio Solution File, Format Version 12.00
23
# Visual Studio Version 17
34
VisualStudioVersion = 17.0.31912.275
@@ -6,12 +7,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PTZControl", "PTZControl\PT
67
EndProject
78
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTZControl.Uvc", "PTZControl.Uvc\PTZControl.Uvc.csproj", "{5F3D4F83-6E39-4F17-8C2E-1F0B4D14B4C2}"
89
EndProject
9-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTZControlGUI", "PTZControlGUI\PTZControlGUI.csproj", "{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}"
10-
EndProject
1110
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTZControlConsole", "PTZControlConsole\PTZControlConsole.csproj", "{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}"
1211
EndProject
13-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PTZControlBridge", "PTZControlBridge\PTZControlBridge.vcxproj", "{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}"
14-
EndProject
1512
Global
1613
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1714
Debug|Any CPU = Debug|Any CPU
@@ -36,14 +33,6 @@ Global
3633
{5F3D4F83-6E39-4F17-8C2E-1F0B4D14B4C2}.Release|Any CPU.Build.0 = Release|Any CPU
3734
{5F3D4F83-6E39-4F17-8C2E-1F0B4D14B4C2}.Release|x86.ActiveCfg = Release|Any CPU
3835
{5F3D4F83-6E39-4F17-8C2E-1F0B4D14B4C2}.Release|x86.Build.0 = Release|Any CPU
39-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
41-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Debug|x86.ActiveCfg = Debug|Any CPU
42-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Debug|x86.Build.0 = Debug|Any CPU
43-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Release|x86.ActiveCfg = Release|Any CPU
46-
{3A8B38E9-6E3A-40DD-9FE4-3AB6C12A11E7}.Release|x86.Build.0 = Release|Any CPU
4736
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4837
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
4938
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Debug|x86.ActiveCfg = Debug|Any CPU
@@ -52,14 +41,6 @@ Global
5241
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Release|Any CPU.Build.0 = Release|Any CPU
5342
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Release|x86.ActiveCfg = Release|Any CPU
5443
{9B3E3F5E-62A0-4A8D-9C42-9F6A1A21E3B1}.Release|x86.Build.0 = Release|Any CPU
55-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Debug|Any CPU.ActiveCfg = Debug|Win32
56-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Debug|Any CPU.Build.0 = Debug|Win32
57-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Debug|x86.ActiveCfg = Debug|Win32
58-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Debug|x86.Build.0 = Debug|Win32
59-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Release|Any CPU.ActiveCfg = Release|Win32
60-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Release|Any CPU.Build.0 = Release|Win32
61-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Release|x86.ActiveCfg = Release|Win32
62-
{B49F2F27-1D96-4B62-9A81-79CE80E4B1B1}.Release|x86.Build.0 = Release|Win32
6344
EndGlobalSection
6445
GlobalSection(SolutionProperties) = preSolution
6546
HideSolutionNode = FALSE

PTZControlBridge/Bridge.cpp

Lines changed: 0 additions & 48 deletions
This file was deleted.

PTZControlBridge/Bridge.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

PTZControlBridge/LogitechXuGuids.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

PTZControlBridge/PTZControlBridge.vcxproj

Lines changed: 0 additions & 63 deletions
This file was deleted.

PTZControlGUI/ApplicationConfiguration.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

PTZControlGUI/MainForm.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

PTZControlGUI/PTZControlGUI.csproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

PTZControlGUI/Program.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ packaging, and cross-platform metadata work. See [LICENSE](LICENSE) and
5252
- [Generated CLI help](docs/generated/cli-help.md)
5353
- [Generated example output](docs/generated/example-output.md)
5454
- [Linux installation](install-linux.md)
55-
- [Bridge status](README_Bridge.md)
5655

5756
## Original Windows GUI documentation
5857

0 commit comments

Comments
 (0)