From 42c40800f9d27a0090b998a3c751f536243fe9eb Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 22 Jan 2009 20:07:16 +0000 Subject: [PATCH] add msvc9 files git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@946 7ec92016-0320-0410-acc4-a06ded1c099a --- test/SingletonDll/Client_MSVC9.vcproj | 177 ++++++++++++++++ test/SingletonDll/SingletonDll_MSVC9.sln | 39 ++++ test/SingletonDll/SingletonDll_MSVC9.vcproj | 220 ++++++++++++++++++++ test/SingletonDll/foo_MSVC9.vcproj | 216 +++++++++++++++++++ 4 files changed, 652 insertions(+) create mode 100644 test/SingletonDll/Client_MSVC9.vcproj create mode 100644 test/SingletonDll/SingletonDll_MSVC9.sln create mode 100644 test/SingletonDll/SingletonDll_MSVC9.vcproj create mode 100644 test/SingletonDll/foo_MSVC9.vcproj diff --git a/test/SingletonDll/Client_MSVC9.vcproj b/test/SingletonDll/Client_MSVC9.vcproj new file mode 100644 index 0000000..f252475 --- /dev/null +++ b/test/SingletonDll/Client_MSVC9.vcproj @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/SingletonDll/SingletonDll_MSVC9.sln b/test/SingletonDll/SingletonDll_MSVC9.sln new file mode 100644 index 0000000..692a0c6 --- /dev/null +++ b/test/SingletonDll/SingletonDll_MSVC9.sln @@ -0,0 +1,39 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client_MSVC9.vcproj", "{237F4D1A-6301-4656-8F34-B0F6496E929F}" + ProjectSection(ProjectDependencies) = postProject + {42E13925-28CE-421B-993E-162510C90CD6} = {42E13925-28CE-421B-993E-162510C90CD6} + {0DCBE03A-DAC7-4669-B29B-102D8F563736} = {0DCBE03A-DAC7-4669-B29B-102D8F563736} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Foo", "foo_MSVC9.vcproj", "{42E13925-28CE-421B-993E-162510C90CD6}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SingletonDll_MSVC9", "SingletonDll_MSVC9.vcproj", "{0DCBE03A-DAC7-4669-B29B-102D8F563736}" + ProjectSection(ProjectDependencies) = postProject + {42E13925-28CE-421B-993E-162510C90CD6} = {42E13925-28CE-421B-993E-162510C90CD6} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {237F4D1A-6301-4656-8F34-B0F6496E929F}.Debug|Win32.ActiveCfg = Debug|Win32 + {237F4D1A-6301-4656-8F34-B0F6496E929F}.Debug|Win32.Build.0 = Debug|Win32 + {237F4D1A-6301-4656-8F34-B0F6496E929F}.Release|Win32.ActiveCfg = Release|Win32 + {237F4D1A-6301-4656-8F34-B0F6496E929F}.Release|Win32.Build.0 = Release|Win32 + {42E13925-28CE-421B-993E-162510C90CD6}.Debug|Win32.ActiveCfg = Debug|Win32 + {42E13925-28CE-421B-993E-162510C90CD6}.Debug|Win32.Build.0 = Debug|Win32 + {42E13925-28CE-421B-993E-162510C90CD6}.Release|Win32.ActiveCfg = Release|Win32 + {42E13925-28CE-421B-993E-162510C90CD6}.Release|Win32.Build.0 = Release|Win32 + {0DCBE03A-DAC7-4669-B29B-102D8F563736}.Debug|Win32.ActiveCfg = Debug|Win32 + {0DCBE03A-DAC7-4669-B29B-102D8F563736}.Debug|Win32.Build.0 = Debug|Win32 + {0DCBE03A-DAC7-4669-B29B-102D8F563736}.Release|Win32.ActiveCfg = Release|Win32 + {0DCBE03A-DAC7-4669-B29B-102D8F563736}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/test/SingletonDll/SingletonDll_MSVC9.vcproj b/test/SingletonDll/SingletonDll_MSVC9.vcproj new file mode 100644 index 0000000..848e09a --- /dev/null +++ b/test/SingletonDll/SingletonDll_MSVC9.vcproj @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/SingletonDll/foo_MSVC9.vcproj b/test/SingletonDll/foo_MSVC9.vcproj new file mode 100644 index 0000000..c5c6405 --- /dev/null +++ b/test/SingletonDll/foo_MSVC9.vcproj @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +