ix-ax / AXOpen

[This repository is for active development.] Application framework based on SIMATIC-AX and AX# technology.
https://ix-ax.github.io/AXOpen/
MIT License
31 stars 1 forks source link

Script creating library from template should replace the dots #275

Closed TomKovac closed 5 months ago

TomKovac commented 10 months ago

Script creating library from template should replace the dots in AXSharp.config.json file of the created library by the underscores.

Current result: {"OutputProjectFolder":"..\src\AXOpen.Components.Festo.Drives","UseBase":false,"NoDependencyUpdate":false,"ProjectFile":"ix_ax_axopen.components.festo.drives.csproj"}

Required result: {"OutputProjectFolder":"..\src\AXOpen.Components.Festo.Drives","UseBase":false,"NoDependencyUpdate":false,"ProjectFile":"ix_ax_axopen_components_festo_drives.csproj"}

TomKovac commented 5 months ago

Closed by #362