25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<!-- we need to be supported on pre-nuget-3 platforms (Dev12, Dev11, etc) -->
|
|
<MinClientVersion>2.8.6</MinClientVersion>
|
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ref\System.Numerics.Vectors.csproj">
|
|
<SupportedFramework>net45;netcore45;wp8;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\src\System.Numerics.Vectors.builds" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InboxOnTargetFramework Include="MonoAndroid10" />
|
|
<InboxOnTargetFramework Include="MonoTouch10" />
|
|
<InboxOnTargetFramework Include="xamarinios10" />
|
|
<InboxOnTargetFramework Include="xamarinmac20" />
|
|
<InboxOnTargetFramework Include="xamarintvos10" />
|
|
<InboxOnTargetFramework Include="xamarinwatchos10" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|