pcsx2/plugins/zzogl-pg/opengl/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
..
Conf.cpp Fix compilation errors of the old plugins. 2015-08-18 00:45:03 -04:00
Win32.cpp license: again not yet perfect but much better 2014-04-13 10:41:24 +02:00
Win32.h license: again not yet perfect but much better 2014-04-13 10:41:24 +02:00
aviUtil.h zzogl-pg: compilation fixex for MSVC builds: 2010-12-25 04:38:44 +00:00
ps2hw.dat zzogl-pg: Create a local fork of ZZOgl to play with. Currently just ZZOgl 211 with name and version changes. 2010-03-19 00:31:15 +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
resrc1.h GregMiscellaneous: Sync against trunk. (3768:3804) 2010-09-19 08:01:48 +00:00
wglext.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
zerogs.bmp zzogl-pg: Create a local fork of ZZOgl to play with. Currently just ZZOgl 211 with name and version changes. 2010-03-19 00:31:15 +00:00
zerogs.def Bring back GSnull, zzogl, and old plugins from the dead! 2011-07-27 08:16:51 +00:00
zerogs.rc 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
zerogsogl.vcxproj windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
zerogsogl.vcxproj.filters Rename files. 2015-08-18 00:44:35 -04:00
zerogsogl_2008.sln zzogl-pg: Remove obsolete PS2E*.h files; fix a compilation error in Win32/Debug targets; set a bunch of eol-style:native props. 2010-04-06 02:43:22 +00:00