wxWidgets/tests/benchmarks
Kelvin Lee c4f6cf21dc Use canonical format for MSVS project/solution files
Use the same format as is used by MSVS itself to avoid spurious changes when
modifying the files. Notably:

- Use DOS end of line format (0D 0A).
- Add UTF-8 BOM (EF BB BF) to the beginning of the files.
- Do not put CR LF at the end of the last line in the file.

Closes https://github.com/wxWidgets/wxWidgets/pull/440
2017-03-18 15:14:26 +01:00
..
htmlparser
bench_vc7_bench_graphics.vcproj
bench_vc7_bench_gui.vcproj
bench_vc7_bench.vcproj
bench_vc7.sln Use canonical format for MSVS project/solution files 2017-03-18 15:14:26 +01:00
bench_vc8_bench_graphics.vcproj
bench_vc8_bench_gui.vcproj
bench_vc8_bench.vcproj
bench_vc8.sln Use canonical format for MSVS project/solution files 2017-03-18 15:14:26 +01:00
bench_vc9_bench_graphics.vcproj
bench_vc9_bench_gui.vcproj
bench_vc9_bench.vcproj
bench_vc9.sln Use canonical format for MSVS project/solution files 2017-03-18 15:14:26 +01:00
bench.bkl
bench.cpp
bench.h
datetime.cpp
graphics.cpp Added drawing rounded rectangles to the graphics benchmark. 2016-06-05 23:14:48 +02:00
htmltest.html
image.cpp
ipcclient.cpp
log.cpp
makefile.bcc
makefile.gcc Link with oleacc.lib when using MSW gcc makefiles 2017-01-04 11:50:18 +01:00
Makefile.in
makefile.vc Fix build with RTTI turned off using MSVC makefiles 2017-01-04 12:01:14 +01:00
mbconv.cpp
printfbench.cpp
strings.cpp
tls.cpp