From c5a222e8bacfb1902d7a9d435715b3d455ecefa1 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Tue, 24 Jun 2008 19:44:34 +0000 Subject: [PATCH] SF [2001995] Windows build based on components file some project/solutions files added/modified --- .../LogRotation/LogRotation_vs90.vcproj | 4 +- WebWidgets/ExtJS/ExtJS_VS90.vcproj | 8 + .../ExtJS/samples/Server/Server_VS90.vcproj | 211 ++++++++++++++++++ WebWidgets/ExtJS/samples/samples_vs71.sln | 29 +++ WebWidgets/ExtJS/samples/samples_vs80.sln | 26 +++ WebWidgets/ExtJS/samples/samples_vs90.sln | 25 +++ .../ExtJS/testsuite/TestSuite_VS90.vcproj | 4 +- WebWidgets/WebWidgets_VS90.sln | 3 + WebWidgets/testsuite/TestSuite_VS90.vcproj | 4 +- buildwin.cmd | 155 +++++-------- components | 2 +- dist/buildwin.cmd | 155 +++++-------- 12 files changed, 416 insertions(+), 210 deletions(-) create mode 100644 WebWidgets/ExtJS/samples/Server/Server_VS90.vcproj create mode 100644 WebWidgets/ExtJS/samples/samples_vs71.sln create mode 100644 WebWidgets/ExtJS/samples/samples_vs80.sln create mode 100644 WebWidgets/ExtJS/samples/samples_vs90.sln diff --git a/Foundation/samples/LogRotation/LogRotation_vs90.vcproj b/Foundation/samples/LogRotation/LogRotation_vs90.vcproj index 650b5cd0c..aaa1ca018 100644 --- a/Foundation/samples/LogRotation/LogRotation_vs90.vcproj +++ b/Foundation/samples/LogRotation/LogRotation_vs90.vcproj @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="9.00" Name="LogRotation" - ProjectGUID="{E7CE21A7-3D50-485E-9B68-E1BEC97ED2E3}" + ProjectGUID="{748FFA39-8C89-4968-9CF3-54A28A364F27}" Keyword="Win32Proj" TargetFrameworkVersion="0" > @@ -374,6 +374,4 @@ - - diff --git a/WebWidgets/ExtJS/ExtJS_VS90.vcproj b/WebWidgets/ExtJS/ExtJS_VS90.vcproj index 94b5889e1..77f00bc4d 100644 --- a/WebWidgets/ExtJS/ExtJS_VS90.vcproj +++ b/WebWidgets/ExtJS/ExtJS_VS90.vcproj @@ -212,6 +212,10 @@ RelativePath=".\include\Poco\WebWidgets\ExtJS\AbstractTableCellHandler.h" > + + @@ -360,6 +364,10 @@ RelativePath=".\src\AbstractTableCellHandler.cpp" > + + diff --git a/WebWidgets/ExtJS/samples/Server/Server_VS90.vcproj b/WebWidgets/ExtJS/samples/Server/Server_VS90.vcproj new file mode 100644 index 000000000..49e30b4ba --- /dev/null +++ b/WebWidgets/ExtJS/samples/Server/Server_VS90.vcproj @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WebWidgets/ExtJS/samples/samples_vs71.sln b/WebWidgets/ExtJS/samples/samples_vs71.sln new file mode 100644 index 000000000..5ba77546a --- /dev/null +++ b/WebWidgets/ExtJS/samples/samples_vs71.sln @@ -0,0 +1,29 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server_vs71.vcproj", "{54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + debug_shared = debug_shared + debug_static = debug_static + release_shared = release_shared + release_static = release_static + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.debug_shared.ActiveCfg = debug_shared|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.debug_shared.Build.0 = debug_shared|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.debug_static.ActiveCfg = debug_static|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.debug_static.Build.0 = debug_static|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.release_shared.ActiveCfg = release_shared|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.release_shared.Build.0 = release_shared|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.release_static.ActiveCfg = release_static|Win32 + {54BCEDA8-C241-4DCF-AEAD-6177F115B0D0}.release_static.Build.0 = release_static|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/WebWidgets/ExtJS/samples/samples_vs80.sln b/WebWidgets/ExtJS/samples/samples_vs80.sln new file mode 100644 index 000000000..8c33c77f5 --- /dev/null +++ b/WebWidgets/ExtJS/samples/samples_vs80.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual C++ Express 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server_vs80.vcproj", "{F2972327-DCA7-49BB-B55D-66C554CF1205}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + debug_shared|Win32 = debug_shared|Win32 + debug_static|Win32 = debug_static|Win32 + release_shared|Win32 = release_shared|Win32 + release_static|Win32 = release_static|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F2972327-DCA7-49BB-B55D-66C554CF1205}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.debug_static|Win32.ActiveCfg = debug_static|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.debug_static|Win32.Build.0 = debug_static|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.release_shared|Win32.Build.0 = release_shared|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.release_static|Win32.ActiveCfg = release_static|Win32 + {F2972327-DCA7-49BB-B55D-66C554CF1205}.release_static|Win32.Build.0 = release_static|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/WebWidgets/ExtJS/samples/samples_vs90.sln b/WebWidgets/ExtJS/samples/samples_vs90.sln new file mode 100644 index 000000000..e5f626ff3 --- /dev/null +++ b/WebWidgets/ExtJS/samples/samples_vs90.sln @@ -0,0 +1,25 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server_VS90", "Server\Server_vs90.vcproj", "{B0FFA5DF-1420-460F-8E87-E4DEBE801A05}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + debug_shared|Win32 = debug_shared|Win32 + debug_static|Win32 = debug_static|Win32 + release_shared|Win32 = release_shared|Win32 + release_static|Win32 = release_static|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.debug_static|Win32.ActiveCfg = debug_static|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.debug_static|Win32.Build.0 = debug_static|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.release_shared|Win32.Build.0 = release_shared|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.release_static|Win32.ActiveCfg = release_static|Win32 + {B0FFA5DF-1420-460F-8E87-E4DEBE801A05}.release_static|Win32.Build.0 = release_static|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/WebWidgets/ExtJS/testsuite/TestSuite_VS90.vcproj b/WebWidgets/ExtJS/testsuite/TestSuite_VS90.vcproj index 7983fc94e..0f5799c6c 100644 --- a/WebWidgets/ExtJS/testsuite/TestSuite_VS90.vcproj +++ b/WebWidgets/ExtJS/testsuite/TestSuite_VS90.vcproj @@ -41,7 +41,7 @@