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)
27AppConfigFile="@(AppConfigWithTargetPath)" 37<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 44Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath)" 49AppConfigFile="@(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'"/> 2527Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath);$(SuggestedBindingRedirectsCacheFile)" 2533AppConfigFile="@(AppConfigWithTargetPath)" 2560<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 4277@(AppConfigWithTargetPath); 4303ConfigFile="@(AppConfigWithTargetPath)" 4572<_ClickOnceFiles Include="@(_ClickOnceContentItems);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems);@(_ClickOnceNoneItems)" /> 5377Condition=" '@(AppConfigWithTargetPath)' != '' " 5378Inputs="@(AppConfigWithTargetPath)" 5379Outputs="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')"> 5387SourceFiles="@(AppConfigWithTargetPath)" 5388DestinationFiles="@(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)" />