2 assignments to MSBuild item EntryPointForLauncher
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4385
<
EntryPointForLauncher
Include="$(AppHostIntermediatePath)" TargetPath="$(AssemblyName).exe"/>
4389
<
EntryPointForLauncher
Include="$(_DeploymentManifestEntryPoint)"/>
2 usages of MSBuild item EntryPointForLauncher
MSBuildFiles (2)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4386
<ContentWithTargetPath Include="@(
EntryPointForLauncher
)"/>
4395
EntryPoint="@(
EntryPointForLauncher
)"