Skip to content

Instantly share code, notes, and snippets.

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 gitexperience/d7e2e3c650ac738e344fcf9db93059ef to your computer and use it in GitHub Desktop.
Save gitexperience/d7e2e3c650ac738e344fcf9db93059ef to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MDProfileVersion>7.0</MDProfileVersion>
<AdjacentBinDir>C:\Users\Experience\Desktop\MDmaster\monodevelop\main\build\bin</AdjacentBinDir>
<MDBinDir Condition="'$(Configuration)'=='Debug' And Exists('$(AdjacentBinDir)')">$(AdjacentBinDir)</MDBinDir>
<AddinMakerPropsPath>C:\Users\Experience\Desktop\MDmaster\MonoDevelop.AddinMaker\MonoDevelop.Addins.Tasks\MonoDevelop.Addins.props</AddinMakerPropsPath>
</PropertyGroup>
<Import Project="$(AddinMakerPropsPath)" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment