Click here to Skip to main content
15,886,362 members
Articles / Web Development / ASP.NET

Experimenting Custom Build Providers

Rate me:
Please Sign up or sign in to vote.
4.69/5 (18 votes)
1 May 2006CPOL4 min read 53.1K   323   64  
A simple OR Mapper built with custom build providers, which reads data from XML files.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectMapper", "ObjectMapper\ObjectMapper.csproj", "{39893BD3-4F34-4867-9D44-000C86502035}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\TestObjMapper\", "C:\Documents and Settings\Cristian\My Documents\Visual Studio 2005\WebSites\TestObjMapper\", "{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{39893BD3-4F34-4867-9D44-000C86502035}|ObjectMapper.dll;{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}|ObjectMapperUtils.dll;"
		Debug.AspNetCompiler.VirtualPath = "/TestObjMapper"
		Debug.AspNetCompiler.PhysicalPath = "C:\Documents and Settings\Cristian\My Documents\Visual Studio 2005\WebSites\TestObjMapper\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TestObjMapper\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/TestObjMapper"
		Release.AspNetCompiler.PhysicalPath = "C:\Documents and Settings\Cristian\My Documents\Visual Studio 2005\WebSites\TestObjMapper\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TestObjMapper\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2305"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectMapperUtils", "ObjectMapperUtils\ObjectMapperUtils.csproj", "{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}"
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
		{39893BD3-4F34-4867-9D44-000C86502035}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Release|.NET.ActiveCfg = Release|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Release|Any CPU.Build.0 = Release|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{39893BD3-4F34-4867-9D44-000C86502035}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Debug|.NET.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Debug|.NET.Build.0 = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Release|.NET.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Release|.NET.Build.0 = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Release|Any CPU.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{B2FD129F-78F4-46E7-BF64-FBBD55279BF1}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Release|.NET.ActiveCfg = Release|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Release|Any CPU.Build.0 = Release|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{FDD197B3-C6C1-4BEA-8560-4C0F805DDD6C}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Romania Romania
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions