HybridCLR.Editor.csproj 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. <Project ToolsVersion="Current">
  2. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  3. <PropertyGroup>
  4. <BaseIntermediateOutputPath>Temp\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
  5. <IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
  6. </PropertyGroup>
  7. <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
  8. <ItemGroup>
  9. <ProjectCapability Include="Unity" />
  10. </ItemGroup>
  11. <PropertyGroup>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <EnableDefaultItems>false</EnableDefaultItems>
  14. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  15. <LangVersion>9.0</LangVersion>
  16. <Configurations>Debug;Release</Configurations>
  17. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  18. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  19. <RootNamespace></RootNamespace>
  20. <OutputType>Library</OutputType>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <AssemblyName>HybridCLR.Editor</AssemblyName>
  23. <TargetFramework>netstandard2.1</TargetFramework>
  24. <BaseDirectory>.</BaseDirectory>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>Temp\bin\Debug\</OutputPath>
  31. <DefineConstants>UNITY_2022_3_33;UNITY_2022_3;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;UNITY_UGP_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;NETSTANDARD2_0;UNITY;ENABLE_VIEW;ODIN_INSPECTOR;ODIN_INSPECTOR_3;ODIN_INSPECTOR_3_1;FAIRYGUI_TMPRO;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoWarn>0169;USG0001</NoWarn>
  35. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>Temp\bin\Release\</OutputPath>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>0169;USG0001</NoWarn>
  44. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <NoStandardLibraries>true</NoStandardLibraries>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
  51. <MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <UnityProjectGenerator>Package</UnityProjectGenerator>
  55. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  56. <UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle>
  57. <UnityProjectType>Editor:5</UnityProjectType>
  58. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  59. <UnityVersion>2022.3.33f1c1</UnityVersion>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Analyzer Include="C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.SourceGenerators.dll" />
  63. <Analyzer Include="C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Tools\Unity.SourceGenerators\Unity.Properties.SourceGenerator.dll" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Analyzer.cs" />
  67. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorUniversal64.cs" />
  68. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\StorageBlockFlags.cs" />
  69. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\RangeCoder\RangeCoder.cs" />
  70. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\StreamExtensions.cs" />
  71. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\EndianBinaryWriter.cs" />
  72. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\UnityBinFileDefines.cs" />
  73. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamInfo.cs" />
  74. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\Analyzer.cs" />
  75. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\LinkGeneratorCommand.cs" />
  76. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MetaUtil.cs" />
  77. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CheckSettings.cs" />
  78. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZMA\LzmaEncoder.cs" />
  79. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\MethodBridgeGeneratorCommand.cs" />
  80. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Common\CommandLineParser.cs" />
  81. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\SettingsUtil.cs" />
  82. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\Node.cs" />
  83. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZMA\LzmaBase.cs" />
  84. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Common\InBuffer.cs" />
  85. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Il2CppDef\Il2CppDefGenerator.cs" />
  86. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\PrebuildCommand.cs" />
  87. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZ\IMatchFinder.cs" />
  88. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ValueTypeSizeAligmentCalculator.cs" />
  89. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\StorageBlock.cs" />
  90. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\MethodDesc.cs" />
  91. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\AOTReferenceGeneratorCommand.cs" />
  92. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\UnityBinUtils.cs" />
  93. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettings.cs" />
  94. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Generator.cs" />
  95. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorWebGL32.cs" />
  96. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\EndianType.cs" />
  97. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\PlatformGeneratorUniversal64.cs" />
  98. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\StripAOTDllCommand.cs" />
  99. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ParamOrReturnType.cs" />
  100. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorUniversal32.cs" />
  101. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\CopyStrippedAOTAssemblies.cs" />
  102. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\EndianBinaryReader.cs" />
  103. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\Header.cs" />
  104. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\BinaryReaderExtensions.cs" />
  105. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ReversePInvokeWrap\Analyzer.cs" />
  106. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\InstallerWindow.cs" />
  107. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\CompileDllCommand.cs" />
  108. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\CombinedAssemblyResolver.cs" />
  109. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\PathAssemblyResolver.cs" />
  110. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericClass.cs" />
  111. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\InstallerCommand.cs" />
  112. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\Generator.cs" />
  113. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZ\LzBinTree.cs" />
  114. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\RangeCoder\RangeCoderBitTree.cs" />
  115. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyResolverBase.cs" />
  116. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorArm64.cs" />
  117. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\MenuProvider.cs" />
  118. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\GenericReferenceWriter.cs" />
  119. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\ABIUtil.cs" />
  120. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\PlatformGeneratorBase.cs" />
  121. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\GlobalgamedatasPatcher.cs" />
  122. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\MethodReferenceAnalyzer.cs" />
  123. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\FixedSetAssemblyResolver.cs" />
  124. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\BundleFileInfo.cs" />
  125. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\FilterHotFixAssemblies.cs" />
  126. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorBase.cs" />
  127. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericMethod.cs" />
  128. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\CompressionType.cs" />
  129. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\HashUtil.cs" />
  130. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\PlatformABI.cs" />
  131. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\ScriptableSignleton.cs" />
  132. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\PlatformGeneratorUniversal32.cs" />
  133. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\SevenZipHelper.cs" />
  134. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\BuildProcessors\PatchScriptingAssemblyList.cs" />
  135. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\EditorStatusWatcher.cs" />
  136. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\SettingsPresetReceiver.cs" />
  137. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\PlatformGeneratorWebGL32.cs" />
  138. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\ReversePInvokeWrapperGeneratorCommand.cs" />
  139. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Commands\Il2CppDefGeneratorCommand.cs" />
  140. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\MethodBridge\PlatformGeneratorArm64.cs" />
  141. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\RangeCoder\RangeCoderBit.cs" />
  142. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Settings\HybridCLRSettingProvider.cs" />
  143. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Common\CRC.cs" />
  144. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\ArchiveFlags.cs" />
  145. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\ICoder.cs" />
  146. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\GenericArgumentContext.cs" />
  147. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeCreatorFactory.cs" />
  148. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\InstallerController.cs" />
  149. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\UnityBinFile.cs" />
  150. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyCache.cs" />
  151. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Template\FileRegionReplace.cs" />
  152. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\ABI\TypeInfo.cs" />
  153. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\BundleFileReader.cs" />
  154. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Link\Analyzer.cs" />
  155. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Common\OutBuffer.cs" />
  156. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\ScriptingAssembliesJsonPatcher.cs" />
  157. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZ\LzOutWindow.cs" />
  158. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZMA\LzmaDecoder.cs" />
  159. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\AssemblyReferenceDeepCollector.cs" />
  160. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\BinaryWriterExtensions.cs" />
  161. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Link\LinkXmlWriter.cs" />
  162. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\AOT\ConstraintContext.cs" />
  163. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\StreamFile.cs" />
  164. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\UnityFS\BundleFileWriter.cs" />
  165. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Installer\BashUtil.cs" />
  166. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\Meta\IAssemblyResolver.cs" />
  167. <Compile Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\3rds\7zip\Compress\LZ\LzInWindow.cs" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <None Include="Packages\com.focus-creative-games.hybridclr_unity\Editor\HybridCLR.Editor.asmdef" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Reference Include="UnityEngine">
  174. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  175. <Private>False</Private>
  176. </Reference>
  177. <Reference Include="UnityEngine.AIModule">
  178. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  179. <Private>False</Private>
  180. </Reference>
  181. <Reference Include="UnityEngine.ARModule">
  182. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  183. <Private>False</Private>
  184. </Reference>
  185. <Reference Include="UnityEngine.AccessibilityModule">
  186. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  187. <Private>False</Private>
  188. </Reference>
  189. <Reference Include="UnityEngine.AndroidJNIModule">
  190. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  191. <Private>False</Private>
  192. </Reference>
  193. <Reference Include="UnityEngine.AnimationModule">
  194. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  195. <Private>False</Private>
  196. </Reference>
  197. <Reference Include="UnityEngine.AssetBundleModule">
  198. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  199. <Private>False</Private>
  200. </Reference>
  201. <Reference Include="UnityEngine.AudioModule">
  202. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  203. <Private>False</Private>
  204. </Reference>
  205. <Reference Include="UnityEngine.ClothModule">
  206. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  207. <Private>False</Private>
  208. </Reference>
  209. <Reference Include="UnityEngine.ClusterInputModule">
  210. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  211. <Private>False</Private>
  212. </Reference>
  213. <Reference Include="UnityEngine.ClusterRendererModule">
  214. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  215. <Private>False</Private>
  216. </Reference>
  217. <Reference Include="UnityEngine.ContentLoadModule">
  218. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll</HintPath>
  219. <Private>False</Private>
  220. </Reference>
  221. <Reference Include="UnityEngine.CoreModule">
  222. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  223. <Private>False</Private>
  224. </Reference>
  225. <Reference Include="UnityEngine.CrashReportingModule">
  226. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  227. <Private>False</Private>
  228. </Reference>
  229. <Reference Include="UnityEngine.DSPGraphModule">
  230. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  231. <Private>False</Private>
  232. </Reference>
  233. <Reference Include="UnityEngine.DirectorModule">
  234. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  235. <Private>False</Private>
  236. </Reference>
  237. <Reference Include="UnityEngine.GIModule">
  238. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  239. <Private>False</Private>
  240. </Reference>
  241. <Reference Include="UnityEngine.GameCenterModule">
  242. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  243. <Private>False</Private>
  244. </Reference>
  245. <Reference Include="UnityEngine.GridModule">
  246. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  247. <Private>False</Private>
  248. </Reference>
  249. <Reference Include="UnityEngine.HotReloadModule">
  250. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  251. <Private>False</Private>
  252. </Reference>
  253. <Reference Include="UnityEngine.IMGUIModule">
  254. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  255. <Private>False</Private>
  256. </Reference>
  257. <Reference Include="UnityEngine.ImageConversionModule">
  258. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  259. <Private>False</Private>
  260. </Reference>
  261. <Reference Include="UnityEngine.InputModule">
  262. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  263. <Private>False</Private>
  264. </Reference>
  265. <Reference Include="UnityEngine.InputLegacyModule">
  266. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  267. <Private>False</Private>
  268. </Reference>
  269. <Reference Include="UnityEngine.JSONSerializeModule">
  270. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  271. <Private>False</Private>
  272. </Reference>
  273. <Reference Include="UnityEngine.LocalizationModule">
  274. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  275. <Private>False</Private>
  276. </Reference>
  277. <Reference Include="UnityEngine.NVIDIAModule">
  278. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll</HintPath>
  279. <Private>False</Private>
  280. </Reference>
  281. <Reference Include="UnityEngine.ParticleSystemModule">
  282. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  283. <Private>False</Private>
  284. </Reference>
  285. <Reference Include="UnityEngine.PerformanceReportingModule">
  286. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  287. <Private>False</Private>
  288. </Reference>
  289. <Reference Include="UnityEngine.PhysicsModule">
  290. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  291. <Private>False</Private>
  292. </Reference>
  293. <Reference Include="UnityEngine.Physics2DModule">
  294. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  295. <Private>False</Private>
  296. </Reference>
  297. <Reference Include="UnityEngine.ProfilerModule">
  298. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  299. <Private>False</Private>
  300. </Reference>
  301. <Reference Include="UnityEngine.PropertiesModule">
  302. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll</HintPath>
  303. <Private>False</Private>
  304. </Reference>
  305. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  306. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  307. <Private>False</Private>
  308. </Reference>
  309. <Reference Include="UnityEngine.ScreenCaptureModule">
  310. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  311. <Private>False</Private>
  312. </Reference>
  313. <Reference Include="UnityEngine.SharedInternalsModule">
  314. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  315. <Private>False</Private>
  316. </Reference>
  317. <Reference Include="UnityEngine.SpriteMaskModule">
  318. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  319. <Private>False</Private>
  320. </Reference>
  321. <Reference Include="UnityEngine.SpriteShapeModule">
  322. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  323. <Private>False</Private>
  324. </Reference>
  325. <Reference Include="UnityEngine.StreamingModule">
  326. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  327. <Private>False</Private>
  328. </Reference>
  329. <Reference Include="UnityEngine.SubstanceModule">
  330. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  331. <Private>False</Private>
  332. </Reference>
  333. <Reference Include="UnityEngine.SubsystemsModule">
  334. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  335. <Private>False</Private>
  336. </Reference>
  337. <Reference Include="UnityEngine.TLSModule">
  338. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  339. <Private>False</Private>
  340. </Reference>
  341. <Reference Include="UnityEngine.TerrainModule">
  342. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  343. <Private>False</Private>
  344. </Reference>
  345. <Reference Include="UnityEngine.TerrainPhysicsModule">
  346. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  347. <Private>False</Private>
  348. </Reference>
  349. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  350. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  351. <Private>False</Private>
  352. </Reference>
  353. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  354. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  355. <Private>False</Private>
  356. </Reference>
  357. <Reference Include="UnityEngine.TextRenderingModule">
  358. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  359. <Private>False</Private>
  360. </Reference>
  361. <Reference Include="UnityEngine.TilemapModule">
  362. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  363. <Private>False</Private>
  364. </Reference>
  365. <Reference Include="UnityEngine.UIModule">
  366. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  367. <Private>False</Private>
  368. </Reference>
  369. <Reference Include="UnityEngine.UIElementsModule">
  370. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  371. <Private>False</Private>
  372. </Reference>
  373. <Reference Include="UnityEngine.UmbraModule">
  374. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  375. <Private>False</Private>
  376. </Reference>
  377. <Reference Include="UnityEngine.UnityAnalyticsModule">
  378. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  379. <Private>False</Private>
  380. </Reference>
  381. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  382. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  383. <Private>False</Private>
  384. </Reference>
  385. <Reference Include="UnityEngine.UnityConnectModule">
  386. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  387. <Private>False</Private>
  388. </Reference>
  389. <Reference Include="UnityEngine.UnityCurlModule">
  390. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  391. <Private>False</Private>
  392. </Reference>
  393. <Reference Include="UnityEngine.UnityTestProtocolModule">
  394. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  395. <Private>False</Private>
  396. </Reference>
  397. <Reference Include="UnityEngine.UnityWebRequestModule">
  398. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  399. <Private>False</Private>
  400. </Reference>
  401. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  402. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  403. <Private>False</Private>
  404. </Reference>
  405. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  406. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  407. <Private>False</Private>
  408. </Reference>
  409. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  410. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  411. <Private>False</Private>
  412. </Reference>
  413. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  414. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  415. <Private>False</Private>
  416. </Reference>
  417. <Reference Include="UnityEngine.VFXModule">
  418. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  419. <Private>False</Private>
  420. </Reference>
  421. <Reference Include="UnityEngine.VRModule">
  422. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  423. <Private>False</Private>
  424. </Reference>
  425. <Reference Include="UnityEngine.VehiclesModule">
  426. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  427. <Private>False</Private>
  428. </Reference>
  429. <Reference Include="UnityEngine.VideoModule">
  430. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  431. <Private>False</Private>
  432. </Reference>
  433. <Reference Include="UnityEngine.VirtualTexturingModule">
  434. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  435. <Private>False</Private>
  436. </Reference>
  437. <Reference Include="UnityEngine.WindModule">
  438. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  439. <Private>False</Private>
  440. </Reference>
  441. <Reference Include="UnityEngine.XRModule">
  442. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  443. <Private>False</Private>
  444. </Reference>
  445. <Reference Include="UnityEditor">
  446. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  447. <Private>False</Private>
  448. </Reference>
  449. <Reference Include="UnityEditor.CoreModule">
  450. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  451. <Private>False</Private>
  452. </Reference>
  453. <Reference Include="UnityEditor.DeviceSimulatorModule">
  454. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  455. <Private>False</Private>
  456. </Reference>
  457. <Reference Include="UnityEditor.DiagnosticsModule">
  458. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  459. <Private>False</Private>
  460. </Reference>
  461. <Reference Include="UnityEditor.EditorToolbarModule">
  462. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll</HintPath>
  463. <Private>False</Private>
  464. </Reference>
  465. <Reference Include="UnityEditor.GraphViewModule">
  466. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  467. <Private>False</Private>
  468. </Reference>
  469. <Reference Include="UnityEditor.PresetsUIModule">
  470. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll</HintPath>
  471. <Private>False</Private>
  472. </Reference>
  473. <Reference Include="UnityEditor.QuickSearchModule">
  474. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  475. <Private>False</Private>
  476. </Reference>
  477. <Reference Include="UnityEditor.SceneTemplateModule">
  478. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  479. <Private>False</Private>
  480. </Reference>
  481. <Reference Include="UnityEditor.SceneViewModule">
  482. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll</HintPath>
  483. <Private>False</Private>
  484. </Reference>
  485. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  486. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  487. <Private>False</Private>
  488. </Reference>
  489. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  490. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  491. <Private>False</Private>
  492. </Reference>
  493. <Reference Include="UnityEditor.UIBuilderModule">
  494. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  495. <Private>False</Private>
  496. </Reference>
  497. <Reference Include="UnityEditor.UIElementsModule">
  498. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  499. <Private>False</Private>
  500. </Reference>
  501. <Reference Include="UnityEditor.UIElementsSamplesModule">
  502. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  503. <Private>False</Private>
  504. </Reference>
  505. <Reference Include="UnityEditor.UnityConnectModule">
  506. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  507. <Private>False</Private>
  508. </Reference>
  509. <Reference Include="UnityEditor.Graphs">
  510. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\Managed\UnityEditor.Graphs.dll</HintPath>
  511. <Private>False</Private>
  512. </Reference>
  513. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  514. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  515. <Private>False</Private>
  516. </Reference>
  517. <Reference Include="Pathfinding.Poly2Tri">
  518. <HintPath>Assets\Plugins\AstarPathfindingProject\Plugins\Poly2Tri\Pathfinding.Poly2Tri.dll</HintPath>
  519. <Private>False</Private>
  520. </Reference>
  521. <Reference Include="DemiLib">
  522. <HintPath>Assets\Plugins\DotweenPro\DemiLib\Core\DemiLib.dll</HintPath>
  523. <Private>False</Private>
  524. </Reference>
  525. <Reference Include="Sirenix.Serialization">
  526. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.Serialization.dll</HintPath>
  527. <Private>False</Private>
  528. </Reference>
  529. <Reference Include="NLog">
  530. <HintPath>Assets\Plugins\NLog.dll</HintPath>
  531. <Private>False</Private>
  532. </Reference>
  533. <Reference Include="SharpCompress">
  534. <HintPath>Assets\Plugins\MongoDB\SharpCompress.dll</HintPath>
  535. <Private>False</Private>
  536. </Reference>
  537. <Reference Include="Sirenix.Serialization.Config">
  538. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.Serialization.Config.dll</HintPath>
  539. <Private>False</Private>
  540. </Reference>
  541. <Reference Include="Sirenix.OdinInspector.Editor">
  542. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.OdinInspector.Editor.dll</HintPath>
  543. <Private>False</Private>
  544. </Reference>
  545. <Reference Include="DOTweenEditor">
  546. <HintPath>Assets\Plugins\DotweenPro\DOTween\Editor\DOTweenEditor.dll</HintPath>
  547. <Private>False</Private>
  548. </Reference>
  549. <Reference Include="System.Text.Encoding.CodePages">
  550. <HintPath>Assets\Plugins\MongoDB\System.Text.Encoding.CodePages.dll</HintPath>
  551. <Private>False</Private>
  552. </Reference>
  553. <Reference Include="DOTweenProEditor">
  554. <HintPath>Assets\Plugins\DotweenPro\DOTweenPro\Editor\DOTweenProEditor.dll</HintPath>
  555. <Private>False</Private>
  556. </Reference>
  557. <Reference Include="MongoDB.Driver.Core">
  558. <HintPath>Assets\Plugins\MongoDB\MongoDB.Driver.Core.dll</HintPath>
  559. <Private>False</Private>
  560. </Reference>
  561. <Reference Include="Sirenix.OdinInspector.Attributes">
  562. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.OdinInspector.Attributes.dll</HintPath>
  563. <Private>False</Private>
  564. </Reference>
  565. <Reference Include="DOTween43">
  566. <HintPath>Assets\Plugins\DotweenPro\DOTween\DOTween43.dll</HintPath>
  567. <Private>False</Private>
  568. </Reference>
  569. <Reference Include="Sirenix.Utilities">
  570. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.Utilities.dll</HintPath>
  571. <Private>False</Private>
  572. </Reference>
  573. <Reference Include="CommonAI">
  574. <HintPath>Assets\Plugins\BattlePlugin\CommonAI.dll</HintPath>
  575. <Private>False</Private>
  576. </Reference>
  577. <Reference Include="DOTween">
  578. <HintPath>Assets\Plugins\DotweenPro\DOTween\DOTween.dll</HintPath>
  579. <Private>False</Private>
  580. </Reference>
  581. <Reference Include="CommonLang">
  582. <HintPath>Assets\Plugins\BattlePlugin\CommonLang.dll</HintPath>
  583. <Private>False</Private>
  584. </Reference>
  585. <Reference Include="Pathfinding.ClipperLib">
  586. <HintPath>Assets\Plugins\AstarPathfindingProject\Plugins\Clipper\Pathfinding.ClipperLib.dll</HintPath>
  587. <Private>False</Private>
  588. </Reference>
  589. <Reference Include="XmdsCommon">
  590. <HintPath>Assets\Plugins\BattlePlugin\XmdsCommon.dll</HintPath>
  591. <Private>False</Private>
  592. </Reference>
  593. <Reference Include="MongoDB.Bson">
  594. <HintPath>Assets\Plugins\MongoDB\MongoDB.Bson.dll</HintPath>
  595. <Private>False</Private>
  596. </Reference>
  597. <Reference Include="dnlib">
  598. <HintPath>Packages\com.focus-creative-games.hybridclr_unity\Plugins\dnlib.dll</HintPath>
  599. <Private>False</Private>
  600. </Reference>
  601. <Reference Include="DOTween46">
  602. <HintPath>Assets\Plugins\DotweenPro\DOTween\DOTween46.dll</HintPath>
  603. <Private>False</Private>
  604. </Reference>
  605. <Reference Include="CommandLine">
  606. <HintPath>Assets\Plugins\CommandLine.dll</HintPath>
  607. <Private>False</Private>
  608. </Reference>
  609. <Reference Include="DOTweenPro">
  610. <HintPath>Assets\Plugins\DotweenPro\DOTweenPro\DOTweenPro.dll</HintPath>
  611. <Private>False</Private>
  612. </Reference>
  613. <Reference Include="LZ4">
  614. <HintPath>Packages\com.focus-creative-games.hybridclr_unity\Plugins\LZ4.dll</HintPath>
  615. <Private>False</Private>
  616. </Reference>
  617. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  618. <HintPath>Assets\Plugins\MongoDB\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  619. <Private>False</Private>
  620. </Reference>
  621. <Reference Include="Sirenix.Utilities.Editor">
  622. <HintPath>Assets\Plugins\Sirenix\Assemblies\Sirenix.Utilities.Editor.dll</HintPath>
  623. <Private>False</Private>
  624. </Reference>
  625. <Reference Include="DnsClient">
  626. <HintPath>Assets\Plugins\MongoDB\DnsClient.dll</HintPath>
  627. <Private>False</Private>
  628. </Reference>
  629. <Reference Include="MongoDB.Libmongocrypt">
  630. <HintPath>Assets\Plugins\MongoDB\MongoDB.Libmongocrypt.dll</HintPath>
  631. <Private>False</Private>
  632. </Reference>
  633. <Reference Include="DOTween50">
  634. <HintPath>Assets\Plugins\DotweenPro\DOTween\DOTween50.dll</HintPath>
  635. <Private>False</Private>
  636. </Reference>
  637. <Reference Include="ICSharpCode.SharpZipLib">
  638. <HintPath>Assets\Plugins\ICSharpCode.SharpZipLib.dll</HintPath>
  639. <Private>False</Private>
  640. </Reference>
  641. <Reference Include="Pathfinding.Ionic.Zip.Reduced">
  642. <HintPath>Assets\Plugins\AstarPathfindingProject\Plugins\DotNetZip\Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
  643. <Private>False</Private>
  644. </Reference>
  645. <Reference Include="MongoDB.Driver">
  646. <HintPath>Assets\Plugins\MongoDB\MongoDB.Driver.dll</HintPath>
  647. <Private>False</Private>
  648. </Reference>
  649. <Reference Include="DemiEditor">
  650. <HintPath>Assets\Plugins\DotweenPro\DemiLib\Core\Editor\DemiEditor.dll</HintPath>
  651. <Private>False</Private>
  652. </Reference>
  653. <Reference Include="nunit.framework">
  654. <HintPath>Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll</HintPath>
  655. <Private>False</Private>
  656. </Reference>
  657. <Reference Include="mscorlib">
  658. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll</HintPath>
  659. <Private>False</Private>
  660. </Reference>
  661. <Reference Include="System">
  662. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll</HintPath>
  663. <Private>False</Private>
  664. </Reference>
  665. <Reference Include="System.Core">
  666. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll</HintPath>
  667. <Private>False</Private>
  668. </Reference>
  669. <Reference Include="System.Runtime.Serialization">
  670. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll</HintPath>
  671. <Private>False</Private>
  672. </Reference>
  673. <Reference Include="System.Xml">
  674. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll</HintPath>
  675. <Private>False</Private>
  676. </Reference>
  677. <Reference Include="System.Xml.Linq">
  678. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll</HintPath>
  679. <Private>False</Private>
  680. </Reference>
  681. <Reference Include="System.Numerics">
  682. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll</HintPath>
  683. <Private>False</Private>
  684. </Reference>
  685. <Reference Include="System.Numerics.Vectors">
  686. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll</HintPath>
  687. <Private>False</Private>
  688. </Reference>
  689. <Reference Include="System.Net.Http">
  690. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll</HintPath>
  691. <Private>False</Private>
  692. </Reference>
  693. <Reference Include="System.IO.Compression">
  694. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll</HintPath>
  695. <Private>False</Private>
  696. </Reference>
  697. <Reference Include="Microsoft.CSharp">
  698. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll</HintPath>
  699. <Private>False</Private>
  700. </Reference>
  701. <Reference Include="System.Data">
  702. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll</HintPath>
  703. <Private>False</Private>
  704. </Reference>
  705. <Reference Include="System.Data.DataSetExtensions">
  706. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll</HintPath>
  707. <Private>False</Private>
  708. </Reference>
  709. <Reference Include="System.Drawing">
  710. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll</HintPath>
  711. <Private>False</Private>
  712. </Reference>
  713. <Reference Include="System.IO.Compression.FileSystem">
  714. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll</HintPath>
  715. <Private>False</Private>
  716. </Reference>
  717. <Reference Include="System.ComponentModel.Composition">
  718. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll</HintPath>
  719. <Private>False</Private>
  720. </Reference>
  721. <Reference Include="System.Transactions">
  722. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll</HintPath>
  723. <Private>False</Private>
  724. </Reference>
  725. <Reference Include="Microsoft.Win32.Primitives">
  726. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  727. <Private>False</Private>
  728. </Reference>
  729. <Reference Include="netstandard">
  730. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll</HintPath>
  731. <Private>False</Private>
  732. </Reference>
  733. <Reference Include="System.AppContext">
  734. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll</HintPath>
  735. <Private>False</Private>
  736. </Reference>
  737. <Reference Include="System.Buffers">
  738. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll</HintPath>
  739. <Private>False</Private>
  740. </Reference>
  741. <Reference Include="System.Collections.Concurrent">
  742. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll</HintPath>
  743. <Private>False</Private>
  744. </Reference>
  745. <Reference Include="System.Collections">
  746. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll</HintPath>
  747. <Private>False</Private>
  748. </Reference>
  749. <Reference Include="System.Collections.NonGeneric">
  750. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  751. <Private>False</Private>
  752. </Reference>
  753. <Reference Include="System.Collections.Specialized">
  754. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll</HintPath>
  755. <Private>False</Private>
  756. </Reference>
  757. <Reference Include="System.ComponentModel.Annotations">
  758. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  759. <Private>False</Private>
  760. </Reference>
  761. <Reference Include="System.ComponentModel">
  762. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll</HintPath>
  763. <Private>False</Private>
  764. </Reference>
  765. <Reference Include="System.ComponentModel.EventBasedAsync">
  766. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  767. <Private>False</Private>
  768. </Reference>
  769. <Reference Include="System.ComponentModel.Primitives">
  770. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  771. <Private>False</Private>
  772. </Reference>
  773. <Reference Include="System.ComponentModel.TypeConverter">
  774. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  775. <Private>False</Private>
  776. </Reference>
  777. <Reference Include="System.Console">
  778. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll</HintPath>
  779. <Private>False</Private>
  780. </Reference>
  781. <Reference Include="System.Data.Common">
  782. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll</HintPath>
  783. <Private>False</Private>
  784. </Reference>
  785. <Reference Include="System.Diagnostics.Contracts">
  786. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  787. <Private>False</Private>
  788. </Reference>
  789. <Reference Include="System.Diagnostics.Debug">
  790. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  791. <Private>False</Private>
  792. </Reference>
  793. <Reference Include="System.Diagnostics.FileVersionInfo">
  794. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  795. <Private>False</Private>
  796. </Reference>
  797. <Reference Include="System.Diagnostics.Process">
  798. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll</HintPath>
  799. <Private>False</Private>
  800. </Reference>
  801. <Reference Include="System.Diagnostics.StackTrace">
  802. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  803. <Private>False</Private>
  804. </Reference>
  805. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  806. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  807. <Private>False</Private>
  808. </Reference>
  809. <Reference Include="System.Diagnostics.Tools">
  810. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  811. <Private>False</Private>
  812. </Reference>
  813. <Reference Include="System.Diagnostics.TraceSource">
  814. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  815. <Private>False</Private>
  816. </Reference>
  817. <Reference Include="System.Drawing.Primitives">
  818. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll</HintPath>
  819. <Private>False</Private>
  820. </Reference>
  821. <Reference Include="System.Dynamic.Runtime">
  822. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  823. <Private>False</Private>
  824. </Reference>
  825. <Reference Include="System.Globalization.Calendars">
  826. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll</HintPath>
  827. <Private>False</Private>
  828. </Reference>
  829. <Reference Include="System.Globalization">
  830. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll</HintPath>
  831. <Private>False</Private>
  832. </Reference>
  833. <Reference Include="System.Globalization.Extensions">
  834. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll</HintPath>
  835. <Private>False</Private>
  836. </Reference>
  837. <Reference Include="System.IO.Compression.ZipFile">
  838. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  839. <Private>False</Private>
  840. </Reference>
  841. <Reference Include="System.IO">
  842. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll</HintPath>
  843. <Private>False</Private>
  844. </Reference>
  845. <Reference Include="System.IO.FileSystem">
  846. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll</HintPath>
  847. <Private>False</Private>
  848. </Reference>
  849. <Reference Include="System.IO.FileSystem.DriveInfo">
  850. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  851. <Private>False</Private>
  852. </Reference>
  853. <Reference Include="System.IO.FileSystem.Primitives">
  854. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  855. <Private>False</Private>
  856. </Reference>
  857. <Reference Include="System.IO.FileSystem.Watcher">
  858. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  859. <Private>False</Private>
  860. </Reference>
  861. <Reference Include="System.IO.IsolatedStorage">
  862. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  863. <Private>False</Private>
  864. </Reference>
  865. <Reference Include="System.IO.MemoryMappedFiles">
  866. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  867. <Private>False</Private>
  868. </Reference>
  869. <Reference Include="System.IO.Pipes">
  870. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll</HintPath>
  871. <Private>False</Private>
  872. </Reference>
  873. <Reference Include="System.IO.UnmanagedMemoryStream">
  874. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  875. <Private>False</Private>
  876. </Reference>
  877. <Reference Include="System.Linq">
  878. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll</HintPath>
  879. <Private>False</Private>
  880. </Reference>
  881. <Reference Include="System.Linq.Expressions">
  882. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll</HintPath>
  883. <Private>False</Private>
  884. </Reference>
  885. <Reference Include="System.Linq.Parallel">
  886. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll</HintPath>
  887. <Private>False</Private>
  888. </Reference>
  889. <Reference Include="System.Linq.Queryable">
  890. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll</HintPath>
  891. <Private>False</Private>
  892. </Reference>
  893. <Reference Include="System.Memory">
  894. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll</HintPath>
  895. <Private>False</Private>
  896. </Reference>
  897. <Reference Include="System.Net.Http.Rtc">
  898. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  899. <Private>False</Private>
  900. </Reference>
  901. <Reference Include="System.Net.NameResolution">
  902. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll</HintPath>
  903. <Private>False</Private>
  904. </Reference>
  905. <Reference Include="System.Net.NetworkInformation">
  906. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  907. <Private>False</Private>
  908. </Reference>
  909. <Reference Include="System.Net.Ping">
  910. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll</HintPath>
  911. <Private>False</Private>
  912. </Reference>
  913. <Reference Include="System.Net.Primitives">
  914. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll</HintPath>
  915. <Private>False</Private>
  916. </Reference>
  917. <Reference Include="System.Net.Requests">
  918. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll</HintPath>
  919. <Private>False</Private>
  920. </Reference>
  921. <Reference Include="System.Net.Security">
  922. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll</HintPath>
  923. <Private>False</Private>
  924. </Reference>
  925. <Reference Include="System.Net.Sockets">
  926. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll</HintPath>
  927. <Private>False</Private>
  928. </Reference>
  929. <Reference Include="System.Net.WebHeaderCollection">
  930. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  931. <Private>False</Private>
  932. </Reference>
  933. <Reference Include="System.Net.WebSockets.Client">
  934. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  935. <Private>False</Private>
  936. </Reference>
  937. <Reference Include="System.Net.WebSockets">
  938. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll</HintPath>
  939. <Private>False</Private>
  940. </Reference>
  941. <Reference Include="System.ObjectModel">
  942. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll</HintPath>
  943. <Private>False</Private>
  944. </Reference>
  945. <Reference Include="System.Reflection.DispatchProxy">
  946. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll</HintPath>
  947. <Private>False</Private>
  948. </Reference>
  949. <Reference Include="System.Reflection">
  950. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll</HintPath>
  951. <Private>False</Private>
  952. </Reference>
  953. <Reference Include="System.Reflection.Emit">
  954. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll</HintPath>
  955. <Private>False</Private>
  956. </Reference>
  957. <Reference Include="System.Reflection.Emit.ILGeneration">
  958. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  959. <Private>False</Private>
  960. </Reference>
  961. <Reference Include="System.Reflection.Emit.Lightweight">
  962. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  963. <Private>False</Private>
  964. </Reference>
  965. <Reference Include="System.Reflection.Extensions">
  966. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll</HintPath>
  967. <Private>False</Private>
  968. </Reference>
  969. <Reference Include="System.Reflection.Primitives">
  970. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll</HintPath>
  971. <Private>False</Private>
  972. </Reference>
  973. <Reference Include="System.Resources.Reader">
  974. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll</HintPath>
  975. <Private>False</Private>
  976. </Reference>
  977. <Reference Include="System.Resources.ResourceManager">
  978. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  979. <Private>False</Private>
  980. </Reference>
  981. <Reference Include="System.Resources.Writer">
  982. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll</HintPath>
  983. <Private>False</Private>
  984. </Reference>
  985. <Reference Include="System.Runtime.CompilerServices.VisualC">
  986. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  987. <Private>False</Private>
  988. </Reference>
  989. <Reference Include="System.Runtime">
  990. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll</HintPath>
  991. <Private>False</Private>
  992. </Reference>
  993. <Reference Include="System.Runtime.Extensions">
  994. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll</HintPath>
  995. <Private>False</Private>
  996. </Reference>
  997. <Reference Include="System.Runtime.Handles">
  998. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll</HintPath>
  999. <Private>False</Private>
  1000. </Reference>
  1001. <Reference Include="System.Runtime.InteropServices">
  1002. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1003. <Private>False</Private>
  1004. </Reference>
  1005. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1006. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1007. <Private>False</Private>
  1008. </Reference>
  1009. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1010. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1011. <Private>False</Private>
  1012. </Reference>
  1013. <Reference Include="System.Runtime.Numerics">
  1014. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1015. <Private>False</Private>
  1016. </Reference>
  1017. <Reference Include="System.Runtime.Serialization.Formatters">
  1018. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1019. <Private>False</Private>
  1020. </Reference>
  1021. <Reference Include="System.Runtime.Serialization.Json">
  1022. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1023. <Private>False</Private>
  1024. </Reference>
  1025. <Reference Include="System.Runtime.Serialization.Primitives">
  1026. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1027. <Private>False</Private>
  1028. </Reference>
  1029. <Reference Include="System.Runtime.Serialization.Xml">
  1030. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1031. <Private>False</Private>
  1032. </Reference>
  1033. <Reference Include="System.Security.Claims">
  1034. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll</HintPath>
  1035. <Private>False</Private>
  1036. </Reference>
  1037. <Reference Include="System.Security.Cryptography.Algorithms">
  1038. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1039. <Private>False</Private>
  1040. </Reference>
  1041. <Reference Include="System.Security.Cryptography.Csp">
  1042. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1043. <Private>False</Private>
  1044. </Reference>
  1045. <Reference Include="System.Security.Cryptography.Encoding">
  1046. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1047. <Private>False</Private>
  1048. </Reference>
  1049. <Reference Include="System.Security.Cryptography.Primitives">
  1050. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1051. <Private>False</Private>
  1052. </Reference>
  1053. <Reference Include="System.Security.Cryptography.X509Certificates">
  1054. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1055. <Private>False</Private>
  1056. </Reference>
  1057. <Reference Include="System.Security.Principal">
  1058. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll</HintPath>
  1059. <Private>False</Private>
  1060. </Reference>
  1061. <Reference Include="System.Security.SecureString">
  1062. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll</HintPath>
  1063. <Private>False</Private>
  1064. </Reference>
  1065. <Reference Include="System.ServiceModel.Duplex">
  1066. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1067. <Private>False</Private>
  1068. </Reference>
  1069. <Reference Include="System.ServiceModel.Http">
  1070. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1071. <Private>False</Private>
  1072. </Reference>
  1073. <Reference Include="System.ServiceModel.NetTcp">
  1074. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1075. <Private>False</Private>
  1076. </Reference>
  1077. <Reference Include="System.ServiceModel.Primitives">
  1078. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1079. <Private>False</Private>
  1080. </Reference>
  1081. <Reference Include="System.ServiceModel.Security">
  1082. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1083. <Private>False</Private>
  1084. </Reference>
  1085. <Reference Include="System.Text.Encoding">
  1086. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll</HintPath>
  1087. <Private>False</Private>
  1088. </Reference>
  1089. <Reference Include="System.Text.Encoding.Extensions">
  1090. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1091. <Private>False</Private>
  1092. </Reference>
  1093. <Reference Include="System.Text.RegularExpressions">
  1094. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1095. <Private>False</Private>
  1096. </Reference>
  1097. <Reference Include="System.Threading">
  1098. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll</HintPath>
  1099. <Private>False</Private>
  1100. </Reference>
  1101. <Reference Include="System.Threading.Overlapped">
  1102. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1103. <Private>False</Private>
  1104. </Reference>
  1105. <Reference Include="System.Threading.Tasks">
  1106. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll</HintPath>
  1107. <Private>False</Private>
  1108. </Reference>
  1109. <Reference Include="System.Threading.Tasks.Extensions">
  1110. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll</HintPath>
  1111. <Private>False</Private>
  1112. </Reference>
  1113. <Reference Include="System.Threading.Tasks.Parallel">
  1114. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1115. <Private>False</Private>
  1116. </Reference>
  1117. <Reference Include="System.Threading.Thread">
  1118. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll</HintPath>
  1119. <Private>False</Private>
  1120. </Reference>
  1121. <Reference Include="System.Threading.ThreadPool">
  1122. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1123. <Private>False</Private>
  1124. </Reference>
  1125. <Reference Include="System.Threading.Timer">
  1126. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll</HintPath>
  1127. <Private>False</Private>
  1128. </Reference>
  1129. <Reference Include="System.ValueTuple">
  1130. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll</HintPath>
  1131. <Private>False</Private>
  1132. </Reference>
  1133. <Reference Include="System.Xml.ReaderWriter">
  1134. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1135. <Private>False</Private>
  1136. </Reference>
  1137. <Reference Include="System.Xml.XDocument">
  1138. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll</HintPath>
  1139. <Private>False</Private>
  1140. </Reference>
  1141. <Reference Include="System.Xml.XmlDocument">
  1142. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1143. <Private>False</Private>
  1144. </Reference>
  1145. <Reference Include="System.Xml.XmlSerializer">
  1146. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1147. <Private>False</Private>
  1148. </Reference>
  1149. <Reference Include="System.Xml.XPath">
  1150. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll</HintPath>
  1151. <Private>False</Private>
  1152. </Reference>
  1153. <Reference Include="System.Xml.XPath.XDocument">
  1154. <HintPath>C:\Program Files\Unity\Hub\Editor\2022.3.33f1c1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1155. <Private>False</Private>
  1156. </Reference>
  1157. <Reference Include="UnityEditor.UI">
  1158. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1159. <Private>False</Private>
  1160. </Reference>
  1161. <Reference Include="UnityEngine.UI">
  1162. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1163. <Private>False</Private>
  1164. </Reference>
  1165. <Reference Include="UnityEditor.TestRunner">
  1166. <HintPath>Library\ScriptAssemblies\UnityEditor.TestRunner.dll</HintPath>
  1167. <Private>False</Private>
  1168. </Reference>
  1169. <Reference Include="UnityEngine.TestRunner">
  1170. <HintPath>Library\ScriptAssemblies\UnityEngine.TestRunner.dll</HintPath>
  1171. <Private>False</Private>
  1172. </Reference>
  1173. </ItemGroup>
  1174. <ItemGroup>
  1175. <ProjectReference Include="HybridCLR.Runtime.csproj" />
  1176. </ItemGroup>
  1177. <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
  1178. <ItemGroup>
  1179. <ProjectCapability Remove="LaunchProfiles" />
  1180. <ProjectCapability Remove="SharedProjectReferences" />
  1181. <ProjectCapability Remove="ReferenceManagerSharedProjects" />
  1182. <ProjectCapability Remove="ProjectReferences" />
  1183. <ProjectCapability Remove="ReferenceManagerProjects" />
  1184. <ProjectCapability Remove="COMReferences" />
  1185. <ProjectCapability Remove="ReferenceManagerCOM" />
  1186. <ProjectCapability Remove="AssemblyReferences" />
  1187. <ProjectCapability Remove="ReferenceManagerAssemblies" />
  1188. </ItemGroup>
  1189. </Project>