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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-06-08 00:53:36 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-06-08 00:53:46 +0300
commit842da704cc4abc72e10c50c4a0c699d5ef189f4d (patch)
tree5feb77c5f804fcdaf15638db43e38c5f974fb842 /msvc/scripts/TODO.md
parent9e7182c7d63a7ce18fff8f297672768982d8a8aa (diff)
More updates
Diffstat (limited to 'msvc/scripts/TODO.md')
-rw-r--r--msvc/scripts/TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/scripts/TODO.md b/msvc/scripts/TODO.md
index 7d195a3f4e0..1836f7db2a1 100644
--- a/msvc/scripts/TODO.md
+++ b/msvc/scripts/TODO.md
@@ -9,3 +9,4 @@ These are the tasks that are pending in the MSVC scripts to fully roll it out:
[ ] 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
+[ ] 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"