开发者

Xcode project to Visual Studio

开发者 https://www.devze.com 2023-01-17 08:05 出处:网络
I do most of my home development in Xcode, however my classes require me to use Visual Studio 2010. I am cur开发者_如何转开发ious if there is some tool that can convert my Xcode project to Visual Stud

I do most of my home development in Xcode, however my classes require me to use Visual Studio 2010. I am cur开发者_如何转开发ious if there is some tool that can convert my Xcode project to Visual Studio projects and back and structure the files the way the ides want them to be?

The programs I am writing are OS independent.


You might want to consider using a meta-make such as CMake that can generate both Visual Studio and Xcode project files.

It's probably not as ideal for you since you'll need to write the CMake file and then fix up both the Xcode and Visual Studio projects to your liking (though I believe CMake has some support for project organisation in Visual Studio—not sure about Xcode) rather than doing a straight conversion, but it would allow you to work in Xcode and submit as a Visual Studio project.

0

精彩评论

暂无评论...
验证码 换一张
取 消