mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
8 lines
365 B
XML
8 lines
365 B
XML
<Project>
|
|
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" />
|
|
<!-- Need full debugtype for code coverage -->
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug' and ('$(BuildingInsideVisualStudio)' != '' or '$(CodeCoverageBuild)' == 'true')">
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
</Project> |