Include a picture in Visual Studio 2013 Template -


i trying include picture visual studio 2013 template. see picture added .zip file, not created when use template new solution.

    <project targetfilename="opencv template1.vcxproj" file="opencv template1.vcxproj" replaceparameters="true">   <projectitem replaceparameters="false" targetfilename="$projectname$.vcxproj.filters">opencv template1.vcxproj.filters</projectitem>   <projectitem replaceparameters="false" targetfilename="test.cpp">test.cpp</projectitem>   <projectitem replaceparameters="false" targetfilename="opencvlogo.jpg">opencvlogo.jpg</projectitem> </project> 

how can tell visual studio include logo.jpg when create new solution?


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -