Click here to Skip to main content
15,896,453 members
Articles / Programming Languages / C#

Relationship Oriented Programming

Rate me:
Please Sign up or sign in to vote.
4.87/5 (20 votes)
12 Dec 2011CPOL14 min read 57.8K   805   58  
Modeling the Romeo and Juliet meta-model.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XTreeIIDemo", "XTreeIIDemo.csproj", "{DE1BD1B6-84B7-4586-B415-6907660A8F71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Tools.Strings", "..\Clifton.Tools.Strings\Clifton.Tools.Strings.csproj", "{785E007E-4692-4017-8A82-E2287654F2EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Windows.Forms", "..\Clifton.Windows.Forms\Clifton.Windows.Forms.csproj", "{BE9F2F01-9E6C-4731-BAAB-6045494DC533}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyXaml.Core", "..\Myxaml 2.0\MyXaml.Core\MyXaml.Core.csproj", "{FC6CCC7F-3080-419B-B72A-157A00959DA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyXaml.WinForms", "..\Myxaml 2.0\MyXaml.WinForms\MyXaml.WinForms.csproj", "{9056C70D-6772-4DB3-BCC3-130EE39B50EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "..\UnitTest\UnitTest.csproj", "{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ROPLib", "..\ROPLib\ROPLib.csproj", "{D2AB5377-C953-4552-8550-8DC28B3C3AED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XTreeInterfaces", "..\XTreeInterfaces\XTreeInterfaces.csproj", "{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLLiteDataProvider", "..\SQLLiteDataProvider\SQLLiteDataProvider.csproj", "{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ROPLib.Interfaces", "ROPLib.Interfaces\ROPLib.Interfaces.csproj", "{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSetDataProvider", "DataSetDataProvider\DataSetDataProvider.csproj", "{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clifton.Tools.Data", "..\Clifton.Tools.Data\Clifton.Tools.Data.csproj", "{E8B50881-B715-4125-89A5-C72005EE5A3F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|x86 = Debug|x86
		MemoryLeakTesting|Any CPU = MemoryLeakTesting|Any CPU
		MemoryLeakTesting|x86 = MemoryLeakTesting|x86
		Release|Any CPU = Release|Any CPU
		Release|x86 = Release|x86
		Xml Documentation|Any CPU = Xml Documentation|Any CPU
		Xml Documentation|x86 = Xml Documentation|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Debug|x86.ActiveCfg = Debug|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Release|Any CPU.Build.0 = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Release|x86.ActiveCfg = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{DE1BD1B6-84B7-4586-B415-6907660A8F71}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Debug|x86.ActiveCfg = Debug|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.MemoryLeakTesting|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.MemoryLeakTesting|Any CPU.Build.0 = Xml Documentation|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.MemoryLeakTesting|x86.ActiveCfg = Xml Documentation|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Release|Any CPU.Build.0 = Release|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Release|x86.ActiveCfg = Release|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Xml Documentation|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Xml Documentation|Any CPU.Build.0 = Xml Documentation|Any CPU
		{785E007E-4692-4017-8A82-E2287654F2EF}.Xml Documentation|x86.ActiveCfg = Xml Documentation|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Debug|x86.ActiveCfg = Debug|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Release|Any CPU.Build.0 = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Release|x86.ActiveCfg = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{BE9F2F01-9E6C-4731-BAAB-6045494DC533}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Debug|x86.ActiveCfg = Debug|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.MemoryLeakTesting|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.MemoryLeakTesting|Any CPU.Build.0 = Xml Documentation|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.MemoryLeakTesting|x86.ActiveCfg = Xml Documentation|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Release|Any CPU.Build.0 = Release|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Release|x86.ActiveCfg = Release|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Xml Documentation|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Xml Documentation|Any CPU.Build.0 = Xml Documentation|Any CPU
		{FC6CCC7F-3080-419B-B72A-157A00959DA2}.Xml Documentation|x86.ActiveCfg = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Debug|x86.ActiveCfg = Debug|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.MemoryLeakTesting|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.MemoryLeakTesting|Any CPU.Build.0 = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.MemoryLeakTesting|x86.ActiveCfg = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Release|Any CPU.Build.0 = Release|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Release|x86.ActiveCfg = Release|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Xml Documentation|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Xml Documentation|Any CPU.Build.0 = Xml Documentation|Any CPU
		{9056C70D-6772-4DB3-BCC3-130EE39B50EA}.Xml Documentation|x86.ActiveCfg = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Debug|x86.ActiveCfg = Debug|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.MemoryLeakTesting|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.MemoryLeakTesting|Any CPU.Build.0 = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.MemoryLeakTesting|x86.ActiveCfg = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Release|Any CPU.Build.0 = Release|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Release|x86.ActiveCfg = Release|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Xml Documentation|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Xml Documentation|Any CPU.Build.0 = Xml Documentation|Any CPU
		{F30EB2A1-7BE1-43F7-BF95-88D46C0F2FC2}.Xml Documentation|x86.ActiveCfg = Xml Documentation|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Debug|x86.ActiveCfg = Debug|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Release|Any CPU.Build.0 = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Release|x86.ActiveCfg = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{D2AB5377-C953-4552-8550-8DC28B3C3AED}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Debug|x86.ActiveCfg = Debug|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Release|Any CPU.Build.0 = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Release|x86.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{C825A94F-05DE-4A9E-ABE8-82780BF8A5BF}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Debug|x86.ActiveCfg = Debug|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Release|Any CPU.Build.0 = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Release|x86.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{89FD3C52-A169-48CB-8291-DAEE5C7BEED1}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Debug|x86.ActiveCfg = Debug|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Release|Any CPU.Build.0 = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Release|x86.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{CD1A91B2-9A8A-4336-AC81-FB3D8D006A92}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Debug|x86.ActiveCfg = Debug|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.MemoryLeakTesting|Any CPU.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.MemoryLeakTesting|Any CPU.Build.0 = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.MemoryLeakTesting|x86.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Release|Any CPU.Build.0 = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Release|x86.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Xml Documentation|Any CPU.ActiveCfg = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Xml Documentation|Any CPU.Build.0 = Release|Any CPU
		{B86EA917-3727-4CAF-BBE7-1B954D87D4CB}.Xml Documentation|x86.ActiveCfg = Release|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Debug|x86.ActiveCfg = Debug|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Debug|x86.Build.0 = Debug|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.MemoryLeakTesting|Any CPU.ActiveCfg = MemoryLeakTesting|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.MemoryLeakTesting|Any CPU.Build.0 = MemoryLeakTesting|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.MemoryLeakTesting|x86.ActiveCfg = MemoryLeakTesting|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.MemoryLeakTesting|x86.Build.0 = MemoryLeakTesting|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Release|Any CPU.Build.0 = Release|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Release|x86.ActiveCfg = Release|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Release|x86.Build.0 = Release|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Xml Documentation|Any CPU.ActiveCfg = Xml Documentation|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Xml Documentation|Any CPU.Build.0 = Xml Documentation|Any CPU
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Xml Documentation|x86.ActiveCfg = Xml Documentation|x86
		{E8B50881-B715-4125-89A5-C72005EE5A3F}.Xml Documentation|x86.Build.0 = Xml Documentation|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 Code Project Open License (CPOL)


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions