4 assignments to MSBuild property UseAppHost
MSBuild.Benchmarks (1)
MSBuild.Benchmarks.csproj (1)
5<UseAppHost>false</UseAppHost>
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
222<UseAppHost Condition="'$(UseAppHost)' == '' and 227<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.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
206<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(UseAppHost)' != 'true' and '$(PublishAot)' != 'true'" 342<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(_NativeExecutableExtension)" Condition="'$(UseAppHost)' == 'true'"/>
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (5)
222<UseAppHost Condition="'$(UseAppHost)' == '' and 227<UseAppHost Condition="'$(UseAppHost)' == ''">false</UseAppHost> 233(('$(UseAppHost)' == 'true' and '$(ProjectDepsFilePath)' == '') or 284<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'" 287<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' &lt; '2.1'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\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.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (4)
815Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 871Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 1420<PropertyGroup Condition="'$(UseAppHost)' != 'true'"> 1429<PropertyGroup Condition="'$(UseAppHost)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\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)')"> 4500Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />