swig/Examples/csharp/funcptr
William S Fulton 7f40ae3570 C# project files update
- Update project files to use Visual Studio 2005 (minimum supported .NET
  is now 2.0 which is what VS 2005 supports).
- Add project files for arrays example (requires /unsafe)
- Fix support so that the project files work straight out the box on 64
  bit systems (32 bit compile is the default).
- Fix support for 64 bit builds - use the x64 platform.
2014-02-23 15:47:42 +00:00
..
example-cs.csproj C# project files update 2014-02-23 15:47:42 +00:00
example-vc.vcproj C# project files update 2014-02-23 15:47:42 +00:00
example.c Function pointer example just like the other languages 2003-03-12 20:46:41 +00:00
example.h fix extern declarations 2005-06-28 21:14:24 +00:00
example.i Function pointer example just like the other languages 2003-03-12 20:46:41 +00:00
example.sln C# project files update 2014-02-23 15:47:42 +00:00
Makefile Run csharp examples during 'make check-examples' 2013-04-19 22:28:03 +01:00
runme.cs Function pointer example just like the other languages 2003-03-12 20:46:41 +00:00