Click here to Skip to main content
15,880,469 members
Articles / Containers / Virtual Machine

Conscript: An embeddable, compiled scripting language for .NET

Rate me:
Please Sign up or sign in to vote.
4.97/5 (58 votes)
5 Sep 2008CPOL15 min read 157.5K   1.4K   141  
An API for enhancing any .NET application with a scripting language

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conscript", "Conscript\Conscript.csproj", "{EE01F3D5-D9EE-4A5C-B467-9A5705516139}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConscriptDemo", "ConscriptDemo\ConscriptDemo.csproj", "{E82EA67C-E034-4309-B4C6-AED3D254A357}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccProjectUniqueName0 = Conscript\\Conscript.csproj
		SccProjectName0 = \u0022$/Conscript/Conscript/Conscript\u0022,\u0020YBAAAAAA
		SccLocalPath0 = Conscript
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		SccProjectUniqueName1 = ConscriptDemo\\ConscriptDemo.csproj
		SccProjectName1 = \u0022$/Conscript/Conscript/ConscriptDemo\u0022,\u0020ZJAAAAAA
		SccLocalPath1 = ConscriptDemo
		SccProvider1 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EE01F3D5-D9EE-4A5C-B467-9A5705516139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EE01F3D5-D9EE-4A5C-B467-9A5705516139}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EE01F3D5-D9EE-4A5C-B467-9A5705516139}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EE01F3D5-D9EE-4A5C-B467-9A5705516139}.Release|Any CPU.Build.0 = Release|Any CPU
		{E82EA67C-E034-4309-B4C6-AED3D254A357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E82EA67C-E034-4309-B4C6-AED3D254A357}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E82EA67C-E034-4309-B4C6-AED3D254A357}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E82EA67C-E034-4309-B4C6-AED3D254A357}.Release|Any CPU.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Malta Malta
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions