You've already forked linux-packaging-mono
16 lines
1.0 KiB
XML
16 lines
1.0 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|||
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="System.Globalization.Calendars.Forwards.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\System.Globalization\ref\System.Globalization.csproj" />
|
|||
|
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|||
|
</Project>
|