Browse Source

updated progen files

Günter Obiltschnig 6 years ago
parent
commit
fe3f6405b6
100 changed files with 145 additions and 299 deletions
  1. 2 3
      ApacheConnector/ApacheConnector.progen
  2. 1 2
      ApacheConnector/samples/FormServer/FormServer.progen
  3. 1 2
      ApacheConnector/samples/TimeServer/TimeServer.progen
  4. 1 1
      ApacheConnector/samples/samples.progen
  5. 1 1
      CppParser/CppParser.progen
  6. 1 1
      CppParser/testsuite/TestSuite.progen
  7. 1 1
      CppUnit/CppUnit.progen
  8. 5 14
      Crypto/Crypto.progen
  9. 2 5
      Crypto/samples/genrsakey/genrsakey.progen
  10. 1 1
      Crypto/samples/samples.progen
  11. 2 3
      Crypto/testsuite/TestSuite.progen
  12. 3 4
      Data/Data.progen
  13. 1 9
      Data/MySQL/MySQL.progen
  14. 1 3
      Data/MySQL/testsuite/TestSuite.progen
  15. 1 1
      Data/ODBC/ODBC.progen
  16. 1 1
      Data/ODBC/testsuite/TestSuite.progen
  17. 1 9
      Data/PostgreSQL/PostgreSQL.progen
  18. 1 1
      Data/PostgreSQL/testsuite/TestSuite.progen
  19. 1 2
      Data/SQLite/SQLite.progen
  20. 1 1
      Data/SQLite/testsuite/TestSuite.progen
  21. 1 1
      Data/samples/Binding/Binding.progen
  22. 1 1
      Data/samples/RecordSet/RecordSet.progen
  23. 1 1
      Data/samples/RowFormatter/RowFormatter.progen
  24. 1 1
      Data/samples/Tuple/Tuple.progen
  25. 1 3
      Data/samples/TypeHandler/TypeHandler.progen
  26. 1 1
      Data/samples/WebNotifier/WebNotifier.progen
  27. 1 1
      Data/samples/samples.progen
  28. 1 3
      Data/testsuite/TestSuite.progen
  29. 3 3
      Encodings/Compiler/Compiler.progen
  30. 1 1
      Encodings/Encodings.progen
  31. 1 2
      Encodings/samples/TextConverter/TextConverter.progen
  32. 1 1
      Encodings/samples/samples.progen
  33. 1 1
      Encodings/testsuite/TestSuite.progen
  34. 3 5
      Foundation/Foundation.progen
  35. 1 3
      Foundation/samples/ActiveMethod/ActiveMethod.progen
  36. 1 3
      Foundation/samples/Activity/Activity.progen
  37. 1 3
      Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.progen
  38. 1 3
      Foundation/samples/DateTime/DateTime.progen
  39. 1 2
      Foundation/samples/LineEndingConverter/LineEndingConverter.progen
  40. 1 3
      Foundation/samples/LogRotation/LogRotation.progen
  41. 1 3
      Foundation/samples/Logger/Logger.progen
  42. 1 3
      Foundation/samples/NotificationQueue/NotificationQueue.progen
  43. 1 3
      Foundation/samples/StringTokenizer/StringTokenizer.progen
  44. 1 3
      Foundation/samples/Timer/Timer.progen
  45. 1 3
      Foundation/samples/URI/URI.progen
  46. 1 3
      Foundation/samples/base64decode/base64decode.progen
  47. 1 3
      Foundation/samples/base64encode/base64encode.progen
  48. 1 3
      Foundation/samples/deflate/deflate.progen
  49. 1 3
      Foundation/samples/dir/dir.progen
  50. 1 3
      Foundation/samples/grep/grep.progen
  51. 1 3
      Foundation/samples/hmacmd5/hmacmd5.progen
  52. 1 3
      Foundation/samples/inflate/inflate.progen
  53. 1 3
      Foundation/samples/md5/md5.progen
  54. 1 1
      Foundation/samples/samples.progen
  55. 1 3
      Foundation/samples/uuidgen/uuidgen.progen
  56. 1 3
      Foundation/testsuite/TestSuite.progen
  57. 2 2
      JSON/JSON.progen
  58. 1 3
      JSON/samples/Benchmark/Benchmark.progen
  59. 1 1
      JSON/samples/samples.progen
  60. 1 4
      JSON/testsuite/TestSuite.progen
  61. 2 2
      MongoDB/MongoDB.progen
  62. 1 3
      MongoDB/samples/SQLToMongo/SQLToMongo.progen
  63. 1 1
      MongoDB/samples/samples.progen
  64. 1 2
      MongoDB/testsuite/TestSuite.progen
  65. 2 4
      Net/Net.progen
  66. 1 3
      Net/samples/EchoServer/EchoServer.progen
  67. 1 3
      Net/samples/HTTPFormServer/HTTPFormServer.progen
  68. 1 3
      Net/samples/HTTPLoadTest/HTTPLoadTest.progen
  69. 1 3
      Net/samples/HTTPTimeServer/HTTPTimeServer.progen
  70. 1 3
      Net/samples/Mail/Mail.progen
  71. 1 3
      Net/samples/Ping/Ping.progen
  72. 1 3
      Net/samples/SMTPLogger/SMTPLogger.progen
  73. 1 3
      Net/samples/TimeServer/TimeServer.progen
  74. 1 4
      Net/samples/WebSocketServer/WebSocketServer.progen
  75. 1 3
      Net/samples/dict/dict.progen
  76. 1 3
      Net/samples/download/download.progen
  77. 1 3
      Net/samples/httpget/httpget.progen
  78. 1 3
      Net/samples/ifconfig/ifconfig.progen
  79. 1 1
      Net/samples/samples.progen
  80. 1 3
      Net/samples/tcpserver/tcpserver.progen
  81. 2 4
      Net/testsuite/TestSuite.progen
  82. 3 6
      NetSSL_OpenSSL/NetSSL_OpenSSL.progen
  83. 2 5
      NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer.progen
  84. 2 5
      NetSSL_OpenSSL/samples/Mail/Mail.progen
  85. 2 6
      NetSSL_OpenSSL/samples/TwitterClient/TwitterClient.progen
  86. 2 5
      NetSSL_OpenSSL/samples/download/download.progen
  87. 1 1
      NetSSL_OpenSSL/samples/samples.progen
  88. 2 5
      NetSSL_OpenSSL/testsuite/TestSuite.progen
  89. 8 10
      NetSSL_Win/NetSSL_Win.progen
  90. 3 5
      NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer.progen
  91. 3 5
      NetSSL_Win/samples/Mail/Mail.progen
  92. 3 5
      NetSSL_Win/samples/download/download.progen
  93. 1 1
      NetSSL_Win/samples/samples.progen
  94. 4 6
      NetSSL_Win/testsuite/TestSuite.progen
  95. 2 2
      PDF/PDF.progen
  96. 2 2
      PDF/samples/Image/Image.progen
  97. 2 2
      PDF/samples/Template/Template.progen
  98. 2 2
      PDF/samples/Text/Text.progen
  99. 1 1
      PDF/samples/samples.progen
  100. 2 2
      PDF/testsuite/TestSuite.progen

