mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
This commit is contained in:
parent
c1920d35c4
commit
f4434dcd22
2 changed files with 0 additions and 15 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
Loading…
Reference in a new issue