From 99ee7ddaab9e783be11410c52ed64a6ad2b95519 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 13 Nov 2008 15:57:04 +0000 Subject: [PATCH] System: rename msvc_system -> system->msvc so VC++ start page recent solutions list is easier to use [SVN r49716] --- test/{msvc_system => system_msvc}/common.vsprops | 0 .../error_code_test/error_code_test.vcproj | 0 test/{msvc_system/msvc_system.sln => system_msvc/system_msvc.sln} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{msvc_system => system_msvc}/common.vsprops (100%) rename test/{msvc_system => system_msvc}/error_code_test/error_code_test.vcproj (100%) rename test/{msvc_system/msvc_system.sln => system_msvc/system_msvc.sln} (100%) diff --git a/test/msvc_system/common.vsprops b/test/system_msvc/common.vsprops similarity index 100% rename from test/msvc_system/common.vsprops rename to test/system_msvc/common.vsprops diff --git a/test/msvc_system/error_code_test/error_code_test.vcproj b/test/system_msvc/error_code_test/error_code_test.vcproj similarity index 100% rename from test/msvc_system/error_code_test/error_code_test.vcproj rename to test/system_msvc/error_code_test/error_code_test.vcproj diff --git a/test/msvc_system/msvc_system.sln b/test/system_msvc/system_msvc.sln similarity index 100% rename from test/msvc_system/msvc_system.sln rename to test/system_msvc/system_msvc.sln