Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / WPF

An Address Book Application Made in MVVM For Metro Style App in Windows 8

Rate me:
Please Sign up or sign in to vote.
4.67/5 (8 votes)
29 May 2012CPOL6 min read 51K   3.1K   26  
Hands on developing MVVM Application without any Frameworks

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11 Express for Windows 8
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvvm2", "Mvvm2\Mvvm2.csproj", "{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|ARM = Debug|ARM
		Debug|Any CPU = Debug|Any CPU
		Debug|x64 = Debug|x64
		Debug|x86 = Debug|x86
		Release|ARM = Release|ARM
		Release|Any CPU = Release|Any CPU
		Release|x64 = Release|x64
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|ARM.ActiveCfg = Debug|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|ARM.Build.0 = Debug|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|ARM.Deploy.0 = Debug|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x64.ActiveCfg = Debug|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x64.Build.0 = Debug|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x64.Deploy.0 = Debug|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x86.ActiveCfg = Debug|x86
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x86.Build.0 = Debug|x86
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Debug|x86.Deploy.0 = Debug|x86
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|ARM.ActiveCfg = Release|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|ARM.Build.0 = Release|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|ARM.Deploy.0 = Release|ARM
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|Any CPU.Build.0 = Release|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x64.ActiveCfg = Release|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x64.Build.0 = Release|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x64.Deploy.0 = Release|x64
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x86.ActiveCfg = Release|x86
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x86.Build.0 = Release|x86
		{1877AD2F-9D33-49EB-8C43-58BC5FFE638A}.Release|x86.Deploy.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 Code Project Open License (CPOL)


Written By
CEO Addya Technologies
India India
"I am the CEO"
An Entrepreneur, Driving an Business Transformation Unit.

Comments and Discussions