IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Convert for .NET Framework 3.5 with VS2013 #36

Closed first087 closed 9 years ago

first087 commented 9 years ago

Test work on VS2008

IgnaceMaes commented 9 years ago

Are there any good reasons to lower the .NET framework dependency to 3.5? I like to keep it at 4.5, just to not limit the coding and be able to use all the new features.

Maybe we could do a separate build targeting a lower .NET version though.

first087 commented 9 years ago

@IgnaceMaes OK. I will separate to new project.

My work build on .NET 3.5 on Visual Studio 2008

first087 commented 9 years ago

@IgnaceMaes I think. You create new branch for .NET 3.5 and merge into new branch.

For new feature/fix bug. You can merge into all branch.

Please create "new branch".