diff --git a/Builds/GNU-Linux/DrinkEmUp.x86 b/Builds/GNU-Linux/DrinkEmUp.x86 deleted file mode 100644 index 4e5db3f..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp.x86 and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Assembly-CSharp.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Assembly-CSharp.dll deleted file mode 100644 index f40de21..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Assembly-CSharp.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Mono.Security.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Mono.Security.dll deleted file mode 100644 index 1e0358a..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/Mono.Security.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.Core.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.Core.dll deleted file mode 100644 index 4c9fdb0..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.Core.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.dll deleted file mode 100644 index 909ec49..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/System.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Networking.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Networking.dll deleted file mode 100644 index 38361b3..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Networking.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Timeline.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Timeline.dll deleted file mode 100644 index 52714bd..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.Timeline.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.UI.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.UI.dll deleted file mode 100644 index 9ff12bc..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.UI.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll deleted file mode 100644 index bc52346..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll.mdb b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll.mdb deleted file mode 100644 index 5317f2c..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/UnityEngine.dll.mdb and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/mscorlib.dll b/Builds/GNU-Linux/DrinkEmUp_Data/Managed/mscorlib.dll deleted file mode 100644 index bb0596f..0000000 Binary files a/Builds/GNU-Linux/DrinkEmUp_Data/Managed/mscorlib.dll and /dev/null differ diff --git a/Builds/GNU-Linux/DrinkEmUp_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx b/Builds/GNU-Linux/DrinkEmUp_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx deleted file mode 100644 index 9236559..0000000 --- a/Builds/GNU-Linux/DrinkEmUp_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx +++ /dev/null @@ -1,1820 +0,0 @@ -<%-- -// -// DefaultWsdlHelpGenerator.aspx: -// -// Author: -// Lluis Sanchez Gual (lluis@ximian.com) -// -// (C) 2003 Ximian, Inc. http://www.ximian.com -// ---%> - -<%@ Import Namespace="System.Collections" %> -<%@ Import Namespace="System.IO" %> -<%@ Import Namespace="System.Xml.Serialization" %> -<%@ Import Namespace="System.Xml" %> -<%@ Import Namespace="System.Xml.Schema" %> -<%@ Import Namespace="System.Web.Services.Description" %> -<%@ Import Namespace="System" %> -<%@ Import Namespace="System.Net" %> -<%@ Import Namespace="System.Globalization" %> -<%@ Import Namespace="System.Resources" %> -<%@ Import Namespace="System.Diagnostics" %> -<%@ Import Namespace="System.CodeDom" %> -<%@ Import Namespace="System.CodeDom.Compiler" %> -<%@ Import Namespace="Microsoft.CSharp" %> -<%@ Import Namespace="Microsoft.VisualBasic" %> -<%@ Import Namespace="System.Text" %> -<%@ Import Namespace="System.Text.RegularExpressions" %> -<%@ Import Namespace="System.Security.Cryptography.X509Certificates" %> -<%@ Assembly name="System.Web.Services" %> -<%@ Page debug="true" %> - - - - -
- - -
-
-Overview - -Service Description - -Client proxy - - - |
-
-<% if (CurrentPage == "main") {%>
-
-
-
- Web Service Overview - <%=WebServiceDescription%> - -<%} if (DefaultBinding == null) {%> -This service does not contain any public web method. -<%} else if (CurrentPage == "op") {%> - - - - <%=CurrentOperationName%> -- <% WriteTabs (); %> - - - <% if (CurrentTab == "main") { %> - Input Parameters - - <% if (InParams.Count == 0) { %> - No input parameters - <% } else { %> -
- - <% if (OutParams.Count > 0) { %> - Output Parameters - -
- <% } %> - - Remarks - - <%=OperationDocumentation%> - - Technical information - - Format: <%=CurrentOperationFormat%> - Supported protocols: <%=CurrentOperationProtocols%> - <% } %> - - - - <% if (CurrentTab == "test") { - if (CurrentOperationSupportsTest) {%> - Enter values for the parameters and click the 'Invoke' button to test this method: - - ">
- The web service returned the following result:
- <% } else {%>
- The test form is not available for this operation because it has parameters with a complex structure.
- <% } %>
- <% } %>
-
-
-
- <% if (CurrentTab == "msg") { %>
-
- The following are sample SOAP requests and responses for each protocol supported by this method:
- - <%=GetTestResult()%>
- - - <% if (IsOperationSupported ("Soap")) { %> - Soap - - <%=GenerateOperationMessages ("Soap", true)%> - <%=GenerateOperationMessages ("Soap", false)%> - <% } %> - <% if (IsOperationSupported ("HttpGet")) { %> - HTTP Get - - <%=GenerateOperationMessages ("HttpGet", true)%> - <%=GenerateOperationMessages ("HttpGet", false)%> - <% } %> - <% if (IsOperationSupported ("HttpPost")) { %> - HTTP Post - - <%=GenerateOperationMessages ("HttpPost", true)%> - <%=GenerateOperationMessages ("HttpPost", false)%> - <% } %> - - <% } %> -<%} else if (CurrentPage == "proxy") {%> - - - - <%=CurrentProxytName%> - ">Download - -
-
-<%} else if (CurrentPage == "wsdl") {%>
-
- <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
- The description of this web service is composed by several documents. Click on the document you want to see:
-
- <%=GetProxyCode ()%>
-
- <%=CurrentDocumentName%> - ">Download - -
-
-
-<%}%>
-
-<%=GenerateDocument ()%>
- - |
-- |
-
-Overview - -Service Description - -Client proxy - - - |
-
-<% if (CurrentPage == "main") {%>
-
-
-
- Web Service Overview - <%=WebServiceDescription%> -- <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> - Basic Profile Conformance - This web service does not conform to WS-I Basic Profile v1.1 - <% - Response.Write ("
- <% WriteTabs (); %> - - - <% if (CurrentTab == "main") { %> - Input Parameters - - <% if (InParams.Count == 0) { %> - No input parameters - <% } else { %> -
- - <% if (OutParams.Count > 0) { %> - Output Parameters - -
- <% } %> - - Remarks - - <%=OperationDocumentation%> - - Technical information - - Format: <%=CurrentOperationFormat%> - Supported protocols: <%=CurrentOperationProtocols%> - <% } %> - - - - <% if (CurrentTab == "test") { - if (CurrentOperationSupportsTest) {%> - Enter values for the parameters and click the 'Invoke' button to test this method: - - ">
- The web service returned the following result:
- <% } else {%>
- The test form is not available for this operation because it has parameters with a complex structure.
- <% } %>
- <% } %>
-
-
-
- <% if (CurrentTab == "msg") { %>
-
- The following are sample SOAP requests and responses for each protocol supported by this method:
- -
-
-
- - - <% if (IsOperationSupported ("Soap")) { %> - Soap - - <%=GenerateOperationMessages ("Soap", true)%> - <%=GenerateOperationMessages ("Soap", false)%> - <% } %> - <% if (IsOperationSupported ("HttpGet")) { %> - HTTP Get - - <%=GenerateOperationMessages ("HttpGet", true)%> - <%=GenerateOperationMessages ("HttpGet", false)%> - <% } %> - <% if (IsOperationSupported ("HttpPost")) { %> - HTTP Post - - <%=GenerateOperationMessages ("HttpPost", true)%> - <%=GenerateOperationMessages ("HttpPost", false)%> - <% } %> - - <% } %> -<%} else if (CurrentPage == "proxy") {%> - - - - <%=CurrentProxytName%> - ">Download - -
-
-<%} else if (CurrentPage == "wsdl") {%>
-
- <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
- The description of this web service is composed by several documents. Click on the document you want to see:
-
- <%=GetProxyCode ()%>
-
- <%=CurrentDocumentName%> - ">Download - -
-
-
-<%}%>
-
-<%=GenerateDocument ()%>
- - |
-- |
-
-Overview - -Service Description - -Client proxy - - - |
-
-<% if (CurrentPage == "main") {%>
-
-
-
- Web Service Overview - <%=WebServiceDescription%> - -<%} if (DefaultBinding == null) {%> -This service does not contain any public web method. -<%} else if (CurrentPage == "op") {%> - - - - <%=CurrentOperationName%> -- <% WriteTabs (); %> - - - <% if (CurrentTab == "main") { %> - Input Parameters - - <% if (InParams.Count == 0) { %> - No input parameters - <% } else { %> -
- - <% if (OutParams.Count > 0) { %> - Output Parameters - -
- <% } %> - - Remarks - - <%=OperationDocumentation%> - - Technical information - - Format: <%=CurrentOperationFormat%> - Supported protocols: <%=CurrentOperationProtocols%> - <% } %> - - - - <% if (CurrentTab == "test") { - if (CurrentOperationSupportsTest) {%> - Enter values for the parameters and click the 'Invoke' button to test this method: - - ">
- The web service returned the following result:
- <% } else {%>
- The test form is not available for this operation because it has parameters with a complex structure.
- <% } %>
- <% } %>
-
-
-
- <% if (CurrentTab == "msg") { %>
-
- The following are sample SOAP requests and responses for each protocol supported by this method:
- - <%=GetTestResult()%>
- - - <% if (IsOperationSupported ("Soap")) { %> - Soap - - <%=GenerateOperationMessages ("Soap", true)%> - <%=GenerateOperationMessages ("Soap", false)%> - <% } %> - <% if (IsOperationSupported ("HttpGet")) { %> - HTTP Get - - <%=GenerateOperationMessages ("HttpGet", true)%> - <%=GenerateOperationMessages ("HttpGet", false)%> - <% } %> - <% if (IsOperationSupported ("HttpPost")) { %> - HTTP Post - - <%=GenerateOperationMessages ("HttpPost", true)%> - <%=GenerateOperationMessages ("HttpPost", false)%> - <% } %> - - <% } %> -<%} else if (CurrentPage == "proxy") {%> - - - - <%=CurrentProxytName%> - ">Download - -
-
-<%} else if (CurrentPage == "wsdl") {%>
-
- <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
- The description of this web service is composed by several documents. Click on the document you want to see:
-
- <%=GetProxyCode ()%>
-
- <%=CurrentDocumentName%> - ">Download - -
-
-
-<%}%>
-
-<%=GenerateDocument ()%>
- - |
-- |
-
-Overview - -Service Description - -Client proxy - - - |
-
-<% if (CurrentPage == "main") {%>
-
-
-
- Web Service Overview - <%=WebServiceDescription%> -- <% if (ProfileViolations != null && ProfileViolations.Count > 0) { %> - Basic Profile Conformance - This web service does not conform to WS-I Basic Profile v1.1 - <% - Response.Write ("
- <% WriteTabs (); %> - - - <% if (CurrentTab == "main") { %> - Input Parameters - - <% if (InParams.Count == 0) { %> - No input parameters - <% } else { %> -
- - <% if (OutParams.Count > 0) { %> - Output Parameters - -
- <% } %> - - Remarks - - <%=OperationDocumentation%> - - Technical information - - Format: <%=CurrentOperationFormat%> - Supported protocols: <%=CurrentOperationProtocols%> - <% } %> - - - - <% if (CurrentTab == "test") { - if (CurrentOperationSupportsTest) {%> - Enter values for the parameters and click the 'Invoke' button to test this method: - - ">
- The web service returned the following result:
- <% } else {%>
- The test form is not available for this operation because it has parameters with a complex structure.
- <% } %>
- <% } %>
-
-
-
- <% if (CurrentTab == "msg") { %>
-
- The following are sample SOAP requests and responses for each protocol supported by this method:
- -
-
-
- - - <% if (IsOperationSupported ("Soap")) { %> - Soap - - <%=GenerateOperationMessages ("Soap", true)%> - <%=GenerateOperationMessages ("Soap", false)%> - <% } %> - <% if (IsOperationSupported ("HttpGet")) { %> - HTTP Get - - <%=GenerateOperationMessages ("HttpGet", true)%> - <%=GenerateOperationMessages ("HttpGet", false)%> - <% } %> - <% if (IsOperationSupported ("HttpPost")) { %> - HTTP Post - - <%=GenerateOperationMessages ("HttpPost", true)%> - <%=GenerateOperationMessages ("HttpPost", false)%> - <% } %> - - <% } %> -<%} else if (CurrentPage == "proxy") {%> - - - - <%=CurrentProxytName%> - ">Download - -
-
-<%} else if (CurrentPage == "wsdl") {%>
-
- <% if (descriptions.Count > 1 || schemas.Count > 1) {%>
- The description of this web service is composed by several documents. Click on the document you want to see:
-
- <%=GetProxyCode ()%>
-
- <%=CurrentDocumentName%> - ">Download - -
-
-
-<%}%>
-
-<%=GenerateDocument ()%>
- - |
-- |