From 95e6a1f6a9fb3231af42a2b04e18aa3180828510 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Wed, 26 Oct 2011 15:58:17 +0200 Subject: [PATCH] moved to version specific dir --- windows/{ => vcpp2008}/.gitignore | 0 windows/{ => vcpp2008}/examples/chatclient.vcproj | 0 windows/{ => vcpp2008}/examples/chatserver.vcproj | 0 windows/{ => vcpp2008}/examples/echoserver.vcproj | 0 windows/{ => vcpp2008}/stdint.h | 0 windows/{ => vcpp2008}/websocketpp.sln | 0 windows/{ => vcpp2008}/websocketpp.vcproj | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename windows/{ => vcpp2008}/.gitignore (100%) rename windows/{ => vcpp2008}/examples/chatclient.vcproj (100%) rename windows/{ => vcpp2008}/examples/chatserver.vcproj (100%) rename windows/{ => vcpp2008}/examples/echoserver.vcproj (100%) rename windows/{ => vcpp2008}/stdint.h (100%) rename windows/{ => vcpp2008}/websocketpp.sln (100%) rename windows/{ => vcpp2008}/websocketpp.vcproj (100%) diff --git a/windows/.gitignore b/windows/vcpp2008/.gitignore similarity index 100% rename from windows/.gitignore rename to windows/vcpp2008/.gitignore diff --git a/windows/examples/chatclient.vcproj b/windows/vcpp2008/examples/chatclient.vcproj similarity index 100% rename from windows/examples/chatclient.vcproj rename to windows/vcpp2008/examples/chatclient.vcproj diff --git a/windows/examples/chatserver.vcproj b/windows/vcpp2008/examples/chatserver.vcproj similarity index 100% rename from windows/examples/chatserver.vcproj rename to windows/vcpp2008/examples/chatserver.vcproj diff --git a/windows/examples/echoserver.vcproj b/windows/vcpp2008/examples/echoserver.vcproj similarity index 100% rename from windows/examples/echoserver.vcproj rename to windows/vcpp2008/examples/echoserver.vcproj diff --git a/windows/stdint.h b/windows/vcpp2008/stdint.h similarity index 100% rename from windows/stdint.h rename to windows/vcpp2008/stdint.h diff --git a/windows/websocketpp.sln b/windows/vcpp2008/websocketpp.sln similarity index 100% rename from windows/websocketpp.sln rename to windows/vcpp2008/websocketpp.sln diff --git a/windows/websocketpp.vcproj b/windows/vcpp2008/websocketpp.vcproj similarity index 100% rename from windows/websocketpp.vcproj rename to windows/vcpp2008/websocketpp.vcproj