Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36341176C6 for ; Wed, 22 Oct 2014 17:47:34 +0000 (UTC) Received: (qmail 27684 invoked by uid 500); 22 Oct 2014 17:47:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 27665 invoked by uid 500); 22 Oct 2014 17:47:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 27653 invoked by uid 99); 22 Oct 2014 17:47:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 17:47:33 +0000 Date: Wed, 22 Oct 2014 17:47:33 +0000 (UTC) From: "Ashwin Desai (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-7851) Windows: New files are automatically shared between Phone and Windows projects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ashwin Desai created CB-7851: -------------------------------- Summary: Windows: New files are automatically shared between Phone and Windows projects Key: CB-7851 URL: https://issues.apache.org/jira/browse/CB-7851 Project: Apache Cordova Issue Type: Bug Components: CLI Affects Versions: 4.0.0, 3.6.3 Environment: Windows 8.1 Reporter: Ashwin Desai Currently, there is no way (short of managing the jsproj and projitems files manually) to add a platform specific file in the CLI generated Universal app project. I created a project using the cordova CLI and added the windows platform. It creates 4 projects as described in the documentation including one for the shared assets. I added a file to the CordovaApp.WindowsPhone project using Visual Studio 2013 Update 3. I am expecting that this file is specific to the WindowsPhone project; but, it gets shared across all project which is not desirable. In short, adding a file to CordovaApp.Windows and CordovaApp.WindowsPhone projects would effectively share the file to the other projects in the solution. I compared this behaviour to a Javascript template based Universal app created without Cordova and it works fine i.e. you can add project specific files without them being shared automatically. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org