Skip to content

Commit

Permalink
Update csproj-tutorials.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTwentyThree authored Jul 3, 2023
1 parent f2f0c31 commit 64432d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nautilus/Documentation/tutorials/csproj-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Example:
> [!NOTE]
> For the sake of consistency, we recommend you use reverse-DNS naming for your GUIDs, i.e. "com.authorname.modname`.
## Automatic project building
## Automatic DLL copying

It is possible to use post-build scripts that automatically place your mod's DLL into the BepInEx plugins folder right after you hit Build.

Expand Down Expand Up @@ -118,4 +118,4 @@ Finally, once again in the csproj outside of any PropertyGroups, add the followi

Make sure a folder exists in the BepInEx/plugins folder with the same name as your mod DLL.

If everything went correctly, upon building your project the DLL should be automatically placed in the correct location, meaning you do not have to manually move the DLL anymore!
If everything went correctly, upon building your project the DLL should be automatically placed in the correct location, meaning you do not have to manually move the DLL anymore!

0 comments on commit 64432d4

Please sign in to comment.