summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-07 06:07:30 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-14 23:06:17 +0000
commit2471e3fc3a9a20d29ddd394744a1614b69eee800 (patch)
treef7cbfeb6b3547a419ece619226278930aad2abeb
parenteabdb13115bb3864483ce4d5b66dd165fea67364 (diff)
downloadswig-2471e3fc3a9a20d29ddd394744a1614b69eee800.tar.gz
Windows examples update for new C# project files.
-rw-r--r--Doc/Manual/Windows.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html
index c8467c78a..0685242ba 100644
--- a/Doc/Manual/Windows.html
+++ b/Doc/Manual/Windows.html
@@ -79,8 +79,8 @@ If you want to build your own swig.exe have a look at <a href="#Windows_swig_exe
Using Microsoft Visual C++ is the most common approach to compiling and linking SWIG's output.
The Examples directory has a few Visual C++ project files (.dsp files).
These were produced by Visual C++ 6.
-Later versions of Visual Studio should also be able to open and convert these project files.
-The C# examples come with .NET 2003 solution (.sln) and project files instead of Visual C++ 6 project files.
+Newer versions of Visual Studio should be able to open and convert these project files.
+Each C# example comes with a Visual Studio 2005 solution and associated project files instead of Visual C++ 6 project files.
The project files have been set up to execute SWIG in a custom build rule for the SWIG interface (.i) file.
Alternatively run the <a href="#Windows_examples_cygwin">examples using Cygwin</a>.