2 assignments to MSBuild property _IsExecutable
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
24
<
_IsExecutable
Condition="'$(OutputType)' == 'Exe' or '$(OutputType)'=='WinExe'">true</_IsExecutable>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Common.targets (1)
36
<
_IsExecutable
Condition="'$(OutputType)' == 'Exe' or '$(OutputType)'=='WinExe'">true</_IsExecutable>
16 usages of MSBuild property _IsExecutable
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
187
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' And '$(
_IsExecutable
)' != 'true'"
189
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' And '$(
_IsExecutable
)' == 'true' And '$(TargetFrameworkIdentifier)' != '.NETCoreApp'"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
98
'$(
_IsExecutable
)' == 'true' and '$(IsTestProject)' != 'true' and
193
('$(EnableComHosting)' == 'true' and '$(
_IsExecutable
)' != 'true') or
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
28
<HasRuntimeOutput>$(
_IsExecutable
)</HasRuntimeOutput>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Common.targets (1)
37
<HasRuntimeOutput Condition="'$(_UsingDefaultForHasRuntimeOutput)' == 'true'">$(
_IsExecutable
)</HasRuntimeOutput>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (8)
117
<IsRidAgnostic Condition="('$(
_IsExecutable
)' == 'true' And '$(IsTestProject)' != 'true') Or
800
Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true'">
856
Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true'">
953
Condition="'$(EnableComHosting)' == 'true' and '$(
_IsExecutable
)' != 'true'">
1130
<When Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(
_IsExecutable
)' == 'true'">
1146
<When Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(
_IsExecutable
)' == 'true'">
1381
IsExecutable="$(
_IsExecutable
)"
1403
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(
_IsExecutable
)' == 'true'">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4443
<ItemGroup Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true' and exists('$(AppHostIntermediatePath)')">
4501
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(
_IsExecutable
)' == 'true' and exists('$(AppHostIntermediatePath)')" />