4 assignments to MSBuild item AppConfigWithTargetPath
MSBuildFiles (4)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (4)
1035<AppConfigWithTargetPath Include="$(AppConfig)" Condition="'$(AppConfig)'!=''"> 1041<Output TaskParameter="AppConfigFile" ItemName="AppConfigWithTargetPath"/> 1927<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 1928<AppConfigWithTargetPath Include="$(AppConfig)">
12 usages of MSBuild item AppConfigWithTargetPath
MSBuildFiles (12)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (12)
1799<_ResolveAssemblyReferencesApplicationConfigFileForExes Include="@(AppConfigWithTargetPath)" Condition="'$(AutoGenerateBindingRedirects)'=='true' or '$(AutoUnifyAssemblyReferences)'=='false'"/> 1899AppConfigFile="@(AppConfigWithTargetPath)" 1927<AppConfigWithTargetPath Remove="@(AppConfigWithTargetPath)" /> 3483@(AppConfigWithTargetPath); 3509ConfigFile="@(AppConfigWithTargetPath)" 3629Files="@(ContentWithTargetPath);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath)" 4160Condition=" '@(AppConfigWithTargetPath)' != '' " 4161Inputs="@(AppConfigWithTargetPath)" 4162Outputs="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')"> 4170SourceFiles="@(AppConfigWithTargetPath)" 4171DestinationFiles="@(AppConfigWithTargetPath->'$(OutDir)%(TargetPath)')" 5222<SourceFilesProjectOutputGroupOutput Include="@(_CompileWithTargetPath->'%(FullPath)');@(EmbeddedResource->'%(FullPath)');@(_LicxFile->'%(FullPath)');@(AppConfigWithTargetPath->'%(FullPath)')"/>