8 assignments to MSBuild property IsTestProject
Microsoft.Build.TaskAuthoring.Analyzer (1)
ThreadSafeTaskAnalyzer.csproj (1)
10<IsTestProject>false</IsTestProject>
Microsoft.Build.Tasks.UnitTests (1)
Microsoft.Build.Tasks.UnitTests.csproj (1)
10<IsTestProject>true</IsTestProject>
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.Build.Utilities.UnitTests.csproj (1)
7<IsTestProject>true</IsTestProject>
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
10<IsTestProject>true</IsTestProject>
Microsoft.NET.StringTools.UnitTests (1)
StringTools.UnitTests.csproj (1)
9<IsTestProject>true</IsTestProject>
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\Tests.props (2)
20<IsTestProject>false</IsTestProject> 21<IsTestProject Condition="'$(IsUnitTestProject)' == 'true' or '$(IsIntegrationTestProject)' == 'true' or '$(IsPerformanceTestProject)' == 'true'">true</IsTestProject>
ThreadSafeTaskAnalyzer.Tests (1)
ThreadSafeTaskAnalyzer.Tests.csproj (1)
6<IsTestProject>true</IsTestProject>
16 usages of MSBuild property IsTestProject
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\10.0.202\NuGet.Build.Tasks.Pack.targets (1)
35<IsPackable Condition="'$(IsPackable)'=='' AND ('$(IsTestProject)'=='true' OR '$(IsTestingPlatformApplication)'=='true')">false</IsPackable>
C\hostedtoolcache\windows\dotnet\sdk\10.0.202\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
121<IsRidAgnostic Condition="('$(_IsExecutable)' == 'true' And ('$(IsTestProject)' != 'true' Or '$(IsTestingPlatformApplication)' == 'true')) Or 1313<_IsVSTestTestProject Condition="'$(IsTestProject)' == 'true' and '$(IsTestingPlatformApplication)' != 'true'">true</_IsVSTestTestProject>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\WindowsXaml\v17.0\8.21\Microsoft.Windows.UI.Xaml.CSharp.ModernNET.DefaultItems.props (1)
61Condition="'$(EnableDefaultApplicationDefinition)' != 'false' AND '$(IsTestProject)' == 'true' AND Exists('$(MSBuildProjectDirectory)/UnitTestApp.xaml')">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\ExcludeFromBuild.BeforeCommonTargets.targets (1)
31<PropertyGroup Condition="'$(IsTestProject)' == 'true' or '$(IsTestUtilityProject)' == 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
13<_RidAgnosticProject Condition="('$(OutputType)' == 'Library' or '$(IsTestProject)' == 'true') and '$(RuntimeIdentifiers)' == ''">true</_RidAgnosticProject>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\Tests.props (2)
27<ItemGroup Condition="'$(IsTestProject)' == 'true'"> 35<ItemGroup Condition="'$(IsTestProject)' == 'true' and '$(ExcludeMicrosoftNetTestSdk)' != 'true' and '$(EnableMSTestRunner)' != 'true' and '$(EnableNUnitRunner)' != 'true' and '$(UseMicrosoftTestingPlatformRunner)' != 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\Tests.targets (4)
4<PropertyGroup Condition="'$(IsTestProject)' == 'true'"> 26<Target Name="ErrorForMissingTestRunner" Condition="'$(IsTestProject)' == 'true' AND '$(TestRunnerName)' != ''"> 30<PropertyGroup Condition="'$(IsTestProject)' == 'true' and '$(TestArchitectures)' == ''"> 93<Import Project="$(TestRunnerTargets)" Condition="'$(IsTestProject)' == 'true' and '$(TestRunnerName)' != '' and Exists('$(TestRunnerTargets)')"/>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26164.1\tools\Version.BeforeCommonTargets.targets (1)
18<IsShipping Condition="'$(IsShipping)' == '' and ('$(IsTestProject)' == 'true' or '$(IsTestUtilityProject)' == 'true')">false</IsShipping>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.targets (1)
33<ItemGroup Condition="'$(IsTestProject)' == 'true'">
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (2)
24<DeterministicSourcePaths Condition="'$(IsTestProject)' == 'true'">false</DeterministicSourcePaths> 25<ProduceReferenceAssembly Condition="'$(IsTestProject)' != 'true'">true</ProduceReferenceAssembly>