开发者

Using Visual Studio for open source projects (projects management & legal issues)

开发者 https://www.devze.com 2023-01-03 13:02 出处:网络
I\'m working on small open source project for developed Windows. I created new project using Visual Studio wizard and now I want to
  1. I'm working on small open source project for developed Windows. I created new project using Visual Studio wizard and now I want to publish it using subversion and develop it with friends. What projects' configuration files I have to add to repository to make my friends able to download current project's revision and open it in Visual Studio?

    1. List item University where I study is a member of Microsoft Academy Alliance project, which make students able to download legal copies of many Microsoft's products. Can I use this copy to develop ope开发者_如何转开发n source project and publish created code in Internet?


For 1; I would exclude *.user and *.suo files as they are user-specific, and the bin/obj folders as they are build output. Include most everything else; .cs, .csproj, .resx, etc.

For 2, from here:

You may use the software for non-commercial purposes including instructional use, research and/or design, and development and testing of projects for class assignments, tests, or personal projects. You may not use MSDNAA software for any for-profit software development.

I'm not a lawyer, but as long as you aren't selling it you should be fine under the "personal projects" caveat.


Of course, you could always use free alternatives:

Sharp Develop (also open source)

Visual Studio 2010 Express Editions

This allows other users, perhaps hobbyists, to have access. Legally you should be fine, don't sell it though.


Note that the restrictions for not selling a license placed by Microsoft is not copacetic to the GPL license. You cannot therefore fork a GPL project and use Visual Studio for your project build. This article is rather telling of the issues. The blog post gives Sharp Develop high praises as an alternative solution.

0

精彩评论

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

关注公众号