From b10039b0e64a4a8f1d4ee611e4acf1e79c84ffdd Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 4 Jan 2021 08:28:28 +0800 Subject: +Game --- .../etc/mono/2.0/Browsers/Compat.browser | Bin 0 -> 1605 bytes .../etc/mono/2.0/DefaultWsdlHelpGenerator.aspx | 1901 ++++++++++++++++++++ Game/MonoBleedingEdge/etc/mono/2.0/machine.config | 283 +++ Game/MonoBleedingEdge/etc/mono/2.0/settings.map | Bin 0 -> 2622 bytes Game/MonoBleedingEdge/etc/mono/2.0/web.config | 154 ++ .../etc/mono/4.0/Browsers/Compat.browser | 42 + .../etc/mono/4.0/DefaultWsdlHelpGenerator.aspx | Bin 0 -> 60575 bytes Game/MonoBleedingEdge/etc/mono/4.0/machine.config | Bin 0 -> 33648 bytes Game/MonoBleedingEdge/etc/mono/4.0/settings.map | Bin 0 -> 2622 bytes Game/MonoBleedingEdge/etc/mono/4.0/web.config | 253 +++ .../etc/mono/4.5/Browsers/Compat.browser | Bin 0 -> 1605 bytes .../etc/mono/4.5/DefaultWsdlHelpGenerator.aspx | Bin 0 -> 60575 bytes Game/MonoBleedingEdge/etc/mono/4.5/machine.config | Bin 0 -> 34106 bytes Game/MonoBleedingEdge/etc/mono/4.5/settings.map | Bin 0 -> 2622 bytes Game/MonoBleedingEdge/etc/mono/4.5/web.config | Bin 0 -> 18857 bytes Game/MonoBleedingEdge/etc/mono/browscap.ini | Bin 0 -> 311984 bytes Game/MonoBleedingEdge/etc/mono/config | Bin 0 -> 3244 bytes Game/MonoBleedingEdge/etc/mono/mconfig/config.xml | Bin 0 -> 25817 bytes 18 files changed, 2633 insertions(+) create mode 100644 Game/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser create mode 100644 Game/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx create mode 100644 Game/MonoBleedingEdge/etc/mono/2.0/machine.config create mode 100644 Game/MonoBleedingEdge/etc/mono/2.0/settings.map create mode 100644 Game/MonoBleedingEdge/etc/mono/2.0/web.config create mode 100644 Game/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser create mode 100644 Game/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx create mode 100644 Game/MonoBleedingEdge/etc/mono/4.0/machine.config create mode 100644 Game/MonoBleedingEdge/etc/mono/4.0/settings.map create mode 100644 Game/MonoBleedingEdge/etc/mono/4.0/web.config create mode 100644 Game/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser create mode 100644 Game/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx create mode 100644 Game/MonoBleedingEdge/etc/mono/4.5/machine.config create mode 100644 Game/MonoBleedingEdge/etc/mono/4.5/settings.map create mode 100644 Game/MonoBleedingEdge/etc/mono/4.5/web.config create mode 100644 Game/MonoBleedingEdge/etc/mono/browscap.ini create mode 100644 Game/MonoBleedingEdge/etc/mono/config create mode 100644 Game/MonoBleedingEdge/etc/mono/mconfig/config.xml (limited to 'Game/MonoBleedingEdge/etc/mono') diff --git a/Game/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser b/Game/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser new file mode 100644 index 0000000..aa16447 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser differ diff --git a/Game/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx b/Game/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..f4d74bf --- /dev/null +++ b/Game/MonoBleedingEdge/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx @@ -0,0 +1,1901 @@ +<%-- +// +// DefaultWsdlHelpGenerator.aspx: +// +// Author: +// Lluis Sanchez Gual (lluis@ximian.com) +// +// (C) 2003 Ximian, Inc. http://www.ximian.com +// +--%> + +<%@ Import Namespace="System.Collections" %> +<%@ Import Namespace="System.Collections.Generic" %> +<%@ Import Namespace="System.IO" %> +<%@ Import Namespace="System.Xml.Serialization" %> +<%@ Import Namespace="System.Xml" %> +<%@ Import Namespace="System.Xml.Schema" %> +<%@ Import Namespace="System.Web.Services" %> +<%@ Import Namespace="System.Web.Services.Description" %> +<%@ Import Namespace="System.Web.Services.Configuration" %> +<%@ Import Namespace="System.Web.Configuration" %> +<%@ 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" %> + + + + + + <% + Response.Write (""); + %> + <%=WebServiceName%> Web Service + + + + + + + +
+Web Service
+<%=WebServiceName%> +
+ + + + + + + + +
+
+Overview
+
+Service Description +
+Client proxy +

