Skip to content

Commit

Permalink
src
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 2, 2024
1 parent c545836 commit 49d7769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Several aspects of the generated code can be customized, including:
* Force generation of blittable structs, COM structs instead of interfaces (for super high performance with 0 GC pressure), etc.

To configure these settings, create a `NativeMethods.json` file in your project directory.
Specifying the `$schema` property that points to [the schema](src/Microsoft.Windows.CsWin32/settings.schema.json) adds completions, descriptions and validation in many JSON editors, and in fact is where all the documentation for the available settings is found.
Specifying the `$schema` property that points to [the schema](https://github.com/microsoft/CsWin32/src/Microsoft.Windows.CsWin32/settings.schema.json) adds completions, descriptions and validation in many JSON editors, and in fact is where all the documentation for the available settings is found.

```json
{
Expand Down
Binary file modified v2/rscg_examples_site/static/exports/RSCG.xlsx
Binary file not shown.

0 comments on commit 49d7769

Please sign in to comment.