Files
GacUI/Tutorial/Codegen.bat
2017-06-12 21:08:30 -07:00

15 lines
217 B
Batchfile

pushd GacUI_HelloWorlds
call Codegen.bat
popd
pushd GacUI_Layout
call Codegen.bat
popd
pushd GacUI_Controls
call Codegen.bat
popd
pushd GacUI_ControlTemplate
call Codegen.bat
popd
pushd GacUI_Xml
call Codegen.bat
popd