Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. </PropertyGroup>
  2. <PropertyGroup>
  3. <ReferencePath>D:\GOG\Games\Pathfinder Kingmaker\Kingmaker_Data\Managed\;D:\GOG\Games\Pathfinder Kingmaker\Kingmaker_Data\Managed\UnityModManager\</ReferencePath>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Reference Include="0Harmony12">
  7. <HintPath>0Harmony12.dll</HintPath>
  8. <Private>False</Private>
  9. </Reference>
  10. <Reference Include="Assembly-CSharp">
  11. <HintPath>Assembly-CSharp.dll</HintPath>
  12. <Private>False</Private>
  13. </Reference>
  14. <Reference Include="Assembly-CSharp-firstpass">
  15. <HintPath>Assembly-CSharp-firstpass.dll</HintPath>
  16. <Private>False</Private>
  17. </Reference>
  18. <Reference Include="Newtonsoft.Json">
  19. <HintPath>Newtonsoft.Json.dll</HintPath>
  20. <Private>False</Private>
  21. </Reference>
  22. <Reference Include="System" />
  23. <Reference Include="System.Core" />
  24. <Reference Include="System.Xml.Linq" />
  25. <Reference Include="System.Data.DataSetExtensions" />
  26. <Reference Include="System.Data" />
  27. <Reference Include="System.Xml" />
  28. <Reference Include="UnityEngine">
  29. <HintPath>UnityEngine.dll</HintPath>
  30. <Private>False</Private>
  31. </Reference>
  32. <Reference Include="UnityEngine.AnimationModule">
  33. <HintPath>UnityEngine.AnimationModule.dll</HintPath>
  34. <Private>False</Private>
  35. </Reference>
  36. <Reference Include="UnityEngine.CoreModule">
  37. <HintPath>UnityEngine.CoreModule.dll</HintPath>
  38. <Private>False</Private>
  39. </Reference>
  40. <Reference Include="UnityEngine.ImageConversionModule">
  41. <HintPath>UnityEngine.ImageConversionModule.dll</HintPath>
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="UnityEngine.IMGUIModule">
  45. <HintPath>UnityEngine.IMGUIModule.dll</HintPath>
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="UnityEngine.JSONSerializeModule">
  49. <HintPath>UnityEngine.JSONSerializeModule.dll</HintPath>
  50. <Private>False</Private>
  51. </Reference>
  52. <Reference Include="UnityEngine.ParticleSystemModule">
  53. <HintPath>UnityEngine.ParticleSystemModule.dll</HintPath>
  54. <Private>False</Private>
  55. </Reference>
  56. <Reference Include="UnityEngine.TextRenderingModule">
  57. <HintPath>UnityEngine.TextRenderingModule.dll</HintPath>
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="UnityEngine.UI">
  61. <HintPath>UnityEngine.UI.dll</HintPath>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="UnityModManager">
  65. <HintPath>UnityModManager.dll</HintPath>
  66. <Private>False</Private>
  67. </Reference>
  68. </ItemGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement