mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 01:25:44 -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-x86</PackageDescription>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../../artifacts/publish/Microsoft.SqlTools.ServiceLayer/win7-x86/**" Pack="true" PackagePath="runtimes/win7-x86/native" />
|
|
</ItemGroup>
|
|
</Project>
|