pcsx2/plugins/dev9ghzdrk/Win32
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
..
Config.cpp dev9ghz: Look in registry for settings first 2015-06-22 15:13:18 +01:00
Config.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
DEV9ghzdrk.def Dev9ghz: Respect user Log dir setting, use PluginLog 2015-06-11 23:18:25 +01:00
DEV9ghzdrk.rc Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
DEV9ghzdrk.vcxproj windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
Devioctl.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
ProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
Win32.cpp Disable Ethernet support if loading adapter fails. 2015-11-17 18:30:42 +00:00
_Ntddndis.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
afxresmw.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
ata.cpp Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
ata.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
icmp.cpp pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
mtfifo.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
net.cpp Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
net.h Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
packet32.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
pcap_io.h Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
resource.h Removed ATL/MFC dependencies from every project, the free version of visual studio does not have those. It compiles with vs2012 express now, will fix others later, in case they are broken. 2013-07-01 21:28:58 +00:00
smap.cpp Use Mutex to control writes to the RX_Frame counter 2015-05-28 20:22:38 +01:00
smap.h Provide a DEV9async and use it to call irq 2015-05-13 10:04:04 +01:00
socket_io.cpp dev9ghzdrk: Make the MAC truely unique, fixes issue #552 2015-06-24 01:36:01 +01:00
socks.c pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
socks.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
tap-win32.cpp Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
tap.h Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
vl.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00