|
14 | 14 | <DefineConstants Condition="'$(FeatureGenericMath)' == 'true'">$(DefineConstants);FEATURE_GENERIC_MATH</DefineConstants> |
15 | 15 | </PropertyGroup> |
16 | 16 | <ItemGroup> |
17 | | - <Compile Include="$(CommonTestPath)System\EnumTypes.cs" |
18 | | - Link="Common\System\EnumTypes.cs" /> |
19 | | - <Compile Include="$(CommonTestPath)System\MockType.cs" |
20 | | - Link="Common\System\MockType.cs" /> |
21 | | - <Compile Include="$(CommonTestPath)System\Collections\CollectionAsserts.cs" |
22 | | - Link="Common\System\Collections\CollectionAsserts.cs" /> |
23 | | - <Compile Include="$(CommonTestPath)System\Collections\ICollection.Generic.Tests.cs" |
24 | | - Link="Common\System\Collections\ICollection.Generic.Tests.cs" /> |
25 | | - <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.Generic.Tests.cs" |
26 | | - Link="Common\System\Collections\IEnumerable.Generic.Tests.cs" /> |
27 | | - <Compile Include="$(CommonTestPath)System\Collections\IList.Generic.Tests.cs" |
28 | | - Link="Common\System\Collections\IList.Generic.Tests.cs" /> |
29 | | - <Compile Include="$(CommonTestPath)System\Collections\TestBase.Generic.cs" |
30 | | - Link="Common\System\Collections\TestBase.Generic.cs" /> |
31 | | - <Compile Include="$(CommonTestPath)System\Collections\TestBase.NonGeneric.cs" |
32 | | - Link="Common\System\Collections\TestBase.NonGeneric.cs" /> |
33 | | - <Compile Include="$(CommonTestPath)Tests\System\StringTests.cs" |
34 | | - Link="Common\System\StringTests.cs" /> |
35 | | - <Compile Include="$(CommonTestPath)System\Collections\IDictionary.NonGeneric.Tests.cs" |
36 | | - Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs" /> |
37 | | - <Compile Include="$(CommonTestPath)System\Collections\IList.NonGeneric.Tests.cs" |
38 | | - Link="Common\System\Collections\IList.NonGeneric.Tests.cs" /> |
39 | | - <Compile Include="$(CommonTestPath)System\Collections\ICollection.NonGeneric.Tests.cs" |
40 | | - Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs" /> |
41 | | - <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.NonGeneric.Tests.cs" |
42 | | - Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs" /> |
| 17 | + <Compile Include="$(CommonTestPath)System\EnumTypes.cs" Link="Common\System\EnumTypes.cs" /> |
| 18 | + <Compile Include="$(CommonTestPath)System\MockType.cs" Link="Common\System\MockType.cs" /> |
| 19 | + <Compile Include="$(CommonTestPath)System\Collections\CollectionAsserts.cs" Link="Common\System\Collections\CollectionAsserts.cs" /> |
| 20 | + <Compile Include="$(CommonTestPath)System\Collections\ICollection.Generic.Tests.cs" Link="Common\System\Collections\ICollection.Generic.Tests.cs" /> |
| 21 | + <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.Generic.Tests.cs" Link="Common\System\Collections\IEnumerable.Generic.Tests.cs" /> |
| 22 | + <Compile Include="$(CommonTestPath)System\Collections\IList.Generic.Tests.cs" Link="Common\System\Collections\IList.Generic.Tests.cs" /> |
| 23 | + <Compile Include="$(CommonTestPath)System\Collections\TestBase.Generic.cs" Link="Common\System\Collections\TestBase.Generic.cs" /> |
| 24 | + <Compile Include="$(CommonTestPath)System\Collections\TestBase.NonGeneric.cs" Link="Common\System\Collections\TestBase.NonGeneric.cs" /> |
| 25 | + <Compile Include="$(CommonTestPath)Tests\System\StringTests.cs" Link="Common\System\StringTests.cs" /> |
| 26 | + <Compile Include="$(CommonTestPath)System\Collections\IDictionary.NonGeneric.Tests.cs" Link="Common\System\Collections\IDictionary.NonGeneric.Tests.cs" /> |
| 27 | + <Compile Include="$(CommonTestPath)System\Collections\IList.NonGeneric.Tests.cs" Link="Common\System\Collections\IList.NonGeneric.Tests.cs" /> |
| 28 | + <Compile Include="$(CommonTestPath)System\Collections\ICollection.NonGeneric.Tests.cs" Link="Common\System\Collections\ICollection.NonGeneric.Tests.cs" /> |
| 29 | + <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.NonGeneric.Tests.cs" Link="Common\System\Collections\IEnumerable.NonGeneric.Tests.cs" /> |
43 | 30 | <Compile Include="Helpers.cs" /> |
44 | 31 | <Compile Include="Microsoft\Win32\SafeHandles\CriticalHandleZeroOrMinusOneIsInvalid.cs" /> |
45 | 32 | <Compile Include="Microsoft\Win32\SafeHandles\SafeHandleZeroOrMinusOneIsInvalid.cs" /> |
|
248 | 235 | <Compile Include="System\Type\TypePropertyTests.cs" /> |
249 | 236 | <Compile Include="System\Type\TypeTests.cs" /> |
250 | 237 | <Compile Include="System\Type\TypeTests.Get.cs" /> |
251 | | - <Compile Include="$(CommonTestPath)System\RandomDataGenerator.cs" |
252 | | - Link="Common\System\RandomDataGenerator.cs" /> |
| 238 | + <Compile Include="$(CommonTestPath)System\RandomDataGenerator.cs" Link="Common\System\RandomDataGenerator.cs" /> |
253 | 239 | </ItemGroup> |
254 | 240 | <ItemGroup Condition="'$(TargetsUnix)' == 'true' or '$(TargetsBrowser)' == 'true'"> |
255 | 241 | <Compile Include="System\ExitCodeTests.Unix.cs" /> |
256 | 242 | </ItemGroup> |
257 | 243 | <ItemGroup Condition="'$(FeatureGenericMath)' == 'true'"> |
258 | 244 | <Compile Include="System\ByteTests.GenericMath.cs" /> |
259 | 245 | <Compile Include="System\CharTests.GenericMath.cs" /> |
| 246 | + <Compile Include="System\DoubleTests.GenericMath.cs" /> |
260 | 247 | <Compile Include="System\GenericMathHelpers.cs" /> |
| 248 | + <Compile Include="System\HalfTests.GenericMath.cs" /> |
261 | 249 | <Compile Include="System\Int16Tests.GenericMath.cs" /> |
262 | 250 | <Compile Include="System\Int32Tests.GenericMath.cs" /> |
263 | 251 | <Compile Include="System\Int64Tests.GenericMath.cs" /> |
264 | 252 | <Compile Include="System\IntPtrTests.GenericMath.cs" /> |
265 | 253 | <Compile Include="System\SByteTests.GenericMath.cs" /> |
| 254 | + <Compile Include="System\SingleTests.GenericMath.cs" /> |
266 | 255 | <Compile Include="System\UInt16Tests.GenericMath.cs" /> |
267 | 256 | <Compile Include="System\UInt32Tests.GenericMath.cs" /> |
268 | 257 | <Compile Include="System\UInt64Tests.GenericMath.cs" /> |
|
283 | 272 | <Compile Include="System\Text\Unicode\Utf8Tests.cs" /> |
284 | 273 | <Compile Include="System\Text\Unicode\Utf8UtilityTests.ValidateBytes.cs" /> |
285 | 274 | <Compile Include="System\ArgIteratorTests.cs" /> |
286 | | - <Compile Include="$(CommonPath)..\tests\System\RealFormatterTestsBase.cs" |
287 | | - Link="System\RealFormatterTestsBase.cs" /> |
| 275 | + <Compile Include="$(CommonPath)..\tests\System\RealFormatterTestsBase.cs" Link="System\RealFormatterTestsBase.cs" /> |
288 | 276 | <Compile Include="System\RealFormatterTests.cs" /> |
289 | | - <Compile Include="$(CommonPath)..\tests\System\RealParserTestsBase.cs" |
290 | | - Link="System\RealParserTestsBase.cs" /> |
| 277 | + <Compile Include="$(CommonPath)..\tests\System\RealParserTestsBase.cs" Link="System\RealParserTestsBase.cs" /> |
291 | 278 | <Compile Include="System\RealParserTests.cs" /> |
292 | 279 |
|
293 | 280 | <TrimmerRootDescriptor Include="$(ILLinkDescriptorsPath)ILLink.Descriptors.Castle.xml" /> |
294 | 281 | <TrimmerRootDescriptor Include="$(MSBuildThisFileDirectory)ILLink.Descriptors.xml" /> |
295 | 282 | </ItemGroup> |
296 | 283 | <ItemGroup> |
297 | | - <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.Generic.Serialization.Tests.cs" |
298 | | - Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs" /> |
| 284 | + <Compile Include="$(CommonTestPath)System\Collections\IEnumerable.Generic.Serialization.Tests.cs" Link="Common\System\Collections\IEnumerable.Generic.Serialization.Tests.cs" /> |
299 | 285 | <EmbeddedResource Include="System\Reflection\EmbeddedImage.png"> |
300 | 286 | <LogicalName>System.Reflection.Tests.EmbeddedImage.png</LogicalName> |
301 | 287 | </EmbeddedResource> |
302 | 288 | <EmbeddedResource Include="System\Reflection\EmbeddedTextFile.txt"> |
303 | 289 | <LogicalName>System.Reflection.Tests.EmbeddedTextFile.txt</LogicalName> |
304 | 290 | </EmbeddedResource> |
305 | | - <Compile Include="$(CommonTestPath)System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs" |
306 | | - Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs" /> |
| 291 | + <Compile Include="$(CommonTestPath)System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs" Link="Common\System\Runtime\Serialization\Formatters\BinaryFormatterHelpers.cs" /> |
307 | 292 | </ItemGroup> |
308 | 293 | <ItemGroup> |
309 | 294 | <PackageReference Include="Moq" Version="$(MoqVersion)" /> |
310 | | - <PackageReference Include="System.Runtime.Numerics.TestData" Version="$(SystemRuntimeNumericsTestDataVersion)" GeneratePathProperty="true"/> |
| 295 | + <PackageReference Include="System.Runtime.Numerics.TestData" Version="$(SystemRuntimeNumericsTestDataVersion)" GeneratePathProperty="true" /> |
311 | 296 | <ProjectReference Include="TestLoadAssembly\TestLoadAssembly.csproj" /> |
312 | 297 | <ProjectReference Include="TestCollectibleAssembly\TestCollectibleAssembly.csproj" /> |
313 | 298 | <ProjectReference Include="TestModule\System.Reflection.TestModule.ilproj" /> |
|
0 commit comments