-
-
Notifications
You must be signed in to change notification settings - Fork 72
WICSupport
Ozgur Ozcitak edited this page Jul 28, 2015
·
1 revision
Although ImageListView requires the .NET framework 3.5; it is possible to recompile it for .NET 2.0 without Windows Imaging Component.
- Get the latest source code.
- Open project properties and change the target framework to .NET 2.0 in the Application tab.
- Delete the
USEWICconditional compilation symbol from the Build tab. - Recompile the project.