2 assignments to MSBuild property TargetFileName
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
204
<
TargetFileName
Condition=" '$(TargetFileName)' == '' and '$(OutputType)' == 'winmdobj'">$(WinMDExpOutputWindowsMetadataFilename)</TargetFileName>
205
<
TargetFileName
Condition=" '$(TargetFileName)' == '' ">$(TargetName)$(TargetExt)</TargetFileName>
23 usages of MSBuild property TargetFileName
MSBuildFiles (23)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (22)
204
<TargetFileName Condition=" '$(
TargetFileName
)' == '' and '$(OutputType)' == 'winmdobj'">$(WinMDExpOutputWindowsMetadataFilename)</TargetFileName>
205
<TargetFileName Condition=" '$(
TargetFileName
)' == '' ">$(TargetName)$(TargetExt)</TargetFileName>
223
<_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='winexe'">$(
TargetFileName
).manifest</_DeploymentTargetApplicationManifestFileName>
225
<_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='exe'">$(
TargetFileName
).manifest</_DeploymentTargetApplicationManifestFileName>
227
<_DeploymentTargetApplicationManifestFileName Condition="'$(OutputType)'=='appcontainerexe'">$(
TargetFileName
).manifest</_DeploymentTargetApplicationManifestFileName>
280
<TargetPath Condition=" '$(TargetPath)' == '' ">$(TargetDir)$(
TargetFileName
)</TargetPath>
294
<AppConfigFileDestination Include="$(OutDir)$(
TargetFileName
).config"/>
343
<_GenerateBindingRedirectsIntermediateAppConfig>$(IntermediateOutputPath)$(MSBuildProjectFile).$(
TargetFileName
).config</_GenerateBindingRedirectsIntermediateAppConfig>
374
<TargetPath>$(
TargetFileName
)</TargetPath>
1036
<TargetPath>$(
TargetFileName
).config</TargetPath>
1040
<FindAppConfigFile PrimaryList="@(None)" SecondaryList="@(Content)" TargetPath="$(
TargetFileName
).config" Condition="'$(AppConfig)'==''">
1900
TargetName="$(
TargetFileName
).config"
1929
<TargetPath>$(
TargetFileName
).config</TargetPath>
2823
Outputs="$(IntermediateOutputPath)$(
TargetFileName
).licenses">
2831
LicenseTarget="$(
TargetFileName
)"
2833
OutputLicense="$(IntermediateOutputPath)$(
TargetFileName
).licenses"
3173
BuildAssemblyName="$(
TargetFileName
)"
4336
Assemblies="@(_OutputPathItem->'%(FullPath)$(
TargetFileName
)')"
5043
<TargetPath>$(
TargetFileName
)</TargetPath>
5053
<TargetPath>$(
TargetFileName
)</TargetPath>
5078
<FinalOutputPath>$(TargetDir)$(
TargetFileName
).config</FinalOutputPath>
5079
<TargetPath>$(
TargetFileName
).config</TargetPath>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (1)
459
<CreateItem Include="$(IntermediateOutputPath)$(
TargetFileName
)" >