benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Upgrading the project files to the new file format #22

Closed nkristek closed 5 years ago

nkristek commented 5 years ago

Upgrading the project files of AdonisUI and AdonisUI.ClassicTheme to the new csproj file format.

Motivation

With the new csproj file format both nuget packages will be automatically build using information only stored in the respective csproj file, making the .nuspec file obsolete.

Details

I modified AdonisUI.csproj and AdonisUI.ClassicTheme.csproj to include the information present in the corresponding AssemblyInfo.cs and .nuspec file. Afterwards I deleted the AssemblyInfo.cs and .nuspec file. Since they were empty, I also deleted the Resources and Settings files in both projects. This meant, that the namespace ending with Properties didn't exist anymore which I had to remove from some files (I suggest removing unused usings).

Types of changes

Checklist: