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

Clearer – A Gesture-Driven Windows 8 To-Do Application

Rate me:
Please Sign up or sign in to vote.
4.97/5 (14 votes)
9 Oct 2012CPOL15 min read 52.2K   878   22  
This article describes my experiences of porting a novel gesture-driven Windows Phone app to Windows 8.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows 8
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clearer", "Clearer\Clearer.csproj", "{B108B71B-E5F5-44AD-8135-F951E81B1D6D}"
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
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|ARM.ActiveCfg = Debug|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|ARM.Build.0 = Debug|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|ARM.Deploy.0 = Debug|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x64.ActiveCfg = Debug|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x64.Build.0 = Debug|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x64.Deploy.0 = Debug|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x86.ActiveCfg = Debug|x86
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x86.Build.0 = Debug|x86
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Debug|x86.Deploy.0 = Debug|x86
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|Any CPU.Build.0 = Release|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|ARM.ActiveCfg = Release|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|ARM.Build.0 = Release|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|ARM.Deploy.0 = Release|ARM
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|x64.ActiveCfg = Release|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|x64.Build.0 = Release|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|x64.Deploy.0 = Release|x64
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|x86.ActiveCfg = Release|x86
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.Release|x86.Build.0 = Release|x86
		{B108B71B-E5F5-44AD-8135-F951E81B1D6D}.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
Architect Scott Logic
United Kingdom United Kingdom
I am CTO at ShinobiControls, a team of iOS developers who are carefully crafting iOS charts, grids and controls for making your applications awesome.

I am a Technical Architect for Visiblox which have developed the world's fastest WPF / Silverlight and WP7 charts.

I am also a Technical Evangelist at Scott Logic, a provider of bespoke financial software and consultancy for the retail and investment banking, stockbroking, asset management and hedge fund communities.

Visit my blog - Colin Eberhardt's Adventures in .NET.

Follow me on Twitter - @ColinEberhardt

-

Comments and Discussions