Click here to Skip to main content
15,895,809 members
Articles / Mobile Apps / Windows Phone 7

Presentation Patterns for XAML based Applications

Rate me:
Please Sign up or sign in to vote.
4.99/5 (44 votes)
17 Sep 2013CPOL23 min read 95.6K   1.5K   176  
Design patterns on the presentation layer for WPF, Silverlight and Windows Phone applications.
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Program.Desktop", "Program\Program.Desktop.csproj", "{7279132F-F036-4FFA-903C-7F7E241EF82E}"
	ProjectSection(ProjectDependencies) = postProject
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C} = {8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B} = {637C9FDE-B862-4920-9C4D-64F6EBD9187B}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Desktop", "Core\Core.Desktop.csproj", "{637C9FDE-B862-4920-9C4D-64F6EBD9187B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Controls.Desktop", "Controls\Controls.Desktop.csproj", "{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}"
	ProjectSection(ProjectDependencies) = postProject
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B} = {637C9FDE-B862-4920-9C4D-64F6EBD9187B}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Debug|Any CPU.ActiveCfg = Debug|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Debug|x86.ActiveCfg = Debug|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Debug|x86.Build.0 = Debug|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Release|Any CPU.ActiveCfg = Release|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Release|Mixed Platforms.Build.0 = Release|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Release|x86.ActiveCfg = Release|x86
		{7279132F-F036-4FFA-903C-7F7E241EF82E}.Release|x86.Build.0 = Release|x86
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Debug|x86.ActiveCfg = Debug|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Release|Any CPU.Build.0 = Release|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{637C9FDE-B862-4920-9C4D-64F6EBD9187B}.Release|x86.ActiveCfg = Release|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Debug|x86.ActiveCfg = Debug|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Release|Any CPU.Build.0 = Release|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{8F2FD777-E2B7-4211-AC03-7CC11B51BF1C}.Release|x86.ActiveCfg = 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)
Switzerland Switzerland
👨 Senior .NET Software Engineer

🚀 My Open Source Projects
- Time Period Library 👉 GitHub
- Payroll Engine 👉 GitHub

Feedback and contributions are welcome.



Comments and Discussions