10 assignments to MSBuild property UseAppHost
containerize (1)
containerize.csproj (1)
10
<
UseAppHost
>false</UseAppHost>
dotnet (1)
dotnet.csproj (1)
15
<
UseAppHost
>false</UseAppHost>
dotnet-watch (1)
dotnet-watch.csproj (1)
14
<
UseAppHost
>false</UseAppHost>
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tool.csproj (1)
7
<
UseAppHost
>false</UseAppHost>
Microsoft.NET.Sdk.StaticWebAssets.Tool (1)
Microsoft.NET.Sdk.StaticWebAssets.Tool.csproj (1)
7
<
UseAppHost
>false</UseAppHost>
MSBuild (1)
MSBuild.csproj (1)
15
<
UseAppHost
>false</UseAppHost>
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
190
<
UseAppHost
Condition="'$(UseAppHost)' == '' and
195
<
UseAppHost
Condition="'$(UseAppHost)' == ''">false</UseAppHost>
rzc (1)
Microsoft.NET.Sdk.Razor.Tool.csproj (1)
15
<
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.100-rc.1.25451.107\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.100-rc.1.25451.107\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
246
<NETSdkError Condition="'$(SelfContained)' == 'true' and '$(
UseAppHost
)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true'"
249
<NETSdkError Condition="'$(SelfContained)' != 'true' and '$(
UseAppHost
)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
187
('$(
UseAppHost
)' == 'true' Or '$(EnableComHosting)' == 'true' Or '$(UseIJWHost)' == 'true')">
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\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.100-rc.1.25451.107\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)
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)')" />