SVG/Generators
Paul Selormey a2c69b70a1
Refactoring of the Source Code Generator (#1141)
* Refactoring of the Source Code Generator

- Moved the Svg_Model.cs file as SvgModel.cs into the main source.
- Restore the standard naming of the generated code files with "*.g.cs" suffix.
- Set the output directory of the generated codes to "Generated".
- Added the Generated directory to the main source codes.
- Moved the Svg.Custom project to Tests directory.

* Update runtests.yml

- NuGet/setup-nuget@v1 to NuGet/setup-nuget@v2
- Needed to eliminate the warning: Node.js 16 actions are deprecated.

* Update AvailableElementsGenerator.cs

Removed the comment out portions.
2024-02-04 03:23:06 +09:00
..
AvailableElementsGenerator.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
Element.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
MemberType.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
Property.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
PropertyEqualityComparer.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
Svg.Generators.csproj Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00
SyntaxReceiver.cs Refactoring of the Source Code Generator (#1141) 2024-02-04 03:23:06 +09:00