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

Commit b652cd3

Browse files
committed
Rebase with dotnet master
1 parent 2728bb9 commit b652cd3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/System.Numerics.Vectors/src/System.Numerics.Vectors.csproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@
5252
</Compile>
5353
</ItemGroup>
5454
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
55-
<Compile Include="System\Numerics\Vector.netcoreapp.cs">
55+
<Compile Include="$(CommonPath)\CoreLib\System\Numerics\Vector.netcoreapp.cs">
5656
<AutoGen>True</AutoGen>
5757
<DesignTime>True</DesignTime>
5858
<DependentUpon>Vector.netcoreapp.tt</DependentUpon>
59+
<Link>System\Numerics\Vector.netcoreapp.cs</Link>
5960
</Compile>
6061
</ItemGroup>
6162
<!-- Carry a copy of MathF where not available -->
@@ -107,9 +108,10 @@
107108
<Reference Include="System.Runtime.Extensions" />
108109
</ItemGroup>
109110
<ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
110-
<Content Include="System\Numerics\Vector.netcoreapp.tt">
111+
<Content Include="$(CommonPath)\CoreLib\System\Numerics\Vector.netcoreapp.tt">
111112
<Generator>TextTemplatingFileGenerator</Generator>
112113
<LastGenOutput>Vector.netcoreapp.cs</LastGenOutput>
114+
<Link>System\Numerics\Vector.netcoreapp.tt</Link>
113115
</Content>
114116
</ItemGroup>
115117
<ItemGroup>

0 commit comments

Comments
 (0)