mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
8 lines
289 B
XML
8 lines
289 B
XML
<Project>
|
|
<Sdk Name="Microsoft.Build.CentralPackageVersions" Version="2.0.52" />
|
|
<!-- Need full debugtype for code coverage -->
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<DebugType>portable</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
</Project> |