Skip to content

Commit

Permalink
update .csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
Designer225 committed May 16, 2020
1 parent 0ac92b3 commit d318971
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
Binary file modified FixedBanditSpawning/.vs/FixedBanditSpawning/v16/.suo
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions FixedBanditSpawning/FixedBanditSpawning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<PropertyGroup>
<PostBuildEvent>cd "$(TargetDir)"
xcopy $(TargetFileName) ..\..\..\bin\Win64_Shipping_Client /y
xcopy $(TargetName).pdb ..\..\..\bin\Win64_Shipping_Client /y
xcopy 0Harmony.dll ..\..\..\bin\Win64_Shipping_Client /y</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file not shown.
1 change: 1 addition & 0 deletions FixedCompanionAgeSpawning/FixedCompanionAgeSpawning.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<PropertyGroup>
<PostBuildEvent>cd "$(TargetDir)"
xcopy $(TargetFileName) ..\..\..\..\FixedCompanionAgeSpawning\bin\Win64_Shipping_Client /y
xcopy $(TargetName).pdb ..\..\..\..\FixedCompanionAgeSpawning\bin\Win64_Shipping_Client /y
xcopy 0Harmony.dll ..\..\..\..\FixedCompanionAgeSpawning\bin\Win64_Shipping_Client /y</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file not shown.
Binary file added bin/Win64_Shipping_Client/FixedBanditSpawning.pdb
Binary file not shown.

0 comments on commit d318971

Please sign in to comment.