Skip to content

Instantly share code, notes, and snippets.

@chrisber
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisber/36d0bbcb5a32383293c6 to your computer and use it in GitHub Desktop.
Save chrisber/36d0bbcb5a32383293c6 to your computer and use it in GitHub Desktop.
Linux
<CustomCommands>
<CustomCommands>
<Command type="Execute" command="/opt/monodevelop/lib/monodevelop/bin/MonoDevelop.exe" workingdir="/opt/monodevelop/lib/monodevelop/bin">
<EnvironmentVariables>
<Variable name="MONODEVELOP_DEV_ADDINS" value="${TargetDir}" />
</EnvironmentVariables>
</Command>
</CustomCommands>
</CustomCommands>
win:
<CustomCommands>
<CustomCommands>
<Command type="Execute" command="..\..\..\..\..\xamarin\bin\MonoDevelop.exe" workingdir="..\..\..\..\..\xamarin\bin\">
<EnvironmentVariables>
<Variable name="MONODEVELOP_DEV_ADDINS" value="${TargetDir}" />
</EnvironmentVariables>
</Command>
</CustomCommands>
</CustomCommands>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment