Skip to content

Commit 8b91562

Browse files
committed
more line ending fixes
1 parent 87d7739 commit 8b91562

71 files changed

Lines changed: 4489 additions & 4131 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.

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
*.page text
1515
*.html text
1616
*.css text
17+
*.progen text
18+
*.xml text
19+
*.xsd text
20+
*.template text
21+
*.properties text
22+
*.ini text
23+
*.vxbuild text
1724

1825
# Denote all files that are truly binary and should not be modified.
1926
*.bin binary
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include
10-
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib
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;..\\..\\..\\Data\\include;..\\..\\..\\Data\\SQLite\\include
10+
vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib

JSON/JSON.progen

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
vc.project.guid = ${vc.project.guidFromName}
2-
vc.project.name = JSON
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
1+
vc.project.guid = ${vc.project.guidFromName}
2+
vc.project.name = JSON
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
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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;..\\..\\..\\JSON\\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
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;..\\..\\..\\JSON\\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

JSON/samples/samples.progen

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 = \
5-
Benchmark\\Benchmark
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 = \
5+
Benchmark\\Benchmark

JSON/testsuite/TestSuite.progen

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
vc.project.guid = ${vc.project.guidFromName}
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
1+
vc.project.guid = ${vc.project.guidFromName}
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
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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;..\\..\\..\\Net\\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
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;..\\..\\..\\Net\\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

PDF/PDF.progen

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
vc.project.guid = E12E5C71-79A4-495A-848F-F1710111E610
2-
vc.project.name = PDF
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
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 = .\\include\\Poco\\PDF;..\\Foundation\\include
11-
vc.project.compiler.defines =
12-
vc.project.compiler.defines.shared = _CRT_SECURE_NO_WARNINGS;${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
1+
vc.project.guid = E12E5C71-79A4-495A-848F-F1710111E610
2+
vc.project.name = PDF
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
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 = .\\include\\Poco\\PDF;..\\Foundation\\include
11+
vc.project.compiler.defines =
12+
vc.project.compiler.defines.shared = _CRT_SECURE_NO_WARNINGS;${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

PDF/samples/Image/Image.progen

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
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}_vs80.vcproj
9-
vc.project.compiler.include = ..\\..\\..\\Foundation\\include
10-
vc.project.linker.dependencies =
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
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}_vs80.vcproj
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include
10+
vc.project.linker.dependencies =

PDF/samples/Text/Text.progen

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
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}_vs80.vcproj
9-
vc.project.compiler.include = ..\\..\\..\\Foundation\\include
10-
vc.project.linker.dependencies =
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
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}_vs80.vcproj
9+
vc.project.compiler.include = ..\\..\\..\\Foundation\\include
10+
vc.project.linker.dependencies =

0 commit comments

Comments
 (0)