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
Post a Comment