-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
440 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# MapWindow5 | ||
MW5 is a desktop GIS which is extendable using the plug-in architecture. | ||
It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast. | ||
|
||
We're always looking for C#, C++ and OpenCL/OpenGL developers. | ||
If you have design skills we need you as well ;) | ||
|
||
|
||
To stay updated follow these links: | ||
|
||
* [Official website](http://www.mapwindow.org/) | ||
* [Twitter](https://twitter.com/mapwindow_nl) | ||
* [Google+ community](https://plus.google.com/communities/105819536859650299585) | ||
* [LinkedIn Group](http://www.linkedin.com/groups?gid=122945) | ||
* The MapWindow project newsletter, [click here to subscribe](http://www.mapwindow.org/documentation/mapwindow5/subscribe.php). | ||
|
||
## Sponsors | ||
|
||
We have several companies that support this project: | ||
|
||
* [JetBrains](http://www.jetbrains.com/resharper/index.html?utm_source=MapWindow_GitHub&utm_medium=cpc&utm_campaign=GitHub_click) for giving us a free license of ReSharper: A Developer Productivity Tool for Microsoft Visual Studio; | ||
* [Syncfusion](http://www.syncfusion.com/products/windows-forms?utm_source=MapWindow_GitHub&utm_medium=user_mapwindow&utm_campaign=GitHub_click) for giving us a free license of their Enterprise class toolkit with 110+ unique controls for Windows Forms; | ||
* [TopX Geo-ICT, The Netherlands](http://topx-group.nl/topx-geo-ict?utm_source=MapWindow_GitHub&utm_medium=cpc&utm_campaign=GitHub_click) for providing developers to work on this project and give (paid) support for MapWindow GIS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="LightInject" version="3.0.2.5" targetFramework="net45" /> | ||
<package id="LightInject" version="4.0.9" targetFramework="net45" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Unity" version="3.5.1404.0" targetFramework="net45" /> | ||
<package id="CommonServiceLocator" version="1.3" targetFramework="net45" /> | ||
<package id="Unity" version="4.0.1" targetFramework="net45" /> | ||
</packages> |
Oops, something went wrong.