+ 2 - 3
ApacheConnector/ApacheConnector.progen

@@ -4,14 +4,13 @@ vc.project.target = mod_poco
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared
 vc.project.prototype = ApacheConnector_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include;..\\Net\\include;..\\Util\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ApacheHandlers_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
-vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib
 vc.solution.create = true

+ 1 - 2
ApacheConnector/samples/FormServer/FormServer.progen

@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
-vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib

+ 1 - 2
ApacheConnector/samples/TimeServer/TimeServer.progen

@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = libapr-1.lib libaprutil-1.lib libhttpd.lib
-vc.project.linker.dependencies.x64 = libapr-1.lib libaprutil-1.lib libhttpd.lib

+ 1 - 1
ApacheConnector/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared
 vc.solution.create = true
 vc.solution.include = \

+ 1 - 1
CppParser/CppParser.progen

@@ -4,7 +4,7 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include

+ 1 - 1
CppParser/testsuite/TestSuite.progen

@@ -3,7 +3,7 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include

+ 1 - 1
CppUnit/CppUnit.progen

@@ -4,7 +4,7 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include

+ 5 - 14
Crypto/Crypto.progen

@@ -4,29 +4,20 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-vc.project.compiler.include = ${vc.project.pocobase}\\openssl\\build\\include;${vc.project.pocobase}\\Foundation\\include
-vc.project.compiler.defines = 
+vc.project.compiler.include = ${vc.project.pocobase}\\Foundation\\include
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib
 vc.project.linker.dependencies.release_static_mt = Crypt32.lib
