From 38332c5f47c50585587f0a153ce4850a1ca9746c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Tue, 1 May 2012 18:01:42 +0000 Subject: [PATCH] Added CommandParser parent class to Mesh to prepare other Parser implementation. --- win32/orbital.vcxproj | 121 +++++++++++++++++----------------- win32/orbital.vcxproj.filters | 31 ++++----- 2 files changed, 77 insertions(+), 75 deletions(-) diff --git a/win32/orbital.vcxproj b/win32/orbital.vcxproj index f6662cf0..1a77c365 100644 --- a/win32/orbital.vcxproj +++ b/win32/orbital.vcxproj @@ -1,60 +1,61 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Debug - Xbox 360 - - - Release - Win32 - - - Release - x64 - - - Release - Xbox 360 - - - - - - - - - - - - - {9e62f2fe-3408-4eae-8238-fd84238ceeda} - - - - {ee203b88-44cf-4859-9d42-7a5f40fecb52} - Application - Win32Proj - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Debug + x64 + + + Debug + Xbox 360 + + + Release + Win32 + + + Release + x64 + + + Release + Xbox 360 + + + + + + + + + + + + + + {9e62f2fe-3408-4eae-8238-fd84238ceeda} + + + + {ee203b88-44cf-4859-9d42-7a5f40fecb52} + Application + Win32Proj + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win32/orbital.vcxproj.filters b/win32/orbital.vcxproj.filters index ed3dae58..9cd35be6 100644 --- a/win32/orbital.vcxproj.filters +++ b/win32/orbital.vcxproj.filters @@ -1,15 +1,16 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file