mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
9bdc08c9f0
- added _WIN32_WINNT value detection up to Windows 7 - modified Util::Units to compile with VS 2010 (static_assert is standard in C++11)
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
vc.project.platforms = Win32, x64, WinCE
|
|
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
|
|
vc.solution.create = true
|
|
vc.solution.include = \
|
|
pkill\\pkill;\
|
|
SampleApp\\SampleApp;\
|
|
SampleServer\\SampleServer;\
|
|
Units\\Units
|