Files
GacUI/Tutorial/Codegen.bat
2016-04-13 23:38:47 -07:00

46 lines
623 B
Batchfile

pushd GacUI_HelloWorlds
pushd Xml\UI
call Codegen.bat
popd
pushd CppXml\UI
call Codegen.bat
popd
pushd MVVM\UI
call Codegen.bat
popd
popd
pushd GacUI_Layout
pushd Alignment\UI
call Codegen.bat
popd
pushd Stack\UI
call Codegen.bat
popd
pushd Table\UI
call Codegen.bat
popd
pushd Flow\UI
call Codegen.bat
popd
pushd RichTextEmbedding\UI
call Codegen.bat
popd
popd
pushd GacUI_Controls
pushd ContainersAndButtons\UI
call Codegen.bat
popd
pushd TextEditor\UI
call Codegen.bat
popd
popd
pushd GacUI_ControlTemplate
pushd BlackSkin\UI
call Codegen.bat
popd
popd
pushd GacUI_Xml
pushd Instance_Window\UI
call Codegen.bat
popd
popd