Skip to content

Commit 01f85a4

Browse files
committed
Build against MonoDevelop 7.4.0.1033 if addin maker not installed
Ensure MDBinDir points to a local monodevelop 7.4.0.1033 if the addin maker is not installed.
1 parent d48af72 commit 01f85a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<MDBinDir>..\..\..\monodevelop-7.2.0.526\main\build\bin</MDBinDir>
4+
<MDBinDir>..\..\..\monodevelop-7.4.0.1033\main\build\bin</MDBinDir>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)