mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
10 lines
360 B
XML
10 lines
360 B
XML
<Project Sdk="Microsoft.Build.NoTargets">
|
|
<PropertyGroup>
|
|
<PackageDescription>SQL Tools Service runtime components for win7-x64</PackageDescription>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/win7-x64/**" Pack="true" PackagePath="runtimes/win7-x64/native" />
|
|
</ItemGroup>
|
|
</Project>
|