Click here to Skip to main content
15,884,628 members
Articles / Programming Languages / C#

Making apps for Windows 8 Part II : Little Notes sample

Rate me:
Please Sign up or sign in to vote.
4.22/5 (8 votes)
28 Oct 2012CPOL8 min read 34.5K   608   13  
Tutorial on developing apps for windows 8

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LittleNotes", "LittleNotes\LittleNotes.csproj", "{73B698C7-1363-415C-93B6-A663935D5F77}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|ARM = Debug|ARM
		Debug|x64 = Debug|x64
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|ARM = Release|ARM
		Release|x64 = Release|x64
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|ARM.ActiveCfg = Debug|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|ARM.Build.0 = Debug|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|ARM.Deploy.0 = Debug|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x64.ActiveCfg = Debug|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x64.Build.0 = Debug|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x64.Deploy.0 = Debug|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x86.ActiveCfg = Debug|x86
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x86.Build.0 = Debug|x86
		{73B698C7-1363-415C-93B6-A663935D5F77}.Debug|x86.Deploy.0 = Debug|x86
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|Any CPU.Build.0 = Release|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|ARM.ActiveCfg = Release|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|ARM.Build.0 = Release|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|ARM.Deploy.0 = Release|ARM
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|x64.ActiveCfg = Release|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|x64.Build.0 = Release|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|x64.Deploy.0 = Release|x64
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|x86.ActiveCfg = Release|x86
		{73B698C7-1363-415C-93B6-A663935D5F77}.Release|x86.Build.0 = Release|x86
		{73B698C7-1363-415C-93B6-A663935D5F77}.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
Student
Canada Canada
Microsoft Student Partner at University of Waterloo

Comments and Discussions