visual studio - Two applications in solution: Payload contains two or more files with the same destination path 'App.xbf' -
there mainapplication + backgroundaudiotask. create windows phone 8.1 blank app in same solution unit testing purpose, naming unittestapp.
unittestapp resefrs mainapplication (as backgroundaudiotask , needed libs)
in vs 2013 update 4 solution not compile. error:
payload contains 2 or more files same destination path 'app.xbf'. source files: c:\projects\solution\unittestapp\bin\debug\app.xbf c:\projects\solution\mainapplication\bin\debug\app.xbf
how fix error?
i had same error, files same name "assets/applicationicon.png". fixed excluding assets-folder unittest-project.
Comments
Post a Comment