Click here to Skip to main content
15,886,799 members
Articles / Programming Languages / XML

Silverlight 1.1 Fun and Games

Rate me:
Please Sign up or sign in to vote.
4.91/5 (126 votes)
1 Nov 200727 min read 384K   816   238  
Silverlight 1.1 Fun and Games

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebSite1", "WebSite1\", "{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		Debug.AspNetCompiler.VirtualPath = "/WebSite1"
		Debug.AspNetCompiler.PhysicalPath = "WebSite1\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite1\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/WebSite1"
		Release.AspNetCompiler.PhysicalPath = "WebSite1\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite1\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "49505"
		VWDDynamicPort = "false"
		DefaultWebSiteLanguage = "Visual C#"
		ProjOutputReferences = "{B70744F5-EB86-4D62-873F-77774EC75740}|;"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilverlightProject1", "SilverlightProject1\SilverlightProject1.csproj", "{B70744F5-EB86-4D62-873F-77774EC75740}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Debug|.NET.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Debug|.NET.Build.0 = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Release|.NET.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Release|.NET.Build.0 = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Release|Any CPU.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{527AA7EE-4DBA-4A8B-8CF5-C21B335ED209}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{B70744F5-EB86-4D62-873F-77774EC75740}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Release|.NET.ActiveCfg = Release|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Release|Any CPU.Build.0 = Release|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{B70744F5-EB86-4D62-873F-77774EC75740}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I currently hold the following qualifications (amongst others, I also studied Music Technology and Electronics, for my sins)

- MSc (Passed with distinctions), in Information Technology for E-Commerce
- BSc Hons (1st class) in Computer Science & Artificial Intelligence

Both of these at Sussex University UK.

Award(s)

I am lucky enough to have won a few awards for Zany Crazy code articles over the years

  • Microsoft C# MVP 2016
  • Codeproject MVP 2016
  • Microsoft C# MVP 2015
  • Codeproject MVP 2015
  • Microsoft C# MVP 2014
  • Codeproject MVP 2014
  • Microsoft C# MVP 2013
  • Codeproject MVP 2013
  • Microsoft C# MVP 2012
  • Codeproject MVP 2012
  • Microsoft C# MVP 2011
  • Codeproject MVP 2011
  • Microsoft C# MVP 2010
  • Codeproject MVP 2010
  • Microsoft C# MVP 2009
  • Codeproject MVP 2009
  • Microsoft C# MVP 2008
  • Codeproject MVP 2008
  • And numerous codeproject awards which you can see over at my blog

Comments and Discussions