+ + + <%#FormatBindingName(DataBinder.Eval(Container.DataItem, "Name").ToString())%> + + + op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%> +
+
+
+
+
+
+ +
+ +<% 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 ("
    "); + foreach (BasicProfileViolation vio in ProfileViolations) { + Response.Write ("
  • " + vio.NormativeStatement + ": " + vio.Details); + Response.Write ("
      "); + foreach (string ele in vio.Elements) + Response.Write ("
    • " + ele + "
    • "); + Response.Write ("
    "); + Response.Write ("
  • "); + } + Response.Write ("
"); + }%> + +<%} 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 { %> + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+ <% } %> +
+ + <% if (OutParams.Count > 0) { %> + Output Parameters +
+ + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%><%#DataBinder.Eval(Container.DataItem, "Type")%>
+
+ <% } %> + + 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:

+
+ + + + + + + + + + + + + + + +
<%#DataBinder.Eval(Container.DataItem, "Name")%>: ">
 
+
+
"> + 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") {%> + +
+ Select the language for which you want to generate a proxy +   + +    +
+
+ <%=CurrentProxytName%>    + Download +

+
+
<%=GetProxyCode ()%>
+
+<%} 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: + + + + <%} else {%> + <%}%> +
+ <%=CurrentDocumentName%>    + Download +

+
+
<%=GenerateDocument ()%>
+
+ +<%}%> + +














+
+ + diff --git a/Game/MonoBleedingEdge/etc/mono/2.0/machine.config b/Game/MonoBleedingEdge/etc/mono/2.0/machine.config new file mode 100644 index 0000000..9da7be9 --- /dev/null +++ b/Game/MonoBleedingEdge/etc/mono/2.0/machine.config @@ -0,0 +1,283 @@ + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Game/MonoBleedingEdge/etc/mono/2.0/settings.map b/Game/MonoBleedingEdge/etc/mono/2.0/settings.map new file mode 100644 index 0000000..7b0685e Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/2.0/settings.map differ diff --git a/Game/MonoBleedingEdge/etc/mono/2.0/web.config b/Game/MonoBleedingEdge/etc/mono/2.0/web.config new file mode 100644 index 0000000..e1428f8 --- /dev/null +++ b/Game/MonoBleedingEdge/etc/mono/2.0/web.config @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Game/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser b/Game/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser new file mode 100644 index 0000000..dcedf7f --- /dev/null +++ b/Game/MonoBleedingEdge/etc/mono/4.0/Browsers/Compat.browser @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Game/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx b/Game/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..d9022b3 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.0/machine.config b/Game/MonoBleedingEdge/etc/mono/4.0/machine.config new file mode 100644 index 0000000..0c206a9 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.0/machine.config differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.0/settings.map b/Game/MonoBleedingEdge/etc/mono/4.0/settings.map new file mode 100644 index 0000000..7b0685e Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.0/settings.map differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.0/web.config b/Game/MonoBleedingEdge/etc/mono/4.0/web.config new file mode 100644 index 0000000..2a7dfd2 --- /dev/null +++ b/Game/MonoBleedingEdge/etc/mono/4.0/web.config @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Game/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser b/Game/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser new file mode 100644 index 0000000..aa16447 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.5/Browsers/Compat.browser differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx b/Game/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx new file mode 100644 index 0000000..d9022b3 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.5/machine.config b/Game/MonoBleedingEdge/etc/mono/4.5/machine.config new file mode 100644 index 0000000..0e387d1 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.5/machine.config differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.5/settings.map b/Game/MonoBleedingEdge/etc/mono/4.5/settings.map new file mode 100644 index 0000000..7b0685e Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.5/settings.map differ diff --git a/Game/MonoBleedingEdge/etc/mono/4.5/web.config b/Game/MonoBleedingEdge/etc/mono/4.5/web.config new file mode 100644 index 0000000..18f6ff1 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/4.5/web.config differ diff --git a/Game/MonoBleedingEdge/etc/mono/browscap.ini b/Game/MonoBleedingEdge/etc/mono/browscap.ini new file mode 100644 index 0000000..8e9ba17 Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/browscap.ini differ diff --git a/Game/MonoBleedingEdge/etc/mono/config b/Game/MonoBleedingEdge/etc/mono/config new file mode 100644 index 0000000..7af092e Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/config differ diff --git a/Game/MonoBleedingEdge/etc/mono/mconfig/config.xml b/Game/MonoBleedingEdge/etc/mono/mconfig/config.xml new file mode 100644 index 0000000..77c674a Binary files /dev/null and b/Game/MonoBleedingEdge/etc/mono/mconfig/config.xml differ -- cgit v1.1-26-g67d0