Generate portable PDBs by default for managed projects (#4362)
This commit is contained in:
Родитель
4135dc55b4
Коммит
4c446d524a
|
@ -104,6 +104,7 @@
|
|||
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
|
||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||||
<LangVersion>7</LangVersion>
|
||||
<DebugType Condition="'$(IsProjectNLibrary)' != 'true'">portable</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Set up handling of build warnings -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<OutputType Condition="'$(OutputType)' == ''">Exe</OutputType>
|
||||
<OutputPath>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutputPath>
|
||||
<IntermediateOutputPath>$(MSBuildProjectDirectory)\obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
|
||||
<DebugType Condition="'$(DebugType)' == ''">portable</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче