Skip to content

Commit

Permalink
ctaggart#35 CLR Managed Debugger (MDbg) subset for additional SymbolS…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart authored and Chet Husk committed Nov 25, 2014
1 parent 7888271 commit db259b5
Show file tree
Hide file tree
Showing 24 changed files with 4,236 additions and 134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ packages
/Dia/*.c
paket.exe
AssemblyInfo.fs
AssemblyInfo.cs
/docs/output
/docs/content/release-notes.md
/docs/files/img/SourceLink128.jpg
Expand Down
71 changes: 0 additions & 71 deletions Dia/Dia.fs

This file was deleted.

57 changes: 0 additions & 57 deletions Dia/Dia.fsproj

This file was deleted.

Binary file removed Dia/Microsoft.Dia.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions SourceLink.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Build", "Build\Build.fsproj
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Pe", "Pe\Pe.fsproj", "{12331D73-8EB9-4A60-9079-00D26B71A04B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Dia", "Dia\Dia.fsproj", "{DC0F48D4-3DE6-41CF-B545-343DE72AF618}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Tfs", "Tfs\Tfs.fsproj", "{41229AC4-7145-4C48-9437-A935C835AFC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{876D3926-2BE5-40B4-B9D4-1218875A3870}"
Expand Down Expand Up @@ -47,6 +45,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{D3E73D0A-2
docs\content\visualstudio.md = docs\content\visualstudio.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SymbolStore", "SymbolStore\SymbolStore.csproj", "{F764CED4-2F3C-49EC-BA9F-99105707B607}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -69,10 +69,6 @@ Global
{12331D73-8EB9-4A60-9079-00D26B71A04B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12331D73-8EB9-4A60-9079-00D26B71A04B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12331D73-8EB9-4A60-9079-00D26B71A04B}.Release|Any CPU.Build.0 = Release|Any CPU
{DC0F48D4-3DE6-41CF-B545-343DE72AF618}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0F48D4-3DE6-41CF-B545-343DE72AF618}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0F48D4-3DE6-41CF-B545-343DE72AF618}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0F48D4-3DE6-41CF-B545-343DE72AF618}.Release|Any CPU.Build.0 = Release|Any CPU
{41229AC4-7145-4C48-9437-A935C835AFC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41229AC4-7145-4C48-9437-A935C835AFC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41229AC4-7145-4C48-9437-A935C835AFC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -85,6 +81,10 @@ Global
{726A13B9-F319-40FA-AEF6-FE629CFDAF6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{726A13B9-F319-40FA-AEF6-FE629CFDAF6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{726A13B9-F319-40FA-AEF6-FE629CFDAF6A}.Release|Any CPU.Build.0 = Release|Any CPU
{F764CED4-2F3C-49EC-BA9F-99105707B607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F764CED4-2F3C-49EC-BA9F-99105707B607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F764CED4-2F3C-49EC-BA9F-99105707B607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F764CED4-2F3C-49EC-BA9F-99105707B607}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit db259b5

Please sign in to comment.