WPF Devleoper Helper/Publish Tool
{User to copy some files from debug/release to test path}

Please config in app.config as follow:
Example:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings >
<!--Release/Debug Directory-->
<add key="Source" value="E:\SVN\bin\Debug"/>
<!--publish Directory-->
<add key="Destination" value="E:\work_Demo\Publish\"/>
<!--publish folder Prefix-->
<add key="Prefix" value="TWebCamera"/>
<!--publish files-->
<add key="Files" value="PublishTool.exe"/>
<!--publish folders-->
<add key="Folders" value="Effect|language"/>
</appSettings>
</configuration>

click publish ,it will copy these files and folders to distination.

WPF Devleoper Helper/CodeGenerate
use to generate DependencyProperty code for WPF

WPF Devleoper Helper/ConvertImage
User to convert image to special width/height/format .
target image is 96 DPI
multi images one time.