
1. Build
	Open UlsExamples.sln
	Set the build-configuration Release/x86
	Run 'Build Solution'

2. Test on the x64 platform
	a) CppExamples
		foreach dirname in { css3, dump, html5, mkf, shell, tokseq } do
			goto the dir of 'dirname'
			try to double-click the batch file 'run_cpp_{dirname}_demo_x64.bat'
		done

	b) CsExamples
		foreach dirname in { css3, dump, html5, shell } do
			goto the dir of 'dirname'
			try to double-click the batch file 'run_cs_{dirname}_demo_x64.bat'
		done