File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6464 <ModOutputPath >..\..\</ModOutputPath >
6565 </PropertyGroup >
6666
67+ <PropertyGroup Label =" Normalise stack trace file locations" >
68+ <PathMap >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=$(AssemblyName)/</PathMap >
69+ </PropertyGroup >
70+
6771 <Target Name =" CopyToRimworld" AfterTargets =" Build" >
6872 <Copy SourceFiles =" bin\Multiplayer.dll" DestinationFiles =" $(ModOutputPath)\AssembliesCustom\Multiplayer.dll" />
6973 <Copy SourceFiles =" bin\Multiplayer.pdb" DestinationFiles =" $(ModOutputPath)\AssembliesCustom\Multiplayer.pdb" />
Original file line number Diff line number Diff line change 2727 </PropertyGroup >
2828 </Target >
2929
30+ <PropertyGroup Label =" Normalise stack trace file locations" >
31+ <PathMap >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=$(AssemblyName)/</PathMap >
32+ </PropertyGroup >
3033</Project >
Original file line number Diff line number Diff line change 3131 </PropertyGroup >
3232 </Target >
3333
34+ <PropertyGroup Label =" Normalise stack trace file locations" >
35+ <PathMap >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=$(AssemblyName)/</PathMap >
36+ </PropertyGroup >
3437</Project >
You can’t perform that action at this time.
0 commit comments