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"/> 2601<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 2602<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)
2389<_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(AppConfigWithTargetPath)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/> 2550Inputs="$(MSBuildAllProjects);@(AppConfigWithTargetPath);$(SuggestedBindingRedirectsCacheFile)" 2556AppConfigFile="@(AppConfigWithTargetPath)" 2583<ConfigFileExists Condition="Exists('@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')')">true</ConfigFileExists> 2589SourceFiles="@(AppConfigWithTargetPath->'%(FullPath)')" 2601<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 4336@(AppConfigWithTargetPath); 4362ConfigFile="@(AppConfigWithTargetPath)" 4631<_ClickOnceFiles Include="@(_ClickOnceContentItems);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems);@(_ClickOnceNoneItems)" /> 5486Condition=" '@(AppConfigWithTargetPath)' != '' " 5487Inputs="@(AppConfigWithTargetPath)" 5488Outputs="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')"> 5496SourceFiles="@(AppConfigWithTargetPath)" 5497DestinationFiles="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" 6597<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)" />