Can VS 2008 code be opened in any other tool?
|
|
|||||||||||||
|
|
|
The Zeus editor can import and build Visual Studio solution files. |
||
|
|
|
|
Sharp Develop |
||
|
|
|
|
The .NET Framework version 3.5 delivers MSBuild, which can compile Visual Studio 2008 project and solution files directly. See the Wikipedia MSBuild page for details |
|||
|
|
|
|
All (most) files are just text, so you can open almost everything with Notepad(++). As long as you don't destroy the file structure you'll be fine. |
||
|
|
|
any text editor you please.. if you mean solution files, then they are xml files. Framework sdk is also provided separately, if you want to compile it you can use commandline compiler provided in the sdk |
||||||
|
