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)">
4508
<
_DeploymentManifestEntryPoint
Remove="@(_DeploymentManifestEntryPoint)"/>
4509
<
_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)
4489
SigningTarget="@(
_DeploymentManifestEntryPoint
)"
4507
<ContentWithTargetPath Include="@(
_DeploymentManifestEntryPoint
)"/>
4508
<_DeploymentManifestEntryPoint Remove="@(
_DeploymentManifestEntryPoint
)"/>
4687
SourceFiles="@(
_DeploymentManifestEntryPoint
)"
6224
@(
_DeploymentManifestEntryPoint
->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)');
6272
@(
_DeploymentManifestEntryPoint
->'$(_DeploymentApplicationDir)%(TargetPath)$(_DeploymentFileMappingExtension)');