Assembly-CSharp.csproj 117 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{C166063A-39DE-9746-79A1-4A00CD9391E3}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Assembly-CSharp</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>.</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>Temp\bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;UNITY_2019_4_25;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_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>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <NoWarn>0169</NoWarn>
  29. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>Temp\bin\Release\</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <NoWarn>0169</NoWarn>
  38. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <NoConfig>true</NoConfig>
  42. <NoStdLib>true</NoStdLib>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  45. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  49. <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
  50. <UnityProjectGeneratorVersion>4.11.4.0</UnityProjectGeneratorVersion>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  53. <UnityVersion>2019.4.25f1c1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Reference Include="UnityEngine">
  60. <HintPath>D:\UnityHub\Editor\2019.4.25f1c1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  61. </Reference>
  62. <Reference Include="UnityEditor">
  63. <HintPath>D:\UnityHub\Editor\2019.4.25f1c1\Editor\Data\Managed/UnityEditor.dll</HintPath>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Assets\ColorPicker\Scripts\ColorHuePicker.cs" />
  68. <Compile Include="Assets\ColorPicker\Scripts\ColorIndicator.cs" />
  69. <Compile Include="Assets\ColorPicker\Scripts\ColorSaturationBrightnessPicker.cs" />
  70. <Compile Include="Assets\ColorPicker\Scripts\Draggable.cs" />
  71. <Compile Include="Assets\ColorPicker\Scripts\ExampleColorReceiver.cs" />
  72. <Compile Include="Assets\ColorPicker\Scripts\HSBColor.cs" />
  73. <Compile Include="Assets\DefaultPlayables\LightControl\LightControlBehaviour.cs" />
  74. <Compile Include="Assets\DefaultPlayables\LightControl\LightControlClip.cs" />
  75. <Compile Include="Assets\DefaultPlayables\LightControl\LightControlMixerBehaviour.cs" />
  76. <Compile Include="Assets\DefaultPlayables\LightControl\LightControlTrack.cs" />
  77. <Compile Include="Assets\DefaultPlayables\NavMeshAgentControl\NavMeshAgentControlBehaviour.cs" />
  78. <Compile Include="Assets\DefaultPlayables\NavMeshAgentControl\NavMeshAgentControlClip.cs" />
  79. <Compile Include="Assets\DefaultPlayables\NavMeshAgentControl\NavMeshAgentControlMixerBehaviour.cs" />
  80. <Compile Include="Assets\DefaultPlayables\NavMeshAgentControl\NavMeshAgentControlTrack.cs" />
  81. <Compile Include="Assets\DefaultPlayables\ScreenFader\ScreenFaderBehaviour.cs" />
  82. <Compile Include="Assets\DefaultPlayables\ScreenFader\ScreenFaderClip.cs" />
  83. <Compile Include="Assets\DefaultPlayables\ScreenFader\ScreenFaderMixerBehaviour.cs" />
  84. <Compile Include="Assets\DefaultPlayables\ScreenFader\ScreenFaderTrack.cs" />
  85. <Compile Include="Assets\DefaultPlayables\TextSwitcher\TextSwitcherBehaviour.cs" />
  86. <Compile Include="Assets\DefaultPlayables\TextSwitcher\TextSwitcherClip.cs" />
  87. <Compile Include="Assets\DefaultPlayables\TextSwitcher\TextSwitcherMixerBehaviour.cs" />
  88. <Compile Include="Assets\DefaultPlayables\TextSwitcher\TextSwitcherTrack.cs" />
  89. <Compile Include="Assets\DefaultPlayables\TimeDilation\TimeDilationBehaviour.cs" />
  90. <Compile Include="Assets\DefaultPlayables\TimeDilation\TimeDilationClip.cs" />
  91. <Compile Include="Assets\DefaultPlayables\TimeDilation\TimeDilationMixerBehaviour.cs" />
  92. <Compile Include="Assets\DefaultPlayables\TimeDilation\TimeDilationTrack.cs" />
  93. <Compile Include="Assets\DefaultPlayables\TransformTween\TransformTweenBehaviour.cs" />
  94. <Compile Include="Assets\DefaultPlayables\TransformTween\TransformTweenClip.cs" />
  95. <Compile Include="Assets\DefaultPlayables\TransformTween\TransformTweenMixerBehaviour.cs" />
  96. <Compile Include="Assets\DefaultPlayables\TransformTween\TransformTweenTrack.cs" />
  97. <Compile Include="Assets\DefaultPlayables\Video\VideoPlayableBehaviour.cs" />
  98. <Compile Include="Assets\DefaultPlayables\Video\VideoSchedulerPlayableBehaviour.cs" />
  99. <Compile Include="Assets\DefaultPlayables\Video\VideoScriptPlayableAsset.cs" />
  100. <Compile Include="Assets\DefaultPlayables\Video\VideoScriptPlayableTrack.cs" />
  101. <Compile Include="Assets\DrawingAir\DrawListManager.cs" />
  102. <Compile Include="Assets\DrawingAir\Paint.cs" />
  103. <Compile Include="Assets\DrawingAir\PaintBoard.cs" />
  104. <Compile Include="Assets\DrawingAir\Painter.cs" />
  105. <Compile Include="Assets\FT_MagicEffects_Vol01\Particle Playground\Examples\Example Scripts\Simple Scripts\MultiEmitOnEvent.cs" />
  106. <Compile Include="Assets\FT_MagicEffects_Vol01\Particle Playground\Scripts\Playground Splines\PlaygroundSpline.cs" />
  107. <Compile Include="Assets\FT_MagicEffects_Vol01\Particle Playground\Scripts\PlaygroundC.cs" />
  108. <Compile Include="Assets\FT_MagicEffects_Vol01\Particle Playground\Scripts\PlaygroundParticlesC.cs" />
  109. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_DeadTime.cs" />
  110. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_LightRandomAndFade.cs" />
  111. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_LoopSwitch.cs" />
  112. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ParticleController.cs" />
  113. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ParticleScaler.cs" />
  114. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ScaleLight.cs" />
  115. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ScaleManipulatorSize.cs" />
  116. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ScaleMesh.cs" />
  117. <Compile Include="Assets\FT_MagicEffects_Vol01\Script\FTME01_ScaleStateSize.cs" />
  118. <Compile Include="Assets\Hard Surface Pro\Shared\Scripts\MouseLook.cs" />
  119. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\BlurEffect.cs" />
  120. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\ColorCorrectionEffect.cs" />
  121. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\ContrastStretchEffect.cs" />
  122. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\EdgeDetectEffect.cs" />
  123. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\GlowEffect.cs" />
  124. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\GrayscaleEffect.cs" />
  125. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\ImageEffectBase.cs" />
  126. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\ImageEffects.cs" />
  127. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\MotionBlur.cs" />
  128. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\NoiseEffect.cs" />
  129. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\SSAOEffect.cs" />
  130. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\SepiaToneEffect.cs" />
  131. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\TwirlEffect.cs" />
  132. <Compile Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\VortexEffect.cs" />
  133. <Compile Include="Assets\LeanTween\Examples\Archived\OldGUIExamplesCS.cs" />
  134. <Compile Include="Assets\LeanTween\Examples\Archived\TestingPunch.cs" />
  135. <Compile Include="Assets\LeanTween\Examples\Archived\TestingRigidbodyCS.cs" />
  136. <Compile Include="Assets\LeanTween\Examples\Scripts\Following.cs" />
  137. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralAdvancedTechniques.cs" />
  138. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralBasic.cs" />
  139. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralBasics2d.cs" />
  140. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralCameraShake.cs" />
  141. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralEasingTypes.cs" />
  142. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralEventsListeners.cs" />
  143. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralSequencer.cs" />
  144. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralSimpleUI.cs" />
  145. <Compile Include="Assets\LeanTween\Examples\Scripts\GeneralUISpace.cs" />
  146. <Compile Include="Assets\LeanTween\Examples\Scripts\LogoCinematic.cs" />
  147. <Compile Include="Assets\LeanTween\Examples\Scripts\PathBezier.cs" />
  148. <Compile Include="Assets\LeanTween\Examples\Scripts\PathBezier2d.cs" />
  149. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSpline.cs" />
  150. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSpline2d.cs" />
  151. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSplineEndless.cs" />
  152. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSplinePerformance.cs" />
  153. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSplineTrack.cs" />
  154. <Compile Include="Assets\LeanTween\Examples\Scripts\PathSplines.cs" />
  155. <Compile Include="Assets\LeanTween\Examples\Scripts\TestingUnitTests.cs" />
  156. <Compile Include="Assets\LeanTween\Examples\Scripts\TestingZLegacy.cs" />
  157. <Compile Include="Assets\LeanTween\Examples\Scripts\TestingZLegacyExt.cs" />
  158. <Compile Include="Assets\LeanTween\Framework\LTDescr.cs" />
  159. <Compile Include="Assets\LeanTween\Framework\LTDescrOptional.cs" />
  160. <Compile Include="Assets\LeanTween\Framework\LTSeq.cs" />
  161. <Compile Include="Assets\LeanTween\Framework\LeanAudio.cs" />
  162. <Compile Include="Assets\LeanTween\Framework\LeanSmooth.cs" />
  163. <Compile Include="Assets\LeanTween\Framework\LeanTest.cs" />
  164. <Compile Include="Assets\LeanTween\Framework\LeanTween.cs" />
  165. <Compile Include="Assets\LeanTween\Framework\LeanTweenExt.cs" />
  166. <Compile Include="Assets\MaterializeFX\MaterializationFX\Scripts\MfxController.cs" />
  167. <Compile Include="Assets\MaterializeFX\MaterializationFX\Scripts\ShaderParameterSetter.cs" />
  168. <Compile Include="Assets\MaterializeFX\MaterializationFX\Scripts\Utils\DemoInputConrtoller.cs" />
  169. <Compile Include="Assets\MaterializeFX\MaterializationFX\Scripts\Utils\DemoPrefabController.cs" />
  170. <Compile Include="Assets\MaterializeFX\MaterializationFX\Scripts\Utils\MouseOrbitController.cs" />
  171. <Compile Include="Assets\MathClass\Scripts\Line.cs" />
  172. <Compile Include="Assets\MathClass\Scripts\MethodExtensionForUnity.cs" />
  173. <Compile Include="Assets\MathClass\Scripts\Pause.cs" />
  174. <Compile Include="Assets\MathClass\Scripts\PauseSign.cs" />
  175. <Compile Include="Assets\MathClass\Scripts\Play.cs" />
  176. <Compile Include="Assets\MathClass\Scripts\PolygonDrawer.cs" />
  177. <Compile Include="Assets\MathClass\Scripts\Triangulator.cs" />
  178. <Compile Include="Assets\MathClass\Scripts\test.cs" />
  179. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\AudioPitchAndVolumeByVelocity.cs" />
  180. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\CameraController.cs" />
  181. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\Collectable.cs" />
  182. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\CollectableSpawner.cs" />
  183. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\Damping.cs" />
  184. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\DestroyOnAudioStop.cs" />
  185. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\InstantiatePrefabOnCollisionEnter.cs" />
  186. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\OnTriggerEvents.cs" />
  187. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\Player.cs" />
  188. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\RandomInvoke.cs" />
  189. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\RandomInvoke_EmitParticle.cs" />
  190. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\RandomInvoke_PlayRandomSound.cs" />
  191. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\RandomSequence.cs" />
  192. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\RandomSoundOverTime.cs" />
  193. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\Ranges.cs" />
  194. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\SetParent.cs" />
  195. <Compile Include="Assets\Mirza Beig\Demos\The Last Particle\Scripts\VolumeAndPitchNoiseOverTime.cs" />
  196. <Compile Include="Assets\Mirza Beig\Demos\Wallpapers\Gravity Clock\Scripts\BillboardCameraPlaneUVFX.cs" />
  197. <Compile Include="Assets\Mirza Beig\Demos\Wallpapers\Gravity Clock\Scripts\GravityClockInteractivityUVFX.cs" />
  198. <Compile Include="Assets\Mirza Beig\Particle Systems\Ultimate VFX\2 - Expansions\XP - TITLES\Scripts\DemoManager_XPTitles.cs" />
  199. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\AnimatedLight.cs" />
  200. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\Billboard.cs" />
  201. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\CameraShake.cs" />
  202. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\DestroyAfterTime.cs" />
  203. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\DestroyOnParticlesDead.cs" />
  204. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\DestroyOnTrailsDestroyed.cs" />
  205. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\IgnoreTimeScale.cs" />
  206. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\ParticleSystems.cs" />
  207. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\ParticleSystemsSimulationSpeed.cs" />
  208. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\PerlinNoise.cs" />
  209. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\RendererSortingOrder.cs" />
  210. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\Rotator.cs" />
  211. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\TrailRenderers.cs" />
  212. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\TransformNoise.cs" />
  213. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\DemoManager.cs" />
  214. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\FPSDisplay.cs" />
  215. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\FPSTest.cs" />
  216. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\LoopingParticleSystemsManager.cs" />
  217. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\MouseFollow.cs" />
  218. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\MouseRotateCamera.cs" />
  219. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\OneshotParticleSystemsManager.cs" />
  220. <Compile Include="Assets\Mirza Beig\Particle Systems\_Common\Scripts\_Demo\ParticleManager.cs" />
  221. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\AttractionParticleAffector.cs" />
  222. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\MT (EXPERIMENTAL)\ParticleAffectorMT.cs" />
  223. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\MT (EXPERIMENTAL)\TurbulenceParticleAffectorMT.cs" />
  224. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\Noise.cs" />
  225. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\ParticleAffector.cs" />
  226. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\TurbulenceParticleAffector.cs" />
  227. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Affectors\Scripts\VortexParticleAffector.cs" />
  228. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Flocking\ParticleFlocking.cs" />
  229. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts (DEMO ONLY)\ParticleForceFieldsDemo.cs" />
  230. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts (DEMO ONLY)\ParticleForceFieldsDemo_CameraRig.cs" />
  231. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts\AttractionParticleForceField.cs" />
  232. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts\Noise2.cs" />
  233. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts\ParticleForceField.cs" />
  234. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts\TurbulenceParticleForceField.cs" />
  235. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Force Fields\Scripts\VortexParticleForceField.cs" />
  236. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Lights\Scripts\ParticleLights.cs" />
  237. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Plexus\Scripts (DEMO ONLY)\ParticlePlexusDemo_CameraRig.cs" />
  238. <Compile Include="Assets\Mirza Beig\Scripting\Effects\Particle Plexus\Scripts\ParticlePlexus.cs" />
  239. <Compile Include="Assets\Mirza Beig\Scripting\Effects\_Common\CreateLUT.cs" />
  240. <Compile Include="Assets\Mirza Beig\Shaders\Image Effects\Resources\Sharpen\Sharpen.cs" />
  241. <Compile Include="Assets\Mirza Beig\Shaders\_Common\IEBase.cs" />
  242. <Compile Include="Assets\Mirza Beig\used_ani.cs" />
  243. <Compile Include="Assets\ParticlesStaticBezierFlow\Scripts\BezierCurvedParticlesFlow\Interfaces\IBezierLogic.cs" />
  244. <Compile Include="Assets\ParticlesStaticBezierFlow\Scripts\BezierCurvedParticlesFlow\ParticlesStaticBezierFlowController.cs" />
  245. <Compile Include="Assets\ParticlesStaticBezierFlow\Scripts\BezierCurvedParticlesFlow\Utilities\BezierLogic.cs" />
  246. <Compile Include="Assets\Resources\Biology\BiologyGameController.cs" />
  247. <Compile Include="Assets\Resources\Biology\BiologyGameUI.cs" />
  248. <Compile Include="Assets\Resources\Biology\BloodItem.cs" />
  249. <Compile Include="Assets\Resources\Biology\BloodManager.cs" />
  250. <Compile Include="Assets\Resources\Biology\Bowman.cs" />
  251. <Compile Include="Assets\Resources\Biology\CoursewareItem.cs" />
  252. <Compile Include="Assets\Resources\Biology\MRCore\GameBaseController.cs" />
  253. <Compile Include="Assets\Resources\Biology\MRCore\MRBaseUI.cs" />
  254. <Compile Include="Assets\Resources\Biology\TestItem.cs" />
  255. <Compile Include="Assets\Resources\Biology\WayPoint.cs" />
  256. <Compile Include="Assets\Resources\shader\Advanced Toon Shading\Screen Effect\Bloom\Bloom.cs" />
  257. <Compile Include="Assets\Resources\shader\Advanced Toon Shading\Screen Effect\ColorSuite\ColorSuite.cs" />
  258. <Compile Include="Assets\Resources\shader\Advanced Toon Shading\Scripts\CamRotate.cs" />
  259. <Compile Include="Assets\Resources\shader\Advanced Toon Shading\Scripts\CamRotator.cs" />
  260. <Compile Include="Assets\Sci-Fi VFX\Scripts\BeamWeapon\BeamPositionSetter.cs" />
  261. <Compile Include="Assets\Sci-Fi VFX\Scripts\BeamWeapon\BeamWeapon.cs" />
  262. <Compile Include="Assets\Sci-Fi VFX\Scripts\BlasterWeapon\BlasterBullet.cs" />
  263. <Compile Include="Assets\Sci-Fi VFX\Scripts\BlasterWeapon\BlasterWeapon.cs" />
  264. <Compile Include="Assets\Sci-Fi VFX\Scripts\Engine\EngineController.cs" />
  265. <Compile Include="Assets\Sci-Fi VFX\Scripts\Materialization\ShaderParameterSetter.cs" />
  266. <Compile Include="Assets\Sci-Fi VFX\Scripts\Utils\Dumper.cs" />
  267. <Compile Include="Assets\Sci-Fi VFX\Scripts\Utils\ManualLightBehavior.cs" />
  268. <Compile Include="Assets\Sci-Fi VFX\Scripts\Utils\ProjectorTextureAnimation.cs" />
  269. <Compile Include="Assets\Sci-Fi VFX\Scripts\Utils\UvAnimation.cs" />
  270. <Compile Include="Assets\Scripts\Base\Component\BaseComponent.cs" />
  271. <Compile Include="Assets\Scripts\Base\Component\DontDestroyComponent.cs" />
  272. <Compile Include="Assets\Scripts\Base\Component\FPSComponent.cs" />
  273. <Compile Include="Assets\Scripts\Base\Component\GameResources.cs" />
  274. <Compile Include="Assets\Scripts\Base\Component\RevertComponent.cs" />
  275. <Compile Include="Assets\Scripts\Base\DebugFrame.cs" />
  276. <Compile Include="Assets\Scripts\Base\GameDataSetting.cs" />
  277. <Compile Include="Assets\Scripts\Base\GameEnum.cs" />
  278. <Compile Include="Assets\Scripts\Base\GameSoundManager.cs" />
  279. <Compile Include="Assets\Scripts\Base\Tools\CDebug.cs" />
  280. <Compile Include="Assets\Scripts\Base\Tools\CStaticMethod.cs" />
  281. <Compile Include="Assets\Scripts\Base\Tools\MessageCenterController.cs" />
  282. <Compile Include="Assets\Scripts\Base\Tools\ObjectArray.cs" />
  283. <Compile Include="Assets\Scripts\Base\Tools\PrefabManager.cs" />
  284. <Compile Include="Assets\Scripts\Base\Tools\TestCube.cs" />
  285. <Compile Include="Assets\Scripts\Base\Tools\TimerManager.cs" />
  286. <Compile Include="Assets\Scripts\Base\Web\Http\HttpConstConfig.cs" />
  287. <Compile Include="Assets\Scripts\Base\Web\Http\HttpDistribute.cs" />
  288. <Compile Include="Assets\Scripts\Base\Web\Http\HttpManager.cs" />
  289. <Compile Include="Assets\Scripts\Base\Web\Http\HttpMethod.cs" />
  290. <Compile Include="Assets\Scripts\Base\Web\Http\HttpMsg.cs" />
  291. <Compile Include="Assets\Scripts\Base\Web\Http\HttpRequest.cs" />
  292. <Compile Include="Assets\Scripts\Base\Web\Http\HttpResponse.cs" />
  293. <Compile Include="Assets\Scripts\Base\Web\Http\ServerMethod.cs" />
  294. <Compile Include="Assets\Scripts\Base\Web\Socket\BData\ByteDataArray.cs" />
  295. <Compile Include="Assets\Scripts\Base\Web\Socket\BData\ByteDataBase.cs" />
  296. <Compile Include="Assets\Scripts\Base\Web\Socket\BData\ByteManagerBase.cs" />
  297. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CAssetsConfigInfo.cs" />
  298. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CAssetsInfo.cs" />
  299. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CByteArray.cs" />
  300. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderAB.cs" />
  301. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderConfig.cs" />
  302. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderConst.cs" />
  303. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderData.cs" />
  304. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderDelegate.cs" />
  305. <Compile Include="Assets\Scripts\Base\Web\Socket\Loader\CLoaderManager.cs" />
  306. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\MsgConst.cs" />
  307. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetBytes.cs" />
  308. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetCode.cs" />
  309. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetMsg.cs" />
  310. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetMsgLog.cs" />
  311. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetSocket.cs" />
  312. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\NetWorkManager.cs" />
  313. <Compile Include="Assets\Scripts\Base\Web\Socket\Net\ServerEnum.cs" />
  314. <Compile Include="Assets\Scripts\Bridge\BridgeClass.cs" />
  315. <Compile Include="Assets\Scripts\CloseItem.cs" />
  316. <Compile Include="Assets\Scripts\Core\DebugLog\DebugLog.cs" />
  317. <Compile Include="Assets\Scripts\Core\DebugLog\DebugLogManager.cs" />
  318. <Compile Include="Assets\Scripts\Core\DebugLog\DebugOutputManager.cs" />
  319. <Compile Include="Assets\Scripts\Core\DrawingOnLine\DrawingManager.cs" />
  320. <Compile Include="Assets\Scripts\Core\DrawingOnLine\DrawingMap.cs" />
  321. <Compile Include="Assets\Scripts\Core\PlayerData\GameConfigData.cs" />
  322. <Compile Include="Assets\Scripts\Core\SecretPwdModule.cs" />
  323. <Compile Include="Assets\Scripts\Core\Tool\HttpMsgCallBack.cs" />
  324. <Compile Include="Assets\Scripts\Core\Tool\HttpStaticMessage.cs" />
  325. <Compile Include="Assets\Scripts\Core\UI\Effect\CourseEffectBgManager.cs" />
  326. <Compile Include="Assets\Scripts\Core\UI\Effect\EffectBaseManager.cs" />
  327. <Compile Include="Assets\Scripts\Core\UI\Effect\PopEffectBgManager.cs" />
  328. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\AlphaTween.cs" />
  329. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\AnimatorTween.cs" />
  330. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\CanvasAlphaTween.cs" />
  331. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\ColorTween.cs" />
  332. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\ItemFloat.cs" />
  333. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\ItemRandomFloat.cs" />
  334. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\MoveTween.cs" />
  335. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\RotateTween.cs" />
  336. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\ScaleTween.cs" />
  337. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\TweenBase.cs" />
  338. <Compile Include="Assets\Scripts\Core\UI\Effect\TweenEffect\TweenController.cs" />
  339. <Compile Include="Assets\Scripts\Core\UI\EffectScreen.cs" />
  340. <Compile Include="Assets\Scripts\Core\UI\FollowItemConfig.cs" />
  341. <Compile Include="Assets\Scripts\Core\UI\FollowItemView.cs" />
  342. <Compile Include="Assets\Scripts\Core\UI\MovieScreen.cs" />
  343. <Compile Include="Assets\Scripts\Core\UI\SaomiaoView.cs" />
  344. <Compile Include="Assets\Scripts\Core\UI\SettingSocketUrl.cs" />
  345. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\ButtonPanel.cs" />
  346. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\CanvasReset.cs" />
  347. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\ClickButtonPlayTimeLine.cs" />
  348. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\MapOffsetMove.cs" />
  349. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\SkinMapOffsetMove.cs" />
  350. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\AniControlTrack.cs" />
  351. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\FaceControl.cs" />
  352. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\PlayablePauseTrack.cs" />
  353. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\TimelineControl.cs" />
  354. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\TimelinePauseByTime.cs" />
  355. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\Physics\Timeline\TimelinePlayable.cs" />
  356. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\PlayProgress.cs" />
  357. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TaskCanvas.cs" />
  358. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TaskInfo.cs" />
  359. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineChange.cs" />
  360. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineControl.cs" />
  361. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineCurve\CurveControlBehaviour.cs" />
  362. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineCurve\CurveControlClip.cs" />
  363. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineCurve\CurveControlMixerBehaviour.cs" />
  364. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineCurve\CurveControlTrack.cs" />
  365. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineMat\MatControlBehaviour.cs" />
  366. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineMat\MatControlClip.cs" />
  367. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineMat\MatControlMixerBehaviour.cs" />
  368. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLineMat\MatControlTrack.cs" />
  369. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLinePaticle\PatControlBehaviour.cs" />
  370. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLinePaticle\PatControlClip.cs" />
  371. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLinePaticle\PatControlMixerBehaviour.cs" />
  372. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\TimeLinePaticle\PatControlTrack.cs" />
  373. <Compile Include="Assets\Scripts\Core\UI\TimelineUI\UITweener.cs" />
  374. <Compile Include="Assets\Scripts\Core\UI\UIChangeLocation.cs" />
  375. <Compile Include="Assets\Scripts\Core\UI\UIData\UIBase.cs" />
  376. <Compile Include="Assets\Scripts\Core\UI\UIData\UIDataManager.cs" />
  377. <Compile Include="Assets\Scripts\Core\UI\UIData\UIDataTest.cs" />
  378. <Compile Include="Assets\Scripts\Core\UI\UILookAtHead.cs" />
  379. <Compile Include="Assets\Scripts\Core\UI\View\Control\CourseBarView.cs" />
  380. <Compile Include="Assets\Scripts\Core\UI\View\Control\CoursePannelManager.cs" />
  381. <Compile Include="Assets\Scripts\Core\UI\View\Control\GameNetManager.cs" />
  382. <Compile Include="Assets\Scripts\Core\UI\View\Control\PopUIManager.cs" />
  383. <Compile Include="Assets\Scripts\Core\UI\View\Control\SocketMsgReceiveCenter.cs" />
  384. <Compile Include="Assets\Scripts\Core\UI\View\Control\SocketMsgSendManager.cs" />
  385. <Compile Include="Assets\Scripts\Core\UI\View\Data\ChapterConfig.cs" />
  386. <Compile Include="Assets\Scripts\Core\UI\View\Data\CourseData.cs" />
  387. <Compile Include="Assets\Scripts\Core\UI\View\Data\ExperimentData.cs" />
  388. <Compile Include="Assets\Scripts\Core\UI\View\Data\GamePlayerData.cs" />
  389. <Compile Include="Assets\Scripts\Core\UI\View\Data\QustionData.cs" />
  390. <Compile Include="Assets\Scripts\Core\UI\View\Data\RoomData.cs" />
  391. <Compile Include="Assets\Scripts\Core\UI\View\Data\ServerData.cs" />
  392. <Compile Include="Assets\Scripts\Core\UI\View\Data\StudentTaskReceiveManager.cs" />
  393. <Compile Include="Assets\Scripts\Core\UI\View\Data\TeacherOperateData.cs" />
  394. <Compile Include="Assets\Scripts\Core\UI\View\Data\TeacherSocketClass.cs" />
  395. <Compile Include="Assets\Scripts\Core\UI\View\Game3DButton.cs" />
  396. <Compile Include="Assets\Scripts\Core\UI\View\Game3DInputField.cs" />
  397. <Compile Include="Assets\Scripts\Core\UI\View\GameKey3Dboard.cs" />
  398. <Compile Include="Assets\Scripts\Core\UI\View\LoadingView.cs" />
  399. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\MRBar.cs" />
  400. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\MovieBar.cs" />
  401. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\OnLineStudentBar.cs" />
  402. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\PictureBar.cs" />
  403. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\StudentLookBar.cs" />
  404. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\TimeLine3DBar.cs" />
  405. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Bar\UIBarBase.cs" />
  406. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Button\Tab3DButton.cs" />
  407. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Button\Tab3DButtonList.cs" />
  408. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Button\TimeLinePlayBtnManager.cs" />
  409. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Button\TimeLineSequenceBtn.cs" />
  410. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\ChapterUIController.cs" />
  411. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ChapterItemView.cs" />
  412. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\CourseItemView.cs" />
  413. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ItemListView.cs" />
  414. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ItemViewBase.cs" />
  415. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\NameItemView.cs" />
  416. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\OptionSelectItemView.cs" />
  417. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\PictureItemView.cs" />
  418. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ProcedureViewList.cs" />
  419. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\QuestionImageView.cs" />
  420. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\RoomItemView.cs" />
  421. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ScoreItemView.cs" />
  422. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\SelectItemView.cs" />
  423. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\ServerItemView.cs" />
  424. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\StudentReportView.cs" />
  425. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\SubjectItemView.cs" />
  426. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Item\TimeLineItemView.cs" />
  427. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\BasePannel.cs" />
  428. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\ConclusionPannel.cs" />
  429. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\GoalPannel.cs" />
  430. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\MRPannel.cs" />
  431. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\OnLineUserListPannel.cs" />
  432. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\ProcedurePannel.cs" />
  433. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\QuestionPannel.cs" />
  434. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\StudentPannel.cs" />
  435. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Pannel\StudentUIPannel.cs" />
  436. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\Slider3D.cs" />
  437. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\StudentOptionUIController.cs" />
  438. <Compile Include="Assets\Scripts\Core\UI\View\Pannel\TeacherLine.cs" />
  439. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopAnswerInfo.cs" />
  440. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopBadNotice.cs" />
  441. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopBase.cs" />
  442. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopConfirmChange.cs" />
  443. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopCourseCreateByName.cs" />
  444. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopCourseGroup.cs" />
  445. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopImage.cs" />
  446. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopLoginBase.cs" />
  447. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopLoginByDevice.cs" />
  448. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopLoginNormal.cs" />
  449. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopMsg.cs" />
  450. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopReConnected.cs" />
  451. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopRoomGroup.cs" />
  452. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopServerGroup.cs" />
  453. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopSubjectGroup.cs" />
  454. <Compile Include="Assets\Scripts\Core\UI\View\Pop\PopUpdate.cs" />
  455. <Compile Include="Assets\Scripts\Core\UI\View\ResetView.cs" />
  456. <Compile Include="Assets\Scripts\Core\UI\View\UIParentPoint.cs" />
  457. <Compile Include="Assets\Scripts\Core\UI\View\WebImageTool.cs" />
  458. <Compile Include="Assets\Scripts\Core\Version\CheckVersionUpdate.cs" />
  459. <Compile Include="Assets\Scripts\Core\Version\DownClient.cs" />
  460. <Compile Include="Assets\Scripts\Core\Version\VersionCheck.cs" />
  461. <Compile Include="Assets\Scripts\Core\Version\VersionView.cs" />
  462. <Compile Include="Assets\Scripts\Core\VideoGCController.cs" />
  463. <Compile Include="Assets\Scripts\Core\VufoiraImgManager.cs" />
  464. <Compile Include="Assets\Scripts\Core\VuforiaClass\AndroidTouch.cs" />
  465. <Compile Include="Assets\Scripts\Core\VuforiaClass\SyncPosForGround.cs" />
  466. <Compile Include="Assets\Scripts\Core\VuforiaClass\VufoiraImageTarget.cs" />
  467. <Compile Include="Assets\Scripts\Core\followCamera.cs" />
  468. <Compile Include="Assets\Scripts\DeviceInfoView.cs" />
  469. <Compile Include="Assets\Scripts\FollowHorizontaliCamera.cs" />
  470. <Compile Include="Assets\Scripts\FollowHorizontaliHead.cs" />
  471. <Compile Include="Assets\Scripts\LoadPrefabManager.cs" />
  472. <Compile Include="Assets\Scripts\Net3DViewManager.cs" />
  473. <Compile Include="Assets\Scripts\ScreenCameraRay.cs" />
  474. <Compile Include="Assets\ShadowCreator\API\Scritps\API_InputSystem.cs" />
  475. <Compile Include="Assets\ShadowCreator\API\Scritps\API_InputSystem_Bluetooth.cs" />
  476. <Compile Include="Assets\ShadowCreator\API\Scritps\API_InputSystem_Gesture26Dof.cs" />
  477. <Compile Include="Assets\ShadowCreator\API\Scritps\API_InputSystem_Head.cs" />
  478. <Compile Include="Assets\ShadowCreator\API\Scritps\API_SVR.cs" />
  479. <Compile Include="Assets\ShadowCreator\Components\Model_AndroidPermission\AndroidPluginPermission.cs" />
  480. <Compile Include="Assets\ShadowCreator\Components\Model_AndroidPermission\PermissionRequest.cs" />
  481. <Compile Include="Assets\ShadowCreator\Components\Model_Follower\CameraFollower.cs" />
  482. <Compile Include="Assets\ShadowCreator\Components\Model_Follower\PositionFollower.cs" />
  483. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\1级ItemList标准面板\GetConfig1.cs" />
  484. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\1级ItemList标准面板\StanderTaskConfig.cs" />
  485. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\2级ItemList\Scritps\GetConfig2.cs" />
  486. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\2级ItemList\Scritps\StanderProjectConfig.cs" />
  487. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\3级ItemList\Scritps\GetConfig3.cs" />
  488. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scenes\3级ItemList\Scritps\StanderProjectConfig.cs" />
  489. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\Base\PointEffectBase.cs" />
  490. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\Button\ButtonGazeEffect.cs" />
  491. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\Button\LocalPositionEffect.cs" />
  492. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\Button\MaterialEffect.cs" />
  493. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\HoverLight.cs" />
  494. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\BaseConfig.cs" />
  495. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\BaseList.cs" />
  496. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\BaseView.cs" />
  497. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\BaseWindow.cs" />
  498. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\ProjectBaseConfig.cs" />
  499. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Base\TaskBaseConfig.cs" />
  500. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Config\ProjectConfig.cs" />
  501. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Config\TaskConfig.cs" />
  502. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Mark.cs" />
  503. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Task\ItemList.cs" />
  504. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\List\Task\ItemView.cs" />
  505. <Compile Include="Assets\ShadowCreator\Components\Model_StandardUI\Scripts\Slider\Slider3D.cs" />
  506. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\AndroidCallBackBase.cs" />
  507. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\AndroidPluginBase.cs" />
  508. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\ISCLifeCycle.cs" />
  509. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\PersonSystemBase.cs" />
  510. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\SCLifeCycle.cs" />
  511. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\Base\SystemBase.cs" />
  512. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\TimeStamp\TimeStamp.cs" />
  513. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\UpdateAPKSystem.cs" />
  514. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\Scripts\UseUpdateAPKDemo.cs" />
  515. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\CheckSystem.cs" />
  516. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\Data\CheckSystemData.cs" />
  517. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\Data\JsonData\JsonApkInfo.cs" />
  518. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\CheckSystemGetData.cs" />
  519. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\FromPlugin\GetDataFromPlugin.cs" />
  520. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\FromWeb\GetDataFromWebRequest.cs" />
  521. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\FromWeb\WebRequest\URL\APPJsonURL.cs" />
  522. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\FromWeb\WebRequest\WebRequestGetJson.cs" />
  523. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\GetData\FromWeb\WebRequest\WebRequestServerForCheckSystem.cs" />
  524. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\ProcessData\CheckSystemProcessData.cs" />
  525. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\UI\Base\UIElementBase.cs" />
  526. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\UI\ButtonCloseCheckUI.cs" />
  527. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\UI\CanvasUI.cs" />
  528. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\UI\TextInfo.cs" />
  529. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\CheckSystem\UI\TextTitle.cs" />
  530. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\Common\AndroidPlugin\AndroidPluginManifest.cs" />
  531. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\Common\AndroidPlugin\AndroidPluginUpdateAPK.cs" />
  532. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\Common\AndroidPlugin\CallBack\DownLoadCancelCallBack.cs" />
  533. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\Common\AndroidPlugin\CallBack\DownLoadFinishCallBack.cs" />
  534. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\Common\AndroidPlugin\CallBack\DownLoadStartCallBack.cs" />
  535. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\Data\DownApkInfo.cs" />
  536. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\Data\UpdateSystemData.cs" />
  537. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\GetData\FromPlugin\GetDataFromPlugin.cs" />
  538. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\GetData\UpdateSystemGetData.cs" />
  539. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\ProcessData\ProcessData.cs" />
  540. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\Base\UIElementBase.cs" />
  541. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\ButtonCloseUpdateUI.cs" />
  542. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\ButtonIgnore.cs" />
  543. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\ButtonUpdateApk.cs" />
  544. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\CanvasUI.cs" />
  545. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\GoToInstall.cs" />
  546. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\SliderDownProcess.cs" />
  547. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UI\TextUpdateInfo.cs" />
  548. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\SubSystems\UpdateSystem\UpdateSystem.cs" />
  549. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\WebRequest\Base\WebRequestBase.cs" />
  550. <Compile Include="Assets\ShadowCreator\Components\Model_UpdateAPK_V1\WebRequest\Base\WebRequestServerBase.cs" />
  551. <Compile Include="Assets\ShadowCreator\Components\Model_Vuforia\VuforiaLocation.cs" />
  552. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_AutoClick\Scritps\AutoClick.cs" />
  553. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_BackKey\BackKeyCallBackSet.cs" />
  554. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_BackKey\Scripts\BackKeyDialog.cs" />
  555. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_BackKey\Scripts\BackKeyDialogUI.cs" />
  556. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_Button\Scripts\SCButton.cs" />
  557. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_Button\Scripts\UIButton.cs" />
  558. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\DragComponent.cs" />
  559. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\DragManager.cs" />
  560. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\EnumAttirbuteAttribute.cs" />
  561. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\MoveTest.cs" />
  562. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\RotManager.cs" />
  563. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\ScaleManager.cs" />
  564. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_Keyboard\SCInputField.cs" />
  565. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_Keyboard\SCKeyboard.cs" />
  566. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_PointerDrag\Scritps\PointerDrag.cs" />
  567. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_PointerDrag\Scritps\PointerSlowDrag.cs" />
  568. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_ProgressEdit\ProgressEdit.cs" />
  569. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_ProgressEdit\ProgressScroll.cs" />
  570. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_ProgressEdit\ProgressVideo.cs" />
  571. <Compile Include="Assets\ShadowCreator\InputSystem\Components\Model_ProgressEdit\ProgressVolume.cs" />
  572. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\10_Common\Scripts\AnykeyDelegate.cs" />
  573. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\10_Common\Scripts\ControlInputDevice.cs" />
  574. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\10_Common\Scripts\PointerkeyEvent.cs" />
  575. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\11_HandShank\Scripts\ControlHandShank.cs" />
  576. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\11_HandShank\Scripts\HandShank3Dof.cs" />
  577. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\11_HandShank\Scripts\HandShankKeyEvent.cs" />
  578. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\11_HandShank\Scripts\HandShankTouchEvent.cs" />
  579. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\12_Gesture26Dof\Scripts\ControlGesture26Dof.cs" />
  580. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\12_Gesture26Dof\Scripts\GetHandPos.cs" />
  581. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\12_Gesture26Dof\Scripts\ModifyHand.cs" />
  582. <Compile Include="Assets\ShadowCreator\Scenes\10_Input\12_Gesture26Dof\Scripts\positionModify.cs" />
  583. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scene\Color Picker\G_CUIColorPicker.cs" />
  584. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\CustomizeGraphy.cs" />
  585. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\ForceSliderToMultipleOf3.cs" />
  586. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\ForceSliderToPowerOf2.cs" />
  587. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\UpdateTextWithSliderValue.cs" />
  588. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Advanced\G_AdvancedData.cs" />
  589. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioGraph.cs" />
  590. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioManager.cs" />
  591. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioMonitor.cs" />
  592. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioText.cs" />
  593. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsGraph.cs" />
  594. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsManager.cs" />
  595. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsMonitor.cs" />
  596. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsText.cs" />
  597. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Graph\G_Graph.cs" />
  598. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\GraphyDebugger.cs" />
  599. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\GraphyManager.cs" />
  600. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamGraph.cs" />
  601. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamManager.cs" />
  602. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamMonitor.cs" />
  603. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamText.cs" />
  604. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Shader\G_GraphShader.cs" />
  605. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\UI\IModifiableState.cs" />
  606. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\UI\IMovable.cs" />
  607. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Util\G_ExtensionMethods.cs" />
  608. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Util\G_FloatString.cs" />
  609. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Util\G_Intstring.cs" />
  610. <Compile Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Scripts\Util\G_Singleton.cs" />
  611. <Compile Include="Assets\TurnTheGameOn\Timer and Clocks\Scripts\AnalogClock.cs" />
  612. <Compile Include="Assets\TurnTheGameOn\Timer and Clocks\Scripts\Timer.cs" />
  613. <Compile Include="Assets\Vortex Game Studios\iTween Editor\Samples\iTweenEventSample.cs" />
  614. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTween\Sample\MoveSample.cs" />
  615. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTween\Sample\RotateSample.cs" />
  616. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTween\Sample\SampleInfo.cs" />
  617. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTween\iTween.cs" />
  618. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTweenAlphaTo.cs" />
  619. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTweenEditor.cs" />
  620. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTweenPositionTo.cs" />
  621. <Compile Include="Assets\Vortex Game Studios\iTween Editor\iTweenValueTo.cs" />
  622. <Compile Include="Assets\cloudPoint\CloudManagerButton.cs" />
  623. <Compile Include="Assets\cloudPoint\CloudPoint.cs" />
  624. <Compile Include="Assets\cloudPoint\VyncCelect.cs" />
  625. <Compile Include="Assets\cloudPoint\VyncGetData.cs" />
  626. <None Include="Assets\Mirza Beig\Editor Extensions\Utilities\Multi-Asset Renamer\README.txt" />
  627. <None Include="Assets\版本说明.txt" />
  628. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfaceProScreenSpaceReflection.cginc" />
  629. <None Include="Assets\Shader\MaskShader.shader" />
  630. <None Include="Assets\Mirza Beig\_DOCS\README - Particle Plexus.txt" />
  631. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Opaque Specular.shader" />
  632. <None Include="Assets\Mirza Beig\Shaders\Particles\Intersection Highlight\IntersectionHighlight-Alpha.shader" />
  633. <None Include="Assets\Mirza Beig\Shaders\Particles\Mask\Mask-Alpha.shader" />
  634. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Opaque Diffuse.shader" />
  635. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\VortexEffect.shader" />
  636. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Transparent Diffuse.shader" />
  637. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Transparent.shader" />
  638. <None Include="Assets\Resources\FX\Shaders\CFX3 Multiply Color.shader" />
  639. <None Include="Assets\Mirza Beig\Shaders\Particles\Distortion\Distortion-Add.shader" />
  640. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Transparent.shader" />
  641. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw Last Transparent.shader" />
  642. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Transparent Bump.shader" />
  643. <None Include="Assets\Resources\model\Physic_models\Game_car\Items.txt" />
  644. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent.shader" />
  645. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\EdgeDetectX.shader" />
  646. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Transparent Specular.shader" />
  647. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\frag_ao.cginc" />
  648. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Specular.shader" />
  649. <None Include="Assets\Mirza Beig\Shaders\Particles\Distortion\TextureDistortion-Add.shader" />
  650. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Opaque Diffuse.shader" />
  651. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowEffectDownsample.shader" />
  652. <None Include="Assets\MaterializeFX\MaterializationFX\Shaders\MFX_SingleAlbedo.shader" />
  653. <None Include="Assets\Mirza Beig\Shaders\Particles\Distortion\Distortion-Alpha.shader" />
  654. <None Include="Assets\Version.txt" />
  655. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Panner_DoubleSide.shader" />
  656. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Opaque.shader" />
  657. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_EmissionChannel.shader" />
  658. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Transparent Diffuse.shader" />
  659. <None Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\MixedRealityStandard.shader" />
  660. <None Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Changelog.txt" />
  661. <None Include="Assets\ShadowCreator\InputSystem\Components\Model_EditorBox2\Shaders\MixedRealityStandard.shader" />
  662. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\HollywoodFlareStretch.shader" />
  663. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\VignettingShader.shader" />
  664. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionCurves.shader" />
  665. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Opaque.shader" />
  666. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Bump.shader" />
  667. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Transparent.shader" />
  668. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Opaque Bump.shader" />
  669. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Opaque Specular.shader" />
  670. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Bump.shader" />
  671. <None Include="Assets\Mirza Beig\Shaders\Particles\Distance Fade\DistanceFade-AnimBlendAdd.shader" />
  672. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SSAOShader.shader" />
  673. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionCurvesSimple.shader" />
  674. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DepthOfField31.shader" />
  675. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Back Transparent Diffuse.shader" />
  676. <None Include="Assets\Mirza Beig\Shaders\Particles\No Fog\NoFog-Alpha.shader" />
  677. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SunShafts.shader" />
  678. <None Include="Assets\Resources\shader\Advanced Toon Shading\Scene\README.txt" />
  679. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ExtractSkyboxShader.shader" />
  680. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ConvertDepth.shader" />
  681. <None Include="Assets\Mirza Beig\Shaders\Particles\Intersection Highlight\IntersectionHighlight-Add.shader" />
  682. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface.cginc" />
  683. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\TwirlEffect.shader" />
  684. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Transparent Specular.shader" />
  685. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Specular.shader" />
  686. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Apply.shader" />
  687. <None Include="Assets\Resources\Config\gameConfig.xml" />
  688. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Adaptation.shader" />
  689. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\lensflarecreate.shader" />
  690. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\HollywoodFlareBlur.shader" />
  691. <None Include="Assets\ShadowCreator\SVR\Versions.txt" />
  692. <None Include="Assets\ShadowCreator\InputSystem\InputDeviceSpeech\Plugins\Android\readme.txt" />
  693. <None Include="Assets\MaterializeFX\MaterializationFX\Shaders\MFX_World.shader" />
  694. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DofForegroundBlur.shader" />
  695. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Transparent Bump.shader" />
  696. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\CreaseApply.shader" />
  697. <None Include="Assets\Mirza Beig\_DOCS\README - Storm VFX.txt" />
  698. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Opaque Diffuse.shader" />
  699. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionSelective.shader" />
  700. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\DepthRGBA8RadialBlur.shader" />
  701. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfaceProScreenSpaceRefraction.cginc" />
  702. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Specular.shader" />
  703. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\VignetteShader.shader" />
  704. <None Include="Assets\Resources\shader\Advanced Toon Shading\Shader\DecalBlended.shader" />
  705. <None Include="Assets\Mirza Beig\Shaders\Particles\Unmultiply\Unmultiply-AlphaFromLuminance.shader" />
  706. <None Include="Assets\Resources\huojian\Sci-Fi Effects\WFX_S Particle Add A8.shader" />
  707. <None Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Shaders\GraphMobile.shader" />
  708. <None Include="Assets\ShadowCreator\InputSystem\InputDeviceSimpleGesture\Plugins\Android\readme.txt" />
  709. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowCompose.shader" />
  710. <None Include="Assets\Mirza Beig\Shaders\Particles\Distance Fade\DistanceFade-AnimBlendAlpha.shader" />
  711. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SepiaToneEffect.shader" />
  712. <None Include="Assets\Vortex Game Studios\iTween Editor\iTween\ReadMe!\ReadMe!.txt" />
  713. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Emission_DoubleSide.shader" />
  714. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DepthOfField.shader" />
  715. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SimpleClear.shader" />
  716. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ContrastComposite.shader" />
  717. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Opaque Bump.shader" />
  718. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\MinMaxReduction.shader" />
  719. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionEffect.shader" />
  720. <None Include="Assets\Mirza Beig\Shaders\Particles\HSL\HSL-Alpha.shader" />
  721. <None Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Font\Northwest-Bold\ERIC-TIRADO-NORTHWEST-LICENSE.txt" />
  722. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Transparent.shader" />
  723. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\FisheyeShader.shader" />
  724. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_AlphaBlend.shader" />
  725. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\addalphahack.shader" />
  726. <None Include="Assets\Mirza Beig\Shaders\Particles\Add Soft\AddSoft-Mult.shader" />
  727. <None Include="Assets\Mirza Beig\Shaders\Particles\No Fog\NoFog-Add.shader" />
  728. <None Include="Assets\ShadowCreator\InputSystem\InputDeviceBluetooth\Plugins\Android\readme.txt" />
  729. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\AddStuff.shader" />
  730. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BrightPassFilter.shader" />
  731. <None Include="Assets\Mirza Beig\_DOCS\README - Action VFX.txt" />
  732. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Transparent Specular.shader" />
  733. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Opaque Bump.shader" />
  734. <None Include="Assets\Mirza Beig\Demos\Starfall\README.txt" />
  735. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\PreDepthOfFieldZRead.shader" />
  736. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Specular Internal Faces.shader" />
  737. <None Include="Assets\ShadowCreator\InputSystem\Components\Model_AutoClick\ReadMe.txt" />
  738. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Back Transparent Specular.shader" />
  739. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Opaque Diffuse.shader" />
  740. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Luminance2NormalsBlur.shader" />
  741. <None Include="Assets\Sci-Fi VFX\Shaders\SF_VFX_ParticleAddHDR.shader" />
  742. <None Include="Assets\Resources\huojian\Sci-Fi Effects\Shaders\Debris.shader" />
  743. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableWeightedBlur.shader" />
  744. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\SeparableBlurPlus.shader" />
  745. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Distortion.shader" />
  746. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\MotionBlur.shader" />
  747. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableBlur.shader" />
  748. <None Include="Assets\Mirza Beig\_DOCS\README - Ultimate VFX.txt" />
  749. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Transparent Specular.shader" />
  750. <None Include="Assets\Mirza Beig\_DOCS\README - Particle Twister.txt" />
  751. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Panner.shader" />
  752. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Back Transparent Bump.shader" />
  753. <None Include="Assets\Resources\shader\Advanced Toon Shading\Screen Effect\Bloom\Shader\Bloom.shader" />
  754. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Opaque.shader" />
  755. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Transparent.shader" />
  756. <None Include="Assets\Mirza Beig\_DOCS\README - Particle Force Fields.txt" />
  757. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Emission 1.shader" />
  758. <None Include="Assets\Mirza Beig\Shaders\Particles\Distance Fade\DistanceFade-Add.shader" />
  759. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ClearExceptSkyboxShader.shader" />
  760. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Transparent Bump.shader" />
  761. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ShowAlphaChannel.shader" />
  762. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Diffuse Internal Faces.shader" />
  763. <None Include="Assets\Mirza Beig\Shaders\Particles\Anim Blend\AnimBlend-Add.shader" />
  764. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GrayscaleEffect.shader" />
  765. <None Include="Assets\Resources\shader\Advanced Toon Shading\Screen Effect\Bloom\Shader\Bloom.cginc" />
  766. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Front Transparent Diffuse.shader" />
  767. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ChromaticAberrationShader.shader" />
  768. <None Include="Assets\ShadowCreator\Components\Model_StandardUI\StandardMaterials\Art Tools.shader" />
  769. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_EmissionChannel_DoubleSide.shader" />
  770. <None Include="Assets\ShadowCreator\InputSystem\Components\Model_PointerDrag\ReadMe.txt" />
  771. <None Include="Assets\DrawingAir\TrailRenderer.shader" />
  772. <None Include="Assets\Resources\shader\Advanced Toon Shading\Shader\Cel Shader.shader" />
  773. <None Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Font\Roboto\LICENSE.txt" />
  774. <None Include="Assets\FT_MagicEffects_Vol01\Document\readme.txt" />
  775. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\PreDepthOfField.shader" />
  776. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowConeTap.shader" />
  777. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\CopyDepthToRGBA.shader" />
  778. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Transparent Bump.shader" />
  779. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Opaque Diffuse.shader" />
  780. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableBlurDof.shader" />
  781. <None Include="Assets\Mirza Beig\Shaders\Particles\Distance Fade\DistanceFade-Alpha.shader" />
  782. <None Include="Assets\Tayx\Graphy - Ultimate Stats Monitor\Shaders\GraphStandard.shader" />
  783. <None Include="Assets\Resources\FX\Shaders\Shaders (Mobile)\CFXM_MobileParticleAdd_Alpha8.shader" />
  784. <None Include="Assets\Mirza Beig\Shaders\Image Effects\Resources\Sharpen\Sharpen.shader" />
  785. <None Include="Assets\cloudPoint\VertexColor.shader" />
  786. <None Include="Assets\Resources\model\Physic_models\Game_car\Feedback.txt" />
  787. <None Include="Assets\Resources\shader\Advanced Toon Shading\Screen Effect\ColorSuite\Shader\ColorSuite.shader" />
  788. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Transparent.shader" />
  789. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\EdgeDetectNormals.shader" />
  790. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableWeightedBlurDof.shader" />
  791. <None Include="Assets\Mirza Beig\_DOCS\README - Advanced Particle Scaler.txt" />
  792. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Opaque Bump.shader" />
  793. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseEffectShaderRGB.shader" />
  794. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Transparent Diffuse.shader" />
  795. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Transparent Specular.shader" />
  796. <None Include="Assets\Mirza Beig\Shaders\Particles\Cutout\AlphaCutoff-Alpha.shader" />
  797. <None Include="Assets\Mirza Beig\Shaders\Particles\HSL\HSL-Add.shader" />
  798. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw Last Transparent Specular.shader" />
  799. <None Include="Assets\Mirza Beig\Shaders\Particles\Distortion\TextureDistortion-Alpha Blended.shader" />
  800. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Bump Internal Faces.shader" />
  801. <None Include="Assets\Resources\shader\3D_font.shader" />
  802. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfacePro Hidden Back Transparent.shader" />
  803. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Opaque Specular.shader" />
  804. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw Last Transparent Diffuse.shader" />
  805. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Diffuse.shader" />
  806. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseEffectShaderYUV.shader" />
  807. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Transparent Diffuse.shader" />
  808. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Transparent Bump.shader" />
  809. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw Last Transparent Bump.shader" />
  810. <None Include="Assets\Shader\LiZi01.shader" />
  811. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableRGBADepthBlur.shader" />
  812. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Luminance.shader" />
  813. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurfaceLighting.cginc" />
  814. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Additive.shader" />
  815. <None Include="Assets\Mirza Beig\Shaders\Particles\Cutout\AlphaCutoff-Add.shader" />
  816. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Bump.shader" />
  817. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Free Opaque.shader" />
  818. <None Include="Assets\Resources\shader\Advanced Toon Shading\Shader\Glow.shader" />
  819. <None Include="Assets\Shader\mask.shader" />
  820. <None Include="Assets\Hard Surface Pro\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SkyboxToRGBADepth.shader" />
  821. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw First Opaque Specular.shader" />
  822. <None Include="Assets\FT_MagicEffects_Vol01\Shader\FT_Emission.shader" />
  823. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Transparent Diffuse.shader" />
  824. <None Include="Assets\Shader\LYDS_Fresnel.shader" />
  825. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Pro Draw Last Opaque.shader" />
  826. <None Include="Assets\Hard Surface Pro\HardSurface Shaders\HardSurface Draw First Transparent Internal Faces.shader" />
  827. <Reference Include="UnityEngine">
  828. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  829. </Reference>
  830. <Reference Include="UnityEngine.AIModule">
  831. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  832. </Reference>
  833. <Reference Include="UnityEngine.ARModule">
  834. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  835. </Reference>
  836. <Reference Include="UnityEngine.AccessibilityModule">
  837. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  838. </Reference>
  839. <Reference Include="UnityEngine.AndroidJNIModule">
  840. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  841. </Reference>
  842. <Reference Include="UnityEngine.AnimationModule">
  843. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  844. </Reference>
  845. <Reference Include="UnityEngine.AssetBundleModule">
  846. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  847. </Reference>
  848. <Reference Include="UnityEngine.AudioModule">
  849. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  850. </Reference>
  851. <Reference Include="UnityEngine.ClothModule">
  852. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  853. </Reference>
  854. <Reference Include="UnityEngine.ClusterInputModule">
  855. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  856. </Reference>
  857. <Reference Include="UnityEngine.ClusterRendererModule">
  858. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  859. </Reference>
  860. <Reference Include="UnityEngine.CoreModule">
  861. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  862. </Reference>
  863. <Reference Include="UnityEngine.CrashReportingModule">
  864. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  865. </Reference>
  866. <Reference Include="UnityEngine.DSPGraphModule">
  867. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  868. </Reference>
  869. <Reference Include="UnityEngine.DirectorModule">
  870. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  871. </Reference>
  872. <Reference Include="UnityEngine.GameCenterModule">
  873. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  874. </Reference>
  875. <Reference Include="UnityEngine.GridModule">
  876. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  877. </Reference>
  878. <Reference Include="UnityEngine.HotReloadModule">
  879. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  880. </Reference>
  881. <Reference Include="UnityEngine.IMGUIModule">
  882. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  883. </Reference>
  884. <Reference Include="UnityEngine.ImageConversionModule">
  885. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  886. </Reference>
  887. <Reference Include="UnityEngine.InputModule">
  888. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  889. </Reference>
  890. <Reference Include="UnityEngine.InputLegacyModule">
  891. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  892. </Reference>
  893. <Reference Include="UnityEngine.JSONSerializeModule">
  894. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  895. </Reference>
  896. <Reference Include="UnityEngine.LocalizationModule">
  897. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  898. </Reference>
  899. <Reference Include="UnityEngine.ParticleSystemModule">
  900. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  901. </Reference>
  902. <Reference Include="UnityEngine.PerformanceReportingModule">
  903. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  904. </Reference>
  905. <Reference Include="UnityEngine.PhysicsModule">
  906. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  907. </Reference>
  908. <Reference Include="UnityEngine.Physics2DModule">
  909. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  910. </Reference>
  911. <Reference Include="UnityEngine.ProfilerModule">
  912. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  913. </Reference>
  914. <Reference Include="UnityEngine.ScreenCaptureModule">
  915. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  916. </Reference>
  917. <Reference Include="UnityEngine.SharedInternalsModule">
  918. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  919. </Reference>
  920. <Reference Include="UnityEngine.SpriteMaskModule">
  921. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  922. </Reference>
  923. <Reference Include="UnityEngine.SpriteShapeModule">
  924. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  925. </Reference>
  926. <Reference Include="UnityEngine.StreamingModule">
  927. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  928. </Reference>
  929. <Reference Include="UnityEngine.SubstanceModule">
  930. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  931. </Reference>
  932. <Reference Include="UnityEngine.SubsystemsModule">
  933. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  934. </Reference>
  935. <Reference Include="UnityEngine.TLSModule">
  936. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  937. </Reference>
  938. <Reference Include="UnityEngine.TerrainModule">
  939. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  940. </Reference>
  941. <Reference Include="UnityEngine.TerrainPhysicsModule">
  942. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  943. </Reference>
  944. <Reference Include="UnityEngine.TextCoreModule">
  945. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  946. </Reference>
  947. <Reference Include="UnityEngine.TextRenderingModule">
  948. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  949. </Reference>
  950. <Reference Include="UnityEngine.TilemapModule">
  951. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  952. </Reference>
  953. <Reference Include="UnityEngine.UIModule">
  954. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  955. </Reference>
  956. <Reference Include="UnityEngine.UIElementsModule">
  957. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  958. </Reference>
  959. <Reference Include="UnityEngine.UNETModule">
  960. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  961. </Reference>
  962. <Reference Include="UnityEngine.UmbraModule">
  963. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  964. </Reference>
  965. <Reference Include="UnityEngine.UnityAnalyticsModule">
  966. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  967. </Reference>
  968. <Reference Include="UnityEngine.UnityConnectModule">
  969. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  970. </Reference>
  971. <Reference Include="UnityEngine.UnityTestProtocolModule">
  972. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  973. </Reference>
  974. <Reference Include="UnityEngine.UnityWebRequestModule">
  975. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  976. </Reference>
  977. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  978. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  979. </Reference>
  980. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  981. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  982. </Reference>
  983. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  984. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  985. </Reference>
  986. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  987. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  988. </Reference>
  989. <Reference Include="UnityEngine.VFXModule">
  990. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  991. </Reference>
  992. <Reference Include="UnityEngine.VRModule">
  993. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  994. </Reference>
  995. <Reference Include="UnityEngine.VehiclesModule">
  996. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  997. </Reference>
  998. <Reference Include="UnityEngine.VideoModule">
  999. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  1000. </Reference>
  1001. <Reference Include="UnityEngine.WindModule">
  1002. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  1003. </Reference>
  1004. <Reference Include="UnityEngine.XRModule">
  1005. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  1006. </Reference>
  1007. <Reference Include="UnityEditor">
  1008. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/Managed/UnityEditor.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="Vuforia.UnityExtensions">
  1011. <HintPath>E:/GitProject/Project/MRClass/Library/PackageCache/com.ptc.vuforia.engine@8.5.9/Vuforia/Plugins/Managed/Runtime/Vuforia.UnityExtensions.dll</HintPath>
  1012. </Reference>
  1013. <Reference Include="InputSystemV1_20200401">
  1014. <HintPath>E:/GitProject/Project/MRClass/Assets/ShadowCreator/InputSystem/Plugins/InputSystemV1_20200401.dll</HintPath>
  1015. </Reference>
  1016. <Reference Include="DOTween50">
  1017. <HintPath>E:/GitProject/Project/MRClass/Assets/Plugins/DOTween/DOTween50.dll</HintPath>
  1018. </Reference>
  1019. <Reference Include="DOTween">
  1020. <HintPath>E:/GitProject/Project/MRClass/Assets/Plugins/DOTween/DOTween.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="SVR3.0.0">
  1023. <HintPath>E:/GitProject/Project/MRClass/Assets/ShadowCreator/SVR/Plugins/SVR3.0.0.dll</HintPath>
  1024. </Reference>
  1025. <Reference Include="LitJson">
  1026. <HintPath>E:/GitProject/Project/MRClass/Assets/ShadowCreator/Plugins/LitJson.dll</HintPath>
  1027. </Reference>
  1028. <Reference Include="DOTween43">
  1029. <HintPath>E:/GitProject/Project/MRClass/Assets/Plugins/DOTween/DOTween43.dll</HintPath>
  1030. </Reference>
  1031. <Reference Include="CommonV1_20200325">
  1032. <HintPath>E:/GitProject/Project/MRClass/Assets/ShadowCreator/Plugins/CommonV1_20200325.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="ShadowCreatorV1_20200402">
  1035. <HintPath>E:/GitProject/Project/MRClass/Assets/ShadowCreator/Plugins/ShadowCreatorV1_20200402.dll</HintPath>
  1036. </Reference>
  1037. <Reference Include="DOTween46">
  1038. <HintPath>E:/GitProject/Project/MRClass/Assets/Plugins/DOTween/DOTween46.dll</HintPath>
  1039. </Reference>
  1040. <Reference Include="netstandard">
  1041. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
  1042. </Reference>
  1043. <Reference Include="Microsoft.Win32.Primitives">
  1044. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="System.AppContext">
  1047. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath>
  1048. </Reference>
  1049. <Reference Include="System.Collections.Concurrent">
  1050. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  1051. </Reference>
  1052. <Reference Include="System.Collections">
  1053. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath>
  1054. </Reference>
  1055. <Reference Include="System.Collections.NonGeneric">
  1056. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="System.Collections.Specialized">
  1059. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  1060. </Reference>
  1061. <Reference Include="System.ComponentModel">
  1062. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  1063. </Reference>
  1064. <Reference Include="System.ComponentModel.EventBasedAsync">
  1065. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  1066. </Reference>
  1067. <Reference Include="System.ComponentModel.Primitives">
  1068. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="System.ComponentModel.TypeConverter">
  1071. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  1072. </Reference>
  1073. <Reference Include="System.Console">
  1074. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath>
  1075. </Reference>
  1076. <Reference Include="System.Data.Common">
  1077. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath>
  1078. </Reference>
  1079. <Reference Include="System.Diagnostics.Contracts">
  1080. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="System.Diagnostics.Debug">
  1083. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  1084. </Reference>
  1085. <Reference Include="System.Diagnostics.FileVersionInfo">
  1086. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  1087. </Reference>
  1088. <Reference Include="System.Diagnostics.Process">
  1089. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  1090. </Reference>
  1091. <Reference Include="System.Diagnostics.StackTrace">
  1092. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1095. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1096. </Reference>
  1097. <Reference Include="System.Diagnostics.Tools">
  1098. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  1099. </Reference>
  1100. <Reference Include="System.Diagnostics.TraceSource">
  1101. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  1102. </Reference>
  1103. <Reference Include="System.Diagnostics.Tracing">
  1104. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="System.Drawing.Primitives">
  1107. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  1108. </Reference>
  1109. <Reference Include="System.Dynamic.Runtime">
  1110. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  1111. </Reference>
  1112. <Reference Include="System.Globalization.Calendars">
  1113. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  1114. </Reference>
  1115. <Reference Include="System.Globalization">
  1116. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="System.Globalization.Extensions">
  1119. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  1120. </Reference>
  1121. <Reference Include="System.IO.Compression">
  1122. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  1123. </Reference>
  1124. <Reference Include="System.IO.Compression.ZipFile">
  1125. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  1126. </Reference>
  1127. <Reference Include="System.IO">
  1128. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="System.IO.FileSystem">
  1131. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  1132. </Reference>
  1133. <Reference Include="System.IO.FileSystem.DriveInfo">
  1134. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  1135. </Reference>
  1136. <Reference Include="System.IO.FileSystem.Primitives">
  1137. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  1138. </Reference>
  1139. <Reference Include="System.IO.FileSystem.Watcher">
  1140. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="System.IO.IsolatedStorage">
  1143. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  1144. </Reference>
  1145. <Reference Include="System.IO.MemoryMappedFiles">
  1146. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  1147. </Reference>
  1148. <Reference Include="System.IO.Pipes">
  1149. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  1150. </Reference>
  1151. <Reference Include="System.IO.UnmanagedMemoryStream">
  1152. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  1153. </Reference>
  1154. <Reference Include="System.Linq">
  1155. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath>
  1156. </Reference>
  1157. <Reference Include="System.Linq.Expressions">
  1158. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  1159. </Reference>
  1160. <Reference Include="System.Linq.Parallel">
  1161. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  1162. </Reference>
  1163. <Reference Include="System.Linq.Queryable">
  1164. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  1165. </Reference>
  1166. <Reference Include="System.Net.Http">
  1167. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath>
  1168. </Reference>
  1169. <Reference Include="System.Net.NameResolution">
  1170. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  1171. </Reference>
  1172. <Reference Include="System.Net.NetworkInformation">
  1173. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  1174. </Reference>
  1175. <Reference Include="System.Net.Ping">
  1176. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  1177. </Reference>
  1178. <Reference Include="System.Net.Primitives">
  1179. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  1180. </Reference>
  1181. <Reference Include="System.Net.Requests">
  1182. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  1183. </Reference>
  1184. <Reference Include="System.Net.Security">
  1185. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath>
  1186. </Reference>
  1187. <Reference Include="System.Net.Sockets">
  1188. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  1189. </Reference>
  1190. <Reference Include="System.Net.WebHeaderCollection">
  1191. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  1192. </Reference>
  1193. <Reference Include="System.Net.WebSockets.Client">
  1194. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  1195. </Reference>
  1196. <Reference Include="System.Net.WebSockets">
  1197. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  1198. </Reference>
  1199. <Reference Include="System.ObjectModel">
  1200. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  1201. </Reference>
  1202. <Reference Include="System.Reflection">
  1203. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath>
  1204. </Reference>
  1205. <Reference Include="System.Reflection.Extensions">
  1206. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  1207. </Reference>
  1208. <Reference Include="System.Reflection.Primitives">
  1209. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  1210. </Reference>
  1211. <Reference Include="System.Resources.Reader">
  1212. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  1213. </Reference>
  1214. <Reference Include="System.Resources.ResourceManager">
  1215. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  1216. </Reference>
  1217. <Reference Include="System.Resources.Writer">
  1218. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  1219. </Reference>
  1220. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1221. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1222. </Reference>
  1223. <Reference Include="System.Runtime">
  1224. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath>
  1225. </Reference>
  1226. <Reference Include="System.Runtime.Extensions">
  1227. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  1228. </Reference>
  1229. <Reference Include="System.Runtime.Handles">
  1230. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  1231. </Reference>
  1232. <Reference Include="System.Runtime.InteropServices">
  1233. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  1234. </Reference>
  1235. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1236. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1237. </Reference>
  1238. <Reference Include="System.Runtime.Numerics">
  1239. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  1240. </Reference>
  1241. <Reference Include="System.Runtime.Serialization.Formatters">
  1242. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  1243. </Reference>
  1244. <Reference Include="System.Runtime.Serialization.Json">
  1245. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  1246. </Reference>
  1247. <Reference Include="System.Runtime.Serialization.Primitives">
  1248. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  1249. </Reference>
  1250. <Reference Include="System.Runtime.Serialization.Xml">
  1251. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  1252. </Reference>
  1253. <Reference Include="System.Security.Claims">
  1254. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  1255. </Reference>
  1256. <Reference Include="System.Security.Cryptography.Algorithms">
  1257. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  1258. </Reference>
  1259. <Reference Include="System.Security.Cryptography.Csp">
  1260. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  1261. </Reference>
  1262. <Reference Include="System.Security.Cryptography.Encoding">
  1263. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  1264. </Reference>
  1265. <Reference Include="System.Security.Cryptography.Primitives">
  1266. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  1267. </Reference>
  1268. <Reference Include="System.Security.Cryptography.X509Certificates">
  1269. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  1270. </Reference>
  1271. <Reference Include="System.Security.Principal">
  1272. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  1273. </Reference>
  1274. <Reference Include="System.Security.SecureString">
  1275. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  1276. </Reference>
  1277. <Reference Include="System.Text.Encoding">
  1278. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  1279. </Reference>
  1280. <Reference Include="System.Text.Encoding.Extensions">
  1281. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  1282. </Reference>
  1283. <Reference Include="System.Text.RegularExpressions">
  1284. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  1285. </Reference>
  1286. <Reference Include="System.Threading">
  1287. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath>
  1288. </Reference>
  1289. <Reference Include="System.Threading.Overlapped">
  1290. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  1291. </Reference>
  1292. <Reference Include="System.Threading.Tasks">
  1293. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  1294. </Reference>
  1295. <Reference Include="System.Threading.Tasks.Parallel">
  1296. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  1297. </Reference>
  1298. <Reference Include="System.Threading.Thread">
  1299. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  1300. </Reference>
  1301. <Reference Include="System.Threading.ThreadPool">
  1302. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  1303. </Reference>
  1304. <Reference Include="System.Threading.Timer">
  1305. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  1306. </Reference>
  1307. <Reference Include="System.ValueTuple">
  1308. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  1309. </Reference>
  1310. <Reference Include="System.Xml.ReaderWriter">
  1311. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  1312. </Reference>
  1313. <Reference Include="System.Xml.XDocument">
  1314. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  1315. </Reference>
  1316. <Reference Include="System.Xml.XmlDocument">
  1317. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  1318. </Reference>
  1319. <Reference Include="System.Xml.XmlSerializer">
  1320. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  1321. </Reference>
  1322. <Reference Include="System.Xml.XPath">
  1323. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  1324. </Reference>
  1325. <Reference Include="System.Xml.XPath.XDocument">
  1326. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  1327. </Reference>
  1328. <Reference Include="System.Numerics.Vectors">
  1329. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath>
  1330. </Reference>
  1331. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1332. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1333. </Reference>
  1334. <Reference Include="mscorlib">
  1335. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath>
  1336. </Reference>
  1337. <Reference Include="System.ComponentModel.Composition">
  1338. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  1339. </Reference>
  1340. <Reference Include="System.Core">
  1341. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath>
  1342. </Reference>
  1343. <Reference Include="System.Data">
  1344. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath>
  1345. </Reference>
  1346. <Reference Include="System">
  1347. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath>
  1348. </Reference>
  1349. <Reference Include="System.Drawing">
  1350. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath>
  1351. </Reference>
  1352. <Reference Include="System.IO.Compression.FileSystem">
  1353. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  1354. </Reference>
  1355. <Reference Include="System.Net">
  1356. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath>
  1357. </Reference>
  1358. <Reference Include="System.Numerics">
  1359. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath>
  1360. </Reference>
  1361. <Reference Include="System.Runtime.Serialization">
  1362. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  1363. </Reference>
  1364. <Reference Include="System.ServiceModel.Web">
  1365. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  1366. </Reference>
  1367. <Reference Include="System.Transactions">
  1368. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath>
  1369. </Reference>
  1370. <Reference Include="System.Web">
  1371. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath>
  1372. </Reference>
  1373. <Reference Include="System.Windows">
  1374. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath>
  1375. </Reference>
  1376. <Reference Include="System.Xml">
  1377. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath>
  1378. </Reference>
  1379. <Reference Include="System.Xml.Linq">
  1380. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  1381. </Reference>
  1382. <Reference Include="System.Xml.Serialization">
  1383. <HintPath>D:/UnityHub/Editor/2019.4.25f1c1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  1384. </Reference>
  1385. <Reference Include="Unity.Timeline.Editor">
  1386. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  1387. </Reference>
  1388. <Reference Include="Unity.VSCode.Editor">
  1389. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
  1390. </Reference>
  1391. <Reference Include="VuforiaScripts">
  1392. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/VuforiaScripts.dll</HintPath>
  1393. </Reference>
  1394. <Reference Include="Unity.TextMeshPro.Editor">
  1395. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  1396. </Reference>
  1397. <Reference Include="UnityEngine.UI">
  1398. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  1399. </Reference>
  1400. <Reference Include="Unity.Timeline">
  1401. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  1402. </Reference>
  1403. <Reference Include="VuforiaEditorScripts">
  1404. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/VuforiaEditorScripts.dll</HintPath>
  1405. </Reference>
  1406. <Reference Include="Unity.CollabProxy.Editor">
  1407. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
  1408. </Reference>
  1409. <Reference Include="Unity.Postprocessing.Editor">
  1410. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.Postprocessing.Editor.dll</HintPath>
  1411. </Reference>
  1412. <Reference Include="Unity.Rider.Editor">
  1413. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  1414. </Reference>
  1415. <Reference Include="Unity.Postprocessing.Runtime">
  1416. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.Postprocessing.Runtime.dll</HintPath>
  1417. </Reference>
  1418. <Reference Include="Unity.TextMeshPro">
  1419. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  1420. </Reference>
  1421. <Reference Include="UnityEditor.UI">
  1422. <HintPath>E:/GitProject/Project/MRClass/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  1423. </Reference>
  1424. </ItemGroup>
  1425. <ItemGroup>
  1426. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  1427. <Project>{4D843AC1-AADD-F2D5-B5F7-6C461B14AD59}</Project>
  1428. <Name>Assembly-CSharp-firstpass</Name>
  1429. </ProjectReference>
  1430. <ProjectReference Include="Microsoft.MixedReality.Toolkit.Demos.StandardShader.Inspectors.csproj">
  1431. <Project>{DC3D93CB-C5B2-93C4-C638-5ACAF61F2A2A}</Project>
  1432. <Name>Microsoft.MixedReality.Toolkit.Demos.StandardShader.Inspectors</Name>
  1433. </ProjectReference>
  1434. </ItemGroup>
  1435. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1436. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1437. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1438. Other similar extension points exist, see Microsoft.Common.targets.
  1439. <Target Name="BeforeBuild">
  1440. </Target>
  1441. <Target Name="AfterBuild">
  1442. </Target>
  1443. -->
  1444. </Project>