4 assignments to MSBuild property UseAppHost
MSBuild (1)
MSBuild.csproj (1)
15<UseAppHost>false</UseAppHost>
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
178<UseAppHost Condition="'$(UseAppHost)' == '' and 183<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\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
193<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(UseAppHost)' != 'true'" 321<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(_NativeExecutableExtension)" Condition="'$(UseAppHost)' == 'true'"/>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (5)
178<UseAppHost Condition="'$(UseAppHost)' == '' and 183<UseAppHost Condition="'$(UseAppHost)' == ''">false</UseAppHost> 189(('$(UseAppHost)' == 'true' and '$(ProjectDepsFilePath)' == '') or 234<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'" 237<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' &lt; '2.1'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
149('$(UseAppHost)' == 'true' Or '$(EnableComHosting)' == 'true' Or '$(UseIJWHost)' == 'true')">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (4)
730Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 749Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 1022<PropertyGroup Condition="'$(UseAppHost)' != 'true'"> 1031<PropertyGroup Condition="'$(UseAppHost)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
133<TFTelemetry Include="UseApphost" Value="$(UseApphost)" />
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)')"> 4441Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />