aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Properties
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-07-27 17:27:31 -0700
committerwilliam341 <[email protected]>2017-07-27 17:27:31 -0700
commit2d5b566da493c8669d05df2e8004f7ba6a2d29d5 (patch)
treeb06f1e9918a929db0c1d457eb9eb73e859115553 /ShiftOS.Frontend/Properties
parente5aec8a0531fe78dcc881a11b589b5a19338e503 (diff)
downloadshiftos_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.cs39
-rw-r--r--ShiftOS.Frontend/Properties/Resources.resx3
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: &quot;FTP Payload&quot;,
/// PayloadName: &quot;ftpull&quot;
/// EffectiveAgainstFirewall: 1,
- /// EffectiveAgainstPort: &quot;FileServer&quot;,
+ /// EffectiveAgainst: &quot;FileServer&quot;,
/// }
///].
/// </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&apos;s campaign.
+ /// *
+ /// */
+ ///
+ ///[
+ /// {
+ /// FriendlyName: &quot;SMTP mailserver (unencrypted)&quot;,
+ /// AttachTo: &quot;EmailServer&quot;
+ /// Value: 25,
+ /// Name: &quot;smtp&quot;,
+ /// },
+ /// {
+ /// FriendlyName: &quot;File Transfer Protocol&quot;,
+ /// AttachTo: &quot;FileServer&quot;
+ /// Value: 21,
+ /// Name: &quot;ftp&quot;,
+ /// },
+ /// {
+ /// FriendlyName: &quot;ShiftSSH server&quot;,
+ /// AttachTo: &quot;SSHServer&quot;
+ /// Value: 22,
+ /// Name: &quot;ssh&quot;,
+ /// },
+ /// {
+ /// FriendlyName: &quot;MySQL server&quot;,
+ /// AttachTo: &quot;Database&quot;
+ /// Val [rest of string was truncated]&quot;;.
+ /// </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