From daf2691ac7cce054ce28c0e3e99be5b185d55d1a Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 26 Jun 2013 22:00:48 +0000 Subject: [PATCH] Updated VS project file with Snapshot Dialog class. There's always one final commit after I tag a release :( git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2760 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/win32/Stella.vcxproj | 4 +++- src/win32/Stella.vcxproj.filters | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/win32/Stella.vcxproj b/src/win32/Stella.vcxproj index e67d64dee..0b3052793 100644 --- a/src/win32/Stella.vcxproj +++ b/src/win32/Stella.vcxproj @@ -276,6 +276,7 @@ SDLmain.lib + Full @@ -518,6 +519,7 @@ SDLmain.lib + @@ -704,4 +706,4 @@ SDLmain.lib - + \ No newline at end of file diff --git a/src/win32/Stella.vcxproj.filters b/src/win32/Stella.vcxproj.filters index d3e673ed1..1d4b00968 100644 --- a/src/win32/Stella.vcxproj.filters +++ b/src/win32/Stella.vcxproj.filters @@ -723,6 +723,9 @@ Source Files\debugger + + Source Files\gui + @@ -1448,6 +1451,9 @@ Header Files\debugger + + Header Files\gui + @@ -1459,4 +1465,4 @@ Resource Files - + \ No newline at end of file