From 3f767ac7b30893c68792e8d45c9504a97047eaa8 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 4 Dec 2014 20:38:42 -0800 Subject: [PATCH] Updated TODO with information about BuildActions --- CSharp/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CSharp/TODO b/CSharp/TODO index 17c7f584..89645ec2 100644 --- a/CSharp/TODO +++ b/CSharp/TODO @@ -25,6 +25,13 @@ Project file BuildActions: - Combine multiple selected files into one OutputObjectModel = FileSystemObjectModel User specifies OutputFileName and OutputDataFormat + Support multiple Tasks for a BuildAction, i.e. + + + + + + Document Tabs: * Dragging items over document tabs should cause the active tab to switch to the tab being dragged over. As of 2012, Visual Studio does not support this ;)