visual studio 2012 - Exporting .props files in project template VS2012/13 -


i attempting export project template. there 2 .props files (one win32 configuration , other x64 configuration.

when run export wizard, zip created without .prop files included. however, .vcxproj file still references .props files , and error occurs when project created using exported template.

how can export .props files rest of code , apply correctly new project using template? preferably, without using custom wizard.

the error appears when trying create project template:

==================================================

unable read project file "window2.vcxproj".

c:\users\steve\documents\visual studio 2013\projects\window2\window2\window2.vcxproj(51,5): imported project "c:\users\steve\documents\visual studio 2013\projects\window2\window2\configuration win32.props" not found. confirm path in declaration correct, , file exists on disk.

==================================================

thanks in advance,

steve


Comments