2 assignments to MSBuild property _IsExecutable
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\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\8.0.100\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\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
183
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' And '$(
_IsExecutable
)' != 'true'"
185
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' And '$(
_IsExecutable
)' == 'true' And '$(TargetFrameworkIdentifier)' != '.NETCoreApp'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
96
'$(
_IsExecutable
)' == 'true' and '$(IsTestProject)' != 'true' and
190
('$(EnableComHosting)' == 'true' and '$(
_IsExecutable
)' != 'true') or
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
28
<HasRuntimeOutput>$(
_IsExecutable
)</HasRuntimeOutput>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Common.targets (1)
37
<HasRuntimeOutput Condition="'$(_UsingDefaultForHasRuntimeOutput)' == 'true'">$(
_IsExecutable
)</HasRuntimeOutput>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (8)
113
<IsRidAgnostic Condition="('$(
_IsExecutable
)' == 'true' And '$(IsTestProject)' != 'true') Or
730
Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true'">
749
Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true'">
844
Condition="'$(EnableComHosting)' == 'true' and '$(
_IsExecutable
)' != 'true'">
1021
<When Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(
_IsExecutable
)' == 'true'">
1037
<When Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(
_IsExecutable
)' == 'true'">
1255
IsExecutable="$(
_IsExecutable
)"
1277
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(
_IsExecutable
)' == 'true'">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4383
<ItemGroup Condition="'$(UseAppHost)' == 'true' and '$(
_IsExecutable
)' == 'true' and exists('$(AppHostIntermediatePath)')">
4441
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(
_IsExecutable
)' == 'true' and exists('$(AppHostIntermediatePath)')" />