diff options
| author | william341 <[email protected]> | 2017-07-27 17:27:31 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 17:27:31 -0700 |
| commit | 2d5b566da493c8669d05df2e8004f7ba6a2d29d5 (patch) | |
| tree | b06f1e9918a929db0c1d457eb9eb73e859115553 /ShiftOS.Frontend/Properties | |
| parent | e5aec8a0531fe78dcc881a11b589b5a19338e503 (diff) | |
| download | shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.tar.gz shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.tar.bz2 shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.zip | |
hacking p2
Diffstat (limited to 'ShiftOS.Frontend/Properties')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 39 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.resx | 3 |
2 files changed, 41 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 1d451a1..dfc728e 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -153,7 +153,7 @@ namespace ShiftOS.Frontend.Properties { /// FriendlyName: "FTP Payload", /// PayloadName: "ftpull" /// EffectiveAgainstFirewall: 1, - /// EffectiveAgainstPort: "FileServer", + /// EffectiveAgainst: "FileServer", /// } ///]. /// </summary> @@ -164,6 +164,43 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// Looks up a localized string similar to /* ShiftOS Ports data file + /// * + /// * This file contains information about all ports in the game's campaign. + /// * + /// */ + /// + ///[ + /// { + /// FriendlyName: "SMTP mailserver (unencrypted)", + /// AttachTo: "EmailServer" + /// Value: 25, + /// Name: "smtp", + /// }, + /// { + /// FriendlyName: "File Transfer Protocol", + /// AttachTo: "FileServer" + /// Value: 21, + /// Name: "ftp", + /// }, + /// { + /// FriendlyName: "ShiftSSH server", + /// AttachTo: "SSHServer" + /// Value: 22, + /// Name: "ssh", + /// }, + /// { + /// FriendlyName: "MySQL server", + /// AttachTo: "Database" + /// Val [rest of string was truncated]";. + /// </summary> + public static string Ports { + get { + return ResourceManager.GetString("Ports", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to []. /// </summary> public static string Shiftorium { diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 80ed513..0b514f7 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -148,4 +148,7 @@ <data name="Payloads" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\resources\payloads.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="Ports" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\resources\ports.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> + </data> </root>
\ No newline at end of file |
