|
23 | 23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Release|AnyCPU'" /> |
24 | 24 | <!-- Shared --> |
25 | 25 | <ItemGroup> |
26 | | - <Compile Include="..\..\Common\src\System\Numerics\Hashing\HashHelpers.cs"> |
| 26 | + <Compile Include="$(CommonPath)\System\Numerics\Hashing\HashHelpers.cs"> |
27 | 27 | <Link>Common\System\Numerics\Hashing\HashHelpers.cs</Link> |
28 | 28 | </Compile> |
29 | | - <Compile Include="System\Numerics\ConstantHelper.cs"> |
| 29 | + <Compile Include="$(CommonPath)\CoreLib\System\Numerics\ConstantHelper.cs"> |
30 | 30 | <AutoGen>True</AutoGen> |
31 | 31 | <DesignTime>True</DesignTime> |
32 | 32 | <DependentUpon>ConstantHelper.tt</DependentUpon> |
| 33 | + <Link>System\Numerics\ConstantHelper.cs</Link> |
33 | 34 | </Compile> |
34 | | - <Compile Include="System\Numerics\JitIntrinsicAttribute.cs" /> |
35 | | - <Compile Include="System\Numerics\Register.cs"> |
| 35 | + <Compile Include="$(CommonPath)\CoreLib\System\Numerics\JitIntrinsicAttribute.cs"> |
| 36 | + <Link>System\Numerics\JitIntrinsicAttribute.cs</Link> |
| 37 | + </Compile> |
| 38 | + <Compile Include="$(CommonPath)\CoreLib\System\Numerics\Register.cs"> |
36 | 39 | <AutoGen>True</AutoGen> |
37 | 40 | <DesignTime>True</DesignTime> |
38 | 41 | <DependentUpon>Register.tt</DependentUpon> |
| 42 | + <Link>System\Numerics\Register.cs</Link> |
39 | 43 | </Compile> |
40 | | - <Compile Include="System\Numerics\Vector.cs"> |
| 44 | + <Compile Include="$(CommonPath)\CoreLib\System\Numerics\Vector.cs"> |
41 | 45 | <AutoGen>True</AutoGen> |
42 | 46 | <DesignTime>True</DesignTime> |
43 | 47 | <DependentUpon>Vector.tt</DependentUpon> |
| 48 | + <Link>System\Numerics\Vector.cs</Link> |
| 49 | + </Compile> |
| 50 | + <Compile Include="$(CommonPath)\CoreLib\System\Numerics\Vector_Operations.cs"> |
| 51 | + <Link>System\Numerics\Vector_Operations.cs</Link> |
44 | 52 | </Compile> |
45 | | - <Compile Include="System\Numerics\Vector_Operations.cs" /> |
46 | 53 | </ItemGroup> |
47 | 54 | <!-- Carry a copy of MathF where not available --> |
48 | 55 | <ItemGroup Condition="'$(IsPartialFacadeAssembly)' == 'true' OR $(TargetGroup.StartsWith('netstandard'))"> |
49 | | - <Compile Include="..\..\Common\src\System\MathF.netstandard.cs"> |
| 56 | + <Compile Include="$(CommonPath)\System\MathF.netstandard.cs"> |
50 | 57 | <Link>System\MathF.netstandard.cs</Link> |
51 | 58 | </Compile> |
52 | 59 | </ItemGroup> |
|
68 | 75 | <Reference Include="System.Numerics" /> |
69 | 76 | </ItemGroup> |
70 | 77 | <ItemGroup> |
71 | | - <None Include="System\Numerics\GenerationConfig.ttinclude" /> |
72 | | - <Content Include="System\Numerics\ConstantHelper.tt"> |
| 78 | + <None Include="$(CommonPath)\CoreLib\System\Numerics\GenerationConfig.ttinclude"> |
| 79 | + <Link>System\Numerics\GenerationConfig.ttinclude</Link> |
| 80 | + </None> |
| 81 | + <Content Include="$(CommonPath)\CoreLib\System\Numerics\ConstantHelper.tt"> |
73 | 82 | <Generator>TextTemplatingFileGenerator</Generator> |
74 | 83 | <LastGenOutput>ConstantHelper.cs</LastGenOutput> |
| 84 | + <Link>System\Numerics\ConstantHelper.tt</Link> |
75 | 85 | </Content> |
76 | | - <Content Include="System\Numerics\Register.tt"> |
| 86 | + <Content Include="$(CommonPath)\CoreLib\System\Numerics\Register.tt"> |
77 | 87 | <Generator>TextTemplatingFileGenerator</Generator> |
78 | 88 | <LastGenOutput>Register.cs</LastGenOutput> |
| 89 | + <Link>System\Numerics\Register.tt</Link> |
79 | 90 | </Content> |
80 | | - <Content Include="System\Numerics\Vector.tt"> |
| 91 | + <Content Include="$(CommonPath)\CoreLib\System\Numerics\Vector.tt"> |
81 | 92 | <Generator>TextTemplatingFileGenerator</Generator> |
82 | 93 | <LastGenOutput>Vector.cs</LastGenOutput> |
| 94 | + <Link>System\Numerics\Vector.tt</Link> |
83 | 95 | </Content> |
84 | 96 | <Reference Include="System.Diagnostics.Tools" /> |
85 | 97 | <Reference Include="System.Globalization" /> |
|
0 commit comments