Skip to content

Commit

Permalink
Update User File Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor committed Sep 7, 2024
1 parent 52036ca commit 72991b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ riderModule.iml
/LethalNetworkAPI.dll
/LethalNetworkAPI.zip
/TestMod/
dist/
dist/

!*.template.*.user
12 changes: 12 additions & 0 deletions LethalNetworkAPI/LethalNetworkAPI.template.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project>
<!-- Custom Variables -->
<PropertyGroup>
<DependenciesDirectory>.../Lethal Company/Lethal Company_Data/Managed/</DependenciesDirectory>
<PluginDirectory>.../Lethal Company/BepInEx/plugins/</PluginDirectory>
</PropertyGroup>

<!-- Copy to Plugin Directory for Quicker Testing -->
<Target Name="CopyFiles" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(PluginDirectory)" />
</Target>
</Project>
6 changes: 0 additions & 6 deletions LethalNetworkAPI/NuGet.Config

This file was deleted.

0 comments on commit 72991b6

Please sign in to comment.