add wp7 project

This commit is contained in:
2014-02-11 21:55:22 +01:00
parent 75e6a23905
commit 07357b9327
16 changed files with 701 additions and 7 deletions
@@ -1,13 +1,12 @@
using System;
using System.Diagnostics;
using System.Resources;
using System.Windows;
using System.Windows.Markup;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
using PocketSharp.WP8.Resources;
using PocketSharp.WP8.ViewModels;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Markup;
using System.Windows.Navigation;
namespace PocketSharp.WP8
{