_binaries

This commit is contained in:
2024-05-11 21:01:30 +03:00
parent bd880c0e2f
commit 67b4b01697
128 changed files with 310 additions and 332 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -527,46 +527,6 @@
<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
</returns>
</member>
<member name="T:Newtonsoft.Json.Converters.ExpandoObjectConverter">
<summary>
Converts an <see cref="T:System.Dynamic.ExpandoObject"/> to and from JSON.
</summary>
</member>
<member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Writes the JSON representation of the object.
</summary>
<param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
<param name="value">The value.</param>
<param name="serializer">The calling serializer.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Reads the JSON representation of the object.
</summary>
<param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
<param name="objectType">Type of the object.</param>
<param name="existingValue">The existing value of object being read.</param>
<param name="serializer">The calling serializer.</param>
<returns>The object value.</returns>
</member>
<member name="M:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanConvert(System.Type)">
<summary>
Determines whether this instance can convert the specified object type.
</summary>
<param name="objectType">Type of the object.</param>
<returns>
<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
</returns>
</member>
<member name="P:Newtonsoft.Json.Converters.ExpandoObjectConverter.CanWrite">
<summary>
Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
</summary>
<value>
<c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
</value>
</member>
<member name="T:Newtonsoft.Json.Converters.IsoDateTimeConverter">
<summary>
Converts a <see cref="T:System.DateTime"/> to and from the ISO 8601 date format (e.g. <c>"2008-04-12T12:53Z"</c>).
@@ -663,38 +623,6 @@
<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
</returns>
</member>
<member name="T:Newtonsoft.Json.Converters.RegexConverter">
<summary>
Converts a <see cref="T:System.Text.RegularExpressions.Regex"/> to and from JSON and BSON.
</summary>
</member>
<member name="M:Newtonsoft.Json.Converters.RegexConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Writes the JSON representation of the object.
</summary>
<param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
<param name="value">The value.</param>
<param name="serializer">The calling serializer.</param>
</member>
<member name="M:Newtonsoft.Json.Converters.RegexConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
<summary>
Reads the JSON representation of the object.
</summary>
<param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
<param name="objectType">Type of the object.</param>
<param name="existingValue">The existing value of object being read.</param>
<param name="serializer">The calling serializer.</param>
<returns>The object value.</returns>
</member>
<member name="M:Newtonsoft.Json.Converters.RegexConverter.CanConvert(System.Type)">
<summary>
Determines whether this instance can convert the specified object type.
</summary>
<param name="objectType">Type of the object.</param>
<returns>
<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
</returns>
</member>
<member name="T:Newtonsoft.Json.Converters.StringEnumConverter">
<summary>
Converts an <see cref="T:System.Enum"/> to and from its name string value.
@@ -6424,15 +6352,6 @@
</summary>
<param name="propertyName">Name of the property.</param>
</member>
<member name="M:Newtonsoft.Json.Linq.JObject.GetMetaObject(System.Linq.Expressions.Expression)">
<summary>
Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
</summary>
<param name="parameter">The expression tree representation of the runtime value.</param>
<returns>
The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
</returns>
</member>
<member name="T:Newtonsoft.Json.Linq.JProperty">
<summary>
Represents a JSON property.
@@ -7602,24 +7521,6 @@
<param name="settings">The <see cref="T:Newtonsoft.Json.Linq.JsonSelectSettings"/> used to select tokens.</param>
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of <see cref="T:Newtonsoft.Json.Linq.JToken"/> that contains the selected elements.</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JToken.GetMetaObject(System.Linq.Expressions.Expression)">
<summary>
Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
</summary>
<param name="parameter">The expression tree representation of the runtime value.</param>
<returns>
The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JToken.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)">
<summary>
Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
</summary>
<param name="parameter">The expression tree representation of the runtime value.</param>
<returns>
The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JToken.DeepClone">
<summary>
Creates a new instance of the <see cref="T:Newtonsoft.Json.Linq.JToken"/>. All child tokens are recursively cloned.
@@ -8274,15 +8175,6 @@
A <see cref="T:System.String"/> that represents this instance.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JValue.GetMetaObject(System.Linq.Expressions.Expression)">
<summary>
Returns the <see cref="T:System.Dynamic.DynamicMetaObject"/> responsible for binding operations performed on this object.
</summary>
<param name="parameter">The expression tree representation of the runtime value.</param>
<returns>
The <see cref="T:System.Dynamic.DynamicMetaObject"/> to bind this object.
</returns>
</member>
<member name="M:Newtonsoft.Json.Linq.JValue.CompareTo(Newtonsoft.Json.Linq.JValue)">
<summary>
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
@@ -8733,13 +8625,6 @@
<param name="objectType">Type of the object.</param>
<returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonISerializableContract"/> for the given type.</returns>
</member>
<member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateDynamicContract(System.Type)">
<summary>
Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.
</summary>
<param name="objectType">Type of the object.</param>
<returns>A <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> for the given type.</returns>
</member>
<member name="M:Newtonsoft.Json.Serialization.DefaultContractResolver.CreateStringContract(System.Type)">
<summary>
Creates a <see cref="T:Newtonsoft.Json.Serialization.JsonStringContract"/> for the given type.
@@ -8845,31 +8730,6 @@
<param name="assemblyName">Specifies the <see cref="T:System.Reflection.Assembly"/> name of the serialized object.</param>
<param name="typeName">Specifies the <see cref="T:System.Type"/> name of the serialized object.</param>
</member>
<member name="T:Newtonsoft.Json.Serialization.DynamicValueProvider">
<summary>
Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.#ctor(System.Reflection.MemberInfo)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.DynamicValueProvider"/> class.
</summary>
<param name="memberInfo">The member info.</param>
</member>
<member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.SetValue(System.Object,System.Object)">
<summary>
Sets the value.
</summary>
<param name="target">The target to set the value on.</param>
<param name="value">The value to set on the target.</param>
</member>
<member name="M:Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue(System.Object)">
<summary>
Gets the value.
</summary>
<param name="target">The target to get the value from.</param>
<returns>The value.</returns>
</member>
<member name="T:Newtonsoft.Json.Serialization.ErrorContext">
<summary>
Provides information surrounding an error.
@@ -8929,31 +8789,6 @@
<param name="currentObject">The current object.</param>
<param name="errorContext">The error context.</param>
</member>
<member name="T:Newtonsoft.Json.Serialization.ExpressionValueProvider">
<summary>
Get and set values for a <see cref="T:System.Reflection.MemberInfo"/> using dynamic methods.
</summary>
</member>
<member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.#ctor(System.Reflection.MemberInfo)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.ExpressionValueProvider"/> class.
</summary>
<param name="memberInfo">The member info.</param>
</member>
<member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.SetValue(System.Object,System.Object)">
<summary>
Sets the value.
</summary>
<param name="target">The target to set the value on.</param>
<param name="value">The value to set on the target.</param>
</member>
<member name="M:Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(System.Object)">
<summary>
Gets the value.
</summary>
<param name="target">The target to get the value from.</param>
<returns>The value.</returns>
</member>
<member name="T:Newtonsoft.Json.Serialization.IAttributeProvider">
<summary>
Provides methods to get attributes.
@@ -9287,29 +9122,6 @@
</summary>
<param name="underlyingType">The underlying type for the contract.</param>
</member>
<member name="T:Newtonsoft.Json.Serialization.JsonDynamicContract">
<summary>
Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
</summary>
</member>
<member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.Properties">
<summary>
Gets the object's properties.
</summary>
<value>The object's properties.</value>
</member>
<member name="P:Newtonsoft.Json.Serialization.JsonDynamicContract.PropertyNameResolver">
<summary>
Gets or sets the property name resolver.
</summary>
<value>The property name resolver.</value>
</member>
<member name="M:Newtonsoft.Json.Serialization.JsonDynamicContract.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Newtonsoft.Json.Serialization.JsonDynamicContract"/> class.
</summary>
<param name="underlyingType">The underlying type for the contract.</param>
</member>
<member name="T:Newtonsoft.Json.Serialization.JsonISerializableContract">
<summary>
Contract details for a <see cref="T:System.Type"/> used by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
@@ -10016,32 +9828,6 @@
is returned if assignable to the target type.
</returns>
</member>
<member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodWithResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback,Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
<summary>
Helper method for generating a MetaObject which calls a
specific method on Dynamic that returns a result
</summary>
</member>
<member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodReturnLast(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Collections.Generic.IEnumerable{System.Linq.Expressions.Expression},Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
<summary>
Helper method for generating a MetaObject which calls a
specific method on Dynamic, but uses one of the arguments for
the result.
</summary>
</member>
<member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.CallMethodNoResult(System.String,System.Dynamic.DynamicMetaObjectBinder,System.Linq.Expressions.Expression[],Newtonsoft.Json.Utilities.DynamicProxyMetaObject{`0}.Fallback)">
<summary>
Helper method for generating a MetaObject which calls a
specific method on Dynamic, but uses one of the arguments for
the result.
</summary>
</member>
<member name="M:Newtonsoft.Json.Utilities.DynamicProxyMetaObject`1.GetRestrictions">
<summary>
Returns a Restrictions object which includes our current restrictions merged
with a restriction limiting our type
</summary>
</member>
<member name="T:Newtonsoft.Json.Utilities.ImmutableCollectionsUtils">
<summary>
Helper class for serializing immutable collections.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/DirectXMesh.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/DirectXMesh.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/DirectXTex.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/DirectXTex.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/FastXml_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/GenericCodeGen.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/HLSL.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/LowLevelAABB_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/LowLevel_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/MachineIndependent.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/NvCloth_x64.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/NvCloth_x64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/OGLCompiler.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/OSDependent.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/OpenAL32.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/OpenAL32.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/PhysXTask_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/PhysX_static_64.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/PhysX_static_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/SPIRV-Tools-opt.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/SPIRV-Tools.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/SPIRV.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/SceneQuery_64.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/UVAtlas.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/UVAtlas.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/assimp-vc140-md.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/assimp-vc140-md.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/astcenc.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/d3dcompiler_47.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/d3dcompiler_47.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/dbghelp.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/dbghelp.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/dxcompiler.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/dxcompiler.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/dxil.dll (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/freetype.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/freetype.pdb (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/glslang.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/libcurl.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/libogg_static.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
Source/Platforms/Windows/Binaries/ThirdParty/ARM64/libvorbis_static.lib (Stored with Git LFS) vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More