3 assignments to MSBuild item _DeploymentManifestEntryPoint
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
437
<
_DeploymentManifestEntryPoint
Include="@(IntermediateAssembly)">
4449
<
_DeploymentManifestEntryPoint
Remove="@(_DeploymentManifestEntryPoint)"/>
4450
<
_DeploymentManifestEntryPoint
Include="@(_DeploymentManifestLauncherEntryPoint)"/>
6 usages of MSBuild item _DeploymentManifestEntryPoint
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
4430
SigningTarget="@(
_DeploymentManifestEntryPoint
)"
4448
<ContentWithTargetPath Include="@(
_DeploymentManifestEntryPoint
)"/>
4449
<_DeploymentManifestEntryPoint Remove="@(
_DeploymentManifestEntryPoint
)"/>
4628
SourceFiles="@(
_DeploymentManifestEntryPoint
)"
6115
@(
_DeploymentManifestEntryPoint
->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)');
6163
@(
_DeploymentManifestEntryPoint
->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)');