|
@@ -1,193 +1,229 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
- <PropertyGroup>
|
|
|
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{6F9B6801-9F4B-4D1F-805D-271C95733814}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>SongBrowser</RootNamespace>
|
|
|
- <AssemblyName>SongBrowser</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <LangVersion>6</LangVersion>
|
|
|
- <TargetFrameworkProfile>
|
|
|
- </TargetFrameworkProfile>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <Prefer32Bit>false</Prefer32Bit>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="Assembly-CSharp">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="BeatSaberCustomUI">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BeatSaberCustomUI.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="BS_Utils, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BS_Utils.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\IllusionPlugin.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Newtonsoft.Json">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Newtonsoft.Json.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Polyglot.Scripts">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Polyglot.Scripts.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="ProBuilderCore">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\ProBuilderCore.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="SongLoaderPlugin, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\SongLoaderPlugin.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.IO.Compression" />
|
|
|
- <Reference Include="System.IO.Compression.FileSystem" />
|
|
|
- <Reference Include="System.Security" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- <Reference Include="Unity.TextMeshPro">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Unity.TextMeshPro.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.JSONSerializeModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.Networking">
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.Networking.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.UIElementsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.UnityWebRequestModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Compile Include="DataAccess\BeatSaverApi\BeatSaverApiResults.cs" />
|
|
|
- <Compile Include="DataAccess\FileOperationApiWrapper.cs" />
|
|
|
- <Compile Include="DataAccess\LoadScripts.cs" />
|
|
|
- <Compile Include="DataAccess\Network\CacheableDownloadHandler.cs" />
|
|
|
- <Compile Include="DataAccess\Network\CacheableDownloadHandlerScoreSaberData.cs" />
|
|
|
- <Compile Include="DataAccess\Playlist.cs" />
|
|
|
- <Compile Include="DataAccess\ScoreSaberDatabase.cs" />
|
|
|
- <Compile Include="DataAccess\Network\Downloader.cs" />
|
|
|
- <Compile Include="DataAccess\ScrappedData.cs" />
|
|
|
- <Compile Include="Internals\BSEvents.cs" />
|
|
|
- <Compile Include="Internals\CustomHelpers.cs" />
|
|
|
- <Compile Include="Logging\Logger.cs" />
|
|
|
- <Compile Include="PluginConfig.cs" />
|
|
|
- <Compile Include="UI\SceneEvents.cs" />
|
|
|
- <Compile Include="UI\BackButtonNavigationController.cs" />
|
|
|
- <Compile Include="UI\DownloadQueue\DownloadQueueTableCell.cs" />
|
|
|
- <Compile Include="UI\DownloadQueue\DownloadQueueViewController.cs" />
|
|
|
- <Compile Include="UI\ProgressBar.cs" />
|
|
|
- <Compile Include="UI\ScoreSaberDatabaseDownloader.cs" />
|
|
|
- <Compile Include="SongBrowserApplication.cs" />
|
|
|
- <Compile Include="Plugin.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="DataAccess\SongBrowserModel.cs" />
|
|
|
- <Compile Include="DataAccess\SongBrowserSettings.cs" />
|
|
|
- <Compile Include="UI\Playlists\PlaylistDetailViewController.cs" />
|
|
|
- <Compile Include="UI\Playlists\PlaylistFlowCoordinator.cs" />
|
|
|
- <Compile Include="UI\Playlists\PlaylistSelectionListViewController.cs" />
|
|
|
- <Compile Include="UI\Base64Sprites.cs" />
|
|
|
- <Compile Include="UI\Keyboard\CustomUIKeyboard.cs" />
|
|
|
- <Compile Include="UI\Keyboard\SearchKeyboardViewController.cs" />
|
|
|
- <Compile Include="UI\Browser\SongBrowserUI.cs" />
|
|
|
- <Compile Include="UI\Browser\SongFilterButton.cs" />
|
|
|
- <Compile Include="UI\Browser\SongSortButton.cs" />
|
|
|
- <Compile Include="UI\UIBuilder.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup />
|
|
|
- <ItemGroup>
|
|
|
- <EmbeddedResource Include="Assets\AddToFavorites.png" />
|
|
|
- <EmbeddedResource Include="Assets\DeleteIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\DoubleArrow.png" />
|
|
|
- <EmbeddedResource Include="Assets\BeastSaberLogo.png" />
|
|
|
- <EmbeddedResource Include="Assets\DownloadIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\RandomIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\PlayIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\SongIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\PlaylistIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\ThumbDown.png" />
|
|
|
- <EmbeddedResource Include="Assets\ThumbUp.png" />
|
|
|
- <EmbeddedResource Include="Assets\ReviewIcon.png" />
|
|
|
- <EmbeddedResource Include="Assets\StarEmpty.png" />
|
|
|
- <EmbeddedResource Include="Assets\StarFull.png" />
|
|
|
- <EmbeddedResource Include="Assets\RemoveFromFavorites.png" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="packages.config" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup />
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <PropertyGroup>
|
|
|
- <PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins" /Y</PostBuildEvent>
|
|
|
- </PropertyGroup>
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{6F9B6801-9F4B-4D1F-805D-271C95733814}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
+ <RootNamespace>SongBrowser</RootNamespace>
|
|
|
+ <AssemblyName>SongBrowser</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <LangVersion>6</LangVersion>
|
|
|
+ <TargetFrameworkProfile>
|
|
|
+ </TargetFrameworkProfile>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="Assembly-CSharp">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="BeatSaberCustomUI">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BeatSaberCustomUI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="BS_Utils, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BS_Utils.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
+ <HintPath>..\..\Old IPA\IPA\Data\Managed\IllusionPlugin.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Polyglot.Scripts">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Polyglot.Scripts.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="ProBuilderCore">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\ProBuilderCore.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="SongLoaderPlugin, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\SongLoaderPlugin.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.IO.Compression" />
|
|
|
+ <Reference Include="System.IO.Compression.FileSystem" />
|
|
|
+ <Reference Include="System.Security" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="Unity.TextMeshPro">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\Unity.TextMeshPro.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.AudioModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.ImageConversionModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.ImageConversionModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.JSONSerializeModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.Networking">
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.Networking.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.TLSModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.TLSModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UIElementsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UIModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UnityWebRequestModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.UnityWebRequestWWWModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.VehiclesModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.VideoModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VideoModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.VRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.VRModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.WindModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.WindModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="UnityEngine.XRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\UnityEngine.XRModule.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="websocket-sharp, Version=1.0.2.32192, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\websocket-sharp.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Zenject, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\Zenject.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Zenject-usage, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\..\..\..\..\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Beat Saber_Data\Managed\Zenject-usage.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="DataAccess\BeatSaverApi\BeatSaverApiResults.cs" />
|
|
|
+ <Compile Include="DataAccess\FileOperationApiWrapper.cs" />
|
|
|
+ <Compile Include="DataAccess\LoadScripts.cs" />
|
|
|
+ <Compile Include="DataAccess\Network\CacheableDownloadHandler.cs" />
|
|
|
+ <Compile Include="DataAccess\Network\CacheableDownloadHandlerScoreSaberData.cs" />
|
|
|
+ <Compile Include="DataAccess\Playlist.cs" />
|
|
|
+ <Compile Include="DataAccess\ScoreSaberDatabase.cs" />
|
|
|
+ <Compile Include="DataAccess\Network\Downloader.cs" />
|
|
|
+ <Compile Include="DataAccess\ScrappedData.cs" />
|
|
|
+ <Compile Include="Internals\BSEvents.cs" />
|
|
|
+ <Compile Include="Internals\CustomHelpers.cs" />
|
|
|
+ <Compile Include="Logging\Logger.cs" />
|
|
|
+ <Compile Include="PluginConfig.cs" />
|
|
|
+ <Compile Include="UI\SceneEvents.cs" />
|
|
|
+ <Compile Include="UI\BackButtonNavigationController.cs" />
|
|
|
+ <Compile Include="UI\DownloadQueue\DownloadQueueTableCell.cs" />
|
|
|
+ <Compile Include="UI\DownloadQueue\DownloadQueueViewController.cs" />
|
|
|
+ <Compile Include="UI\ProgressBar.cs" />
|
|
|
+ <Compile Include="UI\ScoreSaberDatabaseDownloader.cs" />
|
|
|
+ <Compile Include="SongBrowserApplication.cs" />
|
|
|
+ <Compile Include="Plugin.cs" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <Compile Include="DataAccess\SongBrowserModel.cs" />
|
|
|
+ <Compile Include="DataAccess\SongBrowserSettings.cs" />
|
|
|
+ <Compile Include="UI\Playlists\PlaylistDetailViewController.cs" />
|
|
|
+ <Compile Include="UI\Playlists\PlaylistFlowCoordinator.cs" />
|
|
|
+ <Compile Include="UI\Playlists\PlaylistSelectionListViewController.cs" />
|
|
|
+ <Compile Include="UI\Base64Sprites.cs" />
|
|
|
+ <Compile Include="UI\Keyboard\CustomUIKeyboard.cs" />
|
|
|
+ <Compile Include="UI\Keyboard\SearchKeyboardViewController.cs" />
|
|
|
+ <Compile Include="UI\Browser\SongBrowserUI.cs" />
|
|
|
+ <Compile Include="UI\Browser\SongFilterButton.cs" />
|
|
|
+ <Compile Include="UI\Browser\SongSortButton.cs" />
|
|
|
+ <Compile Include="UI\UIBuilder.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <ItemGroup>
|
|
|
+ <EmbeddedResource Include="Assets\AddToFavorites.png" />
|
|
|
+ <EmbeddedResource Include="Assets\DeleteIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\DoubleArrow.png" />
|
|
|
+ <EmbeddedResource Include="Assets\BeastSaberLogo.png" />
|
|
|
+ <EmbeddedResource Include="Assets\DownloadIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\RandomIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\PlayIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\SongIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\PlaylistIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\ThumbDown.png" />
|
|
|
+ <EmbeddedResource Include="Assets\ThumbUp.png" />
|
|
|
+ <EmbeddedResource Include="Assets\ReviewIcon.png" />
|
|
|
+ <EmbeddedResource Include="Assets\StarEmpty.png" />
|
|
|
+ <EmbeddedResource Include="Assets\StarFull.png" />
|
|
|
+ <EmbeddedResource Include="Assets\RemoveFromFavorites.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PostBuildEvent>xcopy "$(TargetDir)$(TargetFileName)" "C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Plugins" /Y</PostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|
|
|
</Target>
|
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
|
- -->
|
|
|
+ -->
|
|
|
</Project>
|