Skip to content

Commit 2ce14ca

Browse files
committed
added progen files
1 parent 58b09cc commit 2ce14ca

78 files changed

Lines changed: 987 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Crypto/Crypto.progen

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
vc.project.guid = EEEE7259-32E9-4D56-B023-C733940AB2A0
2+
vc.project.name = Crypto
3+
vc.project.target = Poco${vc.project.name}
4+
vc.project.type = library
5+
vc.project.pocobase = ..
6+
vc.project.outdir = ${vc.project.pocobase}
7+
vc.project.platforms = Win32, x64, WinCE
8+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
9+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10+
vc.project.compiler.include = ..\\Foundation\\include
11+
vc.project.compiler.defines =
12+
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
13+
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14+
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
15+
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
16+
vc.project.linker.dependencies.debug_shared = libeay32.lib ssleay32.lib
17+
vc.project.linker.dependencies.release_shared = libeay32.lib ssleay32.lib
18+
vc.project.linker.dependencies.debug_static_md = libeay32.lib ssleay32.lib
19+
vc.project.linker.dependencies.release_static_md = libeay32.lib ssleay32.lib
20+
vc.project.linker.dependencies.debug_static_mt = libeay32mtd.lib ssleay32mtd.lib Crypt32.lib
21+
vc.project.linker.dependencies.release_static_mt = libeay32mt.lib ssleay32mt.lib Crypt32.lib
22+
vc.solution.create = true
23+
vc.solution.include = testsuite\\TestSuite
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
vc.project.guid = ${vc.project.guidFromName}
2+
vc.project.name = ${vc.project.baseName}
3+
vc.project.target = ${vc.project.name}
4+
vc.project.type = executable
5+
vc.project.pocobase = ..\\..\\..
6+
vc.project.platforms = Win32, x64, WinCE
7+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
8+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\XML\\include;..\\..\\..\\Util\\include;..\\..\\..\\Crypto\\include
10+
vc.project.linker.dependencies.Win32 = ws2_32.lib iphlpapi.lib
11+
vc.project.linker.dependencies.x64 = ws2_32.lib iphlpapi.lib
12+
vc.project.linker.dependencies.WinCE = ws2.lib iphlpapi.lib
13+
vc.project.linker.dependencies.debug_shared = libeay32.lib ssleay32.lib
14+
vc.project.linker.dependencies.release_shared = libeay32.lib ssleay32.lib
15+
vc.project.linker.dependencies.debug_static_md = libeay32.lib ssleay32.lib
16+
vc.project.linker.dependencies.release_static_md = libeay32.lib ssleay32.lib
17+
vc.project.linker.dependencies.debug_static_mt = libeay32mtd.lib ssleay32mtd.lib Crypt32.lib
18+
vc.project.linker.dependencies.release_static_mt = libeay32mt.lib ssleay32mt.lib Crypt32.lib

Crypto/samples/samples.progen

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
vc.project.platforms = Win32, x64, WinCE
2+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
3+
vc.solution.create = true
4+
vc.solution.include = genrsakey\\genrsakey

Crypto/testsuite/TestSuite.progen

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
vc.project.guid = C1B1BB96-5198-48EB-AB48-9A0A0B54FB15
2+
vc.project.name = TestSuite
3+
vc.project.target = TestSuite
4+
vc.project.type = testsuite
5+
vc.project.pocobase = ..\\..
6+
vc.project.platforms = Win32, x64, WinCE
7+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
8+
vc.project.prototype = TestSuite_vs90.vcproj
9+
vc.project.compiler.include = ..\\..\\Foundation\\include
10+
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
11+
vc.project.linker.dependencies.debug_shared = libeay32.lib ssleay32.lib
12+
vc.project.linker.dependencies.release_shared = libeay32.lib ssleay32.lib
13+
vc.project.linker.dependencies.debug_static_md = libeay32.lib ssleay32.lib
14+
vc.project.linker.dependencies.release_static_md = libeay32.lib ssleay32.lib
15+
vc.project.linker.dependencies.debug_static_mt = libeay32mtd.lib ssleay32mtd.lib Crypt32.lib
16+
vc.project.linker.dependencies.release_static_mt = libeay32mt.lib ssleay32mt.lib Crypt32.lib

