SongBrowserPlugin.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>SongBrowserPlugin</RootNamespace>
  11. <AssemblyName>SongBrowserPlugin</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</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>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp.dll</HintPath>
  42. </Reference>
  43. <Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
  44. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\IllusionPlugin.dll</HintPath>
  45. </Reference>
  46. <Reference Include="SongLoaderPlugin">
  47. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Plugins\SongLoaderPlugin.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="TextMeshPro-1.0.55.2017.1.0b12, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\TextMeshPro-1.0.55.2017.1.0b12.dll</HintPath>
  56. </Reference>
  57. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  58. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
  59. </Reference>
  60. <Reference Include="UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
  63. </Reference>
  64. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  65. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  66. </Reference>
  67. <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
  70. </Reference>
  71. <Reference Include="UnityEngine.JSONSerializeModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  72. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
  73. </Reference>
  74. <Reference Include="UnityEngine.Networking">
  75. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.Networking.dll</HintPath>
  76. </Reference>
  77. <Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
  80. </Reference>
  81. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UI.dll</HintPath>
  84. </Reference>
  85. <Reference Include="UnityEngine.UIElementsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
  88. </Reference>
  89. <Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIModule.dll</HintPath>
  92. </Reference>
  93. <Reference Include="UnityEngine.UnityWebRequestModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  96. </Reference>
  97. <Reference Include="UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="DataAccess\FileSystem\Directory.cs" />
  104. <Compile Include="DataAccess\FileSystem\Folder.cs" />
  105. <Compile Include="DataAccess\Network\CacheableDownloadHandler.cs" />
  106. <Compile Include="DataAccess\Network\CacheableDownloadHandlerScoreSaberData.cs" />
  107. <Compile Include="DataAccess\Playlist.cs" />
  108. <Compile Include="DataAccess\PlaylistReader.cs" />
  109. <Compile Include="DataAccess\PlaylistSong.cs" />
  110. <Compile Include="DataAccess\ScoreSaberDatabase.cs" />
  111. <Compile Include="Logger.cs" />
  112. <Compile Include="UI\ProgressBar.cs" />
  113. <Compile Include="UI\ScoreSaberDatabaseDownloader.cs" />
  114. <Compile Include="SongBrowserApplication.cs" />
  115. <Compile Include="Plugin.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="DataAccess\SongBrowserModel.cs" />
  118. <Compile Include="DataAccess\SongBrowserSettings.cs" />
  119. <Compile Include="UI\Playlists\PlaylistDetailViewController.cs" />
  120. <Compile Include="UI\Playlists\PlaylistFlowCoordinator.cs" />
  121. <Compile Include="UI\Playlists\PlaylistSelectionListViewController.cs" />
  122. <Compile Include="UI\Playlists\PlaylistSelectionNavigationController.cs" />
  123. <Compile Include="UI\Playlists\PlaylistTableView.cs" />
  124. <Compile Include="UI\Base64Sprites.cs" />
  125. <Compile Include="UI\Keyboard\CustomUIKeyboard.cs" />
  126. <Compile Include="UI\Keyboard\SearchKeyboardViewController.cs" />
  127. <Compile Include="UI\Browser\SongBrowserUI.cs" />
  128. <Compile Include="UI\Browser\SongFilterButton.cs" />
  129. <Compile Include="UI\Browser\SongSortButton.cs" />
  130. <Compile Include="UI\UIBuilder.cs" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Folder Include="Internals\" />
  134. <Folder Include="Logging\" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="packages.config" />
  138. </ItemGroup>
  139. <ItemGroup />
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  142. Other similar extension points exist, see Microsoft.Common.targets.
  143. <Target Name="BeforeBuild">
  144. </Target>
  145. <Target Name="AfterBuild">
  146. </Target>
  147. -->
  148. </Project>