4 assignments to MSBuild property UseAppHost
MSBuild (1)
MSBuild.csproj (1)
15<UseAppHost>false</UseAppHost>
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
181<UseAppHost Condition="'$(UseAppHost)' == '' and 186<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\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
197<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(UseAppHost)' != 'true' and '$(PublishAot)' != 'true'" 325<_CurrentPublishFileWritesUnfiltered Include="$(_NormalizedPublishDir)$(AssemblyName)$(_NativeExecutableExtension)" Condition="'$(UseAppHost)' == 'true'"/>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (5)
181<UseAppHost Condition="'$(UseAppHost)' == '' and 186<UseAppHost Condition="'$(UseAppHost)' == ''">false</UseAppHost> 192(('$(UseAppHost)' == 'true' and '$(ProjectDepsFilePath)' == '') or 237<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'" 240<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' &lt; '2.1'"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
170('$(UseAppHost)' == 'true' Or '$(EnableComHosting)' == 'true' Or '$(UseIJWHost)' == 'true')">
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (4)
800Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 856Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true'"> 1131<PropertyGroup Condition="'$(UseAppHost)' != 'true'"> 1140<PropertyGroup Condition="'$(UseAppHost)' == 'true'">
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\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)
4443<ItemGroup Condition="'$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')"> 4501Condition="'$(_DeploymentSignClickOnceManifests)'=='true' and '$(UseAppHost)' == 'true' and '$(PublishSingleFile)' != 'true' and '$(_IsExecutable)' == 'true' and exists('$(AppHostIntermediatePath)')" />