mirror of
https://github.com/AntonioND/tobkit.git
synced 2025-06-19 09:05:40 -04:00
11 lines
450 B
C++
11 lines
450 B
C++
// This file may very well be the most annoying workaround of all time.
|
|
// It is included here to simplify working with libsigc++ 2.0 using the
|
|
// MSVC IDE.
|
|
//
|
|
// This file is included in all of the MSVC projects to force the
|
|
// IDE to display the C/C++ property pages for editing. Apparently,
|
|
// the MSVC IDE does not recognize .cc files as C++ source code, even
|
|
// though the compiler does!
|
|
//
|
|
// Tim Shead, tshead@k-3d.com
|
|
// 10/12/2004
|