代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
<_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
<DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{BF016426-C7F0-D5D6-ACF4-3C6340AB86C3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>.</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_2019_4_13;UNITY_2019_4;UNITY_2019;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;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_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;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;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;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;ODIN_INSPECTOR;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</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>True</AllowUnsafeBlocks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<NoConfig>true</NoConfig>
<NoStdLib>true</NoStdLib>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
</PropertyGroup>
<ItemGroup>
<Reference Include="UnityEngine">
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.13f1c1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.13f1c1\Editor\Data\Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Code\BDFramework.Component\Localization\L2Image.cs" />
<Compile Include="Assets\Code\BDFramework.Component\Localization\L2Text.cs" />
<Compile Include="Assets\Code\BDFramework.Component\UIComponent\IButton.cs" />
<Compile Include="Assets\Code\BDFramework.Component\UIComponent\PageList\PageGrid.cs" />
<Compile Include="Assets\Code\BDFramework.Component\UIComponent\PageList\PageList.cs" />
<Compile Include="Assets\Code\BDFramework.Component\UIComponent\PageList\PageListDemo.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Assert@hotfix.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Attribute\HotfixUnitTestAttribute.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Attribute\UnitTestAttribute.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Attribute\UnitTestBaseAttribute.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Mono\Mono_EditorTestRunner.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\Mono\Mono_HotfixTestRunner.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\TestRunner\HotfixTestRunner@hotfix.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Core\TestRunner\TestRunner.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test\APITest_Sqlite.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_AssetsManager_AssetsBundle.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_AssetsManager_DevResource.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_DataListener.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_ILRuntime.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_Sqlite.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\APITest_UIManager.cs" />
<Compile Include="Assets\Code\BDFramework.UnitTest\Test@hotfix\LogicTest_BDFrameworkStartCheck.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Adaptor\@hotfix\ActionAdaptor.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\LoaderTaskGroup.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\V2\AssetBundleMgrV2.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\V2\AssetBundleWapper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\V2\ManifestConfig.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\V2\ManifestItem.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\AssetBundle\V2\ManifestLoder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\BResources.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\DevAssets\DevResourceMgr.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Asset\IResMgr.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\AssetHelper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\Binding\ValueType\QuaternionBinder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\Binding\ValueType\Vector2Binder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\Binding\ValueType\Vector3Binder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\Binding\ValueType\Vector4Binder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\ILRuntimeHelper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Script\ScriptLoder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite\SQLite3.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite\SQLite3DllImport.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite\SqliteLoder.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite\TableMaping.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite@hotfix\SQLiteService.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite@hotfix\SqliteHelper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite@hotfix\TableQuery.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Assets_SQL_Script\Sql\Sqlite@hotfix\TableQueryRuntime.cs" />
<Compile Include="Assets\Code\BDFramework\Core\BDLauncher.cs" />
<Compile Include="Assets\Code\BDFramework\Core\BDLauncherBridge@hotfix.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Config.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\ABaseDataListenerT.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\ADataListener.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\ADataListenerT.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\DataListenerExtensionEnum.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\DataListenerExtensionT.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\DataListenerServer.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\DataListenerService.cs" />
<Compile Include="Assets\Code\BDFramework\Core\DataListener\@hotfix\DataListener_Json.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\@hotfix\DebuggerServerProcessAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\@hotfix\DebuggerServerProcessManager.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\@hotfix\IDebuggerServerProcess.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\core\DebuggerNetworkTools.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\core\Debugger_NetworkClient.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Debugger\core\Debugger_NetworkServer.cs" />
<Compile Include="Assets\Code\BDFramework\Core\GameStart\GameStartAtrribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\GameStart\IGameStart.cs" />
<Compile Include="Assets\Code\BDFramework\Core\HttpMgr\HttpClient.cs" />
<Compile Include="Assets\Code\BDFramework\Core\HttpMgr\HttpLayer.cs" />
<Compile Include="Assets\Code\BDFramework\Core\HttpMgr\HttpMgr.cs" />
<Compile Include="Assets\Code\BDFramework\Core\HttpMgr\HttpTask.cs" />
<Compile Include="Assets\Code\BDFramework\Core\HttpMgr\HttpWebForm.cs" />
<Compile Include="Assets\Code\BDFramework\Core\IEnumerator\IEnumeratorTool.cs" />
<Compile Include="Assets\Code\BDFramework\Core\ManagerBase\@hotfix\IMgr.cs" />
<Compile Include="Assets\Code\BDFramework\Core\ManagerBase\@hotfix\ManagerBase.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Screenview\@hotfix\IScreenView.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Screenview\@hotfix\ScreenViewAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Screenview\@hotfix\ScreenViewCenter.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Screenview\@hotfix\ScreenViewManager.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Tools\BDApplication.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Tools\BGameObjectPools.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Tools\FileHelper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Tools\HashHelper.cs" />
<Compile Include="Assets\Code\BDFramework\Core\Tools\Path.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\Extension\ObjectsExtension.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\State\AStateBase.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\State\IPropertyChange.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\State\IState.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\State\StateBase.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\State\StateFactory.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Reducer\AReducers.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Reducer\Attribute\AsyncReducerAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Reducer\Attribute\ReducerAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Reducer\UFluxAction.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Store\StoreFactory.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\StateManager\Store\StoreT.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\UFlux.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\UFlux_AutoSetTransform.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Atrribute\Component.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Atrribute\ComponentValueBind.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Atrribute\TransformPath.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Component\AComponent.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Component\Component.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Component\IComponent.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Component\ISubComponent.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\AComponentAdaptor.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\ComponentAdaptor_Button.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\ComponentAdaptor_IButton.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\ComponentAdaptor_Image.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\ComponentAdaptor_Text.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\CustomLogicAdaptor_TransformChild.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\CustomLogicAdaptor_UFluxAutoLogic.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\Manager\ComponentValueAdaptorAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\ComponentAdaptor\Manager\ComponentValueAdaptorManager.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Props\PropsBase.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\AWindow.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\AWindowP.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\Attribute\UIAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\Attribute\UIMessageAttribute.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\Interface\IUIMessage.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\Interface\IWindow.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\UIManager.cs" />
<Compile Include="Assets\Code\BDFramework\Core\UI(new)\UFlux@hotfix\View\Windows\UIMessageData.cs" />
<Compile Include="Assets\Code\BDFramework\Core\VersionController\HotAssetsMap.cs" />
<Compile Include="Assets\Code\BDFramework\Core\VersionController\VersionContorller.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\IJsonWrapper.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonData.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonException.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonMapper.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonMockWrapper.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonReader.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\JsonWriter.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\Lexer.cs" />
<Compile Include="Assets\Code\BDFramework\github\LitJson\ParserToken.cs" />
<Compile Include="Assets\Code\BDFramework\github\Myjson\MyJson.cs" />
<Compile Include="Assets\Code\BDFramework\github\Myjson\MyJsonCompress.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Client.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Common.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\EventType.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Logger.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Message.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\NetworkStreamExtensions.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\SafeQueue.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Server.cs" />
<Compile Include="Assets\Code\BDFramework\github\Telepathy\Utils.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\AdapterRegister.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\ExceptionAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\IAsyncStateMachineAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\IEnumerableAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\IGameStartAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\Manual\CoroutineAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\Manual\MonoBehaviourAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Adapter\ScriptableObjectAdapter.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_BDLauncher_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_Core_Debugger_Debugger_NetworkServer_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_GameConfig_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_GameStart_GameStartAtrribute_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_GameStart_IGameStart_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_ILRuntimeHelper_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_ResourceMgr_BResources_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_ResourceMgr_IResMgr_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_Sql_SqliteLoder_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_UFlux_IButton_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_UFlux_IComponentOnClick_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_UnitTest_UnitTestBaseAttribute_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDFramework_VersionContrller_VersionContorller_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\BDebug_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\CLRBindings.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\Code_BDFramework_UnitTest_Test_APITestHero_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\IEnumeratorTool_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\ILRuntime_CLR_TypeSystem_IType_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\ILRuntime_Mono_Cecil_MemberReference_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\ILRuntime_Runtime_Enviorment_AppDomain_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\LitJson_JsonMapper_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\SQLite4Unity3d_SQLiteCommand_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\SQLite4Unity3d_SQLiteConnection_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_1_ILTypeInstance_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_1_Single_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_1_String_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_2_Int32_Int32_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_2_Transform_Object_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_2_UIBehaviour_Object_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Action_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Array_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Boolean_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_Dictionary.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_ILTypeInst.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_ILTypeInst_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_ILTypeInst_t2.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_ILTypeInst_t3.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_List_1_ILT.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Int32_MethodInfo.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_Action_2_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_Action_2__t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_ILTypeIns.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_IType_Bin.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_Ac.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_Ac_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_IL.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_Ob.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_Si.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_List_1_St.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_MemberInf.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_MemberInf_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_MemberInf_t2.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_Object_Bi.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_Single_Bi.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_String_Bi.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_String_Type_Bind.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Type_Dictionary_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Type_ILTypeInsta.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Type_List_1_ILTy.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Type_List_1_ILTy_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Dictionary_2_Type_Object_Bind.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_IEnumerable_1_ILTypeInstance_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_IEnumerable_1_KeyValuePair_2_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_IEnumerator_1_ILTypeInstance_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_IEnumerator_1_KeyValuePair_2_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_KeyValuePair_2_Int32_ILTypeIn.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_KeyValuePair_2_String_Object_.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_KeyValuePair_2_Type_List_1_IL.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_APITestHero_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Action_1_ILTypeInstanc.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Action_1_ILTypeInstanc_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Action_1_Single_Bindin.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Action_1_String_Bindin.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Enum_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Enum_Binding_Enumerato.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_GameObject_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_GameObject_Binding_Enu.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_ILTypeInstance_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_ILTypeInstance_Binding_t1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Int32_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Int32_Binding_Enumerat.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_MemberInfo_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_MemberInfo_Binding_Enu.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Object_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Object_Binding_Enumera.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Single_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Single_Binding_Enumera.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_String_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_String_Binding_Enumera.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Type_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_List_1_Type_Binding_Enumerato.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_Generic_Queue_1_ILTypeInstance_Bindin.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_ICollection_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_IEnumerable_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_IEnumerator_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Collections_IList_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_DateTime_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Exception_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_IDisposable_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Int32_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Linq_Enumerable_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Net_WebClient_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_NotSupportedException_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Object_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Reflection_Assembly_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Runtime_CompilerServices_AsyncVoidMethodBuilder_B.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Runtime_CompilerServices_TaskAwaiter_1_String_Bin.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_String_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\System_Threading_Tasks_Task_1_String_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Application_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Behaviour_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Camera_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Color_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Events_UnityEventBase_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Events_UnityEvent_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_GameObject_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Mathf_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Object_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Random_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_Transform_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_UI_Button_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_UI_Graphic_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_UI_Image_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_UI_ScrollRect_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_UI_Text_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Analysis\UnityEngine_WaitForSeconds_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\ManualCLRBindings.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Activator_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Reflection_FieldInfo_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Reflection_MemberInfo_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Reflection_MethodBase_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Reflection_MethodInfo_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Reflection_PropertyInfo_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\System_Type_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\UnityEngine_Component_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Binding\Manual\UnityEngine_Debug_Binding.cs" />
<Compile Include="Assets\Code\Game\ILRuntime\Delegate\ILRuntimeDelegateHelper.cs" />
<Compile Include="Assets\Code\Game\LocalGameStart.cs" />
<Compile Include="Assets\Code\Game\WindowPreconfig.cs" />
<Compile Include="Assets\Code\Game@hotfix\HotfixCheck.cs" />
<Compile Include="Assets\Code\Game@hotfix\HotfixGameStart.cs" />
<Compile Include="Assets\Code\Game@hotfix\ScreenView\ScreenViewEnum.cs" />
<Compile Include="Assets\Code\Game@hotfix\ScreenView\ScreenView_Demo1_Screenview.cs" />
<Compile Include="Assets\Code\Game@hotfix\ScreenView\ScreenView_Main.cs" />
<Compile Include="Assets\Code\Game@hotfix\Table\BuffTest.cs" />
<Compile Include="Assets\Code\Game@hotfix\Table\Hero.cs" />
<Compile Include="Assets\Code\Game@hotfix\Table\Skill.cs" />
<Compile Include="Assets\Code\Game@hotfix\WinEnum.cs" />
<Compile Include="Assets\Code\Game@hotfix\Window_DemoMain.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo1\Window_Demo1.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo5\Window_Demo5.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\00.State\S_Hero.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\01.Component\Component_Test001.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\01.Component\Props_Test001.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\02.Component_DataDriven\Props_WindowTest002.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\02.Component_DataDriven\Window_Test002.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\02.Component_DataDriven\item\Component_ItemTest002.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\02.Component_DataDriven\item\Props_ItemTest002.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\03.Component_CustomLogicBind\PropsDemo003Item.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\03.Component_CustomLogicBind\PropsDemo003Window.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\03.Component_CustomLogicBind\Window_CustomLogicBind.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\04.SimpleWindow\SubWindow_Demo004.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\04.SimpleWindow\Window_Simple.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\05.Window_Props\P_Hero.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\05.Window_Props\Window_PropsDemo.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\06.Window_Reducer\P_Hero2.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\06.Window_Reducer\Reducer_Demo06.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\06.Window_Reducer\Window_ReducerDemo.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\ComponentAdaptor\ScrollRect\ComponentAdaptor_ScrollRect.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\ComponentAdaptor\ScrollRect\ScrollRectAdaptor.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\UFluxWindowEnum.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo6_UFlux\Window_FluxDemoMain.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_DataListener\Window_DataListener.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\DemoEventAttribute.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\DemoEventEnum.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\DemoEventManager.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\Event_demo1.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\Event_demo2.cs" />
<Compile Include="Assets\Code\Game@hotfix\demo_EventManager\interface\IDemoEvent.cs" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Unlit\Unlit-Color.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VideoDecodeML.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle AddMultiply.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBarkOptimized.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\GIDebug\ShowLightMask.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStereoSupport.glslinc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle VertexLit Blended.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-Parallax.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Lightmap-Unlit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Unlit\Unlit-Alpha.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-BlitToDepth.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VideoComposite.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AutodeskInteractive.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Specular-FirstPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Sprites-Mask.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Compositing.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Particle-Alpha-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-Halo.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUITextureBlit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\BlitTexArraySliceToDepth.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBark.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\BrushPreview.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-Glossy.shader" />
<None Include="Assets\3rdPlugins\Dotween\DOTween\DOTween43.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\GenNormalmap.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\BlitTexArraySlice.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-ParallaxSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardParticleInstancing.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Overdraw.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-BumpSpec-1DirectionalLight.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\SpeedTreeBillboardCommon.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-Glossy.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Reflection.Metadata.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-Clear.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-Skinning.compute" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle MultiplyDouble.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Threading.Tasks.Extensions.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Lit-RefractionDetail.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-VertexLit-OnlyDirectionalLights.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Trees\BillboardTree.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityCG.glslinc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-StencilWrite.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Lit-Refraction.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Standard-Base.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\PerformanceTools\FrameDebuggerRenderTargetDisplay.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Lit-Transparent.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityShaderVariables.cginc" />
<None Include="Assets\3rdPlugins\Dotween\DOTween\DOTween46.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-DeferredShading.shader" />
<None Include="Assets\3rdPlugins\Dotween\DOTween\DOTween50.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardParticleShadow.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-ODSWorldTexture.shader" />
<None Include="Assets\Code\Game\ILRuntime\Adapter\这里放热更类Adapter.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\SpatialMappingOcclusion.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-BlendShape.compute" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-ParallaxSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-ConvertTexture.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Lightmap-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorAlbedoRenderTex.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-DefaultFont.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-CompositeOverdraw.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionLeavesRendertex.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\GLSLSupport.glslinc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesFast.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-BlitCopyDepth.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\Tessellation.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Skybox.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Buffers.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityShaderUtilities.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityDeprecated.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Details\WavingGrassBillboard.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\Lighting.cginc" />
<None Include="Assets\Resource_SVN\2.SVN可以用作美术和策划同步的路径.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUITextureClip.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardInput.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-Skinning-Util.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardCoreForwardSimple.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-Parallax.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-CubemapToEquirect.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\DiffuseBase.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Unlit-Transparent.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardConfig.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityCG.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Trees\CameraFacingBillboardTree.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\DiffuseBaseGen.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VideoDecode.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Multiply.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-Colored.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\TextCoreProperties.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\SpeedTreeVertex.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-Glossy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-MotionVectors.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Unlit\Unlit-AlphaTest.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnitySprites.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Skybox.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Cubemaps\CubeBlurOdd.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\StandardSpecular.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Standard Unlit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityMetaPass.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityBuiltin2xTreeLibrary.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-Glossy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityGlobalIllumination.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityImageBasedLighting.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-ScreenSpaceShadows.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardParticleEditor.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Anim Alpha Blend.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Details\VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionBarkRendertex.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\GIDebug\VertexColors.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardUtils.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Unlit-TextDetail.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-DeferredReflections.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\AddPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\BlitFromTex2DToTexArraySlice.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Blend.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-Parallax.shader" />
<None Include="Assets\Code\BDFramework\github\Reademe.txt" />
<None Include="Assets\Code\Game\ILRuntime\Binding\这里放置CLRbinding.txt" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Memory.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-PrePassLighting.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityShadowLibrary.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-SoftEdgeUnlit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Decal.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-Glossy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Lit-Detail.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Default.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardBRDF.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-BumpNolight.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Unlit\Unlit-Normal.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Cubemaps\CubeBlend.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\SpatialMappingWireframe.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Details\WavingGrass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\GIDebug\TextureUV.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Sprites-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AlphaTest-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\HLSLSupport.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-Flare.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Premultiply Blend.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\TerrainLayerUtils.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesRendertex.shader" />
<None Include="Assets\Code\BDFramework\Core\DataListener\readme.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-CombineDepthNormals.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Runtime.CompilerServices.Unsafe.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\TerrainSplatmapCommon.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityDeferredLibrary.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle AddSmooth.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityUIE.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\SpeedTreeCommon.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesFastOptimized.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Font.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityBuiltin3xTreeLibrary.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-DiffuseFast.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VideoDecodeOSX.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUITextureClipText.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Particle-Add.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Cubemaps\CubeCopy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityInstancing.cginc" />
<None Include="Assets\3rdPlugins\Dotween\DemiLib\Core\DemiLib.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeavesOptimized.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStereoExtensions.glslinc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Unlit-Detail.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Collections.Immutable.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUIRoundedRect.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Add.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\license.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\TerrainHeightBlitCopy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Flare.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-BlitCopyWithDepth.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Standard Surface.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardMeta.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Terrain-Utilities.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-BlitToDepth_MSAA.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\Microsoft.CodeAnalysis.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\TerrainTool.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Lightmap-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityUI.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Standard-BaseGen.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TextCore-SDF-SSD.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SpeedTree8.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\AutoLight.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\GIDebug\UV1sAsPositions.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionBark.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-DefaultETC1.shader" />
<None Include="Assets\Resource_SVN\1.根目录下第一个层级,所有Runtime都可以加载.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityRayTracingMeshUtils.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\PaintHeight.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Specular-AddPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityLightingCommon.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Lightmap-Glossy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorBarkRendertex.shader" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\Microsoft.CodeAnalysis.CSharp.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Standard.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\SpeedTreeWind.cginc" />
<None Include="Assets\Code\BDFramework\Plugins\Roslyn\System.Numerics.Vectors.xml" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-Parallax.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityGBuffer.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\Internal-VRDistortion.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardCoreForward.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorLeaves.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResources\Internal-ErrorShader.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-DiffuseDetail.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityPBSLighting.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Alpha-ParallaxSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Particle-Multiply.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\TerrainEngine.cginc" />
<None Include="Assets\3rdPlugins\Dotween\DOTween\readme.txt" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-BlitCopy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Standard-FirstPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Particle Alpha Blend.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SpeedTree.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUITexture.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\TreeCreator\TreeCreatorNormalRendertex.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Specular-Base.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\Standard-AddPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-BumpSpec.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardParticles.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Utils\CrossBlendNeighbors.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Cubemaps\CubeBlur.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-UIRAtlasBlitCopy.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Skybox-Procedural.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Skybox-Cubed.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\SpeedTree8Common.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-UIRDefault.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Skybox-Panoramic.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Reflect-BumpVertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VR\Shaders\BlitTexArraySliceToDepth_MSAA.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Lightmap-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Sprites-Default.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Lit-Bumped.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\UI\UI-Unlit-Text.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-Particle-Alpha.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SpeedTreeBillboard.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-DepthNormalsTexture.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Internal-GUIRoundedRectWithColorPerBorder.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\AR\Shaders\TangoARRender.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Nature\SoftOcclusion\TreeSoftOcclusionLeaves.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Normal-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Mobile\Mobile-VertexLit.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityCustomRenderTexture.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\TerrainPreview.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TerrainShaders\Splats\FirstPass.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Lightmap-Diffuse.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\VideoDecodeAndroid.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\TextCore-SDF.shader" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardCore.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\CGIncludes\UnityStandardShadow.cginc" />
<None Include="Assets\Resource\Shaders\builtin_shaders-2019.3\DefaultResourcesExtra\Illumin-ParallaxSpec.shader" />
<Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.CacheServer">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/UnityEditor.CacheServer.dll</HintPath>
</Reference>
<Reference Include="Unity.ScriptableBuildPipeline.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.ScriptableBuildPipeline.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Universal.Shaders">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
</Reference>
<Reference Include="Unity.VSCode.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Core.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Core.Runtime">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll</HintPath>
</Reference>
<Reference Include="ILRuntime">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/ILRuntime.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Universal.Runtime">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Universal.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Unity.Rider.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
</Reference>
<Reference Include="Unity.ScriptableBuildPipeline">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.ScriptableBuildPipeline.dll</HintPath>
</Reference>
<Reference Include="Unity.ShaderGraph.Editor">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>E:/BDFramework.Core/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AIModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ARModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AccessibilityModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AndroidJNIModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ClothModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ClusterInputModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ClusterRendererModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CrashReportingModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.DSPGraphModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.DirectorModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.GameCenterModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.GridModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.HotReloadModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ImageConversionModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.JSONSerializeModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.LocalizationModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ParticleSystemModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PerformanceReportingModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Physics2DModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ProfilerModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ScreenCaptureModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SharedInternalsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SpriteMaskModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SpriteShapeModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.StreamingModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SubstanceModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.SubsystemsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TLSModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TerrainModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TerrainPhysicsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextCoreModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TilemapModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UNETModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UmbraModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityAnalyticsModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityConnectModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityTestProtocolModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestAudioModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestTextureModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VFXModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VRModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VehiclesModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VideoModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.WindModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.XRModule">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
</Reference>
<Reference Include="DemiLib">
<HintPath>E:/BDFramework.Core/Assets/3rdPlugins/Dotween/DemiLib/Core/DemiLib.dll</HintPath>
</Reference>
<Reference Include="DOTween">
<HintPath>E:/BDFramework.Core/Assets/3rdPlugins/Dotween/DOTween/DOTween.dll</HintPath>
</Reference>
<Reference Include="DOTween43">
<HintPath>E:/BDFramework.Core/Assets/3rdPlugins/Dotween/DOTween/DOTween43.dll</HintPath>
</Reference>
<Reference Include="DOTween46">
<HintPath>E:/BDFramework.Core/Assets/3rdPlugins/Dotween/DOTween/DOTween46.dll</HintPath>
</Reference>
<Reference Include="DOTween50">
<HintPath>E:/BDFramework.Core/Assets/3rdPlugins/Dotween/DOTween/DOTween50.dll</HintPath>
</Reference>
<Reference Include="Debug.log">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Debug/Debug.log.dll</HintPath>
</Reference>
<Reference Include="Excel">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Excel/Excel.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Excel/ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/Microsoft.CodeAnalysis.CSharp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/Microsoft.CodeAnalysis.dll</HintPath>
</Reference>
<Reference Include="System.Buffers">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Immutable">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Data.Common">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Data.Common.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.StackTrace">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Diagnostics.StackTrace.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Tracing">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Diagnostics.Tracing.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Extensions">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Globalization.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.IO.Compression.dll</HintPath>
</Reference>
<Reference Include="System.Memory">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Net.Sockets">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Net.Sockets.dll</HintPath>
</Reference>
<Reference Include="System.Numerics.Vectors">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Metadata">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Reflection.Metadata.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Primitives">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Runtime.Serialization.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Algorithms">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Security.Cryptography.Algorithms.dll</HintPath>
</Reference>
<Reference Include="System.Security.SecureString">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Security.SecureString.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding.CodePages">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Overlapped">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Threading.Overlapped.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XPath.XDocument">
<HintPath>E:/BDFramework.Core/Assets/Code/BDFramework/Plugins/Roslyn/System.Xml.XPath.XDocument.dll</HintPath>
</Reference>
<Reference Include="Sirenix.OdinInspector.Attributes">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Attributes.dll</HintPath>
</Reference>
<Reference Include="Sirenix.OdinInspector.Editor">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.OdinInspector.Editor.dll</HintPath>
</Reference>
<Reference Include="Sirenix.Serialization.Config">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.Serialization.Config.dll</HintPath>
</Reference>
<Reference Include="Sirenix.Serialization">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.Serialization.dll</HintPath>
</Reference>
<Reference Include="Sirenix.Utilities">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.Utilities.dll</HintPath>
</Reference>
<Reference Include="Sirenix.Utilities.Editor">
<HintPath>E:/BDFramework.Core/Assets/Plugins/Sirenix/Assemblies/Sirenix.Utilities.Editor.dll</HintPath>
</Reference>
<Reference Include="ILRuntim.Mono.Cecil">
<HintPath>E:/BDFramework.Core/Library/PackageCache/com.ourpalm.ilruntime@1.6.5/Plugins/ILRuntim.Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="ILRuntime.Mono.Cecil.Mdb">
<HintPath>E:/BDFramework.Core/Library/PackageCache/com.ourpalm.ilruntime@1.6.5/Plugins/ILRuntime.Mono.Cecil.Mdb.dll</HintPath>
</Reference>
<Reference Include="ILRuntime.Mono.Cecil.Pdb">
<HintPath>E:/BDFramework.Core/Library/PackageCache/com.ourpalm.ilruntime@1.6.5/Plugins/ILRuntime.Mono.Cecil.Pdb.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Numerics">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
</Reference>
<Reference Include="System.Numerics.Vectors">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
</Reference>
<Reference Include="System.Data">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
</Reference>
<Reference Include="netstandard">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
</Reference>
<Reference Include="System.AppContext">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Concurrent">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
</Reference>
<Reference Include="System.Collections">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
</Reference>
<Reference Include="System.Collections.NonGeneric">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Specialized">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Annotations">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.EventBasedAsync">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.TypeConverter">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
</Reference>
<Reference Include="System.Console">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
</Reference>
<Reference Include="System.Data.Common">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Contracts">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Debug">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.FileVersionInfo">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Process">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.StackTrace">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.TextWriterTraceListener">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Tools">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.TraceSource">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
</Reference>
<Reference Include="System.Drawing.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Dynamic.Runtime">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Calendars">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
</Reference>
<Reference Include="System.Globalization">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Extensions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression.ZipFile">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
</Reference>
<Reference Include="System.IO">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.DriveInfo">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.Watcher">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
</Reference>
<Reference Include="System.IO.IsolatedStorage">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
</Reference>
<Reference Include="System.IO.MemoryMappedFiles">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
</Reference>
<Reference Include="System.IO.Pipes">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
</Reference>
<Reference Include="System.IO.UnmanagedMemoryStream">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
</Reference>
<Reference Include="System.Linq">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Expressions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Parallel">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Queryable">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Rtc">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
</Reference>
<Reference Include="System.Net.NameResolution">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
</Reference>
<Reference Include="System.Net.NetworkInformation">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
</Reference>
<Reference Include="System.Net.Ping">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
</Reference>
<Reference Include="System.Net.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Requests">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
</Reference>
<Reference Include="System.Net.Security">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
</Reference>
<Reference Include="System.Net.Sockets">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebHeaderCollection">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebSockets.Client">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebSockets">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
</Reference>
<Reference Include="System.ObjectModel">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
</Reference>
<Reference Include="System.Reflection">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit.ILGeneration">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit.Lightweight">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Extensions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Resources.Reader">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
</Reference>
<Reference Include="System.Resources.ResourceManager">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
</Reference>
<Reference Include="System.Resources.Writer">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.VisualC">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
</Reference>
<Reference Include="System.Runtime">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Extensions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Handles">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.WindowsRuntime">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Numerics">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Formatters">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Json">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Xml">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
</Reference>
<Reference Include="System.Security.Claims">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Algorithms">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Csp">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Encoding">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.X509Certificates">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
</Reference>
<Reference Include="System.Security.SecureString">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Duplex">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Http">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.NetTcp">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Primitives">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Security">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding.Extensions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Text.RegularExpressions">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
</Reference>
<Reference Include="System.Threading">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Overlapped">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Parallel">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Thread">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
</Reference>
<Reference Include="System.Threading.ThreadPool">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Timer">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.ReaderWriter">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XDocument">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XmlDocument">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XmlSerializer">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XPath">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XPath.XDocument">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
</Reference>
<Reference Include="UnityScript">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
</Reference>
<Reference Include="UnityScript.Lang">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang">
<HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.13f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Sirenix.OdinInspector.CompatibilityLayer.csproj">
<Project>{340E62B0-F825-70D7-F27F-06D2670E83C5}</Project>
<Name>Sirenix.OdinInspector.CompatibilityLayer</Name>
</ProjectReference>
<ProjectReference Include="Sirenix.OdinInspector.CompatibilityLayer.Editor.csproj">
<Project>{5F4F3FDC-43F8-2A47-55F5-00E66F1587B4}</Project>
<Name>Sirenix.OdinInspector.CompatibilityLayer.Editor</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。