From 7ae1340179e27d5f6853377eee653727104cd6e3 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 31 Jan 2011 07:51:37 +0000 Subject: vs2010 add filters for everything (...except wxw projects...). Try to fix SVNRevGen, but I'm not sure it's working... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7012 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/InputCommon/InputCommon.vcxproj | 1 + .../Core/InputCommon/InputCommon.vcxproj.filters | 73 ++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 Source/Core/InputCommon/InputCommon.vcxproj.filters (limited to 'Source/Core/InputCommon') diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index 18c248f686..b5bc295e96 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -250,6 +250,7 @@ + diff --git a/Source/Core/InputCommon/InputCommon.vcxproj.filters b/Source/Core/InputCommon/InputCommon.vcxproj.filters new file mode 100644 index 0000000000..83f2b89f33 --- /dev/null +++ b/Source/Core/InputCommon/InputCommon.vcxproj.filters @@ -0,0 +1,73 @@ + + + + + + + + + ControllerInterface\SDL + + + ControllerInterface\XInput + + + ControllerInterface + + + ControllerInterface\DInput + + + ControllerInterface\DInput + + + ControllerInterface\DInput + + + + + + + + + + ControllerInterface\SDL + + + ControllerInterface\XInput + + + ControllerInterface + + + ControllerInterface\DInput + + + ControllerInterface\DInput + + + ControllerInterface\DInput + + + ControllerInterface\DInput + + + + + + + + + {63655b75-3fd6-4cd0-814a-eb9f3505f91d} + + + {64f2ab35-5cce-40a5-a4d3-232710267e05} + + + {08565cb5-f959-45dc-90b1-93a9c0135478} + + + {5a9c1b94-2eab-4357-b44f-87d5db50da3d} + + + \ No newline at end of file -- cgit v1.2.3