This commit is contained in:
kudzu_cp 2014-07-12 14:32:37 +00:00
parent c1920d35c4
commit f4434dcd22
2 changed files with 0 additions and 15 deletions

View file

@ -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}"

View file

@ -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?
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Added this:
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
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?