3 assignments to MSBuild property UseAppHost
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
190
<
UseAppHost
Condition="'$(UseAppHost)' == '' and
195
<
UseAppHost
Condition="'$(UseAppHost)' == ''">false</UseAppHost>
StringTools.Benchmark (1)
StringTools.Benchmark.csproj (1)
4
<
UseAppHost
>false</UseAppHost>
15 usages of MSBuild property UseAppHost
MSBuildFiles (15)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
206
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(
UseAppHost
)' != 'true' and '$(PublishAot)' != 'true'"
341
<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(_NativeExecutableExtension)" Condition="'$(
UseAppHost
)' == 'true'"/>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (5)
190
<UseAppHost Condition="'$(
UseAppHost
)' == '' and
195
<UseAppHost Condition="'$(
UseAppHost
)' == ''">false</UseAppHost>
201
(('$(
UseAppHost
)' == 'true' and '$(ProjectDepsFilePath)' == '') or
252
<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(
UseAppHost
)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'"
255
<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(
UseAppHost
)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
185
('$(
UseAppHost
)' == 'true' Or '$(EnableComHosting)' == 'true' Or '$(UseIJWHost)' == 'true')">
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (4)
815
Condition="'$(
UseAppHost
)' == 'true' and '$(_IsExecutable)' == 'true'">
871
Condition="'$(
UseAppHost
)' == 'true' and '$(_IsExecutable)' == 'true'">
1420
<PropertyGroup Condition="'$(
UseAppHost
)' != 'true'">
1429
<PropertyGroup Condition="'$(
UseAppHost
)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
146
<TFTelemetry Include="UseApphost" Value="$(
UseApphost
)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4442
<ItemGroup Condition="'$(
UseAppHost
)' == 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')">
4500
Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(
UseAppHost
)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />