Skip to content

Commit

Permalink
Fixed dependencies and README
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Feb 5, 2019
1 parent 9f1b562 commit de919c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CollectDependencies/CollectDependencies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<Exec Command="&quot;$(ProjectDir)$(OutputPath)$(AssemblyName).exe&quot; &quot;$(SolutionDir)Refs/refs.txt&quot;" WorkingDirectory="$(SolutionDir)"></Exec>
<Exec Command="&quot;$(ProjectDir)$(OutputPath)$(AssemblyName).exe&quot; &quot;$(SolutionDir)Refs/refs.txt&quot;" WorkingDirectory="$(SolutionDir)">
</Exec>
</Target>
</Project>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ An example `refs.txt` for the SongLoader follows:
""CustomPlatforms.dll
```

In this example, `bsinstalldir.txt` must contain the full path to the root installation directory of Beat Saber, using forward slashes, with a trailing slash.

### `AssemblyRenameStep`

This defines an MSBuild target to automatically rename assemblies based on their version, according to [BSIPA's `Libs/` requirements](https://github.com/nike4613/BeatSaber-IPA-Reloaded/wiki/Developing#additional-libraries).
Expand Down

0 comments on commit de919c4

Please sign in to comment.