Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C#

Generate Proxy Class at Build Time

Rate me:
Please Sign up or sign in to vote.
4.74/5 (13 votes)
15 Nov 2011Ms-PL5 min read 36.6K   214   25  
An introduction to Genuilder Extensibility

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Membership.Console", "Membership.Console\Membership.Console.csproj", "{DAC23024-2E75-46A7-AAEB-1C31BBA07F12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Article", "Article", "{7D4E70F2-EBAC-4868-B88A-EF6663BFEF8B}"
	ProjectSection(SolutionItems) = preProject
		ProxyGeneration.htm = ProxyGeneration.htm
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Membership.Genuilder", "Membership.Genuilder\Membership.Genuilder.csproj", "{C05DF905-6646-4D09-A43B-D4D40595F70B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DAC23024-2E75-46A7-AAEB-1C31BBA07F12}.Debug|x86.ActiveCfg = Debug|x86
		{DAC23024-2E75-46A7-AAEB-1C31BBA07F12}.Debug|x86.Build.0 = Debug|x86
		{DAC23024-2E75-46A7-AAEB-1C31BBA07F12}.Release|x86.ActiveCfg = Release|x86
		{DAC23024-2E75-46A7-AAEB-1C31BBA07F12}.Release|x86.Build.0 = Release|x86
		{C05DF905-6646-4D09-A43B-D4D40595F70B}.Debug|x86.ActiveCfg = Debug|x86
		{C05DF905-6646-4D09-A43B-D4D40595F70B}.Debug|x86.Build.0 = Debug|x86
		{C05DF905-6646-4D09-A43B-D4D40595F70B}.Release|x86.ActiveCfg = Release|x86
		{C05DF905-6646-4D09-A43B-D4D40595F70B}.Release|x86.Build.0 = Release|x86
	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 Microsoft Public License (Ms-PL)


Written By
Software Developer Freelance
France France
I am currently the CTO of Metaco, we are leveraging the Bitcoin Blockchain for delivering financial services.

I also developed a tool to make IaaS on Azure more easy to use IaaS Management Studio.

If you want to contact me, go this way Smile | :)

Comments and Discussions