Files
fwknop/win32
Michael Rash bfdbb8f260 Updated authorship and copyright information
This commit updates all authorship and copyright information to include a
standard header that references the AUTHORS and CREDITS file. This standard
header was written by the Debian legal team at the request of Franck Joncourt.
2014-03-04 17:53:10 -05:00
..
2009-06-07 17:27:12 +00:00

README.VISUAL_STUDIO
====================

As we get fwknop working for different versions of Visual Studio (VS),
we may start making version-specific copies of the Solution (.sln) and
Project (.vcproj) files.  Though most later versions of VS can convert
these files from previous versions, the older versions cannot use those
created in the newer versions.

The solution and project files are:

    - libfko.sln
    - libfko.vcproj
    - fwknop-client.vcproj

Version-specific copies will have the same names, but with a prefix
of ".vs2XXX" (i.e. for VS2008: libfko.sln.vs2008, etc.).

If this directory contains a solution and project files that match
your version of VS, then you should copy them over the original versions
to use them.

If you have a version of VS that is not covered by any of the existing
files, you should be able to get it to read one of the older files and
convert it.  If you do this, please consider contributing these back to
the fwknop project.