Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/.config/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  configuration.winget   Sprache: unbekannt

 
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2

# This configuration is for a typical end-user installation of Visual Studio Community 2022 with the
# required components to build LibreOffice, excluding the components to cross-compile for ARM64
# It includes recommended packages as if you had selected the "Desktop development with C++"
# workload in the in the UI driven installer.

properties:
  resources:
    - resource: Microsoft.WinGet.DSC/WinGetPackage
      id: VisualStudio
      directives:
        description: Install Visual Studio 2022 Community
      settings:
        id: Microsoft.VisualStudio.2022.Community
        source: winget
    - resource: Microsoft.VisualStudio.DSC/VSComponents
      id: LibreOffice Components including recommended packages
      dependsOn:
        - VisualStudio
      directives:
        description: Install components required to build LibreOffice, including recommended ones
      settings:
        productId: Microsoft.VisualStudio.Product.Community
        channelId: VisualStudio.17.Release
        vsConfigFile: '${WinGetConfigRoot}\2022.vsconfig'
        IncludeRecommended: true
  configurationVersion: 0.2.0

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]