OverrideTest.targets 389 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
  3. <Project>
  4. <Target Name="Test" DependsOnTargets="TestAsTool"
  5. Condition="'$(IsUnitTestProject)' == 'true' or '$(IsPerformanceTestProject)' == 'true'"/>
  6. </Project>