From 9717516249b532065db6c208dcaf8202d76c9d1a Mon Sep 17 00:00:00 2001 From: zyy2412666 Date: Mon, 20 Nov 2023 15:01:25 +0800 Subject: [PATCH] Files --- .gitattributes | 63 ++ .gitignore | 363 +++++++++ .vsconfig | 6 + Assembly-CSharp-Editor-firstpass.csproj | 937 ++++++++++++++++++++++++ Assembly-CSharp-Editor.csproj | 937 ++++++++++++++++++++++++ Assembly-CSharp-firstpass.csproj | 932 +++++++++++++++++++++++ Assembly-CSharp.csproj | 906 +++++++++++++++++++++++ ISAP.sln | 32 + 8 files changed, 4176 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .vsconfig create mode 100644 Assembly-CSharp-Editor-firstpass.csproj create mode 100644 Assembly-CSharp-Editor.csproj create mode 100644 Assembly-CSharp-firstpass.csproj create mode 100644 Assembly-CSharp.csproj create mode 100644 ISAP.sln diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9491a2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,363 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd \ No newline at end of file diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..d70cd98 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/Assembly-CSharp-Editor-firstpass.csproj b/Assembly-CSharp-Editor-firstpass.csproj new file mode 100644 index 0000000..932f280 --- /dev/null +++ b/Assembly-CSharp-Editor-firstpass.csproj @@ -0,0 +1,937 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {93F5FC1B-7E56-9688-165B-3FD510820CC6} + Library + Properties + Assembly-CSharp-Editor-firstpass + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_2_16;UNITY_2022_2;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_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_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;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;CT_RTV;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.17 + EditorPlugins:7 + StandaloneWindows64:19 + 2022.2.16f1c1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + Library\PackageCache\com.unity.collections@1.2.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll + + + Library\PackageCache\com.unity.testtools.codecoverage@1.2.2\lib\ReportGenerator\ReportGeneratorMerged.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + Assets\Plugins\Demigiant\DOTween\Editor\DOTweenEditor.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + Assets\Plugins\crosstales\Common\Libraries\NAudio\CTNAudio.dll + + + Assets\Plugins\Demigiant\DOTween\DOTween.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\unityplastic.dll + + + Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + Library\ScriptAssemblies\UnityEditor.TestRunner.dll + + + Library\ScriptAssemblies\UnityEngine.TestRunner.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Runtime.dll + + + Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + + + Library\ScriptAssemblies\PsdPlugin.dll + + + Library\ScriptAssemblies\Unity.Burst.Editor.dll + + + Library\ScriptAssemblies\Unity.Burst.dll + + + Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Path.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + + + Library\ScriptAssemblies\UnityEditor.UI.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Runtime.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + + + Library\ScriptAssemblies\Unity.Rider.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEngineBridge.001.dll + + + Library\ScriptAssemblies\Unity.Mathematics.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Runtime.dll + + + Library\ScriptAssemblies\UnityEngine.UI.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + + + Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + + + Library\ScriptAssemblies\Unity.Collections.dll + + + Library\ScriptAssemblies\Unity.2D.Psdimporter.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEditorBridge.001.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Runtime.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.dll + + + Library\ScriptAssemblies\Unity.Mathematics.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Editor.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.dll + + + Library\ScriptAssemblies\Unity.VSCode.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Editor.dll + + + + + {6FE0CB2F-07F5-25E7-410C-472C30F382C2} + Assembly-CSharp-firstpass + + + + + + diff --git a/Assembly-CSharp-Editor.csproj b/Assembly-CSharp-Editor.csproj new file mode 100644 index 0000000..dda77ad --- /dev/null +++ b/Assembly-CSharp-Editor.csproj @@ -0,0 +1,937 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {6C567E9F-CEA2-0AD2-E5DF-99C98518D7C2} + Library + Properties + Assembly-CSharp-Editor + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_2_16;UNITY_2022_2;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_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_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;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;CT_RTV;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.17 + Editor:5 + StandaloneWindows64:19 + 2022.2.16f1c1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll + + + Library\PackageCache\com.unity.collections@1.2.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll + + + Library\PackageCache\com.unity.testtools.codecoverage@1.2.2\lib\ReportGenerator\ReportGeneratorMerged.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll + + + Assets\Assets\Plugins\Demigiant\DOTween\Editor\DOTweenEditor.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\log4netPlastic.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll + + + Assets\Assets\Plugins\crosstales\Common\Libraries\NAudio\CTNAudio.dll + + + Assets\Assets\Plugins\Demigiant\DOTween\DOTween.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\EditorAssetResources\Unity.VisualScripting.TextureAssets.dll + + + Library\PackageCache\com.unity.collab-proxy@2.0.3\Lib\Editor\PlasticSCM\unityplastic.dll + + + Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll + + + Library\ScriptAssemblies\UnityEditor.TestRunner.dll + + + Library\ScriptAssemblies\UnityEngine.TestRunner.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Runtime.dll + + + Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + + + Library\ScriptAssemblies\PsdPlugin.dll + + + Library\ScriptAssemblies\Unity.Burst.Editor.dll + + + Library\ScriptAssemblies\Unity.Burst.dll + + + Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Path.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + + + Library\ScriptAssemblies\UnityEditor.UI.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Runtime.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + + + Library\ScriptAssemblies\Unity.Rider.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEngineBridge.001.dll + + + Library\ScriptAssemblies\Unity.Mathematics.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Runtime.dll + + + Library\ScriptAssemblies\UnityEngine.UI.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + + + Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + + + Library\ScriptAssemblies\Unity.Collections.dll + + + Library\ScriptAssemblies\Unity.2D.Psdimporter.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEditorBridge.001.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Runtime.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.dll + + + Library\ScriptAssemblies\Unity.Mathematics.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Editor.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.dll + + + Library\ScriptAssemblies\Unity.VSCode.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Editor.dll + + + + + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE} + Assembly-CSharp + + + + + + diff --git a/Assembly-CSharp-firstpass.csproj b/Assembly-CSharp-firstpass.csproj new file mode 100644 index 0000000..f65bdc8 --- /dev/null +++ b/Assembly-CSharp-firstpass.csproj @@ -0,0 +1,932 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + + {6FE0CB2F-07F5-25E7-410C-472C30F382C2} + Library + Properties + Assembly-CSharp-firstpass + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_2_16;UNITY_2022_2;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_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_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;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_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;CT_RTV;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.17 + GamePlugins:3 + StandaloneWindows64:19 + 2022.2.16f1c1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Component + + + + + + + + + + + + + + + + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + Library\PackageCache\com.unity.collections@1.2.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll + + + Library\PackageCache\com.unity.testtools.codecoverage@1.2.2\lib\ReportGenerator\ReportGeneratorMerged.dll + + + Assets\Plugins\crosstales\Common\Libraries\NAudio\CTNAudio.dll + + + Assets\Plugins\Demigiant\DOTween\DOTween.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Runtime.dll + + + Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + + + Library\ScriptAssemblies\PsdPlugin.dll + + + Library\ScriptAssemblies\Unity.Burst.Editor.dll + + + Library\ScriptAssemblies\Unity.Burst.dll + + + Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Path.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + + + Library\ScriptAssemblies\UnityEditor.UI.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Runtime.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + + + Library\ScriptAssemblies\Unity.Rider.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEngineBridge.001.dll + + + Library\ScriptAssemblies\Unity.Mathematics.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Runtime.dll + + + Library\ScriptAssemblies\UnityEngine.UI.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + + + Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + + + Library\ScriptAssemblies\Unity.Collections.dll + + + Library\ScriptAssemblies\Unity.2D.Psdimporter.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEditorBridge.001.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Runtime.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.dll + + + Library\ScriptAssemblies\Unity.Mathematics.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Editor.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.dll + + + Library\ScriptAssemblies\Unity.VSCode.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Editor.dll + + + + + + + + \ No newline at end of file diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj new file mode 100644 index 0000000..c3f5b39 --- /dev/null +++ b/Assembly-CSharp.csproj @@ -0,0 +1,906 @@ + + + + 9.0 + + + Debug + AnyCPU + 10.0.20506 + 2.0 + + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE} + Library + Properties + Assembly-CSharp + v4.7.1 + 512 + . + + + true + full + false + Temp\Bin\Debug\ + UNITY_2022_2_16;UNITY_2022_2;UNITY_2022;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;UNITY_2022_1_OR_NEWER;UNITY_2022_2_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_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;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_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;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;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;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_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;CT_RTV;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER + prompt + 4 + 0169 + False + + + pdbonly + true + Temp\bin\Release\ + prompt + 4 + 0169 + False + + + true + true + false + false + false + + + {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Package + 2.0.17 + Game:1 + StandaloneWindows64:19 + 2022.2.16f1c1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll + + + Library\PackageCache\com.unity.collections@1.2.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll + + + Library\PackageCache\com.unity.testtools.codecoverage@1.2.2\lib\ReportGenerator\ReportGeneratorMerged.dll + + + Assets\Plugins\crosstales\Common\Libraries\NAudio\CTNAudio.dll + + + Assets\Plugins\Demigiant\DOTween\DOTween.dll + + + Library\PackageCache\com.unity.visualscripting@1.8.0\Runtime\VisualScripting.Flow\Dependencies\NCalc\Unity.VisualScripting.Antlr3.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\Microsoft.Win32.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.AppContext.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Buffers.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Concurrent.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.NonGeneric.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Collections.Specialized.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.EventBasedAsync.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ComponentModel.TypeConverter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Console.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Data.Common.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Contracts.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Debug.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.FileVersionInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Process.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.StackTrace.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TextWriterTraceListener.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tools.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.TraceSource.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Diagnostics.Tracing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Drawing.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Dynamic.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Calendars.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Globalization.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Compression.ZipFile.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.DriveInfo.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.FileSystem.Watcher.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.IsolatedStorage.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.MemoryMappedFiles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.Pipes.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.IO.UnmanagedMemoryStream.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Expressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Linq.Queryable.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Memory.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Http.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NameResolution.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.NetworkInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Ping.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Requests.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Security.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.Sockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebHeaderCollection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.Client.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Net.WebSockets.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Numerics.Vectors.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ObjectModel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.DispatchProxy.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.ILGeneration.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Emit.Lightweight.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Reflection.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Reader.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.ResourceManager.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Resources.Writer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.CompilerServices.VisualC.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Handles.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.InteropServices.RuntimeInformation.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Formatters.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Json.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Runtime.Serialization.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Claims.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Algorithms.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Csp.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.Primitives.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Cryptography.X509Certificates.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.Principal.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Security.SecureString.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.Encoding.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Text.RegularExpressions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Overlapped.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Extensions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Tasks.Parallel.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Thread.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.ThreadPool.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Threading.Timer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.ValueTuple.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.ReaderWriter.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XmlSerializer.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netstandard\System.Xml.XPath.XDocument.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\Extensions\2.0.0\System.Runtime.InteropServices.WindowsRuntime.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\mscorlib.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ComponentModel.Composition.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Core.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Data.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Drawing.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.IO.Compression.FileSystem.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Net.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Numerics.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Runtime.Serialization.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.ServiceModel.Web.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Transactions.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Web.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Windows.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Linq.dll + + + D:\Unity\Unity 2022.2.16f1c1\Editor\Data\NetStandard\compat\2.1.0\shims\netfx\System.Xml.Serialization.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Runtime.dll + + + Library\ScriptAssemblies\Unity.EditorCoroutines.Editor.dll + + + Library\ScriptAssemblies\PsdPlugin.dll + + + Library\ScriptAssemblies\Unity.Burst.Editor.dll + + + Library\ScriptAssemblies\Unity.Burst.dll + + + Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Path.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Shared.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll + + + Library\ScriptAssemblies\UnityEditor.UI.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Runtime.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Core.Editor.dll + + + Library\ScriptAssemblies\Unity.Rider.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Sprite.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.Flow.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEngineBridge.001.dll + + + Library\ScriptAssemblies\Unity.Mathematics.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Runtime.dll + + + Library\ScriptAssemblies\UnityEngine.UI.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Extras.Editor.dll + + + Library\ScriptAssemblies\Unity.Timeline.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.SettingsProvider.Editor.dll + + + Library\ScriptAssemblies\Unity.Performance.Profile-Analyzer.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.dll + + + Library\ScriptAssemblies\Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll + + + Library\ScriptAssemblies\Unity.Collections.dll + + + Library\ScriptAssemblies\Unity.2D.Psdimporter.Editor.dll + + + Library\ScriptAssemblies\Unity.InternalAPIEditorBridge.001.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Runtime.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.PixelPerfect.dll + + + Library\ScriptAssemblies\Unity.Mathematics.dll + + + Library\ScriptAssemblies\Unity.2D.Common.Editor.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.dll + + + Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll + + + Library\ScriptAssemblies\Unity.VisualScripting.State.dll + + + Library\ScriptAssemblies\Unity.VSCode.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.SpriteShape.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Tilemap.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.Animation.Editor.dll + + + Library\ScriptAssemblies\Unity.2D.IK.Editor.dll + + + + + {6FE0CB2F-07F5-25E7-410C-472C30F382C2} + Assembly-CSharp-firstpass + + + + + + diff --git a/ISAP.sln b/ISAP.sln new file mode 100644 index 0000000..4cad7c1 --- /dev/null +++ b/ISAP.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{6FE0CB2F-07F5-25E7-410C-472C30F382C2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{93F5FC1B-7E56-9688-165B-3FD510820CC6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C5789BA2-28CF-1B8B-E957-4E5AEAA79AFE}.Release|Any CPU.Build.0 = Release|Any CPU + {6FE0CB2F-07F5-25E7-410C-472C30F382C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6FE0CB2F-07F5-25E7-410C-472C30F382C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6FE0CB2F-07F5-25E7-410C-472C30F382C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6FE0CB2F-07F5-25E7-410C-472C30F382C2}.Release|Any CPU.Build.0 = Release|Any CPU + {93F5FC1B-7E56-9688-165B-3FD510820CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93F5FC1B-7E56-9688-165B-3FD510820CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93F5FC1B-7E56-9688-165B-3FD510820CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93F5FC1B-7E56-9688-165B-3FD510820CC6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal