Skip to content

Releases: CyberBotX/DSPtoVCXPROJ

v1.1

28 Feb 21:40
Compare
Choose a tag to compare
  • 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

09 Aug 19:12
Compare
Choose a tag to compare

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.