Files
sqltoolsservice/src/Directory.Build.props
2022-11-07 10:03:32 -08:00

21 lines
993 B
XML

<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<Company>Microsoft Corporation</Company>
<Product>Microsoft Sql Tools</Product>
</PropertyGroup>
<PropertyGroup>
<Authors>Microsoft</Authors>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright © Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicense>https://github.com/Microsoft/sqltoolsservice/blob/main/license.txt</PackageLicense>
<PackageIconUrl>http://s.gravatar.com/avatar/6f39d8562df0a3509a8240fb281bc5bd?s=80</PackageIconUrl>
<PackageProjectUrl>https://github.com/Microsoft/sqltoolsservice/</PackageProjectUrl>
<PackageTags>SQL XPLAT</PackageTags>
</PropertyGroup>
<PropertyGroup>
<DebugType>portable</DebugType>
</PropertyGroup>
</Project>