mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* enable code coverage for ADO test run * fix debugtype default * use file name instead of guid * use wildcard for test dll name
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
<PropertyGroup>
|
|
<Company>Microsoft Corporation</Company>
|
|
<Product>Microsoft SQL Server</Product>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VersionPrefix>1.1.2</VersionPrefix>
|
|
<VersionSuffix></VersionSuffix>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<Authors>Microsoft</Authors>
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
|
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
|
<PackageLicenseUrl>https://github.com/Microsoft/sqltoolsservice/blob/master/license.txt</PackageLicenseUrl>
|
|
<PackageIconUrl>http://s.gravatar.com/avatar/6f39d8562df0a3509a8240fb281bc5bd?s=80</PackageIconUrl>
|
|
<PackageProjectUrl>https://github.com/Microsoft/sqltoolsservice/</PackageProjectUrl>
|
|
<PackageTags>SQL XPLAT</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<CredentialsTargetFramework>netcoreapp3.1</CredentialsTargetFramework>
|
|
<ServiceLayerTargetFramework>netcoreapp3.1</ServiceLayerTargetFramework>
|
|
<ResourceProviderTargetFramework>netcoreapp3.1</ResourceProviderTargetFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<DebugType>portable</DebugType>
|
|
</PropertyGroup>
|
|
</Project> |