Browsing the SSCLI in Visual Studio
I've attached a simple Visual Studio 2005 project that I use for browsing the SSCLI v2 source tree. (Once you've downloaded it, rename the file to remove the .txt extension). The project is good for browsing, however it will not build or debug the SSCLI -- you still need to run the bundled scripts for that. However, even a browse only project works well for me, since there's a ton of code there, and I find being able to use some of Visual Studio's source navigation functions makes working with the code much nicer and more manageable.
Comments
- Anonymous
June 07, 2006
Check this post, I agree that this is super useful for browsing the source. - Anonymous
June 07, 2006
The attached file is 0 bytes! - Anonymous
June 07, 2006
I had a nice New and Notable yesterday but the web ate it – I hate having done an hour’s worth of work... - Anonymous
June 07, 2006
Attach has size == 0.
Can you reattach it? - Anonymous
June 08, 2006
This file is empty.
Please check. - Anonymous
June 08, 2006
PingBack from http://weblogs.com.pk/khurram/archive/2006/06/09/4218.aspx - Anonymous
June 08, 2006
I've update the link so that it should download better now. The new server won't serve .vcproj files, so it's been renamed .vcproj.txt -- you'll have to rename it back to .vcproj once you've downloaded it.
-Shawn - Anonymous
June 19, 2006
 
Web Resources
 
[Default] Game Developers: Make Contact in Seattle
August... - Anonymous
September 26, 2006
Introduction
Time for some cool .NET 2.0 feature that might prove useful in some scenarios: string interning....