Skip to content

Commit

Permalink
Fixed missing assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
koisama committed May 3, 2016
1 parent cdfa40f commit 8aa2108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Assemblies/RWNumbers.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion Source/kNumbers/kNumbers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y $(TargetFileName) C:\Misc\RimWorld1135Win\Mods\kNumbers\Assemblies</PostBuildEvent>
<PostBuildEvent>copy /y $(TargetFileName) C:\Misc\RimWorld1135Win\Mods\kNumbers\Assemblies
copy /y $(TargetFileName) C:\Misc\kNumbers\Assemblies</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 8aa2108

Please sign in to comment.