9 assignments to MSBuild property OutputType
Microsoft.Build.UnGAC (1)
Microsoft.Build.UnGAC.csproj (1)
6
<
OutputType
>Exe</OutputType>
MSBuild (1)
MSBuild.csproj (1)
7
<
OutputType
>Exe</OutputType>
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
38
<
OutputType
Condition=" '$(OutputType)' == '' ">Library</OutputType>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
167
<
OutputType
Condition=" '$(TargetType)' != ''">$(TargetType)</OutputType>
168
<
OutputType
Condition=" '$(TargetType)' == 'Container' or '$(TargetType)' == 'DocumentContainer' ">library</OutputType>
169
<
OutputType
Condition=" '$(OutputType)' == '' ">exe</OutputType>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (1)
20
<
OutputType
>Exe</OutputType>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
9
<
OutputType
>Exe</OutputType>
StringTools.Benchmark (1)
StringTools.Benchmark.csproj (1)
3
<
OutputType
>Exe</OutputType>
87 usages of MSBuild property OutputType
MSBuildFiles (87)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets (1)
15
<CheckEolTargetFramework Condition="'$(CheckEolTargetFramework)' == '' and '$(
OutputType
)' != 'Library'">true</CheckEolTargetFramework>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets (1)
153
OutputType="$(
OutputType
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PreserveCompilationContext.targets (1)
37
<OutputType>$(
OutputType
)</OutputType>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
297
<NETSdkError Condition="('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(
OutputType
) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (3)
24
<_IsExecutable Condition="'$(
OutputType
)' == 'Exe' or '$(
OutputType
)'=='WinExe'">true</_IsExecutable>
96
<AutoUnifyAssemblyReferences Condition="'$(AutoUnifyAssemblyReferences)' == '' and $(
OutputType
) == 'Library'">true</AutoUnifyAssemblyReferences>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Common.targets (2)
36
<_IsExecutable Condition="'$(
OutputType
)' == 'Exe' or '$(
OutputType
)'=='WinExe'">true</_IsExecutable>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
38
<OutputType Condition=" '$(
OutputType
)' == '' ">Library</OutputType>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
704
<_UseWindowsGraphicalUserInterface Condition="($(RuntimeIdentifier.StartsWith('win')) or $(DefaultAppHostRuntimeIdentifier.StartsWith('win'))) and '$(
OutputType
)'=='WinExe'">true</_UseWindowsGraphicalUserInterface>
1167
<NETSdkError Condition="'$(
OutputType
)' == 'winmdobj'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference.targets (1)
134
<TFTelemetry Include="OutputType" Value="$(
OutputType
)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (50)
169
<OutputType Condition=" '$(
OutputType
)' == '' ">exe</OutputType>
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>
238
<TargetName Condition="'$(TargetName)' == '' and '$(
OutputType
)' == 'winmdobj' and '$(RootNamespace)' != ''">$(RootNamespace)</TargetName>
245
<WinMDExpOutputWindowsMetadataFilename Condition="'$(WinMDExpOutputWindowsMetadataFilename)' == '' and '$(
OutputType
)' == 'winmdobj'">$(TargetName).winmd</WinMDExpOutputWindowsMetadataFilename>
246
<TargetFileName Condition=" '$(TargetFileName)' == '' and '$(
OutputType
)' == 'winmdobj'">$(WinMDExpOutputWindowsMetadataFilename)</TargetFileName>
260
<_DeploymentPublishableProjectDefault Condition="'$(
OutputType
)'=='winexe' or '$(
OutputType
)'=='exe' or '$(
OutputType
)'=='appcontainerexe'">true</_DeploymentPublishableProjectDefault>
263
<_DeploymentTargetApplicationManifestFileName Condition="'$(
OutputType
)'=='library'">Native.$(AssemblyName).manifest</_DeploymentTargetApplicationManifestFileName>
265
<_DeploymentTargetApplicationManifestFileName Condition="'$(
OutputType
)'=='winexe'">$(TargetFileName).manifest</_DeploymentTargetApplicationManifestFileName>
267
<_DeploymentTargetApplicationManifestFileName Condition="'$(
OutputType
)'=='exe'">$(TargetFileName).manifest</_DeploymentTargetApplicationManifestFileName>
269
<_DeploymentTargetApplicationManifestFileName Condition="'$(
OutputType
)'=='appcontainerexe'">$(TargetFileName).manifest</_DeploymentTargetApplicationManifestFileName>
275
<GenerateClickOnceManifests Condition="'$(
OutputType
)'=='winexe' or '$(
OutputType
)'=='exe' or '$(
OutputType
)'=='appcontainerexe'">$(GenerateManifests)</GenerateClickOnceManifests>
277
<_DeploymentApplicationManifestIdentity Condition="'$(
OutputType
)'=='library'">Native.$(AssemblyName)</_DeploymentApplicationManifestIdentity>
278
<_DeploymentApplicationManifestIdentity Condition="'$(
OutputType
)'=='winexe'">$(AssemblyName).exe</_DeploymentApplicationManifestIdentity>
279
<_DeploymentApplicationManifestIdentity Condition="'$(
OutputType
)'=='exe'">$(AssemblyName).exe</_DeploymentApplicationManifestIdentity>
280
<_DeploymentApplicationManifestIdentity Condition="'$(
OutputType
)'=='appcontainerexe'">$(AssemblyName).exe</_DeploymentApplicationManifestIdentity>
362
<GenerateBindingRedirectsOutputType Condition="'$(
OutputType
)'=='exe' or '$(
OutputType
)'=='winexe'">true</GenerateBindingRedirectsOutputType>
410
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(
OutputType
)' == 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
411
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(
OutputType
)' != 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
415
<PropertyGroup Condition="'$(_DebugSymbolsProduced)' == 'true' and '$(
OutputType
)' == 'winmdobj'">
420
<PropertyGroup Condition="'$(
OutputType
)' == 'winmdobj' and '$(DocumentationFile)'!=''">
1452
Condition="(('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(
OutputType
)' != 'library') or
1605
OutputType="$(
OutputType
)"
2273
<ComputedApplicationManifest Include="$(_DeploymentApplicationManifestIdentity)" Condition="'$(
OutputType
)'!='winexe' and '$(
OutputType
)'!='exe' and '$(
OutputType
)'!='appcontainerexe' and Exists('%(_ApplicationManifestFinal.FullPath)')">
3766
Condition="'$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(
OutputType
)'=='library')">
3846
Condition="'$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(
OutputType
)'=='library')">
5534
Condition="'$(RegisterForComInterop)'=='true' and '$(
OutputType
)'=='library'"
5999
<Error Condition="'$(
OutputType
)'!='winexe' and '$(
OutputType
)'!='exe' and '$(
OutputType
)'!='appcontainerexe'" Text="Publish is only valid for 'Windows Application' or 'Console Application' project types."/>
6294
<ItemGroup Condition=" '$(
OutputType
)' != 'winmdobj' ">
6299
<COM2REG Condition="'$(RegisterForComInterop)'=='true' and '$(
OutputType
)'=='library'">true</COM2REG>
6303
<ItemGroup Condition=" '$(
OutputType
)' == 'winmdobj' ">
6319
<AddAppConfigToBuildOutputs Condition="('$(AddAppConfigToBuildOutputs)'=='') and ('$(
OutputType
)'!='library' and '$(
OutputType
)'!='winmdobj')">true</AddAppConfigToBuildOutputs>
6376
<ItemGroup Condition="'$(_DebugSymbolsProduced)' != 'false' and '$(
OutputType
)' != 'winmdobj'">
6383
<ItemGroup Condition="'$(_DebugSymbolsProduced)' != 'false' and '$(
OutputType
)' == 'winmdobj'">
6408
<ItemGroup Condition="'$(DocumentationFile)'!='' and '$(
OutputType
)' != 'winmdobj'">
6416
<ItemGroup Condition="'$(DocumentationFile)' != '' and '$(
OutputType
)' == 'winmdobj'">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (3)
159
<ExportWinMDFile Condition="'$(ExportWinMDFile)' == '' and '$(
OutputType
)' == 'WinMDObj'">true</ExportWinMDFile>
218
<PdbFile Condition="'$(PdbFile)' == '' and '$(
OutputType
)' == 'winmdobj' and '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
286
TargetType="$(
OutputType
)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.props (6)
86
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(TargetingClr2Framework)' != 'true' and '$(TargetFrameworkVersion)' != 'v4.0' and ('$(
OutputType
)' == 'exe' or '$(
OutputType
)' == 'winexe' or '$(
OutputType
)' == 'appcontainerexe' or '$(
OutputType
)' == '') and '$(PreferNativeArm64)' != 'true'">
96
<SubsystemVersion Condition="'$(SubsystemVersion)' == '' and ('$(PlatformTarget)' == 'ARM' or '$(
OutputType
)' == 'appcontainerexe' or '$(
OutputType
)' == 'winmdobj')">6.02</SubsystemVersion>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
137
<ProjectCapability Include="AppServicePublish" Condition="'$(
OutputType
)' == 'Exe'" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.CodeAnalysis.targets (4)
319
<CodeAnalysisInputAssembly Condition="'$(
OutputType
)'=='winmdobj'">@(IntermediateAssembly)</CodeAnalysisInputAssembly>
320
<CodeAnalysisInputAssembly Condition="'$(
OutputType
)'=='winmdobj' and '$(Language)'=='VB'">$(IntermediateOutputPath)\TempCA\$(TargetName)$(TargetExt)</CodeAnalysisInputAssembly>
324
<Copy Condition="'$(
OutputType
)'=='winmdobj' and '$(Language)'=='VB'"
329
<Copy Condition="'$(
OutputType
)'=='winmdobj' and '$(Language)'=='VB'"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (2)
85
<PdbFile Condition="'$(PdbFile)' == '' AND '$(
OutputType
)' == 'winmdobj' AND '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
157
TargetType="$(
OutputType
)"
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFx.targets (7)
83
<IsApplication Condition="'$(
OutputType
)'=='exe'">true</IsApplication>
84
<IsApplication Condition="'$(
OutputType
)'=='winexe'">true</IsApplication>
85
<IsLibrary Condition="'$(
OutputType
)'=='library'">true</IsLibrary>
86
<IsLibrary Condition="'$(
OutputType
)'=='module'">true</IsLibrary>
277
OutputType="$(
OutputType
)"
345
OutputType="$(
OutputType
)"
654
OutputType="$(
OutputType
)"
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.targets (1)
88
<ItemGroup Condition="'$(
OutputType
)' == 'Exe'">