Skip to content

Commit adc4e19

Browse files
| Renamed the "lib" folder to "libraries"
1 parent 1a48353 commit adc4e19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</startup>
66
<runtime>
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8-
<probing privatePath="lib" />
8+
<probing privatePath="libraries" />
99
</assemblyBinding>
1010
</runtime>
1111
</configuration>

GMS2_RPC.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
</ItemGroup>
114114
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115115
<PropertyGroup>
116-
<PostBuildEvent>; Move all assemblies and related files to lib folder
117-
ROBOCOPY "$(TargetDir) " "$(TargetDir)lib\ " /XF *.exe *.config *.manifest *.ini /XD lib assets /E /IS /MOVE
116+
<PostBuildEvent>; Move all assemblies and related files to libraries folder
117+
ROBOCOPY "$(TargetDir) " "$(TargetDir)libraries\ " /XF *.exe *.config *.manifest *.ini /XD libraries assets /E /IS /MOVE
118118
if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent>
119119
</PropertyGroup>
120120
</Project>

0 commit comments

Comments
 (0)