Skip to content

Commit

Permalink
+Mᐁ includes
Browse files Browse the repository at this point in the history
  • Loading branch information
devlooped-bot authored and kzu committed Jul 22, 2024
1 parent 2d8949b commit 7427eb1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ on the `ThisAssembly.Info` class.

![](https://raw.githubusercontent.com/devlooped/ThisAssembly/main/img/ThisAssembly.AssemblyInfo.png)

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.AssemblyInfo/readme.md#content -->

Expand Down Expand Up @@ -83,6 +86,9 @@ Which results in:

![](https://raw.githubusercontent.com/devlooped/ThisAssembly/main/img/ThisAssembly.Constants2.png)

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.Constants/readme.md#content -->

Expand Down Expand Up @@ -160,6 +166,9 @@ packaging experience possible:
</Project>
```

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.


<!-- #content -->
<!-- src/ThisAssembly.Git/readme.md#content -->
Expand Down Expand Up @@ -193,6 +202,9 @@ The metadata attribute can alternatively be declared using MSBuild syntax in the
</ItemGroup>
```

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.Metadata/readme.md#content -->

Expand Down Expand Up @@ -220,6 +232,9 @@ them as `ProjectProperty` MSBuild items in the project file, such as:

![](https://raw.githubusercontent.com/devlooped/ThisAssembly/main/img/ThisAssembly.Project.png)

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.Project/readme.md#content -->

Expand Down Expand Up @@ -276,6 +291,9 @@ treated as a text file:
You can also add a `Comment` item metadata attribute, which will be used as the `<summary>` XML
doc for the generated member.

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.Resources/readme.md#content -->

Expand Down Expand Up @@ -354,6 +372,9 @@ partial class ThisAssembly
}
```

Set the `$(ThisAssemblyNamespace)` MSBuild property to set the root namespace of the
generated `ThisAssembly` class. Otherwise, it will be generated in the global namespace.

<!-- #content -->
<!-- src/ThisAssembly.Strings/readme.md#content -->

Expand Down

0 comments on commit 7427eb1

Please sign in to comment.