summaryrefslogtreecommitdiff
path: root/Examples/csharp/nested/example-cs.csproj
Commit message (Collapse)AuthorAgeFilesLines
* C# project files updateWilliam S Fulton2014-03-011-94/+87
| | | | | | | | | | - 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.
* Add C++ nested class exampleWilliam S Fulton2013-11-301-0/+94
This also reverts the nested class additions to the Java/C# 'class' example so that the 'class' example remains identical across different language modules