Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Rebase with dotnet master
Browse files Browse the repository at this point in the history
  • Loading branch information
WinCPP committed Jan 31, 2018
1 parent 2728bb9 commit b652cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
</Compile>
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
<Compile Include="System\Numerics\Vector.netcoreapp.cs">
<Compile Include="$(CommonPath)\CoreLib\System\Numerics\Vector.netcoreapp.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Vector.netcoreapp.tt</DependentUpon>
<Link>System\Numerics\Vector.netcoreapp.cs</Link>
</Compile>
</ItemGroup>
<!-- Carry a copy of MathF where not available -->
Expand Down Expand Up @@ -107,9 +108,10 @@
<Reference Include="System.Runtime.Extensions" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
<Content Include="System\Numerics\Vector.netcoreapp.tt">
<Content Include="$(CommonPath)\CoreLib\System\Numerics\Vector.netcoreapp.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>Vector.netcoreapp.cs</LastGenOutput>
<Link>System\Numerics\Vector.netcoreapp.tt</Link>
</Content>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit b652cd3

Please sign in to comment.