Updated Branches: refs/heads/master 951dc473a -> 8ffc8b1ad
WP7 project #defines WP7; Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/8ffc8b1a Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/8ffc8b1a Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/8ffc8b1a Branch: refs/heads/master Commit: 8ffc8b1ad411fd17e2331753ea00e79495303d5f Parents: 951dc47 Author: Jesse MacFadyen <[email protected]> Authored: Tue Jun 18 18:45:17 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jun 18 18:45:17 2013 -0700 ---------------------------------------------------------------------- wp7/template/CordovaWP7AppProj.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/8ffc8b1a/wp7/template/CordovaWP7AppProj.csproj ---------------------------------------------------------------------- diff --git a/wp7/template/CordovaWP7AppProj.csproj b/wp7/template/CordovaWP7AppProj.csproj index 82edc55..f7a6b48 100644 --- a/wp7/template/CordovaWP7AppProj.csproj +++ b/wp7/template/CordovaWP7AppProj.csproj @@ -49,7 +49,7 @@ <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>Bin\Debug</OutputPath> - <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> + <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;WP7</DefineConstants> <NoStdLib>true</NoStdLib> <NoConfig>true</NoConfig> <ErrorReport>prompt</ErrorReport>
