@@ -37,21 +37,14 @@ Optionally, you can specify the `Kind` metadata for a specific `EmbeddedResource
37
37
treated as a text file:
38
38
39
39
``` xml
40
+ <ItemGroup >
40
41
<EmbeddedResource Include =" query.kql" Kind =" Text" />
42
+ </ItemGroup >
41
43
```
42
44
43
45
You can also add a ` Comment ` item metadata attribute, which will be used as the ` <summary> ` XML
44
46
doc for the generated member.
45
47
46
- ## Customizing the generated code
47
-
48
- The following MSBuild properties can be used to customize the generated code:
49
-
50
- | Property | Description |
51
- | -------------------------| ------------------------------------------------------------------------------------------------------|
52
- | ThisAssemblyNamespace | Sets the namespace of the generated ` ThisAssembly ` root class. If not set, it will be in the global namespace. |
53
- | ThisAssemblyVisibility | Sets the visibility modifier of the generated ` ThisAssembly ` root class. If not set, it will be internal. |
54
-
55
48
## Adding dynamic resources
56
49
57
50
You can also provide additional embedded resources dynamically, by running a target before
@@ -65,6 +58,15 @@ You can also provide additional embedded resources dynamically, by running a tar
65
58
</Target >
66
59
```
67
60
61
+ ## Customizing the generated code
62
+
63
+ The following MSBuild properties can be used to customize the generated code:
64
+
65
+ | Property | Description |
66
+ | -------------------------| ------------------------------------------------------------------------------------------------------|
67
+ | ThisAssemblyNamespace | Sets the namespace of the generated ` ThisAssembly ` root class. If not set, it will be in the global namespace. |
68
+ | ThisAssemblyVisibility | Sets the visibility modifier of the generated ` ThisAssembly ` root class. If not set, it will be internal. |
69
+
68
70
<!-- #resources -->
69
71
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
70
72
<!-- exclude -->
0 commit comments