Data/Data.progen

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
vc.project.guid = 240E83C3-368D-11DB-9FBC-00123FC423B5
2+
vc.project.name = Data
3+
vc.project.target = Poco${vc.project.name}
4+
vc.project.type = library
5+
vc.project.pocobase = ..
6+
vc.project.outdir = ${vc.project.pocobase}
7+
vc.project.platforms = Win32, x64, WinCE
8+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
9+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10+
vc.project.compiler.include = ..\\Foundation\\include
11+
vc.project.compiler.defines =
12+
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
13+
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14+
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
15+
vc.solution.create = true
16+
vc.solution.include = testsuite\\TestSuite

Data/MySQL/MySQL.progen

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
vc.project.guid = 73E19FDE-1570-488C-B3DB-72A60FADD408
2+
vc.project.name = MySQL
3+
vc.project.target = PocoDataMySQL
4+
vc.project.type = library
5+
vc.project.pocobase = ..\\..
6+
vc.project.outdir = ${vc.project.pocobase}
7+
vc.project.platforms = Win32, x64
8+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
9+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10+
vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Data\\include
11+
vc.project.compiler.defines = THREADSAFE;__LCC__
12+
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
13+
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14+
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
15+
vc.project.linker.dependencies = libmysql.lib
16+
vc.solution.create = true
17+
vc.solution.include = testsuite\\TestSuite
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
vc.project.guid = 4D6E42AE-EB6A-47EB-A186-B8A183FABCF7
2+
vc.project.name = TestSuite
3+
vc.project.target = TestSuite
4+
vc.project.type = testsuite
5+
vc.project.pocobase = ..\\..\\..
6+
vc.project.platforms = Win32, x64
7+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
8+
vc.project.prototype = TestSuite_vs90.vcproj
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Data\\include
10+
vc.project.linker.dependencies = libmysql.lib

Data/ODBC/ODBC.progen

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
vc.project.guid = 1B29820D-375F-11DB-837B-00123FC423B5
2+
vc.project.name = ODBC
3+
vc.project.target = PocoDataODBC
4+
vc.project.type = library
5+
vc.project.pocobase = ..\\..
6+
vc.project.outdir = ${vc.project.pocobase}
7+
vc.project.platforms = Win32, x64
8+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
9+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10+
vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Data\\include
11+
vc.project.compiler.defines = THREADSAFE
12+
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
13+
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14+
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
15+
vc.project.linker.dependencies = odbc32.lib odbccp32.lib
16+
vc.solution.create = true
17+
vc.solution.include = testsuite\\TestSuite
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
vc.project.guid = 00627063-395B-4413-9099-23BDB56562FA
2+
vc.project.name = TestSuite
3+
vc.project.target = TestSuite
4+
vc.project.type = testsuite
5+
vc.project.pocobase = ..\\..\\..
6+
vc.project.platforms = Win32, x64
7+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
8+
vc.project.prototype = TestSuite_vs90.vcproj
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include;..\\..\\..\\Data\\include
10+
vc.project.linker.dependencies = odbc32.lib odbccp32.lib

Data/SQLite/SQLite.progen

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
vc.project.guid = 5B889CE7-AD42-4CFE-BBC3-532B61F8329E
2+
vc.project.name = SQLite
3+
vc.project.target = PocoDataSQLite
4+
vc.project.type = library
5+
vc.project.pocobase = ..\\..
6+
vc.project.outdir = ${vc.project.pocobase}
7+
vc.project.platforms = Win32, x64, WinCE
8+
vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md
9+
vc.project.prototype = ${vc.project.name}_vs90.vcproj
10+
vc.project.compiler.include = ..\\..\\Foundation\\include;..\\..\\Data\\include
11+
vc.project.compiler.defines = SQLITE_THREADSAFE=1;SQLITE_OMIT_UTF16;SQLITE_OMIT_PROGRESS_CALLBACK;SQLITE_OMIT_COMPLETE;SQLITE_OMIT_TCL_VARIABLE;SQLITE_OMIT_DEPRECATED
12+
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
13+
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14+
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
15+
vc.project.compiler.defines.WinCE = SQLITE_OMIT_LOCALTIME
16+
vc.project.compiler.disableWarnings = 4996;4244;4018
17+
vc.solution.create = true
18+
vc.solution.include = testsuite\\TestSuite

0 commit comments

Comments
 (0)