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