Skip to content

Commit

Permalink
Fixed DefInjected Hierachy
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCRobinson committed Sep 9, 2018
1 parent 0d34d5c commit 7ccfb1f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 0 deletions.
Binary file modified Assemblies/BetterMiniMap.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions Source/BetterMiniMap/BetterMiniMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,9 @@ xcopy /S /Y "$(SolutionDir)..\Textures\*" "C:\Program Files (x86)\Steam\steamapp
xcopy /S /Y "$(SolutionDir)..\Defs\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\$(ProjectName)\Defs\"
xcopy /S /Y "$(SolutionDir)..\Languages\*" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\$(ProjectName)\Languages\"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>del /S /Q "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\$(ProjectName)\Defs\*"
del /S /Q "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\$(ProjectName)\Assemblies\*"
del /S /Q "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\$(ProjectName)\Languages\*"</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 7ccfb1f

Please sign in to comment.