From f4002c039773db302351360cf49ce4cffd42aae2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:03:26 +0900 Subject: Old MCSVC perf projects starting with c_ prefix renamed This was a leftover from 0MQ/1.0 times when bindings were packaged with the library, thus resulting in multiple perf tests. Signed-off-by: Martin Sustrik --- builds/msvc/Makefile.am | 8 +-- builds/msvc/c_local_lat/c_local_lat.vcxproj | 87 --------------------------- builds/msvc/c_local_thr/c_local_thr.vcxproj | 87 --------------------------- builds/msvc/c_remote_lat/c_remote_lat.vcxproj | 87 --------------------------- builds/msvc/c_remote_thr/c_remote_thr.vcxproj | 87 --------------------------- builds/msvc/local_lat/local_lat.vcxproj | 87 +++++++++++++++++++++++++++ builds/msvc/local_thr/local_thr.vcxproj | 87 +++++++++++++++++++++++++++ builds/msvc/msvc10.sln | 8 +-- builds/msvc/remote_lat/remote_lat.vcxproj | 87 +++++++++++++++++++++++++++ builds/msvc/remote_thr/remote_thr.vcxproj | 87 +++++++++++++++++++++++++++ 10 files changed, 356 insertions(+), 356 deletions(-) delete mode 100644 builds/msvc/c_local_lat/c_local_lat.vcxproj delete mode 100644 builds/msvc/c_local_thr/c_local_thr.vcxproj delete mode 100644 builds/msvc/c_remote_lat/c_remote_lat.vcxproj delete mode 100644 builds/msvc/c_remote_thr/c_remote_thr.vcxproj create mode 100644 builds/msvc/local_lat/local_lat.vcxproj create mode 100644 builds/msvc/local_thr/local_thr.vcxproj create mode 100644 builds/msvc/remote_lat/remote_lat.vcxproj create mode 100644 builds/msvc/remote_thr/remote_thr.vcxproj (limited to 'builds/msvc') diff --git a/builds/msvc/Makefile.am b/builds/msvc/Makefile.am index c5755b3..68877d6 100644 --- a/builds/msvc/Makefile.am +++ b/builds/msvc/Makefile.am @@ -2,10 +2,10 @@ LIBXS_DIST = libxs/libxs.vcxproj \ libxs/libxs.vcxproj.filters \ platform.hpp msvc10.sln -PERF_DIST = c_local_thr/c_local_thr.vcxproj \ - c_remote_thr/c_remote_thr.vcxproj \ - c_local_lat/c_local_lat.vcxproj \ - c_remote_lat/c_remote_lat.vcxproj \ +PERF_DIST = local_thr/local_thr.vcxproj \ + remote_thr/remote_thr.vcxproj \ + local_lat/local_lat.vcxproj \ + remote_lat/remote_lat.vcxproj \ inproc_lat/inproc_lat.vcxproj \ inproc_thr/inproc_thr.vcxproj diff --git a/builds/msvc/c_local_lat/c_local_lat.vcxproj b/builds/msvc/c_local_lat/c_local_lat.vcxproj deleted file mode 100644 index 7d9ce48..0000000 --- a/builds/msvc/c_local_lat/c_local_lat.vcxproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - local_lat - {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57} - c_local_lat - - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - AllRules.ruleset - - - - - - - {641c5f36-32ee-4323-b740-992b651cf9d6} - false - - - - - - diff --git a/builds/msvc/c_local_thr/c_local_thr.vcxproj b/builds/msvc/c_local_thr/c_local_thr.vcxproj deleted file mode 100644 index 0d0b950..0000000 --- a/builds/msvc/c_local_thr/c_local_thr.vcxproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - local_thr - {8EF2DF6B-6646-460F-8032-913B70FE0E94} - c_local_thr - - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - AllRules.ruleset - - - - - - - {641c5f36-32ee-4323-b740-992b651cf9d6} - false - - - - - - diff --git a/builds/msvc/c_remote_lat/c_remote_lat.vcxproj b/builds/msvc/c_remote_lat/c_remote_lat.vcxproj deleted file mode 100644 index 1a69267..0000000 --- a/builds/msvc/c_remote_lat/c_remote_lat.vcxproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - remote_lat - {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1} - c_remote_lat - - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - AllRules.ruleset - - - - - - - {641c5f36-32ee-4323-b740-992b651cf9d6} - false - - - - - - diff --git a/builds/msvc/c_remote_thr/c_remote_thr.vcxproj b/builds/msvc/c_remote_thr/c_remote_thr.vcxproj deleted file mode 100644 index 1350840..0000000 --- a/builds/msvc/c_remote_thr/c_remote_thr.vcxproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - remote_thr - {B15E059C-0CBB-4A82-8C42-6567FB650802} - c_remote_thr - - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - AllRules.ruleset - - - - - - - {641c5f36-32ee-4323-b740-992b651cf9d6} - false - - - - - - diff --git a/builds/msvc/local_lat/local_lat.vcxproj b/builds/msvc/local_lat/local_lat.vcxproj new file mode 100644 index 0000000..f3fb3f5 --- /dev/null +++ b/builds/msvc/local_lat/local_lat.vcxproj @@ -0,0 +1,87 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + local_lat + {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57} + local_lat + + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset + + + + + + + {641c5f36-32ee-4323-b740-992b651cf9d6} + false + + + + + + diff --git a/builds/msvc/local_thr/local_thr.vcxproj b/builds/msvc/local_thr/local_thr.vcxproj new file mode 100644 index 0000000..6dedca8 --- /dev/null +++ b/builds/msvc/local_thr/local_thr.vcxproj @@ -0,0 +1,87 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + local_thr + {8EF2DF6B-6646-460F-8032-913B70FE0E94} + local_thr + + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset + + + + + + + {641c5f36-32ee-4323-b740-992b651cf9d6} + false + + + + + + diff --git a/builds/msvc/msvc10.sln b/builds/msvc/msvc10.sln index 492f812..2345b58 100644 --- a/builds/msvc/msvc10.sln +++ b/builds/msvc/msvc10.sln @@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxs", "libxs\libxs.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "c_local_lat\c_local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "local_lat\local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "c_remote_lat\c_remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "remote_lat\remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "c_local_thr\c_local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "local_thr\local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "c_remote_thr\c_remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "remote_thr\remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_lat", "inproc_lat\inproc_lat.vcxproj", "{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}" EndProject diff --git a/builds/msvc/remote_lat/remote_lat.vcxproj b/builds/msvc/remote_lat/remote_lat.vcxproj new file mode 100644 index 0000000..91f9eb3 --- /dev/null +++ b/builds/msvc/remote_lat/remote_lat.vcxproj @@ -0,0 +1,87 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + remote_lat + {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1} + remote_lat + + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset + + + + + + + {641c5f36-32ee-4323-b740-992b651cf9d6} + false + + + + + + diff --git a/builds/msvc/remote_thr/remote_thr.vcxproj b/builds/msvc/remote_thr/remote_thr.vcxproj new file mode 100644 index 0000000..0144916 --- /dev/null +++ b/builds/msvc/remote_thr/remote_thr.vcxproj @@ -0,0 +1,87 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + remote_thr + {B15E059C-0CBB-4A82-8C42-6567FB650802} + remote_thr + + + + Application + MultiByte + true + + + Application + MultiByte + true + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset + + + + + + + {641c5f36-32ee-4323-b740-992b651cf9d6} + false + + + + + + -- cgit v1.2.3