2022-12-29 18:20:40 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<LangVersion > 8.0</LangVersion>
</PropertyGroup>
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion > 10.0.20506</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<RootNamespace > </RootNamespace>
<ProjectGuid > {627D77F4-C9BE-84D3-DB10-6046CB23071E}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<AssemblyName > Axibug.Editor</AssemblyName>
<TargetFrameworkVersion > v4.7.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<BaseDirectory > .</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > Temp\Bin\Debug\</OutputPath>
2023-01-02 23:28:14 +08:00
<DefineConstants > UNITY_2020_3_33;UNITY_2020_3;UNITY_2020;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;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_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_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;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;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_IG;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_CLOUD_FEATURES;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
2022-12-29 18:20:40 +08:00
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<NoWarn > 0169</NoWarn>
<AllowUnsafeBlocks > False</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > Temp\bin\Release\</OutputPath>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<NoWarn > 0169</NoWarn>
<AllowUnsafeBlocks > False</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup >
<NoConfig > true</NoConfig>
<NoStdLib > true</NoStdLib>
<AddAdditionalExplicitAssemblyReferences > false</AddAdditionalExplicitAssemblyReferences>
<ImplicitlyExpandNETStandardFacades > false</ImplicitlyExpandNETStandardFacades>
<ImplicitlyExpandDesignTimeFacades > false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<PropertyGroup >
<ProjectTypeGuids > {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<UnityProjectGenerator > Package</UnityProjectGenerator>
<UnityProjectGeneratorVersion > 2.0.14</UnityProjectGeneratorVersion>
<UnityProjectType > Editor:5</UnityProjectType>
<UnityBuildTarget > StandaloneWindows64:19</UnityBuildTarget>
<UnityVersion > 2020.3.33f1c2</UnityVersion>
</PropertyGroup>
<ItemGroup >
2023-01-02 14:47:39 +08:00
<Analyzer Include= "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
2022-12-29 18:20:40 +08:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Assets\Axibug\Script\Editor\Misc\LogScriptingDefineSymbols.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\FsmComponentInspector.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Misc\HelperInfo.cs" />
2023-01-02 14:47:39 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\EventComponentInspector.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Misc\ScriptingDefineSymbols.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Misc\ConfigPathAttribute.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\GameInspector.cs" />
2022-12-29 18:20:40 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\BaseComponentInspector.cs" />
2023-01-02 14:47:39 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\Misc\Type.cs" />
2022-12-29 18:20:40 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\WebRequestComponentInspector.cs" />
<Compile Include= "Assets\Axibug\Script\Editor\Misc\OpenFolder.cs" />
2023-01-02 14:47:39 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\HotUpdate\AppTools_Editor.cs" />
2022-12-29 18:20:40 +08:00
<Compile Include= "Assets\Axibug\Script\Editor\Inspector\ProcedureComponentInspector.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "Assets\Axibug\Script\Editor\Axibug.Editor.asmdef" />
</ItemGroup>
<ItemGroup >
<Reference Include= "UnityEngine" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ARModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AccessibilityModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AndroidJNIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AnimationModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AssetBundleModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AudioModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.AutoStreamingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.AutoStreamingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ClothModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.CloudFoundationModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.CloudFoundationModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ClusterInputModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ClusterRendererModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.CoreModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.CrashReportingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.DSPGraphModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.DirectorModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.GIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.GameCenterModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.GridModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.HotReloadModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.IMGUIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ImageConversionModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.InputModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.InputLegacyModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.JSONSerializeModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.LocalizationModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ParticleSystemModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.PerformanceReportingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.PhysicsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.Physics2DModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ProfilerModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.ScreenCaptureModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.SharedInternalsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.SpriteMaskModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.SpriteShapeModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.StreamingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.SubstanceModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.SubsystemsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TLSModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TerrainModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TerrainPhysicsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TextCoreModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TextRenderingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.TilemapModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UIElementsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UIElementsNativeModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UNETModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UmbraModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityAnalyticsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityConnectModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityCurlModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityTestProtocolModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityWebRequestModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityWebRequestAssetBundleModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityWebRequestAudioModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityWebRequestTextureModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.UnityWebRequestWWWModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.VFXModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.VRModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.VehiclesModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.VideoModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.VirtualTexturingModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.WindModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEngine.XRModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.CoreModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.GraphViewModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.PackageManagerUIModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.SceneTemplateModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.UIElementsModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.UIElementsSamplesModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.UIServiceModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.UnityConnectModule" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.Graphs" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.Android.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.WindowsStandalone.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include= "SyntaxTree.VisualStudio.Unity.Bridge" >
<HintPath > C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "Unity.Plastic.Newtonsoft.Json" >
<HintPath > Library\PackageCache\com.unity.collab-proxy@1.15.15\Lib\Editor\PlasticSCM\Unity.Plastic.Newtonsoft.Json.dll</HintPath>
</Reference>
2023-01-02 14:47:39 +08:00
<Reference Include= "System.Memory" >
<HintPath > Assets\Plugins\Google.Protobuf\System.Memory.dll</HintPath>
</Reference>
2022-12-29 18:20:40 +08:00
<Reference Include= "Unity.Plastic.Antlr3.Runtime" >
<HintPath > Library\PackageCache\com.unity.collab-proxy@1.15.15\Lib\Editor\PlasticSCM\Unity.Plastic.Antlr3.Runtime.dll</HintPath>
</Reference>
<Reference Include= "unityplastic" >
<HintPath > Library\PackageCache\com.unity.collab-proxy@1.15.15\Lib\Editor\PlasticSCM\unityplastic.dll</HintPath>
</Reference>
<Reference Include= "log4netPlastic" >
<HintPath > Library\PackageCache\com.unity.collab-proxy@1.15.15\Lib\Editor\PlasticSCM\log4netPlastic.dll</HintPath>
</Reference>
<Reference Include= "Google.Protobuf" >
<HintPath > Assets\Plugins\Google.Protobuf\Google.Protobuf.dll</HintPath>
</Reference>
2023-01-02 14:47:39 +08:00
<Reference Include= "ICSharpCode.NRefactory" >
<HintPath > Library\PackageCache\com.unity.render-pipelines.core@10.9.0\Editor\ShaderGenerator\ICSharpCode.NRefactory.dll</HintPath>
</Reference>
2022-12-29 18:20:40 +08:00
<Reference Include= "System.Runtime.CompilerServices.Unsafe" >
<HintPath > Assets\Plugins\Google.Protobuf\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include= "System.Buffers" >
<HintPath > Assets\Plugins\Google.Protobuf\System.Buffers.dll</HintPath>
</Reference>
<Reference Include= "likedll" >
<HintPath > Assets\Plugins\likedll.dll</HintPath>
</Reference>
<Reference Include= "nunit.framework" >
<HintPath > Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath>
</Reference>
<Reference Include= "mscorlib" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Core" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Serialization" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.Linq" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Numerics" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Numerics.Vectors" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Http" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.Compression" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.IO.Compression.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "Microsoft.CSharp" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Data" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "Microsoft.Win32.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "netstandard" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.AppContext" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Collections.Concurrent" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Collections" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Collections.NonGeneric" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Collections.Specialized" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ComponentModel.Annotations" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ComponentModel" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ComponentModel.EventBasedAsync" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ComponentModel.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ComponentModel.TypeConverter" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Console" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Data.Common" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.Contracts" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.Debug" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.FileVersionInfo" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.Process" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.StackTrace" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.TextWriterTraceListener" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.Tools" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Diagnostics.TraceSource" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Drawing.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Dynamic.Runtime" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Globalization.Calendars" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Globalization" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Globalization.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.Compression.ZipFile" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.FileSystem" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.FileSystem.DriveInfo" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.FileSystem.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.FileSystem.Watcher" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.IsolatedStorage" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.MemoryMappedFiles" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.Pipes" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.IO.UnmanagedMemoryStream" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Linq" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Linq.Expressions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Linq.Parallel" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Linq.Queryable" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Http.Rtc" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.NameResolution" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.NetworkInformation" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Ping" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Requests" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Security" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.Sockets" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.WebHeaderCollection" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.WebSockets.Client" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Net.WebSockets" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ObjectModel" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection.Emit" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection.Emit.ILGeneration" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection.Emit.Lightweight" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Reflection.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Resources.Reader" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Resources.ResourceManager" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Resources.Writer" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.CompilerServices.VisualC" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Handles" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.InteropServices" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.InteropServices.WindowsRuntime" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Numerics" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Serialization.Formatters" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Serialization.Json" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Serialization.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Runtime.Serialization.Xml" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Claims" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Cryptography.Algorithms" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Cryptography.Csp" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Cryptography.Encoding" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Cryptography.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Cryptography.X509Certificates" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.Principal" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Security.SecureString" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ServiceModel.Duplex" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ServiceModel.Http" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ServiceModel.NetTcp" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ServiceModel.Primitives" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ServiceModel.Security" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Text.Encoding" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Text.Encoding.Extensions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Text.RegularExpressions" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.Overlapped" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.Tasks" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.Tasks.Parallel" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.Thread" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.ThreadPool" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Threading.Timer" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.ValueTuple" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.ReaderWriter" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.XDocument" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.XmlDocument" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.XmlSerializer" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.XPath" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "System.Xml.XPath.XDocument" >
2023-01-02 14:47:39 +08:00
<HintPath > F:\Program Files\Unity\2020.3.33f1c2\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
2022-12-29 18:20:40 +08:00
</Reference>
<Reference Include= "UnityEditor.UI" >
<HintPath > Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.UI" >
<HintPath > Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.TestRunner" >
<HintPath > Library\ScriptAssemblies\UnityEngine.TestRunner.dll</HintPath>
</Reference>
<Reference Include= "UnityEditor.TestRunner" >
<HintPath > Library\ScriptAssemblies\UnityEditor.TestRunner.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "Axibug.csproj" >
<Project > {1C6A6544-CF52-D2FA-C49F-74768676B988}</Project>
<Name > Axibug</Name>
</ProjectReference>
<ProjectReference Include= "Axibug.Runtime.csproj" >
<Project > {88C9498B-28D5-9BC2-A070-28EA094BD304}</Project>
<Name > Axibug.Runtime</Name>
</ProjectReference>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "GenerateTargetFrameworkMonikerAttribute" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>