This commit is contained in:
2022-10-12 16:25:54 +05:00
parent 4adaec82ae
commit 5a34497007
164 changed files with 6847 additions and 6390 deletions
+50 -35
View File
@@ -9,7 +9,7 @@
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{c9b54016-b979-ddfc-e2db-516f5f0df12c}</ProjectGuid>
<ProjectGuid>{232fe88f-1ab0-f1b5-2b92-708b128ff806}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Unity.Services.Core.Telemetry</AssemblyName>
@@ -39,35 +39,35 @@
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Handlers\DiagnosticsHandler.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\CachedPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Metrics\MetricsFactory.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Metrics\DisabledMetrics.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\FactoryUtils.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Diagnotstics\DiagnosticsFactory.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\UnityWebRequestSender.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Diagnotstics\Diagnostics.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Metrics\Metric.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\AssemblyInfo.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Diagnostics\DiagnosticsPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Metrics\DisabledMetricsFactory.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\TagKeys.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Metrics\MetricType.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Cache\ICachePersister.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\WebRequest.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Diagnotstics\DisabledDiagnostics.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Handlers\MetricsHandler.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Cache\DisabledCachePersister.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Interfaces\ITelemetryPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Interfaces\ITelemetryEvent.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Metrics\MetricsPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Cache\FileCachePersister.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\TelemetryConfig.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\TelemetrySender.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\IUnityWebRequestSender.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Metrics\DisabledMetrics.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Diagnotstics\DiagnosticsFactory.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\AssemblyInfo.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Diagnostics\DiagnosticsPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\TagKeys.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\WebRequest.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Cache\DisabledCachePersister.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Interfaces\ITelemetryPayload.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\CacheExtensions.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Metrics\Metrics.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Models\Diagnostics\Diagnostic.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\ExponentialBackOffRetryPolicy.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Cache\FileCachePersister.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\TelemetryConfig.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\TelemetrySender.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Diagnotstics\DisabledDiagnosticsFactory.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Handlers\TelemetryHandler.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Networking\IUnityWebRequestSender.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\TelemetryUtils.cs" />
<Compile Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Utils\TelemetryConfigKeys.cs" />
<None Include="Library\PackageCache\com.unity.services.core@1.4.2\Runtime\Telemetry\Unity.Services.Core.Telemetry.asmdef" />
@@ -330,34 +330,49 @@
<HintPath>D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="Unity.Plastic.Newtonsoft.Json">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Unity.Plastic.Antlr3.Runtime">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="Unity.VisualScripting.YamlDotNet">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Unsafe">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.Unsafe.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Cecil.Mdb">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Mdb.dll</HintPath>
</Reference>
<Reference Include="Unity.VisualScripting.TextureAssets">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll</HintPath>
</Reference>
<Reference Include="Unity.VisualScripting.IonicZip">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
</Reference>
<Reference Include="log4netPlastic">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
</Reference>
<Reference Include="Unity.VisualScripting.Antlr3.Runtime">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="ReportGeneratorMerged">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll</HintPath>
</Reference>
<Reference Include="unityplastic">
<HintPath>D:\UnityProjects\CPPK-VR\Library\PackageCache\com.unity.collab-proxy@1.17.2\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Cecil.Pdb">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Pdb.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Cecil">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.dll</HintPath>
</Reference>
<Reference Include="log4netPlastic">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.collab-proxy@1.17.6\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
</Reference>
<Reference Include="Unity.Burst.Cecil.Rocks">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.burst@1.7.3\Unity.Burst.CodeGen\Unity.Burst.Cecil.Rocks.dll</HintPath>
</Reference>
<Reference Include="Unity.VisualScripting.Antlr3.Runtime">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include="ReportGeneratorMerged">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.testtools.codecoverage@1.0.1\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.nuget.newtonsoft-json@3.0.2\Runtime\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>D:\UnityInstalls\2021.3.11f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
@@ -740,19 +755,19 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Unity.Services.Core.csproj">
<Project>{57583710-33a8-16c6-fd7e-60f01f42dfd1}</Project>
<Project>{db40fa08-786e-2ace-5f52-3602cac92f7c}</Project>
<Name>Unity.Services.Core</Name>
</ProjectReference>
<ProjectReference Include="Unity.Services.Core.Internal.csproj">
<Project>{dc1208e5-0f73-4b32-5ebf-2e6d96be26a1}</Project>
<Project>{661c56e6-5be9-1c31-e6b2-9a080d94b59e}</Project>
<Name>Unity.Services.Core.Internal</Name>
</ProjectReference>
<ProjectReference Include="UnityEditor.UI.csproj">
<Project>{5b6c6cc7-6288-9811-283f-10dc49bc3b47}</Project>
<Project>{5d3f9a8e-f9ab-bb6b-d5db-3d700c1f85b2}</Project>
<Name>UnityEditor.UI</Name>
</ProjectReference>
<ProjectReference Include="UnityEngine.UI.csproj">
<Project>{ab27da9e-0f76-f1ba-653d-2f314399aadd}</Project>
<Project>{77233047-5e8b-b02f-90cf-3c8e15ed1f2c}</Project>
<Name>UnityEngine.UI</Name>
</ProjectReference>
</ItemGroup>