@@ -1,38 +1,41 @@
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<!-- We don't need to generate a DLL, but we still want to include the build targets so we get the project references added as dependencies in the package -->
<NoBuild > true</NoBuild>
</PropertyGroup>
<PropertyGroup >
<PackageDescription > Root package for .NET client SQL Tools Service application. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription >
</PropertyGroup >
<ItemGroup >
<ProjectReference Include= "../runtime.centos.7-x64.native.Microsoft.SqlToolsService/runtime.centos.7-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" / >
<ProjectReference Include= "../runtime.debian.8-x64.native.Microsoft.SqlToolsService/runtime.debian.8-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" / >
<ProjectReference Include= "../runtime.fedora.23 -x64.native.Microsoft.SqlToolsService/runtime.fedora.23 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.linux -x64.native.Microsoft.SqlToolsService/runtime.linux -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.opensuse.13 .2-x64.native.Microsoft.SqlToolsService/runtime.opensuse.13 .2-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.os x-x64.native.Microsoft.SqlToolsService/runtime.os x-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.osx-arm 64.native.Microsoft.SqlToolsService/runtime.osx-arm 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService/runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.ubuntu.14.04-x 64.native.Microsoft.SqlToolsService/runtime.ubuntu.14.04-x 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.ubuntu.16.04 -x64.native.Microsoft.SqlToolsService/runtime.ubuntu.16.04 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.win -x64.native.Microsoft.SqlToolsService/runtime.win -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.win-arm 64.native.Microsoft.SqlToolsService/runtime.win-arm 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
</ItemGroup >
<ItemGroup >
<PackageReference Include= "runtime.linux-x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" / >
<PackageReference Include= "runtime.debian.8-x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" / >
<PackageReference Include= "runtime.opensuse.13.2 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.osx -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.osx-arm 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.ubuntu.14.04-x 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.ubuntu.16.04 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.win -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.win-arm 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
</ItemGroup >
<PropertyGroup >
<!-- We don't need to generate a DLL, but we still want to include the build targets so we get the project references added as dependencies in the package -->
<NoBuild >
true
</NoBuild>
</ PropertyGroup>
<PropertyGroup >
<PackageDescription >
Root package for .NET client SQL Tools Service application. This package is intended to be used by internal applications only and should not be referenced directly.
</PackageDescription >
</ PropertyGroup >
<ItemGroup >
<ProjectReference Include= "../runtime.centos.7 -x64.native.Microsoft.SqlToolsService/runtime.centos.7 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.debian.8 -x64.native.Microsoft.SqlToolsService/runtime.debian.8 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.fedora .23 -x64.native.Microsoft.SqlToolsService/runtime.fedora .23 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.linu x-x64.native.Microsoft.SqlToolsService/runtime.linu x-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.opensuse.13.2-x 64.native.Microsoft.SqlToolsService/runtime.opensuse.13.2-x 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.osx -x64.native.Microsoft.SqlToolsService/runtime.osx -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.osx-arm 64.native.Microsoft.SqlToolsService/runtime.osx-arm 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService/runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.ubuntu.14.04 -x64.native.Microsoft.SqlToolsService/runtime.ubuntu.14.04 -x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.ubuntu.16.04-x 64.native.Microsoft.SqlToolsService/runtime.ubuntu.16.04-x 64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.win-x64.native.Microsoft.SqlToolsService/runtime.win-x64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" / >
<ProjectReference Include= "../runtime.win-arm64.native.Microsoft.SqlToolsService/runtime.win-arm64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" />
<ProjectReference Include= "../runtime.linux-arm64.native.Microsoft.SqlToolsService/runtime.linux-arm64.native.Microsoft.SqlToolsService.csproj" PrivateAssets= "All" / >
</ItemGroup >
<ItemGroup >
<PackageReference Include= "runtime.linux -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.debian.8 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.opensuse.13.2-x 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.osx -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.osx-arm 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.rhel.7.2 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.ubuntu.14.04 -x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.ubuntu.16.04-x 64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.win-x64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" / >
<PackageReference Include= "runtime.win-arm64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
<PackageReference Include= "runtime.linux-arm64.native.Microsoft.SqlToolsService" VersionOverride= "$(PackageVersion)" />
</ItemGroup>
</Project>