|
12 | 12 | <AndroidResgenClass>Resource</AndroidResgenClass> |
13 | 13 | <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile> |
14 | 14 | <AssemblyName>Mono.Posix</AssemblyName> |
15 | | - <TargetFrameworkVersion>v6.0</TargetFrameworkVersion> |
| 15 | + <SignAssembly>true</SignAssembly> |
| 16 | + <AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile> |
| 17 | + </PropertyGroup> |
| 18 | + <Import Project="..\..\Configuration.props" /> |
| 19 | + <PropertyGroup> |
| 20 | + <TargetFrameworkVersion>$(AndroidFrameworkVersion)</TargetFrameworkVersion> |
16 | 21 | </PropertyGroup> |
17 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 23 | <DebugSymbols>true</DebugSymbols> |
|
53 | 58 | <HintPath>$(OutputPath)..\v1.0\System.Xml.dll</HintPath> |
54 | 59 | <Private>False</Private> |
55 | 60 | </Reference> |
| 61 | + <Reference Include="Java.Interop"> |
| 62 | + <HintPath>$(OutputPath)..\v1.0\Java.Interop.dll</HintPath> |
| 63 | + <Private>False</Private> |
| 64 | + </Reference> |
56 | 65 | </ItemGroup> |
57 | | - <Import Project="..\..\Configuration.props" /> |
58 | 66 | <ItemGroup> |
59 | 67 | <Compile Include="$(XamarinAndroidSourcePath)\src\Mono.Posix\Mono.Unix.Native\NativeConvert.Android.cs" /> |
60 | 68 | <Compile Include="$(XamarinAndroidSourcePath)\src\Mono.Posix\Mono.Unix.Android\AndroidUtils.cs" /> |
|
237 | 245 | <Name>Mono.Android</Name> |
238 | 246 | <Private>False</Private> |
239 | 247 | </ProjectReference> |
240 | | - <Reference Include="Java.Interop"> |
241 | | - <HintPath>$(OutputPath)..\v1.0\Java.Interop.dll</HintPath> |
242 | | - <Private>False</Private> |
243 | | - </Reference> |
244 | | - <Reference Include="System.Runtime"> |
245 | | - <HintPath>$(OutputPath)..\v1.0\Facades\System.Runtime.dll</HintPath> |
246 | | - <Private>False</Private> |
247 | | - </Reference> |
248 | 248 | </ItemGroup> |
249 | 249 | <PropertyGroup> |
250 | 250 | <XANativeLibsDir>$(OutputPath)\..\..\..\xbuild\Xamarin\Android\lib</XANativeLibsDir> |
|
259 | 259 | <EmbeddedNativeLibrary Include="$(XANativeLibsDir)\armeabi-v7a\libMonoPosixHelper.so" Condition="$(AndroidSupportedAbisForConditionalChecks.Contains (':armeabi-v7a:'))"> |
260 | 260 | <Link>MonoPosixHelper\armeabi-v7a\libMonoPosixHelper.so</Link> |
261 | 261 | </EmbeddedNativeLibrary> |
262 | | - <EmbeddedNativeLibrary Include="$(XANativeLibsDir)\x86\libMonoPosixHelper.so" Condition="$(AndroidSupportedAbisForConditionalChecks.Contains (:x86:'))"> |
| 262 | + <EmbeddedNativeLibrary Include="$(XANativeLibsDir)\x86\libMonoPosixHelper.so" Condition="$(AndroidSupportedAbisForConditionalChecks.Contains (':x86:'))"> |
263 | 263 | <Link>MonoPosixHelper\x86\libMonoPosixHelper.so</Link> |
264 | 264 | </EmbeddedNativeLibrary> |
265 | 265 | <EmbeddedNativeLibrary Include="$(XANativeLibsDir)\x86_64\libMonoPosixHelper.so" Condition="$(AndroidSupportedAbisForConditionalChecks.Contains (':x86_64:'))"> |
|
0 commit comments