Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 131BEEA7E for ; Tue, 25 Jun 2013 19:28:32 +0000 (UTC) Received: (qmail 8898 invoked by uid 500); 25 Jun 2013 19:28:31 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 8875 invoked by uid 500); 25 Jun 2013 19:28:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 8868 invoked by uid 99); 25 Jun 2013 19:28:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 19:28:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8562F1C191; Tue, 25 Jun 2013 19:28:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bennmapes@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: added XHRProxy to .csproj file and template file Date: Tue, 25 Jun 2013 19:28:31 +0000 (UTC) Updated Branches: refs/heads/master 4b2329b5d -> f4fdc1e14 added XHRProxy to .csproj file and template file Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/f4fdc1e1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/f4fdc1e1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/f4fdc1e1 Branch: refs/heads/master Commit: f4fdc1e143bd2080a0f8fdc00e5734751180f700 Parents: 4b2329b Author: Benn Mapes Authored: Tue Jun 25 12:27:21 2013 -0700 Committer: Benn Mapes Committed: Tue Jun 25 12:27:57 2013 -0700 ---------------------------------------------------------------------- wp7/template/CordovaWP7AppProj.csproj | 3 +++ wp7/template/MyTemplate.vstemplate | 1 + wp7/template/cordovalib/XHRProxy.cs | 1 - wp8/template/CordovaWP8AppProj.csproj | 4 ++++ wp8/template/MyTemplate.vstemplate | 1 + 5 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f4fdc1e1/wp7/template/CordovaWP7AppProj.csproj ---------------------------------------------------------------------- diff --git a/wp7/template/CordovaWP7AppProj.csproj b/wp7/template/CordovaWP7AppProj.csproj index f7a6b48..2307284 100644 --- a/wp7/template/CordovaWP7AppProj.csproj +++ b/wp7/template/CordovaWP7AppProj.csproj @@ -99,6 +99,9 @@ + + + MainPage.xaml http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f4fdc1e1/wp7/template/MyTemplate.vstemplate ---------------------------------------------------------------------- diff --git a/wp7/template/MyTemplate.vstemplate b/wp7/template/MyTemplate.vstemplate index 2598b19..8494316 100644 --- a/wp7/template/MyTemplate.vstemplate +++ b/wp7/template/MyTemplate.vstemplate @@ -65,6 +65,7 @@ OrientationHelper.cs PluginResult.cs ScriptCallback.cs + XHRProxy.cs CordovaSourceDictionary.xml http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f4fdc1e1/wp7/template/cordovalib/XHRProxy.cs ---------------------------------------------------------------------- diff --git a/wp7/template/cordovalib/XHRProxy.cs b/wp7/template/cordovalib/XHRProxy.cs index 8a53f0b..c5dfe0a 100644 --- a/wp7/template/cordovalib/XHRProxy.cs +++ b/wp7/template/cordovalib/XHRProxy.cs @@ -6,7 +6,6 @@ using System.IO; using System.IO.IsolatedStorage; using System.Linq; using System.Text; -using System.Threading.Tasks; using System.Windows; namespace WPCordovaClassLib.CordovaLib http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f4fdc1e1/wp8/template/CordovaWP8AppProj.csproj ---------------------------------------------------------------------- diff --git a/wp8/template/CordovaWP8AppProj.csproj b/wp8/template/CordovaWP8AppProj.csproj index 8039209..42d81f6 100644 --- a/wp8/template/CordovaWP8AppProj.csproj +++ b/wp8/template/CordovaWP8AppProj.csproj @@ -136,6 +136,10 @@ + + + + MainPage.xaml http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/f4fdc1e1/wp8/template/MyTemplate.vstemplate ---------------------------------------------------------------------- diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate index 11d7835..2ba0fc6 100644 --- a/wp8/template/MyTemplate.vstemplate +++ b/wp8/template/MyTemplate.vstemplate @@ -59,6 +59,7 @@ OrientationHelper.cs PluginResult.cs ScriptCallback.cs + XHRProxy.cs appbar.back.rest.png