codeshow icon indicating copy to clipboard operation
codeshow copied to clipboard

Compile issues with VS 2013

Open bgfast opened this issue 10 years ago • 1 comments

Is there a setup document which shows what references to add for each project? Any other setup steps to follow to resolve the below issues?

Error 155 File 'Windows.props' not found. See http://go.microsoft.com/fwlink/?prd=12395&pver=1.0&plcid=0x409&ar=MSDN&sar=PlatformMultiTargeting&o1=&o2=WindowsPhoneApp for more information. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 451 9 codeShow.JS.WindowsPhone Error 158 Payload contains two or more files with the same destination path 'simple.css'. Source files: C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.css C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\webview\simple\simple.css C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows Error 159 Payload contains two or more files with the same destination path 'simple.js'. Source files: C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.js C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\secondtile\simple\simple.js C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows Error 160 Payload contains two or more files with the same destination path 'simple.html'. Source files: C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\bingmaps\simple\simple.html C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\navbar\simple\simple.html C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\secondtile\simple\simple.html C:\Source\Repos\codeshow\codeShow.JS\codeShow.JS.Shared\demos\webview\simple\simple.html C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets 904 9 codeShow.JS.Windows Error 161 Metadata file 'C:\Source\Repos\codeshow\CodeShow.CS\BackgroundTaskDemo\bin\Debug\BackgroundTaskDemo.winmd' could not be found C:\Source\Repos\codeshow\CodeShow.CS\CodeShow.CS.Windows\CSC CodeShow.CS.Windows

bgfast avatar Feb 10 '15 16:02 bgfast

I never had that issue, please take a look at this SO question, it might help you out: http://stackoverflow.com/questions/18377876/nuget-portable-library-and-winrt-appx-payload-contains-two-or-more-files-with

Regards

sebagomez avatar Feb 11 '15 01:02 sebagomez