2 Star 1 Fork 2

guolupeng / Unity_RuntimeEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Unity_RuntimeEditor.Editor.csproj 69.87 KB
一键复制 编辑 原始数据 按行查看 历史
Battlehub0x 提交于 2019-11-25 19:44 . AnimationView
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{08CBCB14-D812-326C-2EB7-B3D1EE73624C}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile></TargetFrameworkProfile>
<CompilerResponseFile></CompilerResponseFile>
<UnityProjectGenerator>VSTU</UnityProjectGenerator>
<UnityProjectType>Editor:5</UnityProjectType>
<UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
<UnityVersion>2019.2.13f1</UnityVersion>
<RootNamespace></RootNamespace>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup>
<NoConfig>true</NoConfig>
<NoStdLib>true</NoStdLib>
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
<IntermediateOutputPath>Temp\UnityVS_obj\Debug\</IntermediateOutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_2019_2_13;UNITY_2019_2;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_INCLUDE_TESTS;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;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_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
<IntermediateOutputPath>Temp\UnityVS_obj\Release\</IntermediateOutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_2019_2_13;UNITY_2019_2;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_INCLUDE_TESTS;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;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_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Unity.Timeline.Editor">
<HintPath>Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Unity.Timeline">
<HintPath>Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
</Reference>
<Reference Include="Unity.2D.Sprite.Editor">
<HintPath>Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.2D.Tilemap.Editor">
<HintPath>Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.UI">
<HintPath>Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AIModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ARModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AccessibilityModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AndroidJNIModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AnimationModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AssetBundleModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.AudioModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ClothModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ClusterInputModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ClusterRendererModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.CoreModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.CrashReportingModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.DSPGraphModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.DirectorModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.FileSystemHttpModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.GameCenterModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.GridModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.HotReloadModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.IMGUIModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ImageConversionModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.InputModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.InputLegacyModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.JSONSerializeModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.LocalizationModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ParticleSystemModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.PerformanceReportingModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.PhysicsModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.Physics2DModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ProfilerModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.ScreenCaptureModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.SharedInternalsModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.SpriteMaskModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.SpriteShapeModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.StreamingModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.SubstanceModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TLSModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TerrainModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TerrainPhysicsModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TextCoreModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TextRenderingModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.TilemapModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UIModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UIElementsModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UNETModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UmbraModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityAnalyticsModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityConnectModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityTestProtocolModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.VFXModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.VRModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.VehiclesModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.VideoModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.WindModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEngine/UnityEngine.XRModule">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
</Reference>
<Reference Include="Managed/UnityEditor">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.VR">
<HintPath>D:/Program Files/2019.2.13f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Graphs">
<HintPath>D:/Program Files/2019.2.13f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
<HintPath>D:/Program Files/2019.2.13f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="SyntaxTree.VisualStudio.Unity.Bridge">
<HintPath>C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/15.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
</Reference>
<Reference Include="AssetStoreTools">
<HintPath>Assets/AssetStoreTools/Editor/AssetStoreTools.dll</HintPath>
</Reference>
<Reference Include="AssetStoreToolsExtra">
<HintPath>Assets/AssetStoreTools/Editor/AssetStoreToolsExtra.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>Assets/Battlehub/Deps/ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>Assets/Battlehub/Deps/protobuf-net.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.Auth.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Auth.PlatformServices">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.Auth.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Core">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.Core.dll</HintPath>
</Reference>
<Reference Include="Google.Apis">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.Drive.v3">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.Drive.v3.dll</HintPath>
</Reference>
<Reference Include="Google.Apis.PlatformServices">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Google.Apis.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>Assets/Battlehub/Deps/GoogleDriveAPI/Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Ookii.Dialogs">
<HintPath>Assets/Battlehub/ThirdParty/StandaloneFileBrowser/Plugins/Ookii.Dialogs.dll</HintPath>
</Reference>
<Reference Include="System.Deployment">
<HintPath>Assets/Battlehub/ThirdParty/StandaloneFileBrowser/Plugins/System.Deployment.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms">
<HintPath>Assets/Battlehub/ThirdParty/StandaloneFileBrowser/Plugins/System.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include="Google.IOSResolver_v1.2.95.0">
<HintPath>Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.95.0.dll</HintPath>
</Reference>
<Reference Include="Google.JarResolver_v1.2.95.0">
<HintPath>Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.95.0.dll</HintPath>
</Reference>
<Reference Include="Google.VersionHandler">
<HintPath>Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll</HintPath>
</Reference>
<Reference Include="Google.VersionHandlerImpl_v1.2.95.0">
<HintPath>Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.95.0.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Advertisements">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.ads@2.3.1/Editor/UnityEditor.Advertisements.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Advertisements">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.ads@2.3.1/Runtime/UnityEngine.Advertisements.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Advertisements.Editor">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.ads@2.3.1/Runtime/UnityEngine.Advertisements.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.Analytics.Editor">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll</HintPath>
</Reference>
<Reference Include="Unity.Analytics.StandardEvents">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll</HintPath>
</Reference>
<Reference Include="Unity.Analytics.Tracker">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Purchasing">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.purchasing@2.0.6/Editor/UnityEditor.Purchasing.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>E:/Development/GitHub/Unity_RuntimeEditor/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Numerics">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath>
</Reference>
<Reference Include="System.Numerics.Vectors">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
</Reference>
<Reference Include="System.Data">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
</Reference>
<Reference Include="netstandard">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath>
</Reference>
<Reference Include="System.AppContext">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Concurrent">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath>
</Reference>
<Reference Include="System.Collections">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath>
</Reference>
<Reference Include="System.Collections.NonGeneric">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Specialized">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Annotations">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.EventBasedAsync">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.TypeConverter">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
</Reference>
<Reference Include="System.Console">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath>
</Reference>
<Reference Include="System.Data.Common">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Contracts">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Debug">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.FileVersionInfo">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Process">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.StackTrace">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.TextWriterTraceListener">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.Tools">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath>
</Reference>
<Reference Include="System.Diagnostics.TraceSource">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
</Reference>
<Reference Include="System.Drawing.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Dynamic.Runtime">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Calendars">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath>
</Reference>
<Reference Include="System.Globalization">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath>
</Reference>
<Reference Include="System.Globalization.Extensions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.IO.Compression.ZipFile">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
</Reference>
<Reference Include="System.IO">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.DriveInfo">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.IO.FileSystem.Watcher">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
</Reference>
<Reference Include="System.IO.IsolatedStorage">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
</Reference>
<Reference Include="System.IO.MemoryMappedFiles">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
</Reference>
<Reference Include="System.IO.Pipes">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath>
</Reference>
<Reference Include="System.IO.UnmanagedMemoryStream">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
</Reference>
<Reference Include="System.Linq">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Expressions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Parallel">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath>
</Reference>
<Reference Include="System.Linq.Queryable">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Rtc">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath>
</Reference>
<Reference Include="System.Net.NameResolution">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath>
</Reference>
<Reference Include="System.Net.NetworkInformation">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath>
</Reference>
<Reference Include="System.Net.Ping">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath>
</Reference>
<Reference Include="System.Net.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Requests">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath>
</Reference>
<Reference Include="System.Net.Security">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath>
</Reference>
<Reference Include="System.Net.Sockets">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebHeaderCollection">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebSockets.Client">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
</Reference>
<Reference Include="System.Net.WebSockets">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath>
</Reference>
<Reference Include="System.ObjectModel">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath>
</Reference>
<Reference Include="System.Reflection">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit.ILGeneration">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Emit.Lightweight">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Extensions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Reflection.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Resources.Reader">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath>
</Reference>
<Reference Include="System.Resources.ResourceManager">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath>
</Reference>
<Reference Include="System.Resources.Writer">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.VisualC">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
</Reference>
<Reference Include="System.Runtime">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Extensions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Handles">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.WindowsRuntime">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Numerics">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Formatters">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Json">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization.Xml">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
</Reference>
<Reference Include="System.Security.Claims">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Algorithms">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Csp">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Encoding">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Security.Cryptography.X509Certificates">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath>
</Reference>
<Reference Include="System.Security.SecureString">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Duplex">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Http">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.NetTcp">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Primitives">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Security">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath>
</Reference>
<Reference Include="System.Text.Encoding.Extensions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Text.RegularExpressions">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath>
</Reference>
<Reference Include="System.Threading">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Overlapped">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Parallel">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Thread">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath>
</Reference>
<Reference Include="System.Threading.ThreadPool">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Timer">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.ReaderWriter">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XDocument">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XmlDocument">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XmlSerializer">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XPath">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XPath.XDocument">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
</Reference>
<Reference Include="UnityScript">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\unityscript\UnityScript.dll</HintPath>
</Reference>
<Reference Include="UnityScript.Lang">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\unityscript\UnityScript.Lang.dll</HintPath>
</Reference>
<Reference Include="Boo.Lang">
<HintPath>D:\Program Files\2019.2.13f1\Editor\Data\MonoBleedingEdge\lib\mono\unityscript\Boo.Lang.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Unity_RuntimeEditor.csproj">
<Project>{50328339-1E9B-7E3D-F605-8810123E718D}</Project>
<Name>Unity_RuntimeEditor</Name>
</ProjectReference>
<ProjectReference Include="UnityEditor.TestRunner.csproj">
<Project>{01729BEB-38B3-94D0-873E-F22C19EB806A}</Project>
<Name>UnityEditor.TestRunner</Name>
</ProjectReference>
<ProjectReference Include="UnityEngine.TestRunner.csproj">
<Project>{E08C0643-0A13-BF9B-F68E-2FDBBB855F02}</Project>
<Name>UnityEngine.TestRunner</Name>
</ProjectReference>
<ProjectReference Include="com.unity.multiplayer-hlapi.Editor.csproj">
<Project>{5FCD587C-B023-5664-12C3-B6D9F281A654}</Project>
<Name>com.unity.multiplayer-hlapi.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.VSCode.Editor.csproj">
<Project>{F37EB8D3-595B-2A8E-9D57-98253E4F534B}</Project>
<Name>Unity.VSCode.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.ProBuilder.csproj">
<Project>{6E2AEC81-8B40-973A-8381-AA153A2DFB86}</Project>
<Name>Unity.ProBuilder</Name>
</ProjectReference>
<ProjectReference Include="Unity.ProBuilder.Editor.csproj">
<Project>{FAF27AC2-6327-295A-B809-B01BAAC648CC}</Project>
<Name>Unity.ProBuilder.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.ProBuilder.AssetIdRemapUtility.csproj">
<Project>{C5787DEC-881B-2C00-2475-6C021075DC12}</Project>
<Name>Unity.ProBuilder.AssetIdRemapUtility</Name>
</ProjectReference>
<ProjectReference Include="Unity.TextMeshPro.Editor.csproj">
<Project>{3A848AB7-9891-EDDA-D555-BF184C2F81F4}</Project>
<Name>Unity.TextMeshPro.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.CollabProxy.Editor.csproj">
<Project>{C12CEEC6-100C-58A2-DE36-314E4DE5E40B}</Project>
<Name>Unity.CollabProxy.Editor</Name>
</ProjectReference>
<ProjectReference Include="com.unity.multiplayer-weaver.Editor.csproj">
<Project>{93D0DB2F-F53D-5A17-ACE7-5C0226DA2A0D}</Project>
<Name>com.unity.multiplayer-weaver.Editor</Name>
</ProjectReference>
<ProjectReference Include="ProBuilderIntegration.csproj">
<Project>{1F74A0A7-8778-787F-C546-B4A6DCAE66AF}</Project>
<Name>ProBuilderIntegration</Name>
</ProjectReference>
<ProjectReference Include="UnityEngine.XR.LegacyInputHelpers.csproj">
<Project>{8E7C73A3-7719-6FE2-0D0D-A83EDAB504C7}</Project>
<Name>UnityEngine.XR.LegacyInputHelpers</Name>
</ProjectReference>
<ProjectReference Include="Unity.Rider.Editor.csproj">
<Project>{C540080A-BED7-978E-DDFC-EE09E5DBB722}</Project>
<Name>Unity.Rider.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.Mathematics.csproj">
<Project>{CF96849C-7EC5-561A-2E6B-E507ADE81955}</Project>
<Name>Unity.Mathematics</Name>
</ProjectReference>
<ProjectReference Include="UnityEditor.SpatialTracking.csproj">
<Project>{779568FA-8B74-9FC0-8E1A-6EBB501CEFE6}</Project>
<Name>UnityEditor.SpatialTracking</Name>
</ProjectReference>
<ProjectReference Include="UnityEngine.SpatialTracking.csproj">
<Project>{EDE48CFA-E9C6-66CB-F43E-070EAA2E76B0}</Project>
<Name>UnityEngine.SpatialTracking</Name>
</ProjectReference>
<ProjectReference Include="Unity.ProBuilder.AddOns.Editor.csproj">
<Project>{E8F6AEC7-C558-7A8C-1B77-5EF90B9AD9FD}</Project>
<Name>Unity.ProBuilder.AddOns.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.Mathematics.Editor.csproj">
<Project>{6AF95F4B-B8F1-38E0-2772-4BB952A98123}</Project>
<Name>Unity.Mathematics.Editor</Name>
</ProjectReference>
<ProjectReference Include="Unity.TextMeshPro.csproj">
<Project>{07A21C90-D344-AE1A-8456-9910C203B41A}</Project>
<Name>Unity.TextMeshPro</Name>
</ProjectReference>
<ProjectReference Include="Unity.Analytics.DataPrivacy.csproj">
<Project>{D6E266C6-3D1F-28C8-9FEB-2A01E44DBF77}</Project>
<Name>Unity.Analytics.DataPrivacy</Name>
</ProjectReference>
<ProjectReference Include="UnityEditor.XR.LegacyInputHelpers.csproj">
<Project>{E39D021A-24A3-CC45-6B3B-9304A0479D9A}</Project>
<Name>UnityEditor.XR.LegacyInputHelpers</Name>
</ProjectReference>
<ProjectReference Include="com.unity.multiplayer-hlapi.Runtime.csproj">
<Project>{FA5CA632-7858-B348-2678-3563F1DAD317}</Project>
<Name>com.unity.multiplayer-hlapi.Runtime</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Battlehub\ObjectToTexture\Scripts\Editor\ObjectToTextureEditor.cs" />
<Compile Include="Assets\Battlehub\RTCommon\Scripts\Editor\TreeViewDataModel\TreeViewWithTreeModel.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\EditorsMapGen.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\EditorsMapWindow.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\RTEAppearanceEditor.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\RuntimeEditorEditor.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\RuntimeEditorMenu.cs" />
<Compile Include="Assets\Battlehub\RTEditor\Scripts\Editor\SelectFolderDialog.cs" />
<Compile Include="Assets\Battlehub\RTHandles\Scripts\Editor\RTHandlesMenu.cs" />
<Compile Include="Assets\Battlehub\RTHandles\Shaders\Editor\BattlehubOutlineEditor.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedCollisionModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedCustomDataModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedEmissionModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedExternalForcesModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedSubEmittersModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedTextureSheetAnimationModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\ParticleSystemModules\PersistentParticleSystemNestedTriggerModule_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentAnimationCurve_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentAudioClip_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentGradient_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentKeyframe_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentMaterial_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentMesh_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentParticleSystem_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentRuntimeAnimation_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentRuntimeAnimationClip_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentRuntimeAnimationProperty_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentSprite_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentSurrogate_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentTerrainData_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\CodeGenTemplates\PersistentTexture2D_RTSL_Template.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetBundleCreator.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrariesListGen.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrary\AssetFolderTreeView.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrary\AssetLibraryAssetsGUI.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrary\AssetLibraryEditor.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrary\AssetLibraryProjectGUI.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\AssetLibrary\AssetTreeView.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\CodeGen.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\ConfigWindow.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\Menu.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\PersistentClassMapperWindow.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\RTSLPath.cs" />
<Compile Include="Assets\Battlehub\RTSL\Editor\Scripts\RuntimeShaderProfilesGen.cs" />
<Compile Include="Assets\Battlehub\ThirdParty\HSVPicker\Editor\BoxSliderEditor.cs" />
<Compile Include="Assets\Battlehub\UIControls\Menu\Scripts\Editor\MenuEditor.cs" />
<Compile Include="Assets\Battlehub\UIControls\VirtualizingTreeView\Scripts\Editor\VirtualizingScrollRectEditor.cs" />
<Compile Include="Assets\Battlehub\Utils\Editor\EnumFlagsDrawer.cs" />
<Compile Include="Assets\Battlehub\Utils\Editor\ExposeProperties.cs" />
<Compile Include="Assets\Battlehub\Utils\Editor\ReadonlyDrawer.cs" />
<Compile Include="Assets\Battlehub\Utils\Editor\ReadonlyPropertyDrawer.cs" />
<Compile Include="Assets\BattlehubAssetStoreTools\Editor\ToolsMenu.cs" />
<Compile Include="Assets\GoogleARCore\Examples\Common\Scripts\Editor\PointcloudVisualizerEditor.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ARCoreIOSSupportHelper.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ARCoreIOSSupportPreprocessBuild.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ARCoreProjectSettingsWindow.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ARCoreSupportedPreprocessBuild.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\AssetHelper.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\AugmentedImageDatabaseContextMenu.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\AugmentedImageDatabaseInspector.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\AugmentedImageDatabasePreprocessBuild.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\BackgroundJobExecutor.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\CloudAnchorPreprocessBuild.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ExampleBuildHelper.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\ExamplePreprocessBuild.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\PreprocessBuildBase.cs" />
<Compile Include="Assets\GoogleARCore\SDK\Scripts\Editor\RequiredOptionalPreprocessBuild.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Assets\Battlehub\README.txt" />
<None Include="Assets\Battlehub\README_DOCKPANEL.txt" />
<None Include="Assets\Battlehub\README_MENU.txt" />
<None Include="Assets\Battlehub\README_RTSL.txt" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\EdgePicker.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\FaceHighlight.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\FacePicker.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\LineBillboard.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\PointBillboard.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\SelectionPicker.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\VertexPicker.shader" />
<None Include="Assets\Battlehub\RTBuilder\Integration\Shaders\VertexShader.shader" />
<None Include="Assets\Battlehub\RTCommon\Resources\Billboard.shader" />
<None Include="Assets\Battlehub\RTCommon\Resources\MobileDiffuseZTestAlways.shader" />
<None Include="Assets\Battlehub\RTCommon\Resources\RenderTextureOverlay.shader" />
<None Include="Assets\Battlehub\RTCommon\Resources\SpritesZTestAlways.shader" />
<None Include="Assets\Battlehub\RTEditor\Demo\BundledObject\NewSurfaceShader.shader" />
<None Include="Assets\Battlehub\RTEditor\Prefabs\AnimationEditor\TimelineControl\Resources\TimelineGrid.shader" />
<None Include="Assets\Battlehub\RTEditor\Prefabs\AnimationEditor\TimelineControl\Resources\UnlitTextureInstanced.shader" />
<None Include="Assets\Battlehub\RTGizmos\Shaders\Resources\Handles.shader" />
<None Include="Assets\Battlehub\RTHandles\Fonts\FontLicense!.txt" />
<None Include="Assets\Battlehub\RTHandles\Outline\Resources\UnityOutline.cginc" />
<None Include="Assets\Battlehub\RTHandles\Outline\Resources\UnityOutline.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\ArrowShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\AxisShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\DepthMaskColorBillboardShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\DepthMaskColorShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\QuadShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\SSCircleShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Prefabs\Models\Materials\Shaders\SSQuadShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\BoxSelectionShader.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\Grid.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\LineBillboard.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\Outline.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\PointBillboard.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\Shape.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\VertexColor.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\VertexColorBillboard.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\VertexColorClip.shader" />
<None Include="Assets\Battlehub\RTHandles\Shaders\Resources\VertexColorClipUsingClipPlane.shader" />
<None Include="Assets\Battlehub\RTTerrain\Prefabs\Materials\ProjectorShader.shader" />
<None Include="Assets\Battlehub\RTTerrain\Prefabs\Materials\TerrainHandleShader.shader" />
<None Include="Assets\Battlehub\ThirdParty\HSVPicker\Resources\Shaders\Compute\GenerateSVTexture.compute" />
<None Include="Assets\Battlehub\ThirdParty\StandaloneFileBrowser\LICENSE.txt" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\LineBreaking Leading Characters.txt" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_Bitmap-Custom-Atlas.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_Bitmap-Mobile.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_Bitmap.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF Overlay.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile Masking.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile Overlay.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF-Surface-Mobile.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF-Surface.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_SDF.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMP_Sprite.shader" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMPro.cginc" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMPro_Properties.cginc" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Resources\Shaders\TMPro_Surface.cginc" />
<None Include="Assets\Battlehub\ThirdParty\TextMesh Pro\Sprites\EmojiOne Attribution.txt" />
<None Include="Assets\Battlehub\Tools\MeshCombiner\MeshCombiner Documentation.txt" />
<None Include="Assets\Battlehub\Tools\ObjectWireframe\Resources\LineBillboard.shader" />
<None Include="Assets\Battlehub\UIControls\DockPanels\Shaders\DepthMask.shader" />
<None Include="Assets\Battlehub\Utils\Dispatcher\Dispatcher Documentation.txt" />
<None Include="Assets\GoogleARCore\Editor\ARCoreiOSDependencies.template" />
<None Include="Assets\GoogleARCore\Examples\AugmentedFaces\Materials\Shaders\AugmentedFaceOccluder.shader" />
<None Include="Assets\GoogleARCore\Examples\Common\Materials\Shaders\MobileDiffuseWithLightEstimation.shader" />
<None Include="Assets\GoogleARCore\Examples\Common\Materials\Shaders\MobileSpecularWithLightEstimation.shader" />
<None Include="Assets\GoogleARCore\Examples\Common\Materials\Shaders\PlaneGrid.shader" />
<None Include="Assets\GoogleARCore\Examples\Common\Materials\Shaders\PointCloud.shader" />
<None Include="Assets\GoogleARCore\Examples\ComputerVision\Materials\EdgeDetectionBackground.shader" />
<None Include="Assets\GoogleARCore\SDK\Materials\ARBackground.shader" />
<None Include="Assets\PlayServicesResolver\Editor\play-services-resolver_v1.2.95.0.txt" />
<None Include="Packages\com.unity.2d.sprite\Editor\UI\SpriteEditor\PolygonChangeShapeWindow.uxml" />
<None Include="Packages\com.unity.2d.sprite\Editor\UI\SpriteEditor\SpriteEditor.uss" />
<None Include="Packages\com.unity.2d.sprite\Editor\UI\SpriteEditor\SpriteFrameModuleInspector.uxml" />
<None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryCommon.uss" />
<None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryDark.uss" />
<None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryLight.uss" />
<None Include="Packages\com.unity.ext.nunit\net35\unity-custom\This is a custom build DONT include.txt" />
<None Include="Packages\com.unity.ext.nunit\net35\unity-custom\nunit.framework.xml" />
<None Include="Packages\com.unity.probuilder\Content\Shader\DiffuseTextureBlend.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\DiffuseVertexColor.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\EdgePicker.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\FaceHighlight.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\FacePicker.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\HideVertices.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\LineBillboard.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\NormalPreview.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\PointBillboard.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\ReferenceUnlit.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\ScrollHighlight.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\SelectionPicker.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\SmoothingPreview.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\StandardVertexColor.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\TransparentOverlay.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\UnlitSolidColor.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\UnlitVertexColor.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\VertexPicker.shader" />
<None Include="Packages\com.unity.probuilder\Content\Shader\VertexShader.shader" />
<None Include="Packages\com.unity.textmeshpro\Editor Resources\Shaders\TMP_Properties.cginc" />
<None Include="Packages\com.unity.textmeshpro\Editor Resources\Shaders\TMP_SDF Internal SSD.shader" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
</Project>
1
https://gitee.com/github-31790744/Unity_RuntimeEditor.git
git@gitee.com:github-31790744/Unity_RuntimeEditor.git
github-31790744
Unity_RuntimeEditor
Unity_RuntimeEditor
master

搜索帮助