Author: wkeil Date: Thu Aug 20 19:07:35 2015 New Revision: 1696843 URL: http://svn.apache.org/r1696843 Log: DMAP-172: Build .NET clients with Visual Studio Code
Task-Url: https://issues.apache.org/jira/browse/DMAP-172 Modified: devicemap/trunk/clients/1.0/csharp/README Modified: devicemap/trunk/clients/1.0/csharp/README URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/1.0/csharp/README?rev=1696843&r1=1696842&r2=1696843&view=diff ============================================================================== --- devicemap/trunk/clients/1.0/csharp/README (original) +++ devicemap/trunk/clients/1.0/csharp/README Thu Aug 20 19:07:35 2015 @@ -8,3 +8,11 @@ CLS (ISO/IEC 23271:2012) compliant .NET You can edit all plain text sources with a text editor of your choice, e.g. Visual Studio Code: https://code.visualstudio.com/ ## Compile +DeviceMap C# Client and Console require .NET Framework 4.0 or higher. + +To compile the sources you may use + +- Visual Studio (from VS 2010 upward, Community Edition is sufficient) +- Mono Project (http://www.mono-project.com/) and MonoDevelop (http://www.monodevelop.com/) + +We currently don't provide a MonoDevelop solution file, but the project layout should be compatible with it. And you're more than welcome to contribute solution files if you use MonDevelop (please create a JIRA ticket under https://issues.apache.org/jira/browse/DMAP/component/12323107 ".NET Client" and attach the required files) \ No newline at end of file
