File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
118118if %25errorlevel%25 leq 4 exit 0 else exit %25errorlevel%25</PostBuildEvent >
119119 </PropertyGroup >
120120</Project >
You can’t perform that action at this time.
0 commit comments