Archive for August, 2008

[C#, VS2008 ] One Solution, Mulitple Projects

So I was trying to create one solution which would act as a master build to build the multiple Silverlight projects we have on the go. I ran into slight issues when setting this up, so I thought I’d outline how I did it.
1. Create a “Blank Solution” project.1a. File -> New Project 1b. [...]

Continue reading » No comments

[Silverlight] What is a .xap File?

So in my travels I bumped into a screencast, and in it, the presenter appended the .zip extension to the end of the .xap file and was able to open up a collection of files by unzipping it! I was like… woooooooah, that’s something I didn’t know.
What is an .xap file?
The .XAP file is [...]

Continue reading » No comments