Skip to content

Commit

Permalink
| Renamed the "lib" folder to "libraries"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtax-Development committed Sep 24, 2021
1 parent 1a48353 commit adc4e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib" />
<probing privatePath="libraries" />
</assemblyBinding>
</runtime>
</configuration>
4 changes: 2 additions & 2 deletions GMS2_RPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>; Move all assemblies and related files to lib folder
ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF *.exe *.config *.manifest *.ini /XD lib assets /E /IS /MOVE
<PostBuildEvent>; Move all assemblies and related files to libraries folder
ROBOCOPY "$(TargetDir) " "$(TargetDir)libraries\ " /XF *.exe *.config *.manifest *.ini /XD libraries assets /E /IS /MOVE
if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit adc4e19

Please sign in to comment.