This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 3 files changed +4
-2
lines changed
Common/src/CoreLib/System/Numerics
System.Numerics.Vectors/src
3 files changed +4
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 52
52
</Compile >
53
53
</ItemGroup >
54
54
<ItemGroup Condition =" '$(TargetGroup)' == 'netcoreapp'" >
55
- <Compile Include =" System\Numerics\Vector.netcoreapp.cs" >
55
+ <Compile Include =" $(CommonPath)\CoreLib\ System\Numerics\Vector.netcoreapp.cs" >
56
56
<AutoGen >True</AutoGen >
57
57
<DesignTime >True</DesignTime >
58
58
<DependentUpon >Vector.netcoreapp.tt</DependentUpon >
59
+ <Link >System\Numerics\Vector.netcoreapp.cs</Link >
59
60
</Compile >
60
61
</ItemGroup >
61
62
<!-- Carry a copy of MathF where not available -->
107
108
<Reference Include =" System.Runtime.Extensions" />
108
109
</ItemGroup >
109
110
<ItemGroup Condition =" '$(TargetGroup)' == 'netcoreapp'" >
110
- <Content Include =" System\Numerics\Vector.netcoreapp.tt" >
111
+ <Content Include =" $(CommonPath)\CoreLib\ System\Numerics\Vector.netcoreapp.tt" >
111
112
<Generator >TextTemplatingFileGenerator</Generator >
112
113
<LastGenOutput >Vector.netcoreapp.cs</LastGenOutput >
114
+ <Link >System\Numerics\Vector.netcoreapp.tt</Link >
113
115
</Content >
114
116
</ItemGroup >
115
117
<ItemGroup >
You can’t perform that action at this time.
0 commit comments