From 4be45a4a28a6bddd019698fe84f287ede790eb37 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Tue, 26 Nov 2024 21:04:04 +0000 Subject: [PATCH] =?UTF-8?q?+M=E1=90=81=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 70890e5a..90a55939 100644 --- a/readme.md +++ b/readme.md @@ -313,21 +313,14 @@ Optionally, you can specify the `Kind` metadata for a specific `EmbeddedResource treated as a text file: ```xml + + ``` You can also add a `Comment` item metadata attribute, which will be used as the `` XML doc for the generated member. -## Customizing the generated code - -The following MSBuild properties can be used to customize the generated code: - -| Property | Description | -|-------------------------|------------------------------------------------------------------------------------------------------| -| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. | -| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. | - ## Adding dynamic resources You can also provide additional embedded resources dynamically, by running a target before @@ -341,6 +334,15 @@ You can also provide additional embedded resources dynamically, by running a tar ``` +## Customizing the generated code + +The following MSBuild properties can be used to customize the generated code: + +| Property | Description | +|-------------------------|------------------------------------------------------------------------------------------------------| +| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. | +| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. | +