|
@@ -41,6 +41,9 @@
|
|
<Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
<Reference Include="IllusionPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\IllusionPlugin.dll</HintPath>
|
|
<HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Beat Saber_Data\Managed\IllusionPlugin.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
|
|
+ <Reference Include="SongLoaderPlugin">
|
|
|
|
+ <HintPath>D:\Games\Steam\SteamApps\common\Beat Saber\Plugins\SongLoaderPlugin.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<HintPath>D:\SteamLibrary\steamapps\common\Beat Saber\Beat Saber_Data\Managed\System.dll</HintPath>
|
|
<HintPath>D:\SteamLibrary\steamapps\common\Beat Saber\Beat Saber_Data\Managed\System.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
@@ -78,7 +81,6 @@
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Logger.cs" />
|
|
<Compile Include="Logger.cs" />
|
|
<Compile Include="ReflectionUtil.cs" />
|
|
<Compile Include="ReflectionUtil.cs" />
|
|
- <Compile Include="SimpleJSON.cs" />
|
|
|
|
<Compile Include="SongBrowser.cs" />
|
|
<Compile Include="SongBrowser.cs" />
|
|
<Compile Include="Plugin.cs" />
|
|
<Compile Include="Plugin.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
@@ -86,14 +88,12 @@
|
|
<Compile Include="UIBuilder.cs" />
|
|
<Compile Include="UIBuilder.cs" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
-
|
|
|
|
|
|
+ <Folder Include="Internals\" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
- <ItemGroup>
|
|
|
|
- <Folder Include="Internals\" />
|
|
|
|
- </ItemGroup>
|
|
|
|
|
|
+ <ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|