Skip to content

Parse the .csproj file of a Monodevelop project, make a .cs file containing all the resource files as constants

Notifications You must be signed in to change notification settings

oivvio/Monodevelop-Resources-as-Constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Monodevelop resources

Parse the .csproj file of a Monodevlop solution (is that the right term here) Find all content-files and add them as variables to a global-settings constant

For now make sure your filenames has no chars that are not ascii.

Todo

Grep complete solution for usage of all generated constants, then add comments for those that are unused.

Maybe do as c# instead of python?

About

Parse the .csproj file of a Monodevelop project, make a .cs file containing all the resource files as constants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages