I moved this blog to other domain: https://tech.panshin.me , please update your bookmarks

Wednesday, May 1, 2013

VS.Php for Visual Studio Solution Generator

For my personal purposes I started to develop themes for
Wordpress. I found one VS.Php development tool integrated to visual
studio.


You can download it from here: href="http://www.jcxsoftware.com/jcx/"
target="_blank">http://www.jcxsoftware.com/jcx/ I like
the idea to develop in some environment that I am regular to. But
there was one problem: the fast way to create solution from
Wordpress directory. As you know, WordPress directory include big
amount of files and directories. I did not like the idea to add it
one by one. I created console application generated solution and
project file for VS.Php tool. The application receive just
directory path with files to add to solution. It will create
solution file in root and put to processed directory a project
file. Using example:

VSPhpSolutionGenerator.exe “C:\Wordpress3.2.1\wordpress”

It will create the tree:



Download: VSPhpSolutionGenerator.rar

No comments: