Dev Notes
Licensing
Initializing search
    • Home
    • Backend
    • CG
    • Conventions
    • Frontend
    • Languages
    • Network
    • Platforms
    • Services
    • Tools
    • 其它
    • Home
        • Firebase
        • Kafka
        • PostgreSQL
        • Redis
        • Blender Bake
        • GL
        • PBR
        • Physically based rendering Wolfire Games Blog
        • glTF
        • Godot API Details
        • Godot Compatibilty
        • Godot Rust
        • Godot 着色器
        • 场景管理
        • Demoscene
        • Dithering
        • GLSL Snippets
        • GLSL
        • Slang
        • CI
        • PlasticSCM
        • Unity Basics
        • pathfinding
        • Leetcode Catalog
        • Sorting
        • General
          • Scheduling
          • 设计模式
        • Project Structure
        • Log structured Storage
      • Playwright
      • Storybook
        • Turbo
        • Vite
        • Astro
        • React Basics
        • Svelte
        • Vue
        • CSS
        • SASS
        • Emscripten
        • Wasmer
      • Functional
        • C Library
        • C++ Concurrency
        • C++ Conventions
        • C++ Syntax
        • C++ WASM
        • CMake
        • CSharp Basics
        • CSharp Conventions
        • Licensing
        • Haskell Basics
        • Theory
        • ASM Instrumentation
        • Gradle
        • Java Maven
        • Java Overview
        • Java Syntax Basics
        • JSON Schema
        • TypeScript Basics
        • Collection, Iterator
        • Rust C Binding
        • Rust Conventions
        • Rust WASM
        • Rust crate type
        • Rust macros
        • Rust 内存布局
        • Rust 基础
        • Rust 工具链
        • Rust 异步
        • Rust 编译
        • Builder pattern
        • Main 函数
          • Tauri
          • Tokio
          • Wgpu
          • Yew
      • NAT
      • Tailscale
      • Dns
      • Windows dual boot
        • Android Root
        • Android Treble
        • Adb
        • Bootloader
        • Hyprland with UWSM
        • Linux Filesystem
        • Linux issues
        • Linux 操作系统
        • Linux 桌面程序
        • Networking
        • QEMU
        • Systemd
        • U Boot
        • WSL2
      • Caddy
      • Cluster Operation
      • Terraform
      • Aws cloud
      • Fly.io
      • Looking glass
      • Mail
      • Oracle cloud
      • Railway
      • Storage
        • ActivityPub
        • Mastodon
        • Matrix
        • Self hosting
      • Flutter
      • Kubernetes
        • Docker for Windows
        • Docker 跨平台
        • Git credentials
        • Git crypt
        • Git issues
        • Git rebase
        • Git submodule
        • Semantic release
        • Nix Cache
        • Nix Flakes
        • Nix Snippets
        • Nix 入门
        • Nix 工具
        • NixOS on Raspi
        • NixOS on WSL2
        • NixOS 常用命令
      • Buildsystems
      • GitHub Actions
      • Hardware Props
      • Hashing
      • LaTeX
      • PowerShell
      • Prisma
      • Pytorch
      • Scoop
      • Tidal Cycles
      • UWP loopback
      • Win11 Tips
      • 压缩

    Licensing

    c# - How licenses.licx file is used - Stack Overflow > Lc.exe (License Compiler) - .NET Framework | Microsoft Learn

    .licx 包含凭证组件的列表

    [Component Name], [Assembly Name]
    

    在 .csproj 项目中,.licx 作为 EmbeddedResource 引用 在构建过程中 lc.exe 确认机器拥有所需的证书, 然后生成二进制的 .licenses 文件 [AssemblyName].exe.licenses

    添加 .licx 文件会在编译时寻找 .lic 文件