Skip to content

Add nf debugger library to projects #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "nf-debugger"]
path = nf-debugger
url = https://github.com/nanoframework/nf-debugger
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:

steps:
- checkout: self
submodules: true

- script: |
git config --global user.email "nanoframework@outlook.com"
Expand Down
12 changes: 12 additions & 0 deletions nanoFramework.TestAdapter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nf-debugger", "nf-debugger", "{7DBC8C74-B06F-46B6-A1CB-77875B9207C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nanoFramework.Tools.DebugLibrary.Net", "nf-debugger\nanoFramework.Tools.DebugLibrary.Net\nanoFramework.Tools.DebugLibrary.Net.csproj", "{A22843DD-F495-40DA-92EB-F8F4CAA13A0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,15 +29,23 @@ Global
{7B3026CA-1CBB-4F28-AC42-29CD22710877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3026CA-1CBB-4F28-AC42-29CD22710877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3026CA-1CBB-4F28-AC42-29CD22710877}.Release|Any CPU.Build.0 = Release|Any CPU
{A22843DD-F495-40DA-92EB-F8F4CAA13A0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22843DD-F495-40DA-92EB-F8F4CAA13A0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A22843DD-F495-40DA-92EB-F8F4CAA13A0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22843DD-F495-40DA-92EB-F8F4CAA13A0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A22843DD-F495-40DA-92EB-F8F4CAA13A0C} = {7DBC8C74-B06F-46B6-A1CB-77875B9207C8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DC0B70D-F42F-4257-A336-60E93BE828D2}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
source\TestFrameworkShared\TestFrameworkShared.projitems*{55f048b5-6739-43c5-a93d-db61db8e912f}*SharedItemsImports = 13
source\TestFrameworkShared\TestFrameworkShared.projitems*{7b3026ca-1cbb-4f28-ac42-29cd22710877}*SharedItemsImports = 5
nf-debugger\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems*{a22843dd-f495-40da-92eb-f8f4caa13a0c}*SharedItemsImports = 5
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions nf-debugger
Submodule nf-debugger added at 1b5012
12 changes: 12 additions & 0 deletions poc/NFUnit Test DemoByReference.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.UnitTestLaunc
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nanoFramework.TestAdapter", "..\source\TestAdapter\nanoFramework.TestAdapter.csproj", "{F967DD1C-F1E4-4FE0-AFCD-15544CED3B91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nf-debugger", "nf-debugger", "{751D2DBB-0E46-48E4-8E3B-28A258C7C4F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nanoFramework.Tools.DebugLibrary.Net", "..\nf-debugger\nanoFramework.Tools.DebugLibrary.Net\nanoFramework.Tools.DebugLibrary.Net.csproj", "{7579C679-471D-4B10-AB26-D314A8245D34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -44,15 +48,23 @@ Global
{F967DD1C-F1E4-4FE0-AFCD-15544CED3B91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F967DD1C-F1E4-4FE0-AFCD-15544CED3B91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F967DD1C-F1E4-4FE0-AFCD-15544CED3B91}.Release|Any CPU.Build.0 = Release|Any CPU
{7579C679-471D-4B10-AB26-D314A8245D34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7579C679-471D-4B10-AB26-D314A8245D34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7579C679-471D-4B10-AB26-D314A8245D34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7579C679-471D-4B10-AB26-D314A8245D34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7579C679-471D-4B10-AB26-D314A8245D34} = {751D2DBB-0E46-48E4-8E3B-28A258C7C4F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {280DA13F-AFF7-4D5D-BA7F-BFC5E8F19995}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\source\TestFrameworkShared\TestFrameworkShared.projitems*{55f048b5-6739-43c5-a93d-db61db8e912f}*SharedItemsImports = 13
..\nf-debugger\nanoFramework.Tools.DebugLibrary.Shared\nanoFramework.Tools.DebugLibrary.Net.projitems*{7579c679-471d-4b10-ab26-d314a8245d34}*SharedItemsImports = 5
..\source\TestFrameworkShared\TestFrameworkShared.projitems*{f967dd1c-f1e4-4fe0-afcd-15544ced3b91}*SharedItemsImports = 5
EndGlobalSection
EndGlobal