From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- .../test/gmock-1.7.0/gtest/msvc/gtest-md.sln | 45 ++++++ .../test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj | 126 ++++++++++++++++ src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.sln | 45 ++++++ .../test/gmock-1.7.0/gtest/msvc/gtest.vcproj | 126 ++++++++++++++++ .../gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj | 129 ++++++++++++++++ .../test/gmock-1.7.0/gtest/msvc/gtest_main.vcproj | 129 ++++++++++++++++ .../gtest/msvc/gtest_prod_test-md.vcproj | 164 +++++++++++++++++++++ .../gmock-1.7.0/gtest/msvc/gtest_prod_test.vcproj | 164 +++++++++++++++++++++ .../gtest/msvc/gtest_unittest-md.vcproj | 147 ++++++++++++++++++ .../gmock-1.7.0/gtest/msvc/gtest_unittest.vcproj | 147 ++++++++++++++++++ 10 files changed, 1222 insertions(+) create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.sln create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.sln create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test-md.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest-md.vcproj create mode 100644 src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest.vcproj (limited to 'src/c-ares/test/gmock-1.7.0/gtest/msvc') diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.sln b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.sln new file mode 100644 index 00000000..f7908da1 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.sln @@ -0,0 +1,45 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "gtest-md.vcproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main-md", "gtest_main-md.vcproj", "{3AF54C8A-10BF-4332-9147-F68ED9862033}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test-md", "gtest_prod_test-md.vcproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest-md", "gtest_unittest-md.vcproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug.ActiveCfg = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug.Build.0 = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release.ActiveCfg = Release|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release.Build.0 = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug.ActiveCfg = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug.Build.0 = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release.ActiveCfg = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release.Build.0 = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug.ActiveCfg = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug.Build.0 = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release.ActiveCfg = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release.Build.0 = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug.ActiveCfg = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug.Build.0 = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release.ActiveCfg = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj new file mode 100644 index 00000000..1c35c3a5 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest-md.vcproj @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.sln b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.sln new file mode 100644 index 00000000..ef4b057f --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.sln @@ -0,0 +1,45 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main", "gtest_main.vcproj", "{3AF54C8A-10BF-4332-9147-F68ED9862032}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest", "gtest_unittest.vcproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test", "gtest_prod_test.vcproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug.ActiveCfg = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug.Build.0 = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release.ActiveCfg = Release|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release.Build.0 = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug.ActiveCfg = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug.Build.0 = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release.ActiveCfg = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release.Build.0 = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug.ActiveCfg = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug.Build.0 = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release.ActiveCfg = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release.Build.0 = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug.ActiveCfg = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug.Build.0 = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release.ActiveCfg = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.vcproj new file mode 100644 index 00000000..a8373ce9 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest.vcproj @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj new file mode 100644 index 00000000..b5379fe6 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main-md.vcproj @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main.vcproj new file mode 100644 index 00000000..e8b763c5 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_main.vcproj @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test-md.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test-md.vcproj new file mode 100644 index 00000000..05b05d9e --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test-md.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test.vcproj new file mode 100644 index 00000000..6d7a2f02 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_prod_test.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest-md.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest-md.vcproj new file mode 100644 index 00000000..38a5e566 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest-md.vcproj @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest.vcproj b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest.vcproj new file mode 100644 index 00000000..cb1f52b1 --- /dev/null +++ b/src/c-ares/test/gmock-1.7.0/gtest/msvc/gtest_unittest.vcproj @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3