SongBrowser.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{6F9B6801-9F4B-4D1F-805D-271C95733814}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SongBrowser</RootNamespace>
  11. <AssemblyName>SongBrowser</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <LangVersion>6</LangVersion>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Assembly-CSharp">
  41. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
  46. </Reference>
  47. <Reference Include="BeatSaberCustomUI">
  48. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BeatSaberCustomUI.dll</HintPath>
  49. </Reference>
  50. <Reference Include="BS_Utils, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BS_Utils.dll</HintPath>
  53. </Reference>
  54. <Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
  55. <HintPath>..\..\Old IPA\IPA\Data\Managed\IllusionPlugin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Newtonsoft.Json">
  58. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Polyglot.Scripts">
  61. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Polyglot.Scripts.dll</HintPath>
  62. </Reference>
  63. <Reference Include="ProBuilderCore">
  64. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\ProBuilderCore.dll</HintPath>
  65. </Reference>
  66. <Reference Include="SongLoaderPlugin, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\SongLoaderPlugin.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.IO.Compression" />
  73. <Reference Include="System.IO.Compression.FileSystem" />
  74. <Reference Include="System.Security" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="Unity.TextMeshPro">
  77. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Unity.TextMeshPro.dll</HintPath>
  78. </Reference>
  79. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  80. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
  81. </Reference>
  82. <Reference Include="UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  85. </Reference>
  86. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  87. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  88. </Reference>
  89. <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  92. </Reference>
  93. <Reference Include="UnityEngine.JSONSerializeModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  94. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  95. </Reference>
  96. <Reference Include="UnityEngine.Networking">
  97. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.Networking.dll</HintPath>
  98. </Reference>
  99. <Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  102. </Reference>
  103. <Reference Include="UnityEngine.TLSModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
  106. </Reference>
  107. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UI.dll</HintPath>
  110. </Reference>
  111. <Reference Include="UnityEngine.UIElementsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  114. </Reference>
  115. <Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  118. </Reference>
  119. <Reference Include="UnityEngine.UnityWebRequestModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  122. </Reference>
  123. <Reference Include="UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  126. </Reference>
  127. <Reference Include="UnityEngine.VehiclesModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
  130. </Reference>
  131. <Reference Include="UnityEngine.VideoModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
  134. </Reference>
  135. <Reference Include="UnityEngine.VRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VRModule.dll</HintPath>
  138. </Reference>
  139. <Reference Include="UnityEngine.WindModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.WindModule.dll</HintPath>
  142. </Reference>
  143. <Reference Include="UnityEngine.XRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.XRModule.dll</HintPath>
  146. </Reference>
  147. <Reference Include="websocket-sharp, Version=1.0.2.32192, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\websocket-sharp.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Zenject, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\Zenject.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Zenject-usage, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  156. <SpecificVersion>False</SpecificVersion>
  157. <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\Zenject-usage.dll</HintPath>
  158. </Reference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="DataAccess\BeatSaverApi\BeatSaverApiResults.cs" />
  162. <Compile Include="DataAccess\FileOperationApiWrapper.cs" />
  163. <Compile Include="DataAccess\LoadScripts.cs" />
  164. <Compile Include="DataAccess\Network\CacheableDownloadHandler.cs" />
  165. <Compile Include="DataAccess\Network\CacheableDownloadHandlerScoreSaberData.cs" />
  166. <Compile Include="DataAccess\Playlist.cs" />
  167. <Compile Include="DataAccess\ScoreSaberDatabase.cs" />
  168. <Compile Include="DataAccess\Network\Downloader.cs" />
  169. <Compile Include="DataAccess\ScrappedData.cs" />
  170. <Compile Include="Internals\BSEvents.cs" />
  171. <Compile Include="Internals\CustomHelpers.cs" />
  172. <Compile Include="Logging\Logger.cs" />
  173. <Compile Include="PluginConfig.cs" />
  174. <Compile Include="UI\SceneEvents.cs" />
  175. <Compile Include="UI\BackButtonNavigationController.cs" />
  176. <Compile Include="UI\DownloadQueue\DownloadQueueTableCell.cs" />
  177. <Compile Include="UI\DownloadQueue\DownloadQueueViewController.cs" />
  178. <Compile Include="UI\ProgressBar.cs" />
  179. <Compile Include="UI\ScoreSaberDatabaseDownloader.cs" />
  180. <Compile Include="SongBrowserApplication.cs" />
  181. <Compile Include="Plugin.cs" />
  182. <Compile Include="Properties\AssemblyInfo.cs" />
  183. <Compile Include="DataAccess\SongBrowserModel.cs" />
  184. <Compile Include="DataAccess\SongBrowserSettings.cs" />
  185. <Compile Include="UI\Playlists\PlaylistDetailViewController.cs" />
  186. <Compile Include="UI\Playlists\PlaylistFlowCoordinator.cs" />
  187. <Compile Include="UI\Playlists\PlaylistSelectionListViewController.cs" />
  188. <Compile Include="UI\Base64Sprites.cs" />
  189. <Compile Include="UI\Keyboard\CustomUIKeyboard.cs" />
  190. <Compile Include="UI\Keyboard\SearchKeyboardViewController.cs" />
  191. <Compile Include="UI\Browser\SongBrowserUI.cs" />
  192. <Compile Include="UI\Browser\SongFilterButton.cs" />
  193. <Compile Include="UI\Browser\SongSortButton.cs" />
  194. <Compile Include="UI\UIBuilder.cs" />
  195. </ItemGroup>
  196. <ItemGroup />
  197. <ItemGroup>
  198. <EmbeddedResource Include="Assets\AddToFavorites.png" />
  199. <EmbeddedResource Include="Assets\DeleteIcon.png" />
  200. <EmbeddedResource Include="Assets\DoubleArrow.png" />
  201. <EmbeddedResource Include="Assets\BeastSaberLogo.png" />
  202. <EmbeddedResource Include="Assets\DownloadIcon.png" />
  203. <EmbeddedResource Include="Assets\RandomIcon.png" />
  204. <EmbeddedResource Include="Assets\PlayIcon.png" />
  205. <EmbeddedResource Include="Assets\SongIcon.png" />
  206. <EmbeddedResource Include="Assets\PlaylistIcon.png" />
  207. <EmbeddedResource Include="Assets\ThumbDown.png" />
  208. <EmbeddedResource Include="Assets\ThumbUp.png" />
  209. <EmbeddedResource Include="Assets\ReviewIcon.png" />
  210. <EmbeddedResource Include="Assets\StarEmpty.png" />
  211. <EmbeddedResource Include="Assets\StarFull.png" />
  212. <EmbeddedResource Include="Assets\RemoveFromFavorites.png" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <None Include="packages.config" />
  216. </ItemGroup>
  217. <ItemGroup />
  218. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  219. <PropertyGroup>
  220. <PostBuildEvent>IF EXIST "C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Plugins" xcopy "$(TargetDir)$(TargetFileName)" "C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Plugins" /Y
  221. IF EXIST "C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins" xcopy "$(TargetDir)$(TargetFileName)" "C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins" /Y</PostBuildEvent>
  222. </PropertyGroup>
  223. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  224. Other similar extension points exist, see Microsoft.Common.targets.
  225. <Target Name="BeforeBuild">
  226. </Target>
  227. <Target Name="AfterBuild">
  228. </Target>
  229. -->
  230. </Project>