6 assignments to MSBuild item AppConfigWithTargetPath
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\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"/> 2602<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 2603<AppConfigWithTargetPath Include="$(AppConfig)">
24 usages of MSBuild item AppConfigWithTargetPath
MSBuild (1)
MSBuild.csproj (1)
314<ValidateMSBuildPackageDependencyVersions AppConfig="@(AppConfigWithTargetPath)" AssemblyPath="$(OutputPath)" />
MSBuildFiles (23)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\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\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
515<ResolvedFileToPublish Include="@(AppConfigWithTargetPath)" 517<RelativePath>@(AppConfigWithTargetPath->'%(TargetPath)')</RelativePath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (15)
2390<_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(AppConfigWithTargetPath)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/> 2551Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath);$(SuggestedBindingRedirectsCacheFile)" 2557AppConfigFile="@(AppConfigWithTargetPath)" 2584<ConfigFileExists Condition="Exists('@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')')">true</ConfigFileExists> 2590SourceFiles="@(AppConfigWithTargetPath->'%(FullPath)')" 2602<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 4337@(AppConfigWithTargetPath); 4363ConfigFile="@(AppConfigWithTargetPath)" 4632<_ClickOnceFiles Include="@(_ClickOnceContentItems);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems);@(_ClickOnceNoneItems)" /> 5487Condition=" '@(AppConfigWithTargetPath)' != '' " 5488Inputs="@(AppConfigWithTargetPath)" 5489Outputs="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')"> 5497SourceFiles="@(AppConfigWithTargetPath)" 5498DestinationFiles="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" 6598<SourceFilesProjectOutputGroupOutput Include="@(_CompileWithTargetPath->'%(FullPath)');@(EmbeddedResource->'%(FullPath)');@(_LicxFile->'%(FullPath)');@(AppConfigWithTargetPath->'%(FullPath)')"/>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (2)
548<UpToDateCheckBuilt Condition=" '@(AppConfigWithTargetPath)' != '' and '$(AppConfig)' != '' " Include="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" Original="$(AppConfig)" />