WIP [library.make] Make resource usage declarative in the class libraries (#3159)
[mono.git] / msvc / scripts / TODO.md
1 These are the tasks that are pending in the MSVC scripts to fully roll it out:
2
3 [ ] Validate that all generated assemblies are identical
4 [ ] Add support for listing CLEAN_FILES in the `csproj` file
5 [ ] Adding an "install" target
6 [ ] On Windows- have a solution that builds both runtime and libraries all in one
7 [ ] Add the other profiles (mobile, iOS, etc)
8 [ ] Generate the dependency files
9 [ ] Eliminate the need for "build-libs.sh/build-libs.bat" at the toplevel with proper MSBuild idioms
10 [ ] Integrate the "update-solution-files" with each build, so we auto-update the files on commits
11 [ ] Make it work with MSBuild instead of xbuild
12 [x] Design a system for listing resources, so we avoid the ".pre" that runs resgen or copy by hand, because this ruins dependencies.  Alternatively, have @COPY@ be a "Copy if newer"