2024-08-17 14:27:18 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<LangVersion>9.0</LangVersion>
|
|
|
|
|
<_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
|
|
|
|
|
<_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
|
|
|
|
|
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>10.0.20506</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<RootNamespace></RootNamespace>
|
|
|
|
|
<ProjectGuid>{62753af3-1e0c-69e5-d3db-cf11598cd1b3}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<AssemblyName>Assembly-CSharp</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<BaseDirectory>.</BaseDirectory>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>Temp\Bin\Debug\Assembly-CSharp\</OutputPath>
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<DefineConstants>UNITY_2021_3_33;UNITY_2021_3;UNITY_2021;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_IG;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;DOTWEEN;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoWarn>0169,0649</NoWarn>
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<NoConfig>true</NoConfig>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
|
|
|
|
|
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
|
|
|
|
|
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
|
|
|
|
|
</PropertyGroup>
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<ItemGroup>
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\fr\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\fr\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\tr\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ko\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ja\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\tr\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\System.Text.Json.SourceGeneration.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\zh-Hant\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ja\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\es\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ru\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\de\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\pl\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\System.Text.Json.SourceGeneration.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\ru\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\es\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\cs\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\it\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\pl\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\de\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\zh-Hans\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\zh-Hant\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\ko\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\it\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\cs\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\zh-Hans\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn3.11\cs\pt-BR\System.Text.Json.SourceGeneration.resources.dll" />
|
|
|
|
|
<Analyzer Include="D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\analyzers\dotnet\roslyn4.0\cs\pt-BR\System.Text.Json.SourceGeneration.resources.dll" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
</ItemGroup>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\ProtoUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\IDtQueryFilter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtPathUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\JNBaseSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Proto\NActionMessage.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\Compress\DtTileCacheFastLzCompressor.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\Data\STileDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntitasException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityIsNotRetainedByOwnerException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcMeshs.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\JNEntity.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLinkBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStraightPathOption.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\PlayerMovePhysics.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\IConnection.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelFileReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\CollectorContextExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheReader.cs" />
|
2024-09-12 18:06:22 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\EDEntityComponent.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcAreas.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\NavMeshData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\BVItemYComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMetaReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtDefaultQueryHeuristic.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicTileColliderRemovalJob.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\IDtPolyQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtPolyTypes.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\TriangleHeuristic.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\Geometry\Ray.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentDebugInfo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\Component\Components\JNTransformComponent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\Geometry\Plane.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\DebugSystems\SystemInfo.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Main.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpEdge.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtFindPathOption.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\IAllOfMatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\JNSSTileClientService.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\MatcherStatic.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtNavMeshParamsReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LMath.LVector.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeta.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcArrays.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\SViewSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\JNServerBase.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCapsuleCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtQueryDefaultFilter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Systems.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Extensions\EntitasStringExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.Minimal.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheLayerBuilder.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\Logic\DWorldSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\EdgeSamplerFactory.cs" />
|
2024-08-31 21:05:29 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Lookup\EDNodeLookup.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Controller\EDPlayerController.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Geom\DemoDtTileCacheMeshProcess.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcJumpLinkBuilderTool.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Sync\JNGFrameSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\EdgePoint.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LRect.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\EntitasExtend\JNLookup.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\PrimaryEntityIndex.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\IndexedAStarPathFinder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcEdge.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCompactSpan.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\ContextInfo.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Sync\Tile\JNGTileClientSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\IGraph.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentUpdateFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\DotRecastRoot.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\Component\JNComponent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentState.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray2.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcDirectory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcAtomicLong.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\Entity\JNTileEntity.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtProximityGrid.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshDataWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcSpanPool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\JNTCPServer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelFile.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Sync\Tile\JNGTileServerSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpTrajectory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray8.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\Funnel.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Contexts\EDNodeContext.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\NetDataEnum.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCapsuleGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\System\SystemBase.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\ISystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LUT\LUTAcos.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtObstacleRequestAction.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\View\DViewSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\BVItemZComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\JNGClientGroup.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Util\NDataUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtRaycastOptions.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcAreaModification.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\GenMapConfigHelper.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLinkBuilderConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\DebugSystems\DebugSystemsBehaviour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\JNTCPClient.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityDoesNotHaveComponentException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\ContextExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\SimpleElevator.cs" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\GDataBaseSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Buffers\RcCyclicBuffer.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\FadeOutNearbyObjects\CinemachineFadeOutNearbyObjects.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcHeightfieldLayerSet.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\TriggerOnEvent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Extensions\CollectionExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\ICleanupSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcJumpLinkBuilderToolConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\Entity\EntityBehaviour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStatus.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContourSet.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\View\Entity\VDPlayers.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Contexts\EDPlayerContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\ComponentNameAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\BoundsItemYComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\Generated\Feature.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\JsonUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheLayerHeader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcVoxelizations.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DetourBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshRaycast.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\JNetGame.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\JNGServer.Game.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\IAnyOfMatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Anywhere Door\PlayerMovement.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\ThirdPersonFollowDistanceModifier.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtTrimeshCollider.cs" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\JNSSTileTool.cs" />
|
2024-08-31 21:05:29 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Lookup\EDBossLookup.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\3rdPersonWithAimMode\ActivateOnKeypress.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\DualTarget\MoveAimTarget.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\IDtTileCacheMeshProcess.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Anywhere Door\PlayerLookAt.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LMath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshSetReader.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\ExampleHelpWindow.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcByteBuffer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\JobSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Input\DInputSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshCreateParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\BVItemXComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcTileTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextDoesNotContainEntityException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\EdgeExtractor.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCache.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\UnityAStarPathfindingReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcBuildContoursFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Util\MeshData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheContour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\IRcBuilderProgressListener.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtMoveRequestState.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcHashCodes.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNoOpDtPolygonByCircleConstraint.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\Compress\DtTileCacheCompressorFactory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\SLogicSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtBoxCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Proto\JNSyncMessage.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcBuilderResult.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtFindPathOptions.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Sync\Tile\JNGTileSlaveServerSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Util\UseUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Group\Group.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\Data\SFrameDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcTelemetryTick.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\PolyQueryInvoker.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\IRcToolable.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcAtomicInteger.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtBVNode.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\BossCamera\CustomLockCameraY.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtConnectPoly.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\IDtPolygonByCircleConstraint.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\TSingleton.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LUT\LUTSin.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\NodeBinaryHeap.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Entity\JNetParam.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheLayerHeaderReader.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\PlayerMove.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Scripting\ScriptingExample.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStrictDtPolygonByCircleConstraint.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\OffMeshLinkCreator.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextStillHasRetainedEntitiesException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\Trajectory.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\2D\LoseSightWhenTargetsFallsOffThePlatform.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcFilters.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcHeightPatch.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\IInputGeomProvider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\CollectorException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LUT\LUTAsin.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\2D\MouseScrollZoom2D.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicTileCheckpoint.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\MixingCameraBlend.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheObstacle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\DotRecastController.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\ITearDownSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Geom\DemoInputGeomProvider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntitasResources.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleAvoidanceDebugData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcByteOrder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\TileNavMeshBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\NetTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtMeshTile.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\BoundsItem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcAxis.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\ObjExporter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtCompressedTile.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\IJNSyncCycle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\IReactiveSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\HashCodeExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\Entity\Component\JNTileComponent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Numerics\RcMatrix4x4f.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextInfoException.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\App.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Group\JNClientGroup.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNodeQueue.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcObjImporter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LAxis3D.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Buffers\RcCyclicBuffers.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Group\GroupEvent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LAxis2D.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcDynamicUpdateToolMode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcConvexUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcScopedTimer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\IDtQueryHeuristic.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpSegmentBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtFindNearestPolyQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcTestNavmeshToolMode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\Meta.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray64.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\BspTree.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\Singleton.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPotentialDiagonalComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\TriangleNavMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshSetWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcHeightfield.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcRegion.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\RcNavMeshBuildSettings.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicTileColliderAdditionJob.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcSortedQueue.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcLevelStackEntry.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\Data\SStateDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcRasterizations.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdNeighbour.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Trigger volumes\GenericTrigger.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContourHole.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LQuaternion.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\ZipBinaryReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\PostConstructorAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\DStateBasisData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\TriangleEdge.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContours.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStraightPathFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\JNGTileClient.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\IGroundSampler.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCompactCell.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\ContextObserver\ContextObserver.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStraightPathOptions.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\EventDispatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\View\ViewData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\BspTree.UnityExt.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityIsAlreadyRetainedByOwnerException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtLayerMonotoneRegion.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNodePool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\Collector.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\Entity\DontDrawComponentAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Numerics\RcVec2f.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\NavMeshTileHeader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\TriangleEdgeGraphPath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtSegInterval.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\DualTarget\PointAtAimTarget.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Group\GroupSingleEntityException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LMatrix3x3.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\IndexedGraph.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcLayerRegion.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.Listable.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\BossCamera\BossLookAt.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LUT\LUTAtan2.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\EntityIndexException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\JNSyncService.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\GAPI.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtConvexConvexIntersections.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCachePolyMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\IEntityIndex.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector2Int.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\SBaseSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcConstants.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.Unity\src\EntityLink.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtQueryData.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\EDPlayerDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpSegment.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Anywhere Door\TagChanger.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCommons.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray4.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPartitionType.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeshDataReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\ClimbTrajectory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\IDtCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\SingletonScene.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtVoxelQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray16.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtMeshData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPolyMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\DemoNavMeshBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\NavMeshGroundSampler.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\FlagPrefixAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\MultiReactiveSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdTelemetry.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentType.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\IGraphPath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdScopedTimer.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\DApplication.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\Entity\JNTileContexts.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\Geometry\GeometryUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\Action\NActionEnum.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleAvoidanceQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Compression\FastLZ.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdTimerLabel.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\BVTreeBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcMeshDetails.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\MatcherEquals.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector.UnityExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Service\JNGResService.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\CleanupAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\ContextObserver\ContextObserverExtension.cs" />
|
2024-08-31 21:05:29 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Lookup\EDPlayerLookup.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCylinderCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcImmutableArray.Enumerable.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\EntityIndexAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\UI\DMainUI.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LUT\LUTCos.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray32.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtLink.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector3Int.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\ReactiveSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\EdgeSampler.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\CustomEntityIndexAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeLink2Reader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\IHeuristic.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Models\UnityCharacter\Scripts\CharacterMovement2D.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcResources.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\BspTreeNode.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\EDNodeDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\InvokeEventFromInspector.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtOffMeshConnection.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheSetHeader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\JNSocket.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtCompressedTileFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\NavTriangle.Extension.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\Usual\DMapSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCompositeCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\Timers.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcSpan.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcGizmoHelper.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Matcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcDynamicColliderShape.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\CServer.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNodeFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\JNSyncDefaultService.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\View\Entity\VDBoss.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\SoloNavMeshBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\NavMeshSetHeader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\ContextAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcGizmoFactory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdConst.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextEntityIndexDoesNotExistException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcSpans.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcTestNavMeshTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\IRcGizmoMeshFilter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\SampleAreaModifications.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPartition.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCompactSpanBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\IPathFinder.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\EDBoss.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcIntersections.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\Usual\DDataSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcLayers.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCompacts.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtNavMeshBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtConvexConvexInFlag.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray256.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\SDataSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcConvexVolumeTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeIndexReader.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Contexts\EDBossContext.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTempContour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\ESplitType.cs" />
|
2024-09-12 18:06:22 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\EDEntityBasis.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcHeightfieldLayer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheLayer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\DontGenerateAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\IContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\TriggerOnEventMatcherExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPolyMeshRaycast.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphConnectionReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\Types\KeyValue.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\NodeLink2.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\IContexts.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Debuger\JNTileServerDebuger.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\JNGClient.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Controller\EDBossController.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\EntitasExtend\JNSystemLoad.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContourHoleComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\JNGSocket.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCompositeGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\UnsafeAERC.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\EntityIndexGetMethodAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcRand.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcSphereGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtPolyDetail.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\JNSSTileServerService.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\RandomUtil.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\Logic\DBossSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\IOUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\SplitLine.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcDirtyEntry.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcTrimeshGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcSegmentVert.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Network\JNClientBase.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\SimpleInputGeomProvider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQueue.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\TriangleGraph.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQueryResult.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\DebugSystems\DebugSystems.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcRegions.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtDetailTriEdgeFlags.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcSweepSpan.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtMeshDataReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\MatcherException.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Input\IDWorld.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtObstacleState.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\BoundsItemXComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcBuilderConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtSphereCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentProfilingTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcContourRegion.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleAvoidanceParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcObstacleTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray512.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\CServer\JNGServer.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\Logic\DPlayerSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Input\IDPlayer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\IEntity.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtQueryEmptyFilter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcCompactHeightfield.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcAtomicBoolean.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\DtTileCacheLayerHeaderWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtObstacleRequest.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\Io\Compress\IDtTileCacheCompressorFactory.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\IExecuteSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcThrowHelper.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\DefaultInputGeomProvider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\INoneOfMatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcTimerLabel.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Debug\MapVisualize.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\GraphMeshData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\NavTriangle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtPoly.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentTrail.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Numerics\RcVec3f.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\Component\Components\EDMoveComponent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtStraightPath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLink.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\EntityEqualityComparer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcFilledVolumeRasterization.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Input\IDPlayer2.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\RcOffMeshConnection.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Frame\JNSyncFrameService.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\TrajectorySampler.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EventAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\ToUtil.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\BVItem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcProcess.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelTile.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtLocalBoundary.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\UniqueAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\Entity\JNTileContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdToolMode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcLayerSweepSpan.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\IJNSyncId.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\NoThread\Interlocked.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\IDtDaynmicTileJob.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Proto\GActionMessage.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleCircle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtObstacleSegment.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\IJNTileCycle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\State\JNSStateClientService.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\Game\Data\EDBossDataSystem.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\InputSystemHelper.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\TextMain.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcByteUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\BVTreeCreator.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcCrowdAgentProfilingToolConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Group\GroupExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Colliders\DtConvexTrimeshCollider.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicNavMeshConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\ContextEntityIndexDoesAlreadyExistException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPotentialDiagonal.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcPolyMeshDetail.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\System\DGBasisSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Builder\NavMeshBuildResult.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\RcChunkyTriMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\IAERC.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Util\UnityMainThreadDispatcher.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\GroundSegment.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\Logic\JNRandomSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathCorridor.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcAtomicFloat.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\DefaultGraphPath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\BSP\TriangleRef.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\EntityIndexType.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Collector\ICollector.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\GameObjectDestroyExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\IRcCompressor.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcCylinderGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\CameraMagnets\CameraMagnetProperty.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityAlreadyHasComponentException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtConvexConvexIntersection.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\IComponent.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\Profiler.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\LRandom.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\UnityAStarPathfindingImporter.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\EDContexts.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Util\JAPI.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\View\IViewData.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Exceptions\EntityIsNotDestroyedException.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\SpawnInCircle.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\JNContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Numerics\RcVecUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\DtPolyUtils.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Systems\JNGGame.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcBoxGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtQueryNoOpFilter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtRaycastHit.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\AbstractEntityIndexAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\JNContexts.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Gizmos\RcGizmo.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\ICompoundMatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\MetaReader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\RcTriMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\PlayerMoveOnSphere.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Systems\Interfaces\IInitializeSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\Interfaces\IMatcher.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Group\IGroup.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\Entity\Component\JNEntityLookup.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Entity.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheObstacleType.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\PathFinder\TrianglePointPath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.VisualDebugging.Unity\src\ContextObserver\ContextObserverBehaviour.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcMath.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicNavMesh.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\Io\DtNavMeshParamWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Unity\Astar\LinkBuilder.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\PrimerLUT.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\View\Entity\VDNodes.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcConvexVolume.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\GroundSample.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\Geom\RcChunkyTriMeshNode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtPolyPoint.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\CameraMagnets\CameraMagnetTargetController.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\GEvent.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\Exceptions\EntityIsNotEnabledException.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowd.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\State\JNSStateServerService.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\AbstractGroundSampler.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Sync\App\Tile\JNSSTileServerService.MasterSlave.cs" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Compile Include="Assets\JNGame\Sync\System\Logic\JNInputSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Entity\SafeAERC.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcFrequency.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Matcher\MatcherToString.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Extras\Jumplink\JumpLinkType.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\CollectionExtensions.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtCrowdAgentAnimation.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\Sync\JNGStateServerSystem.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheLayerBuildResult.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Buffers\RcRentedArray.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\EDNode.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\DtDynamicTile.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Models\UnityCharacter\Scripts\CharacterMovement.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcOffMeshConnectionTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtSegment.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector.Extension.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Models\UnityCharacter\Scripts\CharacterMovementNoCamera.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheStorageParams.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Extensions\PublicMemberInfoEntityExtension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.TileCache\DtTileCacheContourSet.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\EntityIndex.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Crowd\DtPathQuery.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\ActivateCamOnPlay.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LFloat.Extension.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour.Dynamic\Io\DtVoxelFileWriter.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\AppGame\GActionEnum.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\RcObjImporterContext.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\EntityIndex\AbstractEntityIndex.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas.CodeGeneration.Attributes\src\EntityIndex\PrimaryEntityIndexAttribute.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Detour\DtMeshHeader.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast\RcConfig.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LFloat.cs" />
|
|
|
|
|
<Compile Include="Assets\Scripts\Game\Logic\Entity\Nodes\EDPlayer.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\Collections\RcStackArray128.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector3.cs" />
|
|
|
|
|
<Compile Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Shared\Scripts\ActivateCameraWithDistance.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\2DPathFinding\NavMesh\NavMesh\TriangleNavMesh.UnityExt.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Recast.Toolset\Tools\RcDynamicUpdateTool.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Map\DotRecast\Src\DotRecast.Core\IRcRand.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Math\BaseType\LVector2.cs" />
|
|
|
|
|
<Compile Include="Assets\JNGame\Plugins\Entitas\Entitas\src\Context\Context.cs" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMPro.cginc" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Overlay.shader" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.xml" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.xml" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap.shader" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Text.Encodings.Web.6.0.0\useSharedDesignerContext.txt" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\Resources\map1.json" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.xml" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\FadeOutNearbyObjects\FadeOut.shader" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMPro_Mobile.cginc" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF SSD.shader" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\Resources\Battle\Map\NavMesh\Map_1001.navmesh.json" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.xml" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\JNGame\Plugins\Entitas\Entitas\src\version.txt" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.2.0.16\LICENSE.txt" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface-Mobile.shader" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.xml" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Surface.shader" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\Samples\Cinemachine\2.10.1\Cinemachine Example Scenes\Scenes\Anywhere Door\ScreenCutoutShader.shader" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Sprites\EmojiOne Attribution.txt" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Custom-Atlas.shader" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF.shader" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile SSD.shader" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Resources\LineBreaking Leading Characters.txt" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.xml" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMPro_Properties.cginc" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMPro_Surface.cginc" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<None Include="Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.xml" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.xml" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Text.Json.6.0.0\useSharedDesignerContext.txt" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.Http.2.0.16\LICENSE.txt" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile Masking.shader" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.Core.2.0.16\LICENSE.txt" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF Overlay.shader" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_Bitmap-Mobile.shader" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Fonts\LiberationSans - OFL.txt" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\useSharedDesignerContext.txt" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_SDF-Mobile.shader" />
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<None Include="Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.xml" />
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<None Include="Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\useSharedDesignerContext.txt" />
|
2024-08-31 15:35:12 +08:00
|
|
|
|
<None Include="Assets\TextMesh Pro\Sprites\EmojiOne.json" />
|
|
|
|
|
<None Include="Assets\TextMesh Pro\Shaders\TMP_Sprite.shader" />
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Reference Include="UnityEngine">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ARModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AccessibilityModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AndroidJNIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AnimationModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AssetBundleModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.AudioModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ClothModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ClusterInputModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ClusterRendererModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CrashReportingModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.DSPGraphModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.DirectorModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.GIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.GameCenterModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.GridModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.HotReloadModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ImageConversionModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.InputModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.InputLegacyModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.JSONSerializeModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.LocalizationModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ParticleSystemModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.PerformanceReportingModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.PhysicsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.Physics2DModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ProfilerModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.ScreenCaptureModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.SharedInternalsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.SpriteMaskModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.SpriteShapeModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.StreamingModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.SubstanceModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.SubsystemsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TLSModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TerrainModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TerrainPhysicsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TextCoreFontEngineModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TextCoreTextEngineModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.TilemapModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIElementsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIElementsNativeModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIWidgetsModule">
|
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIWidgetsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UNETModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UmbraModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityAnalyticsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityAnalyticsCommonModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityConnectModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityCurlModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityTestProtocolModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestAudioModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestTextureModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.VFXModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.VRModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.VehiclesModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.VideoModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.VirtualTexturingModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.WindModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.XRModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.CoreModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.DeviceSimulatorModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.DiagnosticsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.GraphViewModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.PackageManagerUIModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.QuickSearchModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.SceneTemplateModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.TextCoreFontEngineModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.TextCoreTextEngineModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UIBuilderModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UIElementsModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UIElementsSamplesModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UIServiceModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UnityConnectModule">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Sherlog">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\Sherlog\Sherlog.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="TCPeasy">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\TCPeasy\TCPeasy.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DesperateDevs.Threading">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Threading.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="Google.Protobuf">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Google.Protobuf.3.18.3\lib\netstandard2.0\Google.Protobuf.dll</HintPath>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
</Reference>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Newtonsoft.Json.13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DOTween">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Plugins\Demigiant\DOTween\DOTween.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="ReportGeneratorMerged">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.testtools.codecoverage@1.2.4\lib\ReportGenerator\ReportGeneratorMerged.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DesperateDevs.Reflection">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Reflection.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DesperateDevs.Caching">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Caching.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DesperateDevs.Serialization">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Serialization.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="DesperateDevs.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<Reference Include="System.Text.Encodings.Web">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Encodings.Web.6.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<Reference Include="TouchSocket.Http">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Http.2.0.16\lib\netstandard2.1\TouchSocket.Http.dll</HintPath>
|
2024-08-22 20:37:39 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="Sherlog.Appenders">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\Sherlog\Sherlog.Appenders.dll</HintPath>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
</Reference>
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<Reference Include="System.Text.Json">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Text.Json.6.0.0\lib\netstandard2.0\System.Text.Json.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="DesperateDevs.Unity">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\DesperateDevs\DesperateDevs.Unity.dll</HintPath>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
</Reference>
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="Sherlog.Formatters">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\JNGame\Plugins\Sherlog\Sherlog.Formatters.dll</HintPath>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
</Reference>
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<Reference Include="TouchSocket">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.2.0.16\lib\netstandard2.1\TouchSocket.dll</HintPath>
|
2024-08-22 20:37:39 +08:00
|
|
|
|
</Reference>
|
2024-08-19 11:51:17 +08:00
|
|
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
<Reference Include="Unity.VisualScripting.Antlr3.Runtime">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\PackageCache\com.unity.visualscripting@1.9.1\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
|
2024-08-19 20:20:41 +08:00
|
|
|
|
</Reference>
|
2024-08-22 20:37:39 +08:00
|
|
|
|
<Reference Include="TouchSocket.Core">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Assets\Packages\TouchSocket.Core.2.0.16\lib\netstandard2.1\TouchSocket.Core.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="netstandard">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Win32.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.AppContext">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Buffers">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Collections.Concurrent">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Collections">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Collections.NonGeneric">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Collections.Specialized">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel.EventBasedAsync">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel.TypeConverter">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Console">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.Common">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.Contracts">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.Debug">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.FileVersionInfo">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.Process">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.StackTrace">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.TextWriterTraceListener">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.Tools">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.TraceSource">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.Tracing">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Dynamic.Runtime">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Globalization.Calendars">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Globalization">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Globalization.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression.ZipFile">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem.DriveInfo">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.FileSystem.Watcher">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.IsolatedStorage">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.MemoryMappedFiles">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Pipes">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.UnmanagedMemoryStream">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq.Expressions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq.Parallel">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Linq.Queryable">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Memory">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Http">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.NameResolution">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.NetworkInformation">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Ping">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Requests">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Security">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Sockets">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.WebHeaderCollection">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.WebSockets.Client">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.WebSockets">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Numerics.Vectors">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ObjectModel">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.DispatchProxy">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.Emit">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.Emit.ILGeneration">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.Emit.Lightweight">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Reflection.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Resources.Reader">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Resources.ResourceManager">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Resources.Writer">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.VisualC">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Handles">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Numerics">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization.Formatters">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization.Json">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization.Xml">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Claims">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Algorithms">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Csp">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Encoding">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Primitives">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.X509Certificates">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Principal">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.SecureString">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Text.Encoding">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Text.Encoding.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Text.RegularExpressions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Overlapped">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Tasks">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Tasks.Parallel">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Thread">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.ThreadPool">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Timer">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ValueTuple">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.ReaderWriter">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.XDocument">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.XmlDocument">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.XmlSerializer">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.XPath">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.XPath.XDocument">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.InteropServices.WindowsRuntime">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="mscorlib">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel.Composition">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Core">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Drawing">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression.FileSystem">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Numerics">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ServiceModel.Web">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Transactions">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Windows">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Xml.Serialization">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>C:\APP\UnityEdit\2021.3.33f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.Flow.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VSCode.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TextMeshPro.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualStudio.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.Performance.Profile-Analyzer.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Model">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.Timeline">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.Core.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TextMeshPro">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.State.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEditor.UI">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.PlasticSCM.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.Rider.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.Flow">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.Core">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Core.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.EditorCoroutines.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Cinemachine">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Cinemachine.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="com.unity.cinemachine.editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\com.unity.cinemachine.editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.Shared.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.Timeline.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.AI.Navigation">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.AI.Navigation.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.AI.Navigation.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TestTools.CodeCoverage.Editor">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.VisualScripting.State">
|
2024-09-13 04:06:25 +08:00
|
|
|
|
<HintPath>D:\Jisol\JisolGame\JNFrame2\Library\ScriptAssemblies\Unity.VisualScripting.State.dll</HintPath>
|
2024-08-17 14:27:18 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="Assembly-CSharp-firstpass.csproj">
|
|
|
|
|
<Project>{082457fe-fcb4-40d1-c6ce-98e6d3097f89}</Project>
|
|
|
|
|
<Name>Assembly-CSharp-firstpass</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="BestHTTP.csproj">
|
|
|
|
|
<Project>{eb14efbc-e264-9b0a-c04d-d1e93cdf5a63}</Project>
|
|
|
|
|
<Name>BestHTTP</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="StompyRobot.SRF.Editor.csproj">
|
|
|
|
|
<Project>{33448493-9d07-9e6d-e65e-d48b790a1dbf}</Project>
|
|
|
|
|
<Name>StompyRobot.SRF.Editor</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="StompyRobot.SRDebugger.csproj">
|
|
|
|
|
<Project>{786227ef-f2d4-16aa-9b5e-f745e7520e98}</Project>
|
|
|
|
|
<Name>StompyRobot.SRDebugger</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="StompyRobot.SRDebugger.Editor.csproj">
|
|
|
|
|
<Project>{9722de7c-517b-fffe-d423-d313eadf5149}</Project>
|
|
|
|
|
<Name>StompyRobot.SRDebugger.Editor</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="UniTask.DOTween.csproj">
|
|
|
|
|
<Project>{694241c5-b793-03a0-1887-6d1b1abd5716}</Project>
|
|
|
|
|
<Name>UniTask.DOTween</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="UniTask.Linq.csproj">
|
|
|
|
|
<Project>{168b694c-7d58-d228-f9a3-02235c192fc5}</Project>
|
|
|
|
|
<Name>UniTask.Linq</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="UniTask.TextMeshPro.csproj">
|
|
|
|
|
<Project>{023a0336-4680-7ca2-9149-a72dd59bbaf2}</Project>
|
|
|
|
|
<Name>UniTask.TextMeshPro</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="AimingRig.csproj">
|
|
|
|
|
<Project>{7e65388c-f6a7-49e7-107c-67d307ad886b}</Project>
|
|
|
|
|
<Name>AimingRig</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="UniTask.csproj">
|
|
|
|
|
<Project>{bf8742e6-eee2-4cf6-3e82-d12e15802154}</Project>
|
|
|
|
|
<Name>UniTask</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="UniTask.Addressables.csproj">
|
|
|
|
|
<Project>{928a2a75-dd5e-391a-39b4-3b93706f64ec}</Project>
|
|
|
|
|
<Name>UniTask.Addressables</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="StompyRobot.SRF.csproj">
|
|
|
|
|
<Project>{356a0975-52a0-edee-67e5-a8751d23d388}</Project>
|
|
|
|
|
<Name>StompyRobot.SRF</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|