diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-19 17:57:43 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-19 17:57:43 +0000 |
commit | e66109c1e3ce97d39114b67b30b8d2da2c793f11 (patch) | |
tree | 428718d134b3f296b586e598349ea32a12db7c16 /projects/README | |
parent | c142e73142e377f9bcd75fed0a558ce30323e98c (diff) |
build: Added missing Visual Studio filter files for VC10 onwards
As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.
These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.
Diffstat (limited to 'projects/README')
-rw-r--r-- | projects/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/README b/projects/README index ff727ec9f..e5fd019de 100644 --- a/projects/README +++ b/projects/README @@ -168,7 +168,6 @@ TODO * Support zlib * Use of static runtime libraries - * Generate *.vcxproj.filters files for VC10, VC11 and VC12 * Add the Test Suite components * Support for other development IDEs * Add PATH environment variables for third-party DLLs |