Click here to Skip to main content
15,895,667 members
Articles / Programming Languages / C#

VSA Scripting in .NET

Rate me:
Please Sign up or sign in to vote.
4.85/5 (27 votes)
27 Feb 200518 min read 140.7K   3.3K   101  
Using Visual Studio for Applications to add scripting capabilities to your .NET apps.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scripting with Vsa", "Scripting with Vsa.csproj", "{9A0002BB-D531-4594-AD17-DFBB67E1DC33}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VsaScripting", "VsaScripting\VsaScripting.csproj", "{E71788AE-63C7-43FE-B0CC-D0AD05EE8F53}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{9A0002BB-D531-4594-AD17-DFBB67E1DC33}.Debug.ActiveCfg = Debug|.NET
		{9A0002BB-D531-4594-AD17-DFBB67E1DC33}.Debug.Build.0 = Debug|.NET
		{9A0002BB-D531-4594-AD17-DFBB67E1DC33}.Release.ActiveCfg = Release|.NET
		{9A0002BB-D531-4594-AD17-DFBB67E1DC33}.Release.Build.0 = Release|.NET
		{E71788AE-63C7-43FE-B0CC-D0AD05EE8F53}.Debug.ActiveCfg = Debug|.NET
		{E71788AE-63C7-43FE-B0CC-D0AD05EE8F53}.Debug.Build.0 = Debug|.NET
		{E71788AE-63C7-43FE-B0CC-D0AD05EE8F53}.Release.ActiveCfg = Release|.NET
		{E71788AE-63C7-43FE-B0CC-D0AD05EE8F53}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 States United States
Senior Application Developer specializing in Windows desktop and network development.

Professional Experience
- B.S. of Computer Science (Graduated 2001 - PSU)
- Senior Application Developer (8+ yrs)
- Microsoft Certified Professional

Primary Interests
- C#, C++, HTML, Javascript
- XML, ASP.NET, Web Services, SOAP, UDDI
- Socket programming and anything network related
- Reflection, Serialization, and Plugin Frameworks
- Owner-drawn controls and GDI+ goodness

Comments and Discussions