-bits = ${vc.project.platform.bits}
-dirbits = ${vc.project.platform.bindir.suffix}
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.prebuild.debug_shared = xcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_md = xcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_mt = xcopy /y ${openssl}\\build\\win${bits}\\lib\\debug\\*.lib ..\\lib${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\lib\\debug\\*.pdb ..\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_shared = xcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_md = xcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.dll ..\\bin${dirbits}\\* 1>nul\nxcopy /y ${openssl}\\build\\win${bits}\\bin\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_mt = xcopy /y ${openssl}\\build\\win${bits}\\lib\\release\\*.lib ..\\lib${dirbits}\\* 1>nul\nexit 0
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 2 - 5
Crypto/samples/genrsakey/genrsakey.progen

@@ -3,14 +3,11 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 1 - 1
Crypto/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = genrsakey\\genrsakey

+ 2 - 3
Crypto/testsuite/TestSuite.progen

@@ -3,11 +3,10 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;${vc.project.pocobase}\\Foundation\\include
+vc.project.compiler.include = ${vc.project.pocobase}\\Foundation\\include
 vc.project.compiler.defines = _CRT_SECURE_NO_WARNINGS
 vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =

+ 3 - 4
Data/Data.progen

@@ -4,15 +4,14 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
-vc.project.compiler.additionalOptions.x64 = /bigobj
-vc.project.compiler.additionalOptions.WinCE = /bigobj
+vc.project.compiler.additionalOptions.Win32.x64 = /bigobj
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 9
Data/MySQL/MySQL.progen

@@ -4,7 +4,7 @@ vc.project.target = PocoDataMySQL
 vc.project.type = library
 vc.project.pocobase = ..\\..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ${vc.project.pocobase}\\Foundation\\include;${vc.project.pocobase}\\Data\\include;${vc.project.pocobase}\\mysql\\include
@@ -13,13 +13,5 @@ vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies =
-dirbits = ${vc.project.platform.bindir.suffix}
-mysql = ${vc.project.pocobase}\\mysql
-vc.project.prebuild.debug_shared = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_md = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_mt = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_shared = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_md = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_mt = xcopy /y ${mysql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${mysql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 3
Data/MySQL/testsuite/TestSuite.progen

@@ -3,11 +3,9 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 mysql = ${vc.project.pocobase}\\mysql
 vc.project.compiler.include = ${mysql}\\include;${vc.project.pocobase}\\Foundation\\include;${vc.project.pocobase}\\Data\\include
 vc.project.linker.dependencies.Win32 = iphlpapi.lib
-vc.project.linker.dependencies.x64 = iphlpapi.lib
-vc.project.linker.dependencies.WinCE = iphlpapi.lib

+ 1 - 1
Data/ODBC/ODBC.progen

@@ -4,7 +4,7 @@ vc.project.target = PocoDataODBC
 vc.project.type = library
 vc.project.pocobase = ..\\..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Data\\include

+ 1 - 1
Data/ODBC/testsuite/TestSuite.progen

@@ -3,7 +3,7 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Data\\include

+ 1 - 9
Data/PostgreSQL/PostgreSQL.progen

@@ -4,7 +4,7 @@ vc.project.target = PocoDataPostgreSQL
 vc.project.type = library
 vc.project.pocobase = ..\\..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ${vc.project.pocobase}\\postgresql\\include;${vc.project.pocobase}\\Foundation\\include;${vc.project.pocobase}\\Data\\include
@@ -13,13 +13,5 @@ vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies =
-dirbits = ${vc.project.platform.bindir.suffix}
-postgresql = ${vc.project.pocobase}\\postgresql
-vc.project.prebuild.debug_shared = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_md = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.debug_static_mt = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_shared = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_md = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
-vc.project.prebuild.release_static_mt = xcopy /y ${postgresql}\\lib${dirbits}\\*.dll ${vc.project.pocobase}\\bin${dirbits}\\* 1>nul\nxcopy /y ${postgresql}\\lib${dirbits}\\*.lib ${vc.project.pocobase}\\lib${dirbits}\\* 1>nul\nexit 0
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 1
Data/PostgreSQL/testsuite/TestSuite.progen

@@ -3,7 +3,7 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 postgresql = ${vc.project.pocobase}\\postgresql

+ 1 - 2
Data/SQLite/SQLite.progen

@@ -4,7 +4,7 @@ vc.project.target = PocoDataSQLite
 vc.project.type = library
 vc.project.pocobase = ..\\..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Data\\include
@@ -12,7 +12,6 @@ vc.project.compiler.defines = SQLITE_THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENAB
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
-vc.project.compiler.defines.WinCE = SQLITE_MSVC_LOCALTIME_API
 vc.project.compiler.disableWarnings = 4996;4244;4018
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 1
Data/SQLite/testsuite/TestSuite.progen

@@ -3,7 +3,7 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Data\\include

+ 1 - 1
Data/samples/Binding/Binding.progen

@@ -3,7 +3,7 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include

+ 1 - 1
Data/samples/RecordSet/RecordSet.progen

@@ -3,7 +3,7 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include

+ 1 - 1
Data/samples/RowFormatter/RowFormatter.progen

@@ -3,7 +3,7 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include

+ 1 - 1
Data/samples/Tuple/Tuple.progen

@@ -3,7 +3,7 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include

+ 1 - 3
Data/samples/TypeHandler/TypeHandler.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 1
Data/samples/WebNotifier/WebNotifier.progen

@@ -3,7 +3,7 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include;..\\..\\..\\Net\\include

+ 1 - 1
Data/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 1 - 3
Data/testsuite/TestSuite.progen

@@ -3,10 +3,8 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = iphlpapi.lib
-vc.project.linker.dependencies.x64 = iphlpapi.lib
-vc.project.linker.dependencies.WinCE = iphlpapi.lib

+ 3 - 3
Encodings/Compiler/Compiler.progen

@@ -4,12 +4,12 @@ vc.project.target = tec
 vc.project.type = executable
 vc.project.pocobase = ..\\..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\XML\\include;..\\..\\Util\\include;..\\..\\Net\\include
-vc.project.compiler.defines = 
-vc.project.compiler.defines.shared = 
+vc.project.compiler.defines =
+vc.project.compiler.defines.shared =
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib

+ 1 - 1
Encodings/Encodings.progen

@@ -4,7 +4,7 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include

+ 1 - 2
Encodings/samples/TextConverter/TextConverter.progen

@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Encodings\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib

+ 1 - 1
Encodings/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 1 - 1
Encodings/testsuite/TestSuite.progen

@@ -3,7 +3,7 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Encodings\\include

+ 3 - 5
Foundation/Foundation.progen

@@ -4,16 +4,14 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-vc.project.compiler.include = 
-vc.project.compiler.defines = 
+vc.project.compiler.include =
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies.Win32 = iphlpapi.lib
-vc.project.linker.dependencies.x64 = iphlpapi.lib
-vc.project.linker.dependencies.WinCE = iphlpapi.lib
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 3
Foundation/samples/ActiveMethod/ActiveMethod.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/Activity/Activity.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/BinaryReaderWriter/BinaryReaderWriter.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/DateTime/DateTime.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 2
Foundation/samples/LineEndingConverter/LineEndingConverter.progen

@@ -3,9 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/LogRotation/LogRotation.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/Logger/Logger.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/NotificationQueue/NotificationQueue.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/StringTokenizer/StringTokenizer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/Timer/Timer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/URI/URI.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/base64decode/base64decode.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/base64encode/base64encode.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/deflate/deflate.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/dir/dir.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/grep/grep.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/hmacmd5/hmacmd5.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/inflate/inflate.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/samples/md5/md5.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 1
Foundation/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 1 - 3
Foundation/samples/uuidgen/uuidgen.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Foundation/testsuite/TestSuite.progen

@@ -3,10 +3,8 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = iphlpapi.lib
-vc.project.linker.dependencies.x64 = iphlpapi.lib
-vc.project.linker.dependencies.WinCE = iphlpapi.lib

+ 2 - 2
JSON/JSON.progen

@@ -4,11 +4,11 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}

+ 1 - 3
JSON/samples/Benchmark/Benchmark.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\JSON\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 1
JSON/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 1 - 4
JSON/testsuite/TestSuite.progen

@@ -3,11 +3,8 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include
 vc.project.linker.dependencies.Win32 = iphlpapi.lib
-vc.project.linker.dependencies.x64 = iphlpapi.lib
-vc.project.linker.dependencies.WinCE = iphlpapi.lib
-

+ 2 - 2
MongoDB/MongoDB.progen

@@ -4,11 +4,11 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include;..\\Net\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}

+ 1 - 3
MongoDB/samples/SQLToMongo/SQLToMongo.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Net\\include;..\\..\\..\\MongoDB\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 1
MongoDB/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 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 = \

+ 1 - 2
MongoDB/testsuite/TestSuite.progen

@@ -3,9 +3,8 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib

+ 2 - 4
Net/Net.progen

@@ -4,16 +4,14 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 1 - 3
Net/samples/EchoServer/EchoServer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/HTTPFormServer/HTTPFormServer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/HTTPLoadTest/HTTPLoadTest.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/HTTPTimeServer/HTTPTimeServer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/Mail/Mail.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/Ping/Ping.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/SMTPLogger/SMTPLogger.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/TimeServer/TimeServer.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 4
Net/samples/WebSocketServer/WebSocketServer.progen

@@ -3,11 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
-vc.project.linker.entry.WinCE = wmainCRTStartup

+ 1 - 3
Net/samples/dict/dict.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/download/download.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/httpget/httpget.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 3
Net/samples/ifconfig/ifconfig.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 1 - 1
Net/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 1 - 3
Net/samples/tcpserver/tcpserver.progen

@@ -3,10 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Net\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib

+ 2 - 4
Net/testsuite/TestSuite.progen

@@ -3,11 +3,9 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include
 vc.project.linker.dependencies = iphlpapi.lib
-vc.project.linker.dependencies.Win32 = ws2_32.lib 
-vc.project.linker.dependencies.x64 = ws2_32.lib
-vc.project.linker.dependencies.WinCE = ws2.lib
+vc.project.linker.dependencies.Win32 = ws2_32.lib

+ 3 - 6
NetSSL_OpenSSL/NetSSL_OpenSSL.progen

@@ -4,18 +4,15 @@ vc.project.target = PocoNetSSL
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\Foundation\\include;..\\Net\\include;..\\Util\\include;..\\Crypto\\include
-vc.project.compiler.defines = 
+vc.project.compiler.include = ..\\Foundation\\include;..\\Net\\include;..\\Util\\include;..\\Crypto\\include
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = NetSSL_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 2 - 5
NetSSL_OpenSSL/samples/HTTPSTimeServer/HTTPSTimeServer.progen

@@ -3,14 +3,11 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 2 - 5
NetSSL_OpenSSL/samples/Mail/Mail.progen

@@ -3,14 +3,11 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 2 - 6
NetSSL_OpenSSL/samples/TwitterClient/TwitterClient.progen

@@ -3,18 +3,14 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\JSON\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\JSON\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib
 vc.project.linker.dependencies.release_static_mt = Crypt32.lib
-vc.project.linker.entry.WinCE = wmainCRTStartup

+ 2 - 5
NetSSL_OpenSSL/samples/download/download.progen

@@ -3,14 +3,11 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_OpenSSL\\include;..\\..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 1 - 1
NetSSL_OpenSSL/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 2 - 5
NetSSL_OpenSSL/testsuite/TestSuite.progen

@@ -3,14 +3,11 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
-openssl = ${vc.project.pocobase}\\openssl
-vc.project.compiler.include = ${openssl}\\build\\include;..\\..\\Foundation\\include;..\\..\\XML\\include;..\\..\\Util\\include;..\\..\\Net\\include;..\\..\\Crypto\\include
+vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\XML\\include;..\\..\\Util\\include;..\\..\\Net\\include;..\\..\\Crypto\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
 vc.project.linker.dependencies.debug_shared =
 vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib

+ 8 - 10
NetSSL_Win/NetSSL_Win.progen

@@ -4,22 +4,20 @@ vc.project.target = PocoNetSSLWin
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\Foundation\\include;..\\Net\\include;..\\Util\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib Crypt32.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib Crypt32.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib Crypt32.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
-vc.project.linker.dependencies.debug_static_md = 
-vc.project.linker.dependencies.release_static_md = 
-vc.project.linker.dependencies.debug_static_mt = 
-vc.project.linker.dependencies.release_static_mt = 
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
+vc.project.linker.dependencies.debug_static_md =
+vc.project.linker.dependencies.release_static_md =
+vc.project.linker.dependencies.debug_static_mt =
+vc.project.linker.dependencies.release_static_mt =
 vc.solution.create = true
 vc.solution.include = testsuite\\TestSuite

+ 3 - 5
NetSSL_Win/samples/HTTPSTimeServer/HTTPSTimeServer.progen

@@ -3,15 +3,13 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_Win\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib

+ 3 - 5
NetSSL_Win/samples/Mail/Mail.progen

@@ -3,15 +3,13 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_Win\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib

+ 3 - 5
NetSSL_Win/samples/download/download.progen

@@ -3,15 +3,13 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Net\\include;..\\..\\..\\NetSSL_Win\\include
 vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib

+ 1 - 1
NetSSL_Win/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 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 = \

+ 4 - 6
NetSSL_Win/testsuite/TestSuite.progen

@@ -3,15 +3,13 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64, WinCE
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\XML\\include;..\\..\\Util\\include;..\\..\\Net\\include
-vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib 
-vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib 
-vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
-vc.project.linker.dependencies.debug_shared = 
-vc.project.linker.dependencies.release_shared = 
+vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
+vc.project.linker.dependencies.debug_shared =
+vc.project.linker.dependencies.release_shared =
 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
 vc.project.linker.dependencies.release_static_md = Crypt32.lib
 vc.project.linker.dependencies.debug_static_mt = Crypt32.lib

+ 2 - 2
PDF/PDF.progen

@@ -4,11 +4,11 @@ vc.project.target = Poco${vc.project.name}
 vc.project.type = library
 vc.project.pocobase = ..
 vc.project.outdir = ${vc.project.pocobase}
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = .\\include\\Poco\\PDF;..\\Foundation\\include;..\\XML\\include;..\\Util\\include
-vc.project.compiler.defines = 
+vc.project.compiler.defines =
 vc.project.compiler.defines.shared = _CRT_SECURE_NO_WARNINGS;${vc.project.name}_EXPORTS
 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}

