Skip to content

Commit

Permalink
Removed Harmony Include
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCRobinson committed Apr 4, 2020
1 parent d493d3e commit 4015335
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file removed Assemblies/0Harmony.dll
Binary file not shown.
Binary file modified Assemblies/SeasonalWeather.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions Source/SeasonalWeather/SeasonalWeather.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@ xcopy /S /Y "$(SolutionDir)..\Defs\*" "D:\SteamLibrary\steamapps\common\RimWorld
xcopy /Y "$(SolutionDir)..\Patches\*" "D:\SteamLibrary\steamapps\common\RimWorld\Mods\$(ProjectName)\Patches\"
xcopy /S /Y "$(SolutionDir)..\Languages\*" "D:\SteamLibrary\steamapps\common\RimWorld\Mods\$(ProjectName)\Languages\"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>del /S /Q "D:\SteamLibrary\steamapps\common\RimWorld\Mods\$(ProjectName)\Defs\*"
del /S /Q "D:\SteamLibrary\steamapps\common\RimWorld\Mods\$(ProjectName)\Assemblies\*"</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 4015335

Please sign in to comment.