### LethalLib Project User Configuration Source: https://github.com/evaisadev/lethallib/blob/main/README.md XML configuration file for LethalLib projects. Specifies game directory and test profile paths. The 'CopyToTestProfile' target can be enabled to automatically copy the built DLL to a test profile directory. ```xml C:/Program Files (x86)/Steam/steamapps/common/Lethal Company/ $(APPDATA)/r2modmanPlus-local/LethalCompany/profiles/Test LethalLib/ ``` -------------------------------- ### Configure Git Hooks Source: https://github.com/evaisadev/lethallib/blob/main/README.md Configure the Git hooks directory for your local repository. This ensures that Git hooks are properly managed. ```sh git config core.hooksPath hooks/ ``` -------------------------------- ### Trigger Post-Checkout Hook Source: https://github.com/evaisadev/lethallib/blob/main/README.md Re-checkout the main branch to trigger the post-checkout hook after configuring Git hooks. ```sh git checkout main ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.