From 385a569ff27cd24c4f1bea2a728658ff69ed04d0 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 19 Aug 2011 22:44:32 +0300 Subject: [PATCH] Rename Test VC project files. When the target name of the test runner binary changed to 'testrunner' also the filenames of the generated project files changed. --- test/{test.vcproj => testrunner.vcproj} | 0 test/{test.vcxproj => testrunner.vcxproj} | 0 test/{test.vcxproj.filters => testrunner.vcxproj.filters} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{test.vcproj => testrunner.vcproj} (100%) rename test/{test.vcxproj => testrunner.vcxproj} (100%) rename test/{test.vcxproj.filters => testrunner.vcxproj.filters} (100%) diff --git a/test/test.vcproj b/test/testrunner.vcproj similarity index 100% rename from test/test.vcproj rename to test/testrunner.vcproj diff --git a/test/test.vcxproj b/test/testrunner.vcxproj similarity index 100% rename from test/test.vcxproj rename to test/testrunner.vcxproj diff --git a/test/test.vcxproj.filters b/test/testrunner.vcxproj.filters similarity index 100% rename from test/test.vcxproj.filters rename to test/testrunner.vcxproj.filters