pavelliavonau / cmakeconverter

This project aims to facilitate the conversion of Visual Studio to CMake projects.
GNU Affero General Public License v3.0
817 stars 105 forks source link

FR: convert Atmel Studio / Microchip Studio Projects to cmake (based on VS2015) #149

Open xeno27 opened 10 months ago

xeno27 commented 10 months ago

Atmel Studio ( new name: Microchip studio) is based on Visual Studio 2015, and I. like to convert such projects to cmake.

I checked what happened if I run the converter (the file is not sln it is named asten, renaming it does not solve the issue).

Screenshot 2023-08-10 at 21 50 09

I Provide a test project generated by ATstart -> https://start.atmel.com and imported to Microchip Studio (https://www.microchip.com/en-us/tools-resources/develop/microchip-studio) RTOSdemo.zip

Is there any chance to convert such projects ? If yes, I will help on doing this :)

pavelliavonau commented 10 months ago

Looks that these types are custom and don't have a support from VS by default. Unfortunately I don't have a plans to support this. For vcproj I would advice to do a convertion with any visual studio to vcxproj, but I have no idea what to do with cproj in this case.

You may try to fork a converter and add this type of project (it's quite simple), but I can't promise I'll merge your work back to upstream. :)