Skip to content

Commit 100ca99

Browse files
committed
[monodroid] Use Build$(Configuration)\JdkInfo.props
Same-but-different as commit 498cacd.
1 parent 498cacd commit 100ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodroid/monodroid.targets

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">
3-
<Import Project="..\..\external\Java.Interop\bin\BuildDebug\JdkInfo.props" />
3+
<Import Project="..\..\external\Java.Interop\bin\Build$(Configuration)\JdkInfo.props" />
44
<Import Project="monodroid.props" />
55
<Import Project="monodroid.projitems" />
66
<Import Project="..\..\build-tools\scripts\RequiredPrograms.targets" />

0 commit comments

Comments
 (0)