diff options
Diffstat (limited to 'third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs')
-rw-r--r-- | third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs b/third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs new file mode 100644 index 00000000..783bb15b --- /dev/null +++ b/third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using System.ComponentModel; +using System.Configuration.Install; +using System.Linq; + + +namespace MELT_Command_Websocket +{ + [RunInstaller(true)] + public partial class ProjectInstaller : System.Configuration.Install.Installer + { + public ProjectInstaller() + { + InitializeComponent(); + } + } +} |