diff --git a/.gitattributes b/.gitattributes index 64a16bddc..adc53da9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,13 @@ *.page text *.html text *.css text +*.progen text +*.xml text +*.xsd text +*.template text +*.properties text +*.ini text +*.vxbuild text # Denote all files that are truly binary and should not be modified. *.bin binary diff --git a/Data/samples/RowFormatter/RowFormatter.progen b/Data/samples/RowFormatter/RowFormatter.progen index 5bc064cdb..5467d3577 100644 --- a/Data/samples/RowFormatter/RowFormatter.progen +++ b/Data/samples/RowFormatter/RowFormatter.progen @@ -1,10 +1,10 @@ -vc.project.guid = ${vc.project.guidFromName} -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.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 = ws2_32.lib iphlpapi.lib +vc.project.guid = ${vc.project.guidFromName} +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.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 = ws2_32.lib iphlpapi.lib diff --git a/JSON/JSON.progen b/JSON/JSON.progen index 1731e2fa5..1de7a7f5c 100644 --- a/JSON/JSON.progen +++ b/JSON/JSON.progen @@ -1,16 +1,16 @@ -vc.project.guid = ${vc.project.guidFromName} -vc.project.name = JSON -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.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.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.solution.create = true -vc.solution.include = testsuite\\TestSuite +vc.project.guid = ${vc.project.guidFromName} +vc.project.name = JSON +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.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.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.solution.create = true +vc.solution.include = testsuite\\TestSuite diff --git a/JSON/samples/Benchmark/Benchmark.progen b/JSON/samples/Benchmark/Benchmark.progen index 00348970e..9f95976d6 100644 --- a/JSON/samples/Benchmark/Benchmark.progen +++ b/JSON/samples/Benchmark/Benchmark.progen @@ -1,12 +1,12 @@ -vc.project.guid = ${vc.project.guidFromName} -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.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 +vc.project.guid = ${vc.project.guidFromName} +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.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 diff --git a/JSON/samples/samples.progen b/JSON/samples/samples.progen index cb94a39d1..29bab5ca3 100644 --- a/JSON/samples/samples.progen +++ b/JSON/samples/samples.progen @@ -1,5 +1,5 @@ -vc.project.platforms = Win32, x64, WinCE -vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md -vc.solution.create = true -vc.solution.include = \ - Benchmark\\Benchmark +vc.project.platforms = Win32, x64, WinCE +vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.solution.create = true +vc.solution.include = \ + Benchmark\\Benchmark diff --git a/JSON/testsuite/TestSuite.progen b/JSON/testsuite/TestSuite.progen index da2a06df1..90a034507 100644 --- a/JSON/testsuite/TestSuite.progen +++ b/JSON/testsuite/TestSuite.progen @@ -1,9 +1,9 @@ -vc.project.guid = ${vc.project.guidFromName} -vc.project.name = TestSuite -vc.project.target = TestSuite -vc.project.type = testsuite -vc.project.pocobase = ..\\.. -vc.project.platforms = Win32, x64, WinCE -vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md -vc.project.prototype = TestSuite_vs90.vcproj -vc.project.compiler.include = ..\\..\\Foundation\\include +vc.project.guid = ${vc.project.guidFromName} +vc.project.name = TestSuite +vc.project.target = TestSuite +vc.project.type = testsuite +vc.project.pocobase = ..\\.. +vc.project.platforms = Win32, x64, WinCE +vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.project.prototype = TestSuite_vs90.vcproj +vc.project.compiler.include = ..\\..\\Foundation\\include diff --git a/Net/samples/SMTPLogger/SMTPLogger.progen b/Net/samples/SMTPLogger/SMTPLogger.progen index 8785b5784..789048c79 100644 --- a/Net/samples/SMTPLogger/SMTPLogger.progen +++ b/Net/samples/SMTPLogger/SMTPLogger.progen @@ -1,12 +1,12 @@ -vc.project.guid = ${vc.project.guidFromName} -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.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.guid = ${vc.project.guidFromName} +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.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 diff --git a/PDF/PDF.progen b/PDF/PDF.progen index 3473363fb..45580d049 100644 --- a/PDF/PDF.progen +++ b/PDF/PDF.progen @@ -1,16 +1,16 @@ -vc.project.guid = E12E5C71-79A4-495A-848F-F1710111E610 -vc.project.name = PDF -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.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 -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} -vc.solution.create = true -vc.solution.include = testsuite\\TestSuite +vc.project.guid = E12E5C71-79A4-495A-848F-F1710111E610 +vc.project.name = PDF +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.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 +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} +vc.solution.create = true +vc.solution.include = testsuite\\TestSuite diff --git a/PDF/samples/Image/Image.progen b/PDF/samples/Image/Image.progen index bca168503..871d2b9e1 100644 --- a/PDF/samples/Image/Image.progen +++ b/PDF/samples/Image/Image.progen @@ -1,10 +1,10 @@ -vc.project.guid = ${vc.project.guidFromName} -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.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md -vc.project.prototype = ${vc.project.name}_vs80.vcproj -vc.project.compiler.include = ..\\..\\..\\Foundation\\include -vc.project.linker.dependencies = +vc.project.guid = ${vc.project.guidFromName} +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.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.project.prototype = ${vc.project.name}_vs80.vcproj +vc.project.compiler.include = ..\\..\\..\\Foundation\\include +vc.project.linker.dependencies = diff --git a/PDF/samples/Text/Text.progen b/PDF/samples/Text/Text.progen index bca168503..871d2b9e1 100644 --- a/PDF/samples/Text/Text.progen +++ b/PDF/samples/Text/Text.progen @@ -1,10 +1,10 @@ -vc.project.guid = ${vc.project.guidFromName} -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.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md -vc.project.prototype = ${vc.project.name}_vs80.vcproj -vc.project.compiler.include = ..\\..\\..\\Foundation\\include -vc.project.linker.dependencies = +vc.project.guid = ${vc.project.guidFromName} +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.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.project.prototype = ${vc.project.name}_vs80.vcproj +vc.project.compiler.include = ..\\..\\..\\Foundation\\include +vc.project.linker.dependencies = diff --git a/PDF/samples/samples.progen b/PDF/samples/samples.progen index 3bad16801..1af0b9211 100644 --- a/PDF/samples/samples.progen +++ b/PDF/samples/samples.progen @@ -1,6 +1,6 @@ -vc.project.platforms = Win32, x64 -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 = \ - Image\\Image;\ - Text\\Text; +vc.project.platforms = Win32, x64 +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 = \ + Image\\Image;\ + Text\\Text; diff --git a/PDF/testsuite/TestSuite.progen b/PDF/testsuite/TestSuite.progen index 66df75cf2..682c09fae 100644 --- a/PDF/testsuite/TestSuite.progen +++ b/PDF/testsuite/TestSuite.progen @@ -1,9 +1,9 @@ -vc.project.guid = 24134877-368D-11DB-9FBC-00123FC423B5 -vc.project.name = TestSuite -vc.project.target = TestSuite -vc.project.type = testsuite -vc.project.pocobase = ..\\.. -vc.project.platforms = Win32, x64 -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.guid = 24134877-368D-11DB-9FBC-00123FC423B5 +vc.project.name = TestSuite +vc.project.target = TestSuite +vc.project.type = testsuite +vc.project.pocobase = ..\\.. +vc.project.platforms = Win32, x64 +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 diff --git a/ProGen/ProGen.progen b/ProGen/ProGen.progen index 7e52bd9e8..c609b6404 100644 --- a/ProGen/ProGen.progen +++ b/ProGen/ProGen.progen @@ -1,16 +1,16 @@ -vc.project.guid = 48D690D9-6520-4F30-A298-3132548716D0 -vc.project.name = ProGen -vc.project.target = progen -vc.project.type = executable -vc.project.pocobase = .. -vc.project.outdir = ${vc.project.pocobase} -vc.project.platforms = Win32, x64 -vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md -vc.project.prototype = ProGen_vs90.vcproj -vc.project.compiler.include = ..\\Foundation\\include;..\\XML\\include;..\\Util\\include -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 -vc.solution.create = true +vc.project.guid = 48D690D9-6520-4F30-A298-3132548716D0 +vc.project.name = ProGen +vc.project.target = progen +vc.project.type = executable +vc.project.pocobase = .. +vc.project.outdir = ${vc.project.pocobase} +vc.project.platforms = Win32, x64 +vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.project.prototype = ProGen_vs90.vcproj +vc.project.compiler.include = ..\\Foundation\\include;..\\XML\\include;..\\Util\\include +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 +vc.solution.create = true diff --git a/ProGen/templates/vs110/Win32/executable/debug_shared.template b/ProGen/templates/vs110/Win32/executable/debug_shared.template index a53ccdc66..d50a22883 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_shared.template +++ b/ProGen/templates/vs110/Win32/executable/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/debug_static_md.template b/ProGen/templates/vs110/Win32/executable/debug_static_md.template index e53ce1cbb..e517a4014 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/executable/debug_static_md.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/debug_static_mt.template b/ProGen/templates/vs110/Win32/executable/debug_static_mt.template index 268443a9f..cc72fb872 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/executable/debug_static_mt.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/project.properties b/ProGen/templates/vs110/Win32/executable/project.properties index fae9f8067..318460fae 100644 --- a/ProGen/templates/vs110/Win32/executable/project.properties +++ b/ProGen/templates/vs110/Win32/executable/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/executable/project.template b/ProGen/templates/vs110/Win32/executable/project.template index 7a83f5037..6c9d8b9cb 100644 --- a/ProGen/templates/vs110/Win32/executable/project.template +++ b/ProGen/templates/vs110/Win32/executable/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_shared.template b/ProGen/templates/vs110/Win32/executable/release_shared.template index 7b6b4afee..ba3a503ea 100644 --- a/ProGen/templates/vs110/Win32/executable/release_shared.template +++ b/ProGen/templates/vs110/Win32/executable/release_shared.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_static_md.template b/ProGen/templates/vs110/Win32/executable/release_static_md.template index eba716807..e66ad96c7 100644 --- a/ProGen/templates/vs110/Win32/executable/release_static_md.template +++ b/ProGen/templates/vs110/Win32/executable/release_static_md.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_static_mt.template b/ProGen/templates/vs110/Win32/executable/release_static_mt.template index 92eed7bfb..25e890cf2 100644 --- a/ProGen/templates/vs110/Win32/executable/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/executable/release_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_shared.template b/ProGen/templates/vs110/Win32/library/debug_shared.template index e0078f99e..6d159fac3 100644 --- a/ProGen/templates/vs110/Win32/library/debug_shared.template +++ b/ProGen/templates/vs110/Win32/library/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_static_md.template b/ProGen/templates/vs110/Win32/library/debug_static_md.template index abaf703f4..854409c68 100644 --- a/ProGen/templates/vs110/Win32/library/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/library/debug_static_md.template @@ -1,72 +1,72 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_static_mt.template b/ProGen/templates/vs110/Win32/library/debug_static_mt.template index 7dc00ce6d..ed40dc57e 100644 --- a/ProGen/templates/vs110/Win32/library/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/library/debug_static_mt.template @@ -1,72 +1,72 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/project.properties b/ProGen/templates/vs110/Win32/library/project.properties index e84df1601..28db0839e 100644 --- a/ProGen/templates/vs110/Win32/library/project.properties +++ b/ProGen/templates/vs110/Win32/library/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = mdd -project.targetSuffix.release_static_md = md -project.targetSuffix.debug_static_mt = mtd -project.targetSuffix.release_static_mt = mt -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = mdd +project.targetSuffix.release_static_md = md +project.targetSuffix.debug_static_mt = mtd +project.targetSuffix.release_static_mt = mt +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/library/project.template b/ProGen/templates/vs110/Win32/library/project.template index 7a83f5037..6c9d8b9cb 100644 --- a/ProGen/templates/vs110/Win32/library/project.template +++ b/ProGen/templates/vs110/Win32/library/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_shared.template b/ProGen/templates/vs110/Win32/library/release_shared.template index 3cfc7e194..d92f14f1b 100644 --- a/ProGen/templates/vs110/Win32/library/release_shared.template +++ b/ProGen/templates/vs110/Win32/library/release_shared.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_static_md.template b/ProGen/templates/vs110/Win32/library/release_static_md.template index b06fe26f7..5e07c0bac 100644 --- a/ProGen/templates/vs110/Win32/library/release_static_md.template +++ b/ProGen/templates/vs110/Win32/library/release_static_md.template @@ -1,75 +1,75 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_static_mt.template b/ProGen/templates/vs110/Win32/library/release_static_mt.template index d1b44285d..73cb1392e 100644 --- a/ProGen/templates/vs110/Win32/library/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/library/release_static_mt.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/debug_shared.template b/ProGen/templates/vs110/Win32/plugin/debug_shared.template index ff2a7bdde..d108a757e 100644 --- a/ProGen/templates/vs110/Win32/plugin/debug_shared.template +++ b/ProGen/templates/vs110/Win32/plugin/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/project.properties b/ProGen/templates/vs110/Win32/plugin/project.properties index c99440e5c..3d5e4a610 100644 --- a/ProGen/templates/vs110/Win32/plugin/project.properties +++ b/ProGen/templates/vs110/Win32/plugin/project.properties @@ -1,5 +1,5 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/plugin/project.template b/ProGen/templates/vs110/Win32/plugin/project.template index 7a83f5037..6c9d8b9cb 100644 --- a/ProGen/templates/vs110/Win32/plugin/project.template +++ b/ProGen/templates/vs110/Win32/plugin/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/release_shared.template b/ProGen/templates/vs110/Win32/plugin/release_shared.template index bbc7b85a1..62bd2604f 100644 --- a/ProGen/templates/vs110/Win32/plugin/release_shared.template +++ b/ProGen/templates/vs110/Win32/plugin/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_shared.template b/ProGen/templates/vs110/Win32/testsuite/debug_shared.template index 82778daaf..2fc522fe7 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template index b6c5ecd1a..f2f78ce34 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template index ec0af94f1..ef5b9f70e 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/project.properties b/ProGen/templates/vs110/Win32/testsuite/project.properties index fae9f8067..318460fae 100644 --- a/ProGen/templates/vs110/Win32/testsuite/project.properties +++ b/ProGen/templates/vs110/Win32/testsuite/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/testsuite/project.template b/ProGen/templates/vs110/Win32/testsuite/project.template index 7a83f5037..6c9d8b9cb 100644 --- a/ProGen/templates/vs110/Win32/testsuite/project.template +++ b/ProGen/templates/vs110/Win32/testsuite/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_shared.template b/ProGen/templates/vs110/Win32/testsuite/release_shared.template index 46bf285c5..127f179c2 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_static_md.template b/ProGen/templates/vs110/Win32/testsuite/release_static_md.template index e1a71d06e..9f1547aca 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_static_md.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template index 0bff0e687..fcb9cd189 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_shared.template b/ProGen/templates/vs110/x64/executable/debug_shared.template index 844a92346..767fd36b3 100644 --- a/ProGen/templates/vs110/x64/executable/debug_shared.template +++ b/ProGen/templates/vs110/x64/executable/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_static_md.template b/ProGen/templates/vs110/x64/executable/debug_static_md.template index bb2d26b06..e96859ca9 100644 --- a/ProGen/templates/vs110/x64/executable/debug_static_md.template +++ b/ProGen/templates/vs110/x64/executable/debug_static_md.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_static_mt.template b/ProGen/templates/vs110/x64/executable/debug_static_mt.template index a4c388edf..57f60b247 100644 --- a/ProGen/templates/vs110/x64/executable/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/executable/debug_static_mt.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/project.properties b/ProGen/templates/vs110/x64/executable/project.properties index 0287d1df8..1acbe5241 100644 --- a/ProGen/templates/vs110/x64/executable/project.properties +++ b/ProGen/templates/vs110/x64/executable/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/executable/project.template b/ProGen/templates/vs110/x64/executable/project.template index 254780e13..65e92894c 100644 --- a/ProGen/templates/vs110/x64/executable/project.template +++ b/ProGen/templates/vs110/x64/executable/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_shared.template b/ProGen/templates/vs110/x64/executable/release_shared.template index 9d3a77045..79ec2e3f4 100644 --- a/ProGen/templates/vs110/x64/executable/release_shared.template +++ b/ProGen/templates/vs110/x64/executable/release_shared.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_static_md.template b/ProGen/templates/vs110/x64/executable/release_static_md.template index 1aa0e0646..a61d0fff7 100644 --- a/ProGen/templates/vs110/x64/executable/release_static_md.template +++ b/ProGen/templates/vs110/x64/executable/release_static_md.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_static_mt.template b/ProGen/templates/vs110/x64/executable/release_static_mt.template index 7ed3a4ad2..05269d661 100644 --- a/ProGen/templates/vs110/x64/executable/release_static_mt.template +++ b/ProGen/templates/vs110/x64/executable/release_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_shared.template b/ProGen/templates/vs110/x64/library/debug_shared.template index c183d6545..b64f94c66 100644 --- a/ProGen/templates/vs110/x64/library/debug_shared.template +++ b/ProGen/templates/vs110/x64/library/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_static_md.template b/ProGen/templates/vs110/x64/library/debug_static_md.template index 6ff9948e2..ab4eb5cd5 100644 --- a/ProGen/templates/vs110/x64/library/debug_static_md.template +++ b/ProGen/templates/vs110/x64/library/debug_static_md.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_static_mt.template b/ProGen/templates/vs110/x64/library/debug_static_mt.template index 8d7f87e07..6c8be090f 100644 --- a/ProGen/templates/vs110/x64/library/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/library/debug_static_mt.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/project.properties b/ProGen/templates/vs110/x64/library/project.properties index 82f51da20..e502afaf5 100644 --- a/ProGen/templates/vs110/x64/library/project.properties +++ b/ProGen/templates/vs110/x64/library/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = 64d -project.targetSuffix.release_shared = 64 -project.targetSuffix.debug_static_md = mdd -project.targetSuffix.release_static_md = md -project.targetSuffix.debug_static_mt = mtd -project.targetSuffix.release_static_mt = mt -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = 64d +project.targetSuffix.release_shared = 64 +project.targetSuffix.debug_static_md = mdd +project.targetSuffix.release_static_md = md +project.targetSuffix.debug_static_mt = mtd +project.targetSuffix.release_static_mt = mt +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/library/project.template b/ProGen/templates/vs110/x64/library/project.template index 254780e13..65e92894c 100644 --- a/ProGen/templates/vs110/x64/library/project.template +++ b/ProGen/templates/vs110/x64/library/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_shared.template b/ProGen/templates/vs110/x64/library/release_shared.template index 4f157e8e9..50897a277 100644 --- a/ProGen/templates/vs110/x64/library/release_shared.template +++ b/ProGen/templates/vs110/x64/library/release_shared.template @@ -1,90 +1,90 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_static_md.template b/ProGen/templates/vs110/x64/library/release_static_md.template index c4cb1105e..d22d10ac2 100644 --- a/ProGen/templates/vs110/x64/library/release_static_md.template +++ b/ProGen/templates/vs110/x64/library/release_static_md.template @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_static_mt.template b/ProGen/templates/vs110/x64/library/release_static_mt.template index d2ca4819e..c577be29f 100644 --- a/ProGen/templates/vs110/x64/library/release_static_mt.template +++ b/ProGen/templates/vs110/x64/library/release_static_mt.template @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/debug_shared.template b/ProGen/templates/vs110/x64/plugin/debug_shared.template index ecf1242ff..bfcd25e36 100644 --- a/ProGen/templates/vs110/x64/plugin/debug_shared.template +++ b/ProGen/templates/vs110/x64/plugin/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/project.properties b/ProGen/templates/vs110/x64/plugin/project.properties index c219f65c9..fd3b49741 100644 --- a/ProGen/templates/vs110/x64/plugin/project.properties +++ b/ProGen/templates/vs110/x64/plugin/project.properties @@ -1,6 +1,6 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/plugin/project.template b/ProGen/templates/vs110/x64/plugin/project.template index 254780e13..65e92894c 100644 --- a/ProGen/templates/vs110/x64/plugin/project.template +++ b/ProGen/templates/vs110/x64/plugin/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/release_shared.template b/ProGen/templates/vs110/x64/plugin/release_shared.template index c38a4f6ca..923a11c16 100644 --- a/ProGen/templates/vs110/x64/plugin/release_shared.template +++ b/ProGen/templates/vs110/x64/plugin/release_shared.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_shared.template b/ProGen/templates/vs110/x64/testsuite/debug_shared.template index b266d4ce8..49f346f6f 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_shared.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_static_md.template b/ProGen/templates/vs110/x64/testsuite/debug_static_md.template index bce5c8509..d3278453c 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_static_md.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_static_md.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template b/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template index 13476f004..42f573a2e 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/project.properties b/ProGen/templates/vs110/x64/testsuite/project.properties index 0287d1df8..1acbe5241 100644 --- a/ProGen/templates/vs110/x64/testsuite/project.properties +++ b/ProGen/templates/vs110/x64/testsuite/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/testsuite/project.template b/ProGen/templates/vs110/x64/testsuite/project.template index 254780e13..65e92894c 100644 --- a/ProGen/templates/vs110/x64/testsuite/project.template +++ b/ProGen/templates/vs110/x64/testsuite/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_shared.template b/ProGen/templates/vs110/x64/testsuite/release_shared.template index a83a1af07..52b49198a 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_shared.template +++ b/ProGen/templates/vs110/x64/testsuite/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_static_md.template b/ProGen/templates/vs110/x64/testsuite/release_static_md.template index 350bcaa5b..3dfc7a923 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_static_md.template +++ b/ProGen/templates/vs110/x64/testsuite/release_static_md.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_static_mt.template b/ProGen/templates/vs110/x64/testsuite/release_static_mt.template index f8fe91bf5..bd319238e 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_static_mt.template +++ b/ProGen/templates/vs110/x64/testsuite/release_static_mt.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/Util/samples/Units/Units.progen b/Util/samples/Units/Units.progen index 1c2313390..332305dd1 100644 --- a/Util/samples/Units/Units.progen +++ b/Util/samples/Units/Units.progen @@ -1,9 +1,9 @@ -vc.project.guid = ${vc.project.guidFromName} -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.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;..\\..\\..\\Util\\include +vc.project.guid = ${vc.project.guidFromName} +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.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;..\\..\\..\\Util\\include diff --git a/XML/testsuite/rss.xml b/XML/testsuite/rss.xml index 13fb2a260..5aee14795 100644 --- a/XML/testsuite/rss.xml +++ b/XML/testsuite/rss.xml @@ -2,477 +2,828 @@ Permission to copy in any form is granted for use with conforming SGML systems and applications as defined in ISO 8879, provided this notice is included in all copies. ---> +--> + +--> + - - - - - + U+00A0 ISOnum --> + + + + + + + + + + + - + U+00A6 ISOnum --> + + + - - + U+00A8 ISOdia --> + + + + + + = left pointing guillemet, U+00AB ISOnum --> + + U+00AC ISOnum --> + + U+00AD ISOnum --> + + U+00AE ISOnum --> + - + = APL overbar, U+00AF ISOdia --> + + + + U+00B1 ISOnum --> + + = squared, U+00B2 ISOnum --> + + = cubed, U+00B3 ISOnum --> + - + U+00B4 ISOdia --> + + + + U+00B6 ISOnum --> + - + = Greek middle dot, U+00B7 ISOnum --> + + + + U+00B9 ISOnum --> + + U+00BA ISOnum --> + + = right pointing guillemet, U+00BB ISOnum --> + + = fraction one quarter, U+00BC ISOnum --> + + = fraction one half, U+00BD ISOnum --> + + = fraction three quarters, U+00BE ISOnum --> + + = turned question mark, U+00BF ISOnum --> + + U+00C0 ISOlat1 --> + + U+00C1 ISOlat1 --> + + U+00C2 ISOlat1 --> + + U+00C3 ISOlat1 --> + + U+00C4 ISOlat1 --> + + U+00C5 ISOlat1 --> + + U+00C6 ISOlat1 --> + + U+00C7 ISOlat1 --> + + U+00C8 ISOlat1 --> + + U+00C9 ISOlat1 --> + + U+00CA ISOlat1 --> + + U+00CB ISOlat1 --> + + U+00CC ISOlat1 --> + + U+00CD ISOlat1 --> + + U+00CE ISOlat1 --> + - + U+00CF ISOlat1 --> + + + + U+00D1 ISOlat1 --> + + U+00D2 ISOlat1 --> + + U+00D3 ISOlat1 --> + + U+00D4 ISOlat1 --> + + U+00D5 ISOlat1 --> + - + U+00D6 ISOlat1 --> + + + + U+00D8 ISOlat1 --> + + U+00D9 ISOlat1 --> + + U+00DA ISOlat1 --> + + U+00DB ISOlat1 --> + + U+00DC ISOlat1 --> + + U+00DD ISOlat1 --> + + U+00DE ISOlat1 --> + + U+00DF ISOlat1 --> + + U+00E0 ISOlat1 --> + + U+00E1 ISOlat1 --> + + U+00E2 ISOlat1 --> + + U+00E3 ISOlat1 --> + + U+00E4 ISOlat1 --> + + U+00E5 ISOlat1 --> + + = latin small ligature ae, U+00E6 ISOlat1 --> + + U+00E7 ISOlat1 --> + + U+00E8 ISOlat1 --> + + U+00E9 ISOlat1 --> + + U+00EA ISOlat1 --> + + U+00EB ISOlat1 --> + + U+00EC ISOlat1 --> + + U+00ED ISOlat1 --> + + U+00EE ISOlat1 --> + - + U+00EF ISOlat1 --> + + + + U+00F1 ISOlat1 --> + + U+00F2 ISOlat1 --> + + U+00F3 ISOlat1 --> + + U+00F4 ISOlat1 --> + + U+00F5 ISOlat1 --> + - + U+00F6 ISOlat1 --> + + + + U+00F8 ISOlat1 --> + + U+00F9 ISOlat1 --> + + U+00FA ISOlat1 --> + + U+00FB ISOlat1 --> + + U+00FC ISOlat1 --> + + U+00FD ISOlat1 --> + + U+00FE ISOlat1 --> + > - - - - XML.com - http://www.xml.com/ - XML.com features a rich mix of information and services for the XML community. - hourly - 2 - 2000-01-01T12:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - Meerkat Powered! - http://meerkat.oreillynet.com/icons/meerkat-powered.jpg - http://meerkat.oreillynet.com - - - Features: Top 10 XForms Engines - http://www.xml.com/pub/a/2005/02/09/xforms.html + U+00FF ISOlat1 -->> + + + + + + + + XML.com + + http://www.xml.com/ + + XML.com features a rich mix of information and services for the XML community. + + hourly + + 2 + + 2000-01-01T12:00+00:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Meerkat Powered! + + http://meerkat.oreillynet.com/icons/meerkat-powered.jpg + + http://meerkat.oreillynet.com + + + + + + Features: Top 10 XForms Engines + + http://www.xml.com/pub/a/2005/02/09/xforms.html + Micah Dubinko, one of the gurus of XForms, offers a rundown on the state of XForms engines for 2005. - - XML.com - Micah Dubinko - Web, Applications - O'Reilly Media, Inc. - 2005-02-09 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Comparing CSS and XSL: A Reply from Norm Walsh - http://www.xml.com/pub/a/2005/02/09/cssorxsl.html + + + XML.com + + Micah Dubinko + + Web, Applications + + O'Reilly Media, Inc. + + 2005-02-09 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Comparing CSS and XSL: A Reply from Norm Walsh + + http://www.xml.com/pub/a/2005/02/09/cssorxsl.html + Norm Walsh responds to a recent article about CSS and XSL, explaining how and when and why you'd want to use XSLFO or CSS or XSLT. - - XML.com - Norman Walsh - Style - O'Reilly Media, Inc. - 2005-02-09 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Very Dynamic Web Interfaces - http://www.xml.com/pub/a/2005/02/09/xml-http-request.html + + + XML.com + + Norman Walsh + + Style + + O'Reilly Media, Inc. + + 2005-02-09 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Very Dynamic Web Interfaces + + http://www.xml.com/pub/a/2005/02/09/xml-http-request.html + Drew McLellan explains how to use XMLHTTPRequest and Javascript to create web applications with very dynamic, smooth interfaces. - - XML.com - Drew McLellan - Web Development, Instruction - O'Reilly Media, Inc. - 2005-02-09 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Transforming XML: The XPath 2.0 Data Model - http://www.xml.com/pub/a/2005/02/02/xpath2.html + + + XML.com + + Drew McLellan + + Web Development, Instruction + + O'Reilly Media, Inc. + + 2005-02-09 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Transforming XML: The XPath 2.0 Data Model + + http://www.xml.com/pub/a/2005/02/02/xpath2.html + Bob DuCharme, in his latest Transforming XML column, examines the XPath 2.0, hence the XSLT 2.0, data model. - - XML.com - Bob DuCharme - Style, Style - O'Reilly Media, Inc. - 2005-02-02 - Transforming XML - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - XML Tourist: The Silent Soundtrack - http://www.xml.com/pub/a/2005/02/02/silent.html + + + XML.com + + Bob DuCharme + + Style, Style + + O'Reilly Media, Inc. + + 2005-02-02 + + Transforming XML + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + XML Tourist: The Silent Soundtrack + + http://www.xml.com/pub/a/2005/02/02/silent.html + In this installation of XML Tourist, John E. Simpson presents an overview of the types of sound-to-text captioning available. Pinpointing closed captioning as the most suitable for use with computerized multimedia, he then explains how XML-based solutions address synchronization issues. - - XML.com - John E. Simpson - Graphics, Vertical Industries - O'Reilly Media, Inc. - 2005-02-02 - XML Tourist - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Transforming XML: The XML 2.0 Data Model - http://www.xml.com/pub/a/2005/02/02/xpath2.html + + + XML.com + + John E. Simpson + + Graphics, Vertical Industries + + O'Reilly Media, Inc. + + 2005-02-02 + + XML Tourist + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Transforming XML: The XML 2.0 Data Model + + http://www.xml.com/pub/a/2005/02/02/xpath2.html + Bob DuCharme, in his latest Transforming XML column, examines the XPath 2.0, hence the XSLT 2.0, data model. - - XML.com - Bob DuCharme - Style, Style - O'Reilly Media, Inc. - 2005-02-02 - Transforming XML - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: An Introduction to TMAPI - http://www.xml.com/pub/a/2005/02/02/tmapi.html + + + XML.com + + Bob DuCharme + + Style, Style + + O'Reilly Media, Inc. + + 2005-02-02 + + Transforming XML + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: An Introduction to TMAPI + + http://www.xml.com/pub/a/2005/02/02/tmapi.html + TMAPI, a Java Topic Map API, is the standard way to interact with XML Topic Maps programmatically from Java. This article provides a tutorial for TMAPI. - - XML.com - Robert Barta, Oliver Leimig - Metadata, Metadata - O'Reilly Media, Inc. - 2005-02-02 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Formal Taxonomies for the U.S. Government - http://www.xml.com/pub/a/2005/01/26/formtax.html + + + XML.com + + Robert Barta, Oliver Leimig + + Metadata, Metadata + + O'Reilly Media, Inc. + + 2005-02-02 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Formal Taxonomies for the U.S. Government + + http://www.xml.com/pub/a/2005/01/26/formtax.html + Mike Daconta, Metadata Program Manager at the Department of Homeland Security, introduces the notion of a formal taxonomy in the context of the Federal Enteriprise Architecture's Data Reference Model. - - XML.com - Michael Daconta - Metadata, Metadata - O'Reilly Media, Inc. - 2005-01-26 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Hacking Open Office - http://www.xml.com/pub/a/2005/01/26/hacking-ooo.html + + + XML.com + + Michael Daconta + + Metadata, Metadata + + O'Reilly Media, Inc. + + 2005-01-26 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Hacking Open Office + + http://www.xml.com/pub/a/2005/01/26/hacking-ooo.html + Peter Sefton shows us how to use XML tools to hack Open Office file formats. - - XML.com - Peter Sefton - Programming, Tools, Publishing - O'Reilly Media, Inc. - 2005-01-26 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: SIMILE: Practical Metadata for the Semantic Web - http://www.xml.com/pub/a/2005/01/26/simile.html + + + XML.com + + Peter Sefton + + Programming, Tools, Publishing + + O'Reilly Media, Inc. + + 2005-01-26 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: SIMILE: Practical Metadata for the Semantic Web + + http://www.xml.com/pub/a/2005/01/26/simile.html + Digital libraries and generic metadata form part of the background assumptions and forward-looking goals of the Semantic Web. SIMILE is an interesting project aimed at realizing some of those goals. - - XML.com - Stephen Garland, Ryan Lee, Stefano Mazzocchi - Semantic Web, Metadata - O'Reilly Media, Inc. - 2005-01-26 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Python and XML: Introducing the Amara XML Toolkit - http://www.xml.com/pub/a/2005/01/19/amara.html + + + XML.com + + Stephen Garland, Ryan Lee, Stefano Mazzocchi + + Semantic Web, Metadata + + O'Reilly Media, Inc. + + 2005-01-26 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Python and XML: Introducing the Amara XML Toolkit + + http://www.xml.com/pub/a/2005/01/19/amara.html + Uche Ogbuji introduces Amara, his new collection of XML tools for Python. - - XML.com - Uche Ogbuji - Programming, Programming - O'Reilly Media, Inc. - 2005-01-19 - Python and XML - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Printing XML: Why CSS Is Better than XSL - http://www.xml.com/pub/a/2005/01/19/print.html + + + XML.com + + Uche Ogbuji + + Programming, Programming + + O'Reilly Media, Inc. + + 2005-01-19 + + Python and XML + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Printing XML: Why CSS Is Better than XSL + + http://www.xml.com/pub/a/2005/01/19/print.html + One of the old school debates among XML developers is "CSS versus XSLT." Håkun Wium Lie and Michael Day revive that debate with a shot across XSL's bow. - - XML.com - Michael Day, Håkon Wium Lie - Style, Publishing - O'Reilly Media, Inc. - 2005-01-19 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Reviewing the Architecture of the World Wide Web - http://www.xml.com/pub/a/2005/01/19/review.html + + + XML.com + + Michael Day, Håkon Wium Lie + + Style, Publishing + + O'Reilly Media, Inc. + + 2005-01-19 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Reviewing the Architecture of the World Wide Web + + http://www.xml.com/pub/a/2005/01/19/review.html + Harry Halpin reviews the final published edition of the W3C TAG's Architecture of the World Wide Web document. - - XML.com - Harry Halpin - Web, Perspectives - O'Reilly Media, Inc. - 2005-01-19 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: SAML 2: The Building Blocks of Federated Identity - http://www.xml.com/pub/a/2005/01/12/saml2.html + + + XML.com + + Harry Halpin + + Web, Perspectives + + O'Reilly Media, Inc. + + 2005-01-19 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: SAML 2: The Building Blocks of Federated Identity + + http://www.xml.com/pub/a/2005/01/12/saml2.html + Paul Madsen reports on the developments in web services security, including a new major release of SAML, which provides the basis for building federated identity. - - XML.com - Paul Madsen - Web Services, Specifications - O'Reilly Media, Inc. - 2005-01-12 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Features: Introducing Comega - http://www.xml.com/pub/a/2005/01/12/comega.html + + + XML.com + + Paul Madsen + + Web Services, Specifications + + O'Reilly Media, Inc. + + 2005-01-12 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Features: Introducing Comega + + http://www.xml.com/pub/a/2005/01/12/comega.html + Dare Obasanjo explains some of the ways in which Cω--a new language from Microsoft Research--makes XML processing easier and more natural. - - XML.com - Dare Obasanjo - Programming, Instruction - O'Reilly Media, Inc. - 2005-01-12 - Features - text/html - en-us - Copyright 2005, O'Reilly Media, Inc. - - - Search - Search Meerkat... - s - http://meerkat.oreillynet.com/ - - + + + XML.com + + Dare Obasanjo + + Programming, Instruction + + O'Reilly Media, Inc. + + 2005-01-12 + + Features + + text/html + + en-us + + Copyright 2005, O'Reilly Media, Inc. + + + + + + Search + + Search Meerkat... + + s + + http://meerkat.oreillynet.com/ + + + + +