You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2015/10/19 22:27:11 UTC

cordova-windows git commit: Changing output path of windows platforms to support cumulative build in VS.

Repository: cordova-windows
Updated Branches:
  refs/heads/master 3dffd8d62 -> 45ae50ac0


Changing output path of windows platforms to support cumulative build in VS.

This closes #125


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/45ae50ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/45ae50ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/45ae50ac

Branch: refs/heads/master
Commit: 45ae50ac0a2a1f6bb0997ef15615f49b4387198f
Parents: 3dffd8d
Author: Raghav Katyal <ra...@microsoft.com>
Authored: Fri Oct 9 14:36:54 2015 -0700
Committer: Tim Barham <ti...@microsoft.com>
Committed: Mon Oct 19 13:26:50 2015 -0700

----------------------------------------------------------------------
 template/CordovaApp.Windows.jsproj   | 2 +-
 template/CordovaApp.Windows10.jsproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/45ae50ac/template/CordovaApp.Windows.jsproj
----------------------------------------------------------------------
diff --git a/template/CordovaApp.Windows.jsproj b/template/CordovaApp.Windows.jsproj
index f13153e..7bb077d 100644
--- a/template/CordovaApp.Windows.jsproj
+++ b/template/CordovaApp.Windows.jsproj
@@ -19,7 +19,7 @@
 -->
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <OutputPath>build\windows\$(Configuration)\$(Platform)\</OutputPath>
+    <OutputPath>build\windows\$(Configuration)\$(Platform)\win8.1\</OutputPath>
   <IntermediateOutputPath>build\windows\bld\</IntermediateOutputPath>
   </PropertyGroup>
   <ItemGroup Label="ProjectConfigurations">

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/45ae50ac/template/CordovaApp.Windows10.jsproj
----------------------------------------------------------------------
diff --git a/template/CordovaApp.Windows10.jsproj b/template/CordovaApp.Windows10.jsproj
index 1d79917..c1844af 100644
--- a/template/CordovaApp.Windows10.jsproj
+++ b/template/CordovaApp.Windows10.jsproj
@@ -19,7 +19,7 @@
 -->
 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <OutputPath>build\windows\$(Configuration)\$(Platform)\</OutputPath>
+    <OutputPath>build\windows\$(Configuration)\$(Platform)\win10\</OutputPath>
     <IntermediateOutputPath>build\windows\bld\</IntermediateOutputPath>
     <AppxPackageSigningEnabled>true</AppxPackageSigningEnabled>
   </PropertyGroup>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org