Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO.md « scripts « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40690525782ba2ddf512e4f9c0e59886e3f08f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
These are the tasks that are pending in the MSVC scripts to fully roll it out:

[ ] Validate that all generated assemblies are identical
[ ] Add support for listing CLEAN_FILES in the `csproj` file
[ ] Adding an "install" target
[ ] On Windows- have a solution that builds both runtime and libraries all in one
[ ] Add the other profiles (mobile, iOS, etc)
[ ] Generate the dependency files
[ ] Eliminate the need for "build-libs.sh/build-libs.bat" at the toplevel with proper MSBuild idioms
[ ] Integrate the "update-solution-files" with each build, so we auto-update the files on commits
[ ] Make it work with MSBuild instead of xbuild
[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"