Click here to Skip to main content
15,886,639 members
Articles / Programming Languages / Visual Basic

Template Based Code Generator

Rate me:
Please Sign up or sign in to vote.
4.67/5 (33 votes)
20 Nov 2007CPOL13 min read 93.2K   4.1K   116  
A template based, command-line oriented .NET code generator

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CGen", "CGen\CGen.csproj", "{E0712545-64ED-45C9-890A-75F620E66585}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arebis.CodeGeneration", "Arebis.CodeGeneration\Arebis.CodeGeneration.csproj", "{145A1F88-5666-4CFD-BB74-8587D092D4BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arebis.CodeGeneration.VisualStudio", "Arebis.CodeGeneration.VisualStudio\Arebis.CodeGeneration.VisualStudio.csproj", "{BEEF38A8-372B-454F-8F12-14B008F16216}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arebis.CodeGenerator", "Arebis.CodeGenerator\Arebis.CodeGenerator.csproj", "{D2A451FB-809C-4F02-AA7D-5C0589495BE7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E0712545-64ED-45C9-890A-75F620E66585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E0712545-64ED-45C9-890A-75F620E66585}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E0712545-64ED-45C9-890A-75F620E66585}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E0712545-64ED-45C9-890A-75F620E66585}.Release|Any CPU.Build.0 = Release|Any CPU
		{145A1F88-5666-4CFD-BB74-8587D092D4BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{145A1F88-5666-4CFD-BB74-8587D092D4BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{145A1F88-5666-4CFD-BB74-8587D092D4BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{145A1F88-5666-4CFD-BB74-8587D092D4BA}.Release|Any CPU.Build.0 = Release|Any CPU
		{BEEF38A8-372B-454F-8F12-14B008F16216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BEEF38A8-372B-454F-8F12-14B008F16216}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BEEF38A8-372B-454F-8F12-14B008F16216}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BEEF38A8-372B-454F-8F12-14B008F16216}.Release|Any CPU.Build.0 = Release|Any CPU
		{D2A451FB-809C-4F02-AA7D-5C0589495BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D2A451FB-809C-4F02-AA7D-5C0589495BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D2A451FB-809C-4F02-AA7D-5C0589495BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D2A451FB-809C-4F02-AA7D-5C0589495BE7}.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
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions