Created
June 14, 2016 14:28
-
-
Save jonpryor/afa43b640c48458b83cffbfd0ddf56ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Configuration.props b/Configuration.props | |
index f71adb1..a71d4f3 100644 | |
--- a/Configuration.props | |
+++ b/Configuration.props | |
@@ -11,6 +11,7 @@ | |
<HostCc Condition=" '$(HostCc)' == '' ">cc</HostCc> | |
<HostCxx Condition=" '$(HostCxx)' == '' ">c++</HostCxx> | |
<ManagedRuntime Condition=" '$(ManagedRuntime)' == '' And '$(OS)' != 'Windows_NT' ">mono</ManagedRuntime> | |
+ <TargetFrameworkRootPath>$(MSBuildThisFileDirectory)bin\$(Configuration)\lib\xbuild-frameworks</TargetFrameworkRootPath> | |
<HOME Condition=" '$(HOME)' == '' ">$(HOMEDRIVE)$(HOMEPATH)</HOME> | |
<AndroidApiLevel Condition=" '$(AndroidApiLevel)' == '' ">23</AndroidApiLevel> | |
<AndroidFrameworkVersion Condition=" '$(AndroidFrameworkVersion)' == '' ">v6.0</AndroidFrameworkVersion> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment