Copy mod .mdb symbol file together with .dll
Allows for MonoDevelop to debug execution in mod library properly.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<CustomCommands>
|
||||
<CustomCommands>
|
||||
<Command type="AfterBuild" command="cp ${TargetFile} ../mods/d2k" workingdir="${ProjectDir}" />
|
||||
<Command type="AfterBuild" command="cp ${TargetFile}.mdb ../mods/d2k" workingdir="${ProjectDir}" />
|
||||
</CustomCommands>
|
||||
</CustomCommands>
|
||||
<DefineConstants>TRACE;DEBUG;</DefineConstants>
|
||||
|
||||
Reference in New Issue
Block a user