Skip to content

Commit

Permalink
👌 Little Update
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKrahforst committed May 5, 2024
1 parent 5d9737d commit f88b315
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 deletions BetterBeatSaber/BetterBeatSaber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<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>{F4D05FAA-F8B3-45C0-9F23-07F36A2FD944}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -124,27 +122,32 @@
<HintPath>$(BeatSaberManagedDirectory)\Zenject-usage.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityExplorer.Standalone.Mono" Condition="'$(Configuration)' == 'Debug'">
<HintPath>$(BeatSaberManagedDirectory)\UnityExplorer.STANDALONE.Mono.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>

<ItemGroup>
<Reference Include="UnityEngine.TextCoreModule" Condition="'$(BeatSaberVersion)' == '1.29.1'">
<!-- 1.29.1 -->
<ItemGroup Condition="'$(BeatSaberVersion)' == '1.29.1'">
<Reference Include="UnityEngine.TextCoreModule">
<HintPath>$(BeatSaberManagedDirectory)\UnityEngine.TextCoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TextCoreFontEngineModule" Condition="'$(BeatSaberVersion)' != '1.29.1'">
<HintPath>$(BeatSaberManagedDirectory)\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.TextCoreTextEngineModule" Condition="'$(BeatSaberVersion)' != '1.29.1'">
<HintPath>$(BeatSaberManagedDirectory)\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
</ItemGroup>

<!-- 1.29.4+ -->
<ItemGroup Condition="'$(BeatSaberVersion)' != '1.29.1'">
<Reference Include="BGLib.AppFlow">
<HintPath>$(BeatSaberManagedDirectory)\BGLib.AppFlow.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="BGLib.AppFlow" Condition="'$(BeatSaberVersion)' != '1.29.1'">
<HintPath>$(BeatSaberManagedDirectory)\BGLib.AppFlow.dll</HintPath>
<Reference Include="UnityEngine.TextCoreFontEngineModule">
<HintPath>$(BeatSaberManagedDirectory)\UnityEngine.TextCoreFontEngineModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityExplorer.Standalone.Mono" Condition="'$(Configuration)' == 'Debug'">
<HintPath>$(BeatSaberManagedDirectory)\UnityExplorer.STANDALONE.Mono.dll</HintPath>
<Reference Include="UnityEngine.TextCoreTextEngineModule">
<HintPath>$(BeatSaberManagedDirectory)\UnityEngine.TextCoreTextEngineModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<LangVersion>latest</LangVersion>
<OutputPath>bin\$(Configuration)</OutputPath>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<BeatSaberVersion>1.34.2</BeatSaberVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
Expand All @@ -21,6 +20,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Debug\</OutputPath>
<BeatSaberVersion>1.34.2</BeatSaberVersion>
<BeatSaberDirectory>C:\Users\steve\BSManager\BSInstances\$(BeatSaberVersion)</BeatSaberDirectory>
</PropertyGroup>

Expand Down

0 comments on commit f88b315

Please sign in to comment.