-
Notifications
You must be signed in to change notification settings - Fork 53
/
Java.Interop.Net45.props
27 lines (27 loc) · 1.09 KB
/
Java.Interop.Net45.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project>
<PropertyGroup>
<NoStdLib Condition=" '$(XAInstallPrefix)' != '' ">true</NoStdLib>
<OutputPath>..\..\bin\$(Configuration)Net45</OutputPath>
<DocumentationFile>$(OutputPath)\Java.Interop.xml</DocumentationFile>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup Condition=" '$(XAInstallPrefix)' != '' ">
<Reference Include="mscorlib">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\mscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Core">
<HintPath>$(XAInstallPrefix)xbuild-frameworks\MonoAndroid\v1.0\System.Core.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(XAInstallPrefix)' == '' ">
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
</Project>