+ 2 - 2
PDF/samples/Image/Image.progen

@@ -3,8 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\PDF\\include
-vc.project.linker.dependencies = 
+vc.project.linker.dependencies =

+ 2 - 2
PDF/samples/Template/Template.progen

@@ -3,8 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\PDF\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include
-vc.project.linker.dependencies = 
+vc.project.linker.dependencies =

+ 2 - 2
PDF/samples/Text/Text.progen

@@ -3,8 +3,8 @@ vc.project.name = ${vc.project.baseName}
 vc.project.target = ${vc.project.name}
 vc.project.type = executable
 vc.project.pocobase = ..\\..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = ${vc.project.name}_vs90.vcproj
 vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\PDF\\include
-vc.project.linker.dependencies = 
+vc.project.linker.dependencies =

+ 1 - 1
PDF/samples/samples.progen

@@ -1,4 +1,4 @@
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 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 = \

+ 2 - 2
PDF/testsuite/TestSuite.progen

@@ -3,8 +3,8 @@ vc.project.name = TestSuite
 vc.project.target = TestSuite
 vc.project.type = testsuite
 vc.project.pocobase = ..\\..
-vc.project.platforms = Win32, x64
+vc.project.platforms = Win32
 vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
 vc.project.prototype = TestSuite_vs90.vcproj
 vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\XML\\include;..\\..\\Util\\include
-vc.project.linker.dependencies = iphlpapi.lib 
+vc.project.linker.dependencies = iphlpapi.lib

Some files were not shown because too many files changed in this diff