From f4434dcd2265f118bcf45bcb66a6dfe34f425e87 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sat, 12 Jul 2014 14:32:37 +0000 Subject: [PATCH] --- source/Cosmos.sln | 1 - source/ToDo.txt | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 source/ToDo.txt diff --git a/source/Cosmos.sln b/source/Cosmos.sln index 2c07d594c..755ad1c38 100644 --- a/source/Cosmos.sln +++ b/source/Cosmos.sln @@ -26,7 +26,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kudzu", "Kudzu", "{9D82B35C ProjectSection(SolutionItems) = preProject ..\source2\Users\Kudzu\Kudzu-Notes.html = ..\source2\Users\Kudzu\Kudzu-Notes.html ..\source2\Users\Kudzu\Old-IDANotes.html = ..\source2\Users\Kudzu\Old-IDANotes.html - ToDo.txt = ToDo.txt EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Visual Studio", "Visual Studio", "{CD3F5E45-8B24-424F-ADF1-0211712F4CB7}" diff --git a/source/ToDo.txt b/source/ToDo.txt deleted file mode 100644 index 9c8c2b99f..000000000 --- a/source/ToDo.txt +++ /dev/null @@ -1,14 +0,0 @@ -Color scheme with dark asm window 2013 - -Hit a BP, then press stop in VS. Crash.. missing VIX API? If so warn instead? - -Yellow marks on assembly refs from main project. - -Project templates - Target=4.5, Tools=12.0 -I had to edit Kudzu.Breakpoints.Cosmos to make these changes: -Changed tools version from 4.5 to 12.0. Did this while debugging other things.. not sure if its needed but seems that it should match the kernel which had 12.0? - -Added this: - v4.5 -Until I did this, VS would warn me that kernel and others were a higher .NET target than the project. -Do we need to open a todo item on these and fix something in our templates or other?