Skip to content

Commit

Permalink
Remove Resonite references
Browse files Browse the repository at this point in the history
  • Loading branch information
LJ authored and LJ committed Apr 29, 2024
1 parent 02632cc commit 0677ffa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

<PropertyGroup Condition="'$(GamePath)'==''">
<GamePath>$(MSBuildThisFileDirectory)Game</GamePath>
<!-- These should eventually be removed & moved to uncommitted user prefs -->
<GamePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite</GamePath>
<GamePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite</GamePath>
<GamePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</GamePath>
</PropertyGroup>

</Project>

0 comments on commit 0677ffa

Please sign in to comment.