/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/Setup.ServiceHub/Directory.Build.props
34 строки
2 KB
Jan Jones
Use SQLite3MC (#84140)
24 июн 2026, 14:20
Не верифицирован
24 июн 2026, 14:20
0288255
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> <Import Project="$(RepositoryEngineeringDir)targets\Services.props" /> <PropertyGroup> <IsShippingAssembly>false</IsShippingAssembly> <!-- VSIX --> <GeneratePkgDefFile>true</GeneratePkgDefFile> <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment> <ExtensionInstallationRoot>$(CommonExtensionInstallationRoot)</ExtensionInstallationRoot> <ExtensionInstallationFolder>$(LanguageServicesExtensionInstallationFolder)\Core</ExtensionInstallationFolder> <DeployExtension>true</DeployExtension> <!-- VS Insertion --> <!-- Only set InsertionComponent in official build, otherwise PackageInstaller would fail to install the vsix for integration CI if the package isn't already present in `Microsoft.CodeAnalysis.LanguageServices` component. We should remove this workaround once our integration CI moves to VS 17.7 Preview 2. --> <VisualStudioInsertionComponent Condition="'$(OfficialBuild)' == 'true'">Microsoft.CodeAnalysis.LanguageServices</VisualStudioInsertionComponent> <!-- ServiceHub AssemblyPath --> <!-- Path to our servicehub entry point dll in the vsix directory relative to our servicehub.servicehub.json files in the same vsix directory --> <ServiceHubAssemblyBasePath>.\</ServiceHubAssemblyBasePath> </PropertyGroup> <ItemGroup> <PackageReference Include="SQLite3MC.PCLRaw.bundle" /> <PackageReference Include="SQLite3MC.PCLRaw.lib" GeneratePathProperty="true" ExcludeAssets="all" PrivateAssets="all" /> </ItemGroup> </Project>