6 assignments to MSBuild item AppConfigWithTargetPath
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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"/> 2561<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 2562<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.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateSupportedRuntime.targets (4)
27AppConfigFile="@(AppConfigWithTargetPath)" 37<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 44Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath)" 49AppConfigFile="@(AppConfigWithTargetPath)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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)
2378<_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(AppConfigWithTargetPath)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/> 2528Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath);$(SuggestedBindingRedirectsCacheFile)" 2534AppConfigFile="@(AppConfigWithTargetPath)" 2561<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 4278@(AppConfigWithTargetPath); 4304ConfigFile="@(AppConfigWithTargetPath)" 4573<_ClickOnceFiles Include="@(_ClickOnceContentItems);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems);@(_ClickOnceNoneItems)" /> 5378Condition=" '@(AppConfigWithTargetPath)' != '' " 5379Inputs="@(AppConfigWithTargetPath)" 5380Outputs="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')"> 5388SourceFiles="@(AppConfigWithTargetPath)" 5389DestinationFiles="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" 6489<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)" />