2 assignments to MSBuild property TargetName
MSBuildFiles (2)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
196
<
TargetName
Condition="'$(TargetName)' == '' and '$(OutputType)' == 'winmdobj' and '$(RootNamespace)' != ''">$(RootNamespace)</TargetName>
197
<
TargetName
Condition=" '$(TargetName)' == '' ">$(AssemblyName)</TargetName>
31 usages of MSBuild property TargetName
MSBuildFiles (31)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (23)
196
<TargetName Condition="'$(
TargetName
)' == '' and '$(OutputType)' == 'winmdobj' and '$(RootNamespace)' != ''">$(RootNamespace)</TargetName>
197
<TargetName Condition=" '$(
TargetName
)' == '' ">$(AssemblyName)</TargetName>
203
<WinMDExpOutputWindowsMetadataFilename Condition="'$(WinMDExpOutputWindowsMetadataFilename)' == '' and '$(OutputType)' == 'winmdobj'">$(
TargetName
).winmd</WinMDExpOutputWindowsMetadataFilename>
205
<TargetFileName Condition=" '$(TargetFileName)' == '' ">$(
TargetName
)$(TargetExt)</TargetFileName>
346
<IntermediateAssembly Include="$(IntermediateOutputPath)$(
TargetName
)$(TargetExt)"/>
351
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(
TargetName
).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
352
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(
TargetName
).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
357
<WinMDExpOutputPdb Condition="'$(WinMDExpOutputPdb)' == ''">$(IntermediateOutputPath)$(
TargetName
).pdb</WinMDExpOutputPdb>
362
<WinMDOutputDocumentationFile Condition="'$(WinMDOutputDocumentationFile)' == ''">$(IntermediateOutputPath)$(
TargetName
).xml</WinMDOutputDocumentationFile>
401
<_DeploymentIntermediateTrustInfoFile Include="$(IntermediateOutputPath)$(
TargetName
).TrustInfo.xml" Condition="'$(TargetZone)'!=''"/>
3136
<_SGenDllName>$(
TargetName
).XmlSerializers.dll</_SGenDllName>
3260
Inputs="$(MSBuildAllProjects);@(_SatelliteAssemblyResourceInputs);$(IntermediateOutputPath)$(
TargetName
)$(TargetExt)"
3261
Outputs="$(IntermediateOutputPath)%(Culture)\$(
TargetName
).resources.dll"
3285
OutputAssembly="$(IntermediateOutputPath)%(Culture)\$(
TargetName
).resources.dll"
3292
TemplateFile="$(IntermediateOutputPath)$(
TargetName
)$(TargetExt)"
3326
<IntermediateSatelliteAssembliesWithTargetPath Include="$(IntermediateOutputPath)%(EmbeddedResource.Culture)\$(
TargetName
).resources.dll"
3329
<TargetPath>%(EmbeddedResource.Culture)\$(
TargetName
).resources.dll</TargetPath>
3628
ExtraFiles="@(_DebugSymbolsIntermediatePath);$(IntermediateOutputPath)$(
TargetName
).xml;@(_ReferenceRelatedPaths)"
3895
DestinationFiles="@(IntermediateSatelliteAssembliesWithTargetPath->'$(OutDir)%(Culture)\$(
TargetName
).resources.dll')"
4337
TypeLibFiles="@(_OutputPathItem->'%(FullPath)$(
TargetName
).tlb')"
4345
<FileWrites Include="@(_OutputPathItem->'%(FullPath)$(
TargetName
).tlb')"/>
5184
<SatelliteDllsProjectOutputGroupOutputIntermediate Include="$(IntermediateOutputPath)%(EmbeddedResource.Culture)\$(
TargetName
).resources.dll"
5186
<TargetPath>%(EmbeddedResource.Culture)\$(
TargetName
).resources.dll</TargetPath>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (1)
49
<PdbFile Condition="'$(PdbFile)' == '' and '$(OutputType)' == 'winmdobj' and '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(
TargetName
).compile.pdb</PdbFile>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
225
<PdbFile Condition="'$(PdbFile)' == '' and '$(OutputType)' == 'winmdobj' and '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(
TargetName
).compile.pdb</PdbFile>
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.WinFx.targets (6)
848
Include="$(IntermediateOutputPath)%(ResxWithCulture.Culture)\$(
TargetName
).resources.dll"
849
AdditionalMetadata="TargetPath=%(ResxWithCulture.Culture)\$(
TargetName
).resources.dll"
859
Include="$(IntermediateOutputPath)$(UICulture)\$(
TargetName
).resources.dll"
860
AdditionalMetadata="TargetPath=$(UICulture)\$(
TargetName
).resources.dll"
870
Include="$(IntermediateOutputPath)%(NonResxWithCulture.Culture)\$(
TargetName
).resources.dll"
871
AdditionalMetadata="TargetPath=%(NonResxWithCulture.Culture)\$(
TargetName
).resources.dll"