BasePackage.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{63DE62A2-A291-4326-A746-8BCAE07A7494}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BasePackage</RootNamespace>
  11. <AssemblyName>BasePackage</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Net.Http" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="Unity.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=fc15b93552389f74, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\Unity.Cecil.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Unity.Cecil.Mdb">
  47. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\Unity.Cecil.Mdb.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Unity.Cecil.Pdb">
  50. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\Unity.Cecil.Pdb.dll</HintPath>
  51. </Reference>
  52. <Reference Include="UnityEditor, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  55. </Reference>
  56. <Reference Include="UnityEditor.CoreModule">
  57. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  58. </Reference>
  59. <Reference Include="UnityEditor.DeviceSimulatorModule">
  60. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll</HintPath>
  61. </Reference>
  62. <Reference Include="UnityEditor.DiagnosticsModule">
  63. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll</HintPath>
  64. </Reference>
  65. <Reference Include="UnityEditor.GraphViewModule">
  66. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  67. </Reference>
  68. <Reference Include="UnityEditor.PackageManagerUIModule">
  69. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
  70. </Reference>
  71. <Reference Include="UnityEditor.QuickSearchModule">
  72. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll</HintPath>
  73. </Reference>
  74. <Reference Include="UnityEditor.SceneTemplateModule">
  75. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  76. </Reference>
  77. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  78. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  79. </Reference>
  80. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  81. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  82. </Reference>
  83. <Reference Include="UnityEditor.UIBuilderModule">
  84. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll</HintPath>
  85. </Reference>
  86. <Reference Include="UnityEditor.UIElementsModule">
  87. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  88. </Reference>
  89. <Reference Include="UnityEditor.UIElementsSamplesModule">
  90. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  91. </Reference>
  92. <Reference Include="UnityEditor.UIServiceModule">
  93. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
  94. </Reference>
  95. <Reference Include="UnityEditor.UnityConnectModule">
  96. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  97. </Reference>
  98. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  101. </Reference>
  102. <Reference Include="UnityEngine.AccessibilityModule">
  103. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  104. </Reference>
  105. <Reference Include="UnityEngine.AIModule">
  106. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  107. </Reference>
  108. <Reference Include="UnityEngine.AndroidJNIModule">
  109. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  110. </Reference>
  111. <Reference Include="UnityEngine.AnimationModule">
  112. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  113. </Reference>
  114. <Reference Include="UnityEngine.ARModule">
  115. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  116. </Reference>
  117. <Reference Include="UnityEngine.AssetBundleModule">
  118. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  119. </Reference>
  120. <Reference Include="UnityEngine.AudioModule">
  121. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  122. </Reference>
  123. <Reference Include="UnityEngine.AutoStreamingModule">
  124. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.AutoStreamingModule.dll</HintPath>
  125. </Reference>
  126. <Reference Include="UnityEngine.ClothModule">
  127. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  128. </Reference>
  129. <Reference Include="UnityEngine.ClusterInputModule">
  130. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll</HintPath>
  131. </Reference>
  132. <Reference Include="UnityEngine.ClusterRendererModule">
  133. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll</HintPath>
  134. </Reference>
  135. <Reference Include="UnityEngine.CoreModule">
  136. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  137. </Reference>
  138. <Reference Include="UnityEngine.CrashReportingModule">
  139. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  140. </Reference>
  141. <Reference Include="UnityEngine.DirectorModule">
  142. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  143. </Reference>
  144. <Reference Include="UnityEngine.DSPGraphModule">
  145. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  146. </Reference>
  147. <Reference Include="UnityEngine.GameCenterModule">
  148. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  149. </Reference>
  150. <Reference Include="UnityEngine.GIModule">
  151. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  152. </Reference>
  153. <Reference Include="UnityEngine.GridModule">
  154. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  155. </Reference>
  156. <Reference Include="UnityEngine.HotReloadModule">
  157. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  158. </Reference>
  159. <Reference Include="UnityEngine.ImageConversionModule">
  160. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  161. </Reference>
  162. <Reference Include="UnityEngine.IMGUIModule">
  163. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  164. </Reference>
  165. <Reference Include="UnityEngine.InputLegacyModule">
  166. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  167. </Reference>
  168. <Reference Include="UnityEngine.InputModule">
  169. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  170. </Reference>
  171. <Reference Include="UnityEngine.JSONSerializeModule">
  172. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  173. </Reference>
  174. <Reference Include="UnityEngine.LocalizationModule">
  175. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  176. </Reference>
  177. <Reference Include="UnityEngine.NVIDIAModule">
  178. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll</HintPath>
  179. </Reference>
  180. <Reference Include="UnityEngine.ParticleSystemModule">
  181. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  182. </Reference>
  183. <Reference Include="UnityEngine.PerformanceReportingModule">
  184. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  185. </Reference>
  186. <Reference Include="UnityEngine.Physics2DModule">
  187. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  188. </Reference>
  189. <Reference Include="UnityEngine.PhysicsModule">
  190. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  191. </Reference>
  192. <Reference Include="UnityEngine.ProfilerModule">
  193. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  194. </Reference>
  195. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  196. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  197. </Reference>
  198. <Reference Include="UnityEngine.ScreenCaptureModule">
  199. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  200. </Reference>
  201. <Reference Include="UnityEngine.SharedInternalsModule">
  202. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  203. </Reference>
  204. <Reference Include="UnityEngine.SpriteMaskModule">
  205. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  206. </Reference>
  207. <Reference Include="UnityEngine.SpriteShapeModule">
  208. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  209. </Reference>
  210. <Reference Include="UnityEngine.StreamingModule">
  211. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  212. </Reference>
  213. <Reference Include="UnityEngine.SubstanceModule">
  214. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  215. </Reference>
  216. <Reference Include="UnityEngine.SubsystemsModule">
  217. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  218. </Reference>
  219. <Reference Include="UnityEngine.TerrainModule">
  220. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  221. </Reference>
  222. <Reference Include="UnityEngine.TerrainPhysicsModule">
  223. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  224. </Reference>
  225. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  226. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  227. </Reference>
  228. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  229. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  230. </Reference>
  231. <Reference Include="UnityEngine.TextRenderingModule">
  232. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  233. </Reference>
  234. <Reference Include="UnityEngine.TilemapModule">
  235. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  236. </Reference>
  237. <Reference Include="UnityEngine.TLSModule">
  238. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  239. </Reference>
  240. <Reference Include="UnityEngine.UIElementsModule">
  241. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  242. </Reference>
  243. <Reference Include="UnityEngine.UIElementsNativeModule">
  244. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
  245. </Reference>
  246. <Reference Include="UnityEngine.UIModule">
  247. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  248. </Reference>
  249. <Reference Include="UnityEngine.UIWidgetsModule">
  250. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UIWidgetsModule.dll</HintPath>
  251. </Reference>
  252. <Reference Include="UnityEngine.UmbraModule">
  253. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  254. </Reference>
  255. <Reference Include="UnityEngine.UNETModule">
  256. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  257. </Reference>
  258. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  259. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  260. </Reference>
  261. <Reference Include="UnityEngine.UnityAnalyticsModule">
  262. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  263. </Reference>
  264. <Reference Include="UnityEngine.UnityConnectModule">
  265. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  266. </Reference>
  267. <Reference Include="UnityEngine.UnityCurlModule">
  268. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  269. </Reference>
  270. <Reference Include="UnityEngine.UnityTestProtocolModule">
  271. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  272. </Reference>
  273. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  274. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  275. </Reference>
  276. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  277. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  278. </Reference>
  279. <Reference Include="UnityEngine.UnityWebRequestModule">
  280. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  281. </Reference>
  282. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  283. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  284. </Reference>
  285. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  286. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  287. </Reference>
  288. <Reference Include="UnityEngine.VehiclesModule">
  289. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  290. </Reference>
  291. <Reference Include="UnityEngine.VFXModule">
  292. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  293. </Reference>
  294. <Reference Include="UnityEngine.VideoModule">
  295. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  296. </Reference>
  297. <Reference Include="UnityEngine.VirtualTexturingModule">
  298. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll</HintPath>
  299. </Reference>
  300. <Reference Include="UnityEngine.VRModule">
  301. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  302. </Reference>
  303. <Reference Include="UnityEngine.WindModule">
  304. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  305. </Reference>
  306. <Reference Include="UnityEngine.XRModule">
  307. <HintPath>D:\Unity\2021.3.16f1c1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  308. </Reference>
  309. </ItemGroup>
  310. <ItemGroup>
  311. <Compile Include="Class1.cs" />
  312. <Compile Include="Editor\AVProPlayerSettings.cs" />
  313. <Compile Include="Editor\GHZGlassSDKSettings.cs" />
  314. <Compile Include="Editor\GHZSDKSettings.cs" />
  315. <Compile Include="Editor\ImmersalSDKSettings.cs" />
  316. <Compile Include="Editor\LiveKitSettings.cs" />
  317. <Compile Include="Editor\LoadSamplesSettings.cs" />
  318. <Compile Include="Editor\LoginSettings.cs" />
  319. <Compile Include="Editor\MQTTSettings.cs" />
  320. <Compile Include="Editor\OOBEPackageSettings.cs" />
  321. <Compile Include="Editor\PlayerSetDevices.cs" />
  322. <Compile Include="Editor\TriLibSettings.cs" />
  323. <Compile Include="Editor\YiYanPackageSettings.cs" />
  324. <Compile Include="Properties\AssemblyInfo.cs" />
  325. </ItemGroup>
  326. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  327. </Project>