Skip to content

Commit 6c32f2f

Browse files
authored
Fix project paths in solution
***NO_CI***
1 parent 3e387d7 commit 6c32f2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nanoFramework.Logging.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31105.61
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging", ".\nanoFramework.Logging\nanoFramework.Logging.nfproj", "{0A60F291-B35A-4BF1-BAB9-CD686AF2EED6}"
6+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging", "nanoFramework.Logging\nanoFramework.Logging.nfproj", "{0A60F291-B35A-4BF1-BAB9-CD686AF2EED6}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D29DC1AA-A2C8-40BA-AAE9-32E9252E81AD}"
99
EndProject
10-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "UnitTestDebugLogging", ".\Tests\UnitTestDebugLogging\UnitTestDebugLogging.nfproj", "{E7EE659C-D98C-43EA-A71A-45758CBF22A4}"
10+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "UnitTestDebugLogging", "Tests\UnitTestDebugLogging\UnitTestDebugLogging.nfproj", "{E7EE659C-D98C-43EA-A71A-45758CBF22A4}"
1111
EndProject
12-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging.Serial", ".\nanoFramework.Logging.Serial\nanoFramework.Logging.Serial.nfproj", "{6FC962E1-FF13-406D-A8A6-64BB4DE64B67}"
12+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging.Serial", "nanoFramework.Logging.Serial\nanoFramework.Logging.Serial.nfproj", "{6FC962E1-FF13-406D-A8A6-64BB4DE64B67}"
1313
EndProject
14-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging.Stream", ".\nanoFramework.Logging.Stream\nanoFramework.Logging.Stream.nfproj", "{38F918AD-5A39-4172-B4B4-ECC2A3FA5B4E}"
14+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Logging.Stream", "nanoFramework.Logging.Stream\nanoFramework.Logging.Stream.nfproj", "{38F918AD-5A39-4172-B4B4-ECC2A3FA5B4E}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)