WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ HEAD
File deleted
/trunk/WingMan/Properties/Settings.settings
File deleted
\ No newline at end of file
/trunk/WingMan/Properties/Resources.resx
File deleted
/trunk/WingMan/Properties/Resources.Designer.cs
File deleted
/trunk/WingMan/Properties/Settings.Designer.cs
/trunk/WingMan/Properties/AssemblyInfo.cs
@@ -1,36 +1,34 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
 
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WingMan")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WingMan")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
 
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("274bfd57-cacb-4400-86a6-fae0cee9cd74")]
 
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
using System.Reflection;
using System.Runtime.InteropServices;
 
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WingMan")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WingMan")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
 
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("274bfd57-cacb-4400-86a6-fae0cee9cd74")]
 
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
/trunk/WingMan/Properties/Strings.Designer.cs
@@ -61,6 +61,42 @@
}
/// <summary>
/// Looks up a localized string similar to Application Windows startup changed.
/// </summary>
internal static string Application_Windows_startup_changed {
get {
return ResourceManager.GetString("Application_Windows_startup_changed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Client connected.
/// </summary>
internal static string Client_connected {
get {
return ResourceManager.GetString("Client_connected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Client connection failed.
/// </summary>
internal static string Client_connection_failed {
get {
return ResourceManager.GetString("Client_connection_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Client disconnected.
/// </summary>
internal static string Client_disconnected {
get {
return ResourceManager.GetString("Client_disconnected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Client started.
/// </summary>
internal static string Client_started {
@@ -70,6 +106,24 @@
}
/// <summary>
/// Looks up a localized string similar to Client subscribed to topic.
/// </summary>
internal static string Client_subscribed_to_topic {
get {
return ResourceManager.GetString("Client_subscribed_to_topic", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Client unsubscribed from topic.
/// </summary>
internal static string Client_unsubscribed_from_topic {
get {
return ResourceManager.GetString("Client_unsubscribed_from_topic", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connect.
/// </summary>
internal static string Connect {
@@ -79,6 +133,24 @@
}
/// <summary>
/// Looks up a localized string similar to Could not change Windows startup.
/// </summary>
internal static string Could_not_change_Windows_startup {
get {
return ResourceManager.GetString("Could_not_change_Windows_startup", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not resolve hostname.
/// </summary>
internal static string Could_not_resolve_hostname {
get {
return ResourceManager.GetString("Could_not_resolve_hostname", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disconnect.
/// </summary>
internal static string Disconnect {
@@ -88,6 +160,151 @@
}
/// <summary>
/// Looks up a localized string similar to Executing binding from remote client.
/// </summary>
internal static string Executing_binding_from_remote_client {
get {
return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed creating automatic port mapping, please ensure that the port is routed through the firewall properly.
/// </summary>
internal static string Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_properly {
get {
return ResourceManager.GetString("Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_proper" +
"ly", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed loading autocomplete source.
/// </summary>
internal static string Failed_loading_autocomplete_source {
get {
return ResourceManager.GetString("Failed_loading_autocomplete_source", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed loading local bindings.
/// </summary>
internal static string Failed_loading_local_bindings {
get {
return ResourceManager.GetString("Failed_loading_local_bindings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed loading remote bindings.
/// </summary>
internal static string Failed_loading_remote_bindings {
get {
return ResourceManager.GetString("Failed_loading_remote_bindings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed saving autocomplete source.
/// </summary>
internal static string Failed_saving_autocomplete_source {
get {
return ResourceManager.GetString("Failed_saving_autocomplete_source", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed saving local bindings.
/// </summary>
internal static string Failed_saving_local_bindings {
get {
return ResourceManager.GetString("Failed_saving_local_bindings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed saving remote bindings.
/// </summary>
internal static string Failed_saving_remote_bindings {
get {
return ResourceManager.GetString("Failed_saving_remote_bindings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed starting client.
/// </summary>
internal static string Failed_starting_client {
get {
return ResourceManager.GetString("Failed_starting_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed starting server.
/// </summary>
internal static string Failed_starting_server {
get {
return ResourceManager.GetString("Failed_starting_server", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to authenticate client.
/// </summary>
internal static string Failed_to_authenticate_client {
get {
return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to authenticate with server.
/// </summary>
internal static string Failed_to_authenticate_with_server {
get {
return ResourceManager.GetString("Failed_to_authenticate_with_server", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to create PMP port mapping.
/// </summary>
internal static string Failed_to_create_PMP_port_mapping {
get {
return ResourceManager.GetString("Failed_to_create_PMP_port_mapping", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to create UPnp port mapping.
/// </summary>
internal static string Failed_to_create_UPnP_port_mapping {
get {
return ResourceManager.GetString("Failed_to_create_UPnP_port_mapping", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lobby message.
/// </summary>
internal static string Lobby_message {
get {
return ResourceManager.GetString("Lobby_message", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Matched remote key binding.
/// </summary>
internal static string Matched_remote_key_binding {
get {
return ResourceManager.GetString("Matched_remote_key_binding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Server started.
/// </summary>
internal static string Server_started {
@@ -104,5 +321,14 @@
return ResourceManager.GetString("Server_stopped", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Synchronized bindings with client.
/// </summary>
internal static string Synchronized_bindings_with_client {
get {
return ResourceManager.GetString("Synchronized_bindings_with_client", resourceCulture);
}
}
}
}
/trunk/WingMan/Properties/Strings.resx
@@ -117,15 +117,87 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Application_Windows_startup_changed" xml:space="preserve">
<value>Application Windows startup changed</value>
</data>
<data name="Client_connected" xml:space="preserve">
<value>Client connected</value>
</data>
<data name="Client_connection_failed" xml:space="preserve">
<value>Client connection failed</value>
</data>
<data name="Client_disconnected" xml:space="preserve">
<value>Client disconnected</value>
</data>
<data name="Client_started" xml:space="preserve">
<value>Client started</value>
</data>
<data name="Client_subscribed_to_topic" xml:space="preserve">
<value>Client subscribed to topic</value>
</data>
<data name="Client_unsubscribed_from_topic" xml:space="preserve">
<value>Client unsubscribed from topic</value>
</data>
<data name="Connect" xml:space="preserve">
<value>Connect</value>
</data>
<data name="Could_not_change_Windows_startup" xml:space="preserve">
<value>Could not change Windows startup</value>
</data>
<data name="Could_not_resolve_hostname" xml:space="preserve">
<value>Could not resolve hostname</value>
</data>
<data name="Disconnect" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="Executing_binding_from_remote_client" xml:space="preserve">
<value>Executing binding from remote client</value>
</data>
<data name="Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_properly" xml:space="preserve">
<value>Failed creating automatic port mapping, please ensure that the port is routed through the firewall properly</value>
</data>
<data name="Failed_loading_autocomplete_source" xml:space="preserve">
<value>Failed loading autocomplete source</value>
</data>
<data name="Failed_loading_local_bindings" xml:space="preserve">
<value>Failed loading local bindings</value>
</data>
<data name="Failed_loading_remote_bindings" xml:space="preserve">
<value>Failed loading remote bindings</value>
</data>
<data name="Failed_saving_autocomplete_source" xml:space="preserve">
<value>Failed saving autocomplete source</value>
</data>
<data name="Failed_saving_local_bindings" xml:space="preserve">
<value>Failed saving local bindings</value>
</data>
<data name="Failed_saving_remote_bindings" xml:space="preserve">
<value>Failed saving remote bindings</value>
</data>
<data name="Failed_starting_client" xml:space="preserve">
<value>Failed starting client</value>
</data>
<data name="Failed_starting_server" xml:space="preserve">
<value>Failed starting server</value>
</data>
<data name="Failed_to_authenticate_client" xml:space="preserve">
<value>Failed to authenticate client</value>
</data>
<data name="Failed_to_authenticate_with_server" xml:space="preserve">
<value>Failed to authenticate with server</value>
</data>
<data name="Failed_to_create_PMP_port_mapping" xml:space="preserve">
<value>Failed to create PMP port mapping</value>
</data>
<data name="Failed_to_create_UPnP_port_mapping" xml:space="preserve">
<value>Failed to create UPnp port mapping</value>
</data>
<data name="Lobby_message" xml:space="preserve">
<value>Lobby message</value>
</data>
<data name="Matched_remote_key_binding" xml:space="preserve">
<value>Matched remote key binding</value>
</data>
<data name="Server_started" xml:space="preserve">
<value>Server started</value>
</data>
@@ -132,4 +204,7 @@
<data name="Server_stopped" xml:space="preserve">
<value>Server stopped</value>
</data>
<data name="Synchronized_bindings_with_client" xml:space="preserve">
<value>Synchronized bindings with client</value>
</data>
</root>