pcsx2/plugins/LilyPad
Jonathan Li b20433c0be windows: Remove user.props references from all projects
find . -name *.vcxproj -exec sed -i -e '/user.props/d' {} \;

Microsoft recommends against using .user files. From
https://msdn.microsoft.com/en-us/library/669zx6zc.aspx :
"The best practice is to delete the reference to them in Property
Manager to ensure that your projects operate independently of any
per-user, per-computer settings. This is important to ensure correct
behaviour in a SCC (source code control) environment."

If you cannot compile SPU2-X after this commit (since that still relies
on the old DirectX SDK), you'll need to fix your build environment.
2016-05-29 12:21:52 +01:00
..
Linux lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
CMakeLists.txt cmake: factorize debug/dev define 2016-02-21 16:17:10 +01:00
Config.cpp lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
Config.h lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
Default.ini lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
DeviceEnumerator.cpp lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
DeviceEnumerator.h license: add missing header 2014-04-12 19:42:41 +02:00
Diagnostics.cpp license: add missing header 2014-04-12 19:42:41 +02:00
Diagnostics.h license: add missing header 2014-04-12 19:42:41 +02:00
DirectInput.cpp lilypad:windows: Set Unicode in project file instead 2016-02-25 23:36:11 +00:00
DirectInput.h license: add missing header 2014-04-12 19:42:41 +02:00
DualShock3.cpp license: add missing header 2014-04-12 19:42:41 +02:00
DualShock3.h license: add missing header 2014-04-12 19:42:41 +02:00
Global.cpp license: add missing header 2014-04-12 19:42:41 +02:00
Global.h windows: Set _WIN32_WINNT to 0x0600 (Windows Vista) 2016-03-13 13:41:16 +00:00
HidDevice.cpp lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
HidDevice.h lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
InputManager.cpp lilypad: Fix some gcc and clang warnings 2016-02-14 22:25:17 +00:00
InputManager.h lilypad: Fix some gcc and clang warnings 2016-02-14 22:25:17 +00:00
KeyboardQueue.cpp lilypad: Keep original KeyboardQueue (more ifdef) 2015-02-20 23:05:21 +01:00
KeyboardQueue.h lilypad : plug a basic keyboard device 2015-02-20 23:05:21 +01:00
LilyPad.cpp lilypad: Use Windows SDK headers for HID functions 2016-05-28 23:30:28 +01:00
LilyPad.def Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
LilyPad.rc lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
LilyPad.vcxproj windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
LilyPad.vcxproj.filters lilypad:windows: Remove keyboard hooks code 2016-05-27 23:40:31 +01:00
ProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
RawInput.cpp lilypad:windows: LoadLibrary is not required for Raw Input 2016-02-25 23:36:11 +00:00
RawInput.h lilypad:windows: LoadLibrary is not required for Raw Input 2016-02-25 23:36:11 +00:00
VKey.cpp license: add missing header 2014-04-12 19:42:41 +02:00
VKey.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsKeyboard.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsKeyboard.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMessaging.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMessaging.h license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMouse.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WindowsMouse.h license: add missing header 2014-04-12 19:42:41 +02:00
WndProcEater.cpp license: add missing header 2014-04-12 19:42:41 +02:00
WndProcEater.h license: add missing header 2014-04-12 19:42:41 +02:00
XInputEnum.cpp windows: Workaround weird LoadLibraryEx failures 2016-04-06 19:52:59 +01:00
XInputEnum.h Avoid potential header clash between DirectX' and lilypad's xinput.h 2015-08-21 16:44:21 +02:00
frog.ico LilyPad 0.9.9, more or less 2009-02-11 09:24:56 +00:00
resource.h lilypad: Remove local volume control 2016-05-27 23:55:45 +01:00
usb.h license: add missing header 2014-04-12 19:42:41 +02:00