Releases: CyberBotX/DSPtoVCXPROJ
Releases · CyberBotX/DSPtoVCXPROJ
v1.1
- Update to .NET 8 (use of collection initialization, use of primary constructors, more uses of ReadOnlySpan and make use of the ReadOnlySpan.Split method added with .NET 8)
- "Corrects" issue when encountering a /Tc or /Tp flag. While it should be erroneous, I was presented an example of a DSP that had a /Tp flag with no argument, which made me assume it was meant to be /TP instead, so this will handle this, whether correct or not.
- Corrects issue when inside of a Custom Build Step and encountering a line which are not ones that contain the outputs of the build step.
This application uses .NET 8.0 and requires the .NET 8.0 runtime. If you do not have this runtime installed, follow the link to install it.
v1.0
This is the initial release of DSPtoVCXPROJ
. See the project's README.md file for more details.
This application uses .NET 7.0 and requires the .NET 7.0 runtime. If you do not have this runtime installed, follow the link to install it.