7 assignments to MSBuild property TargetExt
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
112
<
TargetExt
Condition="'$(TargetExt)' == ''">.dll</TargetExt>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
215
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='exe'">.exe</TargetExt>
216
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='winexe'">.exe</TargetExt>
217
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='appcontainerexe'">.exe</TargetExt>
218
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='library'">.dll</TargetExt>
219
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='module'">.netmodule</TargetExt>
220
<
TargetExt
Condition="'$(TargetExt)' == '' and '$(OutputType)'=='winmdobj'">.winmdobj</TargetExt>
24 usages of MSBuild property TargetExt
MSBuildFiles (24)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (4)
712
AppBinaryName="$(AssemblyName)$(
TargetExt
)"
739
AppBinaryName="$(AssemblyName)$(
TargetExt
)"
1154
<_GeneratePublishDependencyFilePropertyInputsCacheToHash Include="$(
TargetExt
)" />
1226
AssemblyExtension="$(
TargetExt
)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
112
<TargetExt Condition="'$(
TargetExt
)' == ''">.dll</TargetExt>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (4)
328
AssemblyExtension="$(
TargetExt
)"
837
AppBinaryName="$(AssemblyName)$(
TargetExt
)"
1194
Inputs="$(MSBuildAllProjects);@(_SatelliteAssemblyResourceInputs);$(IntermediateOutputPath)$(TargetName)$(
TargetExt
)"
1253
<GetAssemblyAttributes PathToTemplateFile="$(IntermediateOutputPath)$(TargetName)$(
TargetExt
)" >
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (13)
215
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='exe'">.exe</TargetExt>
216
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='winexe'">.exe</TargetExt>
217
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='appcontainerexe'">.exe</TargetExt>
218
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='library'">.dll</TargetExt>
219
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='module'">.netmodule</TargetExt>
220
<TargetExt Condition="'$(
TargetExt
)' == '' and '$(OutputType)'=='winmdobj'">.winmdobj</TargetExt>
247
<TargetFileName Condition=" '$(TargetFileName)' == '' ">$(TargetName)$(
TargetExt
)</TargetFileName>
397
<IntermediateAssembly Include="$(IntermediateOutputPath)$(TargetName)$(
TargetExt
)"/>
403
<IntermediateRefAssembly Include="$(IntermediateOutputPath)refint\$(TargetName)$(
TargetExt
)" Condition="'@(IntermediateRefAssembly)' == ''" />
1140
<MSBuildInternalMessage Condition="'$(
TargetExt
)'!='.exe'" ResourceName="CommonSdk.RunTargetDependsOnMessage" Severity="Error" FormatArguments="$(TargetPath)"/>
4080
Inputs="$(MSBuildAllProjects);@(_SatelliteAssemblyResourceInputs);$(IntermediateOutputPath)$(TargetName)$(
TargetExt
)"
4116
TemplateFile="$(IntermediateOutputPath)$(TargetName)$(
TargetExt
)"
4698
Condition="'$(_DeploymentResolvedManifestCertificateThumbprint)'!='' and '$(_DeploymentSignClickOnceManifests)'=='true' and '$(
TargetExt
)' == '.exe'"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.CodeAnalysis.targets (2)
320
<CodeAnalysisInputAssembly Condition="'$(OutputType)'=='winmdobj' and '$(Language)'=='VB'">$(IntermediateOutputPath)\TempCA\$(TargetName)$(
TargetExt
)</CodeAnalysisInputAssembly>
479
<Clean Include="$(IntermediateOutputPath)\TempCA\$(TargetName)$(
TargetExt
)"/>