diff --git a/.gitignore b/.gitignore index b4dd41db9..6ba8cb937 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ packages .nuget/ *.userprefs *.user -Resource.designer.cs \ No newline at end of file +Resource.designer.cs +*.binlog \ No newline at end of file diff --git a/src/Java.Interop/Java.Interop.Net45.props b/src/Java.Interop/Java.Interop.Net45.props new file mode 100644 index 000000000..fb070009c --- /dev/null +++ b/src/Java.Interop/Java.Interop.Net45.props @@ -0,0 +1,27 @@ + + + true + ..\..\bin\$(Configuration)Net45 + $(OutputPath)\Java.Interop.xml + + + + + $(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\mscorlib.dll + False + + + $(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.dll + False + + + $(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.Core.dll + False + + + + + + + + diff --git a/src/Java.Interop/Java.Interop.PCL.props b/src/Java.Interop/Java.Interop.PCL.props new file mode 100644 index 000000000..53651a256 --- /dev/null +++ b/src/Java.Interop/Java.Interop.PCL.props @@ -0,0 +1,6 @@ + + + Profile111 + + + diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index 1a1fb389b..9feb34956 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -10,7 +10,6 @@ Library Java.Interop Java.Interop - Profile111 v4.5 1591 true @@ -129,7 +128,9 @@ - + + + diff --git a/src/Java.Interop/Java.Interop.targets b/src/Java.Interop/Java.Interop.targets index e8d31b32c..26a56515e 100644 --- a/src/Java.Interop/Java.Interop.targets +++ b/src/Java.Interop/Java.Interop.targets @@ -3,7 +3,6 @@ mono -