|
32 | 32 | <ProjectReference Include="..\Tasks\Microsoft.Build.Tasks.csproj" /> |
33 | 33 | <ProjectReference Include="..\Utilities\Microsoft.Build.Utilities.csproj" /> |
34 | 34 | <ProjectReference Include="..\Xunit.NetCore.Extensions\Xunit.NetCore.Extensions.csproj" /> |
| 35 | + <ProjectReference Include="..\UnitTests.Shared\Microsoft.Build.UnitTests.Shared.csproj" /> |
35 | 36 |
|
36 | 37 | <ProjectReference Include="..\Samples\TaskWithDependency\TaskWithDependency.csproj" Private="false" ReferenceOutputAssembly="false" OutputItemType="TaskWithDependencyResolvedProjectReferencePath"> |
37 | 38 | <SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">TargetFramework=$(FullFrameworkTFM)</SetTargetFramework> |
|
48 | 49 | </ItemGroup> |
49 | 50 |
|
50 | 51 | <ItemGroup> |
51 | | - <Compile Include="..\Shared\UnitTests\BuildEventArgsExtension.cs" /> |
52 | 52 | <Compile Include="..\Shared\UnitTests\EscapingUtilities_Tests.cs" /> |
53 | 53 | <Compile Include="..\Shared\UnitTests\ErrorUtilities_Tests.cs" /> |
54 | 54 | <Compile Include="..\Shared\UnitTests\PrintLineDebugger_Tests.cs" /> |
55 | 55 | <Compile Include="..\Shared\UnitTests\FileUtilities_Tests.cs" /> |
56 | 56 | <Compile Include="..\Shared\UnitTests\FileMatcher_Tests.cs" /> |
57 | | - <Compile Include="..\Shared\UnitTests\MockEngine.cs" /> |
58 | | - <Compile Include="..\Shared\UnitTests\MockLogger.cs" /> |
59 | 57 | <Compile Include="..\Shared\UnitTests\ResourceUtilities_Tests.cs" /> |
60 | | - <Compile Include="..\UnitTests.Shared\EnvironmentProvider.cs" /> |
61 | | - <Compile Include="..\UnitTests.Shared\RunnerUtilities.cs" /> |
62 | | - <Compile Include="..\UnitTests.Shared\DriveMapping.cs" /> |
63 | | - <Compile Include="..\UnitTests.Shared\DummyMappedDrive.cs" /> |
64 | | - <Compile Include="..\UnitTests.Shared\DummyMappedDriveUtils.cs" /> |
65 | | - <Compile Include="..\Shared\UnitTests\StreamHelpers.cs" /> |
66 | | - <Compile Include="..\Shared\UnitTests\EngineTestEnvironment.cs"> |
67 | | - <Link>EngineTestEnvironment.cs</Link> |
68 | | - </Compile> |
69 | | - <Compile Include="..\Shared\UnitTests\TestEnvironment.cs"> |
70 | | - <Link>TestEnvironment.cs</Link> |
71 | | - </Compile> |
72 | 58 | <Compile Include="..\Shared\UnitTests\TypeLoader_Tests.cs" /> |
73 | 59 | <Compile Include="..\Shared\UnitTests\TypeLoader_Dependencies_Tests.cs" /> |
74 | 60 | <Compile Include="..\Shared\UnitTests\XmakeAttributes_Tests.cs"> |
|
81 | 67 | <Compile Include="..\Shared\UnitTests\TaskParameter_Tests.cs"> |
82 | 68 | <Link>TaskParameter_Tests.cs</Link> |
83 | 69 | </Compile> |
84 | | - <Compile Include="..\Shared\UnitTests\ObjectModelHelpers.cs" /> |
85 | 70 | <Compile Include="..\Shared\UnitTests\CopyOnWriteDictionary_Tests.cs"> |
86 | 71 | <Link>Collections\CopyOnWriteDictionary_Tests.cs</Link> |
87 | 72 | </Compile> |
88 | | - <Compile Include="..\Shared\UnitTests\TestData\GlobbingTestData.cs"> |
89 | | - <Link>TestData\GlobbingTestData.cs</Link> |
90 | | - </Compile> |
91 | 73 | <Compile Include="..\Shared\UnitTests\ImmutableDictionary_Tests.cs" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(MSBuildRuntimeType)' == 'Full'"> |
92 | 74 | <Link>Collections\ImmutableDictionary_Tests.cs</Link> |
93 | 75 | </Compile> |
94 | | - <Compile Include="..\Shared\UnitTests\LongPathSupportDisabledFactAttribute.cs"> |
95 | | - <Link>Shared\LongPathSupportDisabledFactAttribute.cs</Link> |
96 | | - </Compile> |
97 | | - <Compile Include="..\UnitTests.Shared\RequiresSymbolicLinksFactAttribute.cs"> |
98 | | - <Link>RequiresSymbolicLinksFactAttribute.cs</Link> |
99 | | - </Compile> |
100 | 76 |
|
101 | 77 | <None Include="..\Shared\UnitTests\App.config"> |
102 | 78 | <Link>App.config</Link> |
|
0 commit comments