Unofficial CardLife revival project, pronounced like "celery"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

293 lines
15KB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net472</TargetFramework>
  4. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  5. <Version>0.0.2</Version>
  6. <Authors>NGnius</Authors>
  7. <PackageLicenseExpression>MIT</PackageLicenseExpression>
  8. <PackageProjectUrl>https://git.exmods.org/NGnius/CLre</PackageProjectUrl>
  9. <NeutralLanguage>en-CA</NeutralLanguage>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <PackageReference Include="Lib.Harmony" Version="2.0.4" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Reference Include="Microsoft.CSharp" />
  16. </ItemGroup>
  17. <!--Start Dependencies-->
  18. <ItemGroup>
  19. <Reference Include="Accessibility">
  20. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Accessibility.dll</HintPath>
  21. </Reference>
  22. <Reference Include="Assembly-CSharp-firstpass">
  23. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  24. </Reference>
  25. <Reference Include="Assembly-CSharp">
  26. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Assembly-CSharp.dll</HintPath>
  27. </Reference>
  28. <Reference Include="BehaviorDesignerRuntime">
  29. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\BehaviorDesignerRuntime.dll</HintPath>
  30. </Reference>
  31. <Reference Include="DOTween">
  32. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\DOTween.dll</HintPath>
  33. </Reference>
  34. <Reference Include="EasyAntiCheat.Client">
  35. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\EasyAntiCheat.Client.dll</HintPath>
  36. </Reference>
  37. <Reference Include="EasyAntiCheat.Server">
  38. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\EasyAntiCheat.Server.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Fabric.AudioSpline">
  41. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Fabric.AudioSpline.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Fabric.Core">
  44. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Fabric.Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="log4net">
  47. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\log4net.dll</HintPath>
  48. </Reference>
  49. <Reference Include="mscorlib">
  50. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\mscorlib.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Novell.Directory.Ldap">
  53. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Novell.Directory.Ldap.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Photon3Unity3D">
  56. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Photon3Unity3D.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Rewired_Core">
  59. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Rewired_Core.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Rewired_Windows_Lib">
  62. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Rewired_Windows_Lib.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Svelto.Common">
  65. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Svelto.Common.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Svelto.ECS">
  68. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Svelto.ECS.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Svelto.Tasks">
  71. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Svelto.Tasks.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Unity.Postprocessing.Runtime">
  74. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Unity.Postprocessing.Runtime.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Unity.TextMeshPro">
  77. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  78. </Reference>
  79. <Reference Include="UnityEngine.AccessibilityModule">
  80. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.AccessibilityModule.dll</HintPath>
  81. </Reference>
  82. <Reference Include="UnityEngine.AIModule">
  83. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.AIModule.dll</HintPath>
  84. </Reference>
  85. <Reference Include="UnityEngine.AnimationModule">
  86. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
  87. </Reference>
  88. <Reference Include="UnityEngine.ARModule">
  89. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ARModule.dll</HintPath>
  90. </Reference>
  91. <Reference Include="UnityEngine.AssetBundleModule">
  92. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
  93. </Reference>
  94. <Reference Include="UnityEngine.AudioModule">
  95. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  96. </Reference>
  97. <Reference Include="UnityEngine.BaselibModule">
  98. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.BaselibModule.dll</HintPath>
  99. </Reference>
  100. <Reference Include="UnityEngine.ClothModule">
  101. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ClothModule.dll</HintPath>
  102. </Reference>
  103. <Reference Include="UnityEngine.ClusterInputModule">
  104. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ClusterInputModule.dll</HintPath>
  105. </Reference>
  106. <Reference Include="UnityEngine.ClusterRendererModule">
  107. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ClusterRendererModule.dll</HintPath>
  108. </Reference>
  109. <Reference Include="UnityEngine.CoreModule">
  110. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  111. </Reference>
  112. <Reference Include="UnityEngine.CrashReportingModule">
  113. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.CrashReportingModule.dll</HintPath>
  114. </Reference>
  115. <Reference Include="UnityEngine.DirectorModule">
  116. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.DirectorModule.dll</HintPath>
  117. </Reference>
  118. <Reference Include="UnityEngine">
  119. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.dll</HintPath>
  120. </Reference>
  121. <Reference Include="UnityEngine.FileSystemHttpModule">
  122. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.FileSystemHttpModule.dll</HintPath>
  123. </Reference>
  124. <Reference Include="UnityEngine.GameCenterModule">
  125. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.GameCenterModule.dll</HintPath>
  126. </Reference>
  127. <Reference Include="UnityEngine.GridModule">
  128. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.GridModule.dll</HintPath>
  129. </Reference>
  130. <Reference Include="UnityEngine.HotReloadModule">
  131. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.HotReloadModule.dll</HintPath>
  132. </Reference>
  133. <Reference Include="UnityEngine.ImageConversionModule">
  134. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  135. </Reference>
  136. <Reference Include="UnityEngine.IMGUIModule">
  137. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
  138. </Reference>
  139. <Reference Include="UnityEngine.InputModule">
  140. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.InputModule.dll</HintPath>
  141. </Reference>
  142. <Reference Include="UnityEngine.JSONSerializeModule">
  143. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  144. </Reference>
  145. <Reference Include="UnityEngine.LocalizationModule">
  146. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.LocalizationModule.dll</HintPath>
  147. </Reference>
  148. <Reference Include="UnityEngine.Networking">
  149. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.Networking.dll</HintPath>
  150. </Reference>
  151. <Reference Include="UnityEngine.ParticleSystemModule">
  152. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ParticleSystemModule.dll</HintPath>
  153. </Reference>
  154. <Reference Include="UnityEngine.PerformanceReportingModule">
  155. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.PerformanceReportingModule.dll</HintPath>
  156. </Reference>
  157. <Reference Include="UnityEngine.Physics2DModule">
  158. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.Physics2DModule.dll</HintPath>
  159. </Reference>
  160. <Reference Include="UnityEngine.PhysicsModule">
  161. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
  162. </Reference>
  163. <Reference Include="UnityEngine.ProfilerModule">
  164. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ProfilerModule.dll</HintPath>
  165. </Reference>
  166. <Reference Include="UnityEngine.ScreenCaptureModule">
  167. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.ScreenCaptureModule.dll</HintPath>
  168. </Reference>
  169. <Reference Include="UnityEngine.SharedInternalsModule">
  170. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.SharedInternalsModule.dll</HintPath>
  171. </Reference>
  172. <Reference Include="UnityEngine.SpatialTracking">
  173. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.SpatialTracking.dll</HintPath>
  174. </Reference>
  175. <Reference Include="UnityEngine.SpriteMaskModule">
  176. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.SpriteMaskModule.dll</HintPath>
  177. </Reference>
  178. <Reference Include="UnityEngine.SpriteShapeModule">
  179. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.SpriteShapeModule.dll</HintPath>
  180. </Reference>
  181. <Reference Include="UnityEngine.StreamingModule">
  182. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.StreamingModule.dll</HintPath>
  183. </Reference>
  184. <Reference Include="UnityEngine.StyleSheetsModule">
  185. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.StyleSheetsModule.dll</HintPath>
  186. </Reference>
  187. <Reference Include="UnityEngine.SubstanceModule">
  188. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.SubstanceModule.dll</HintPath>
  189. </Reference>
  190. <Reference Include="UnityEngine.TerrainModule">
  191. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TerrainModule.dll</HintPath>
  192. </Reference>
  193. <Reference Include="UnityEngine.TerrainPhysicsModule">
  194. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  195. </Reference>
  196. <Reference Include="UnityEngine.TextCoreModule">
  197. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TextCoreModule.dll</HintPath>
  198. </Reference>
  199. <Reference Include="UnityEngine.TextRenderingModule">
  200. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  201. </Reference>
  202. <Reference Include="UnityEngine.TilemapModule">
  203. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TilemapModule.dll</HintPath>
  204. </Reference>
  205. <Reference Include="UnityEngine.Timeline">
  206. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.Timeline.dll</HintPath>
  207. </Reference>
  208. <Reference Include="UnityEngine.TimelineModule">
  209. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TimelineModule.dll</HintPath>
  210. </Reference>
  211. <Reference Include="UnityEngine.TLSModule">
  212. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  213. </Reference>
  214. <Reference Include="UnityEngine.UI">
  215. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UI.dll</HintPath>
  216. </Reference>
  217. <Reference Include="UnityEngine.UIElementsModule">
  218. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  219. </Reference>
  220. <Reference Include="UnityEngine.UIModule">
  221. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  222. </Reference>
  223. <Reference Include="UnityEngine.UmbraModule">
  224. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UmbraModule.dll</HintPath>
  225. </Reference>
  226. <Reference Include="UnityEngine.UNETModule">
  227. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UNETModule.dll</HintPath>
  228. </Reference>
  229. <Reference Include="UnityEngine.UnityAnalyticsModule">
  230. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  231. </Reference>
  232. <Reference Include="UnityEngine.UnityConnectModule">
  233. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityConnectModule.dll</HintPath>
  234. </Reference>
  235. <Reference Include="UnityEngine.UnityTestProtocolModule">
  236. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  237. </Reference>
  238. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  239. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  240. </Reference>
  241. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  242. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  243. </Reference>
  244. <Reference Include="UnityEngine.UnityWebRequestModule">
  245. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  246. </Reference>
  247. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  248. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  249. </Reference>
  250. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  251. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  252. </Reference>
  253. <Reference Include="UnityEngine.VehiclesModule">
  254. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  255. </Reference>
  256. <Reference Include="UnityEngine.VFXModule">
  257. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.VFXModule.dll</HintPath>
  258. </Reference>
  259. <Reference Include="UnityEngine.VideoModule">
  260. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  261. </Reference>
  262. <Reference Include="UnityEngine.VRModule">
  263. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  264. </Reference>
  265. <Reference Include="UnityEngine.WindModule">
  266. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  267. </Reference>
  268. <Reference Include="UnityEngine.XRModule">
  269. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  270. </Reference>
  271. <Reference Include="IllusionInjector">
  272. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\IllusionInjector.dll</HintPath>
  273. </Reference>
  274. <Reference Include="IllusionPlugin">
  275. <HintPath>..\..\cl\CardlifeGameServer_Data\Managed\IllusionPlugin.dll</HintPath>
  276. </Reference>
  277. </ItemGroup>
  278. <ItemGroup>
  279. <None Remove="WebStatus\Assets\index.html" />
  280. <EmbeddedResource Include="WebStatus\Assets\index.html" />
  281. <None Remove="WebStatus\Assets\error404.html" />
  282. <EmbeddedResource Include="WebStatus\Assets\error404.html" />
  283. </ItemGroup>
  284. <!--End Dependencies-->
  285. </Project>