6 assignments to MSBuild item AppConfigWithTargetPath
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateSupportedRuntime.targets (2)
37
<
AppConfigWithTargetPath
Remove="@(AppConfigWithTargetPath)" />
38
<
AppConfigWithTargetPath
Include="@(_GenerateSupportedRuntimeAppConfigWithTargetPath)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
1196
<
AppConfigWithTargetPath
Include="$(AppConfig)" Condition="'$(AppConfig)'!=''">
1202
<Output TaskParameter="AppConfigFile" ItemName="
AppConfigWithTargetPath
"/>
2560
<
AppConfigWithTargetPath
Remove="@(AppConfigWithTargetPath)" />
2561
<
AppConfigWithTargetPath
Include="$(AppConfig)">
22 usages of MSBuild item AppConfigWithTargetPath
MSBuild (1)
MSBuild.csproj (1)
310
<ValidateMSBuildPackageDependencyVersions AppConfig="@(
AppConfigWithTargetPath
)" AssemblyPath="$(OutputPath)" />
MSBuildFiles (21)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateSupportedRuntime.targets (4)
27
AppConfigFile="@(
AppConfigWithTargetPath
)"
37
<AppConfigWithTargetPath Remove="@(
AppConfigWithTargetPath
)" />
44
Inputs="$(MSBuildAllProjects);@(
AppConfigWithTargetPath
)"
49
AppConfigFile="@(
AppConfigWithTargetPath
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
511
<ResolvedFileToPublish Include="@(
AppConfigWithTargetPath
)"
513
<RelativePath>@(
AppConfigWithTargetPath
->'%(TargetPath)')</RelativePath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (13)
2377
<_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(
AppConfigWithTargetPath
)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/>
2527
Inputs="$(MSBuildAllProjects);@(
AppConfigWithTargetPath
);$(SuggestedBindingRedirectsCacheFile)"
2533
AppConfigFile="@(
AppConfigWithTargetPath
)"
2560
<AppConfigWithTargetPath Remove="@(
AppConfigWithTargetPath
)" />
4277
@(
AppConfigWithTargetPath
);
4303
ConfigFile="@(
AppConfigWithTargetPath
)"
4572
<_ClickOnceFiles Include="@(_ClickOnceContentItems);@(_DeploymentManifestIconFile);@(
AppConfigWithTargetPath
);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems);@(_ClickOnceNoneItems)" />
5377
Condition=" '@(
AppConfigWithTargetPath
)' != '' "
5378
Inputs="@(
AppConfigWithTargetPath
)"
5379
Outputs="@(
AppConfigWithTargetPath
->'$(OutDir)%(TargetPath)')">
5387
SourceFiles="@(
AppConfigWithTargetPath
)"
5388
DestinationFiles="@(
AppConfigWithTargetPath
->'$(OutDir)%(TargetPath)')"
6488
<SourceFilesProjectOutputGroupOutput Include="@(_CompileWithTargetPath->'%(FullPath)');@(EmbeddedResource->'%(FullPath)');@(_LicxFile->'%(FullPath)');@(
AppConfigWithTargetPath
->'%(FullPath)')"/>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (2)
501
<UpToDateCheckBuilt Condition=" '@(
AppConfigWithTargetPath
)' != '' and '$(AppConfig)' != '' " Include="@(
AppConfigWithTargetPath
->'$(OutDir)%(TargetPath)')" Original="$(AppConfig)" />