-
-
Notifications
You must be signed in to change notification settings - Fork 132
Batch File
David Grochocki edited this page Mar 23, 2017
·
2 revisions
- Capture all XAML files.
C:\>dir /S /B *.xaml > allxaml.bat
- Modify batch file to include call to xstyler.exe.
- Execute batch file.
Thanks @Bill77!
Have a useful recipe? Let us know, and we will add it to the Wiki for others to use in their projects.