Skip to content

Commit c55c569

Browse files
committed
Work CI-CD
- Rename projects and their paths to match nuspec files. - Add empty dirs to keep solution. - Migrate solution to VS2022. ***NO_CI***
1 parent a82be02 commit c55c569

9 files changed

Lines changed: 4 additions & 5 deletions

File tree

nanoFramework.System.Net.Http.Client/Http/.gitkeep

Whitespace-only changes.

nanoFramework.System.Net.Http.Client/Properties/.gitkeep

Whitespace-only changes.

nanoFramework.System.Net.Http-client/System.Net.Http-client.nfproj renamed to nanoFramework.System.Net.Http.Client/System.Net.Http.Client.nfproj

File renamed without changes.
File renamed without changes.

nanoFramework.System.Net.Http.Server/Http/.gitkeep

Whitespace-only changes.

nanoFramework.System.Net.Http.Server/Properties/.gitkeep

Whitespace-only changes.

nanoFramework.System.Net.Http-server/System.Net.Http-server.nfproj renamed to nanoFramework.System.Net.Http.Server/System.Net.Http.Server.nfproj

File renamed without changes.
File renamed without changes.

nanoFramework.System.Net.Http.sln

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28010.2041
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.0.32014.148
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http", "nanoFramework.System.Net.Http\System.Net.Http.nfproj", "{C3ABA656-9831-4006-A3B3-EA842A3C508E}"
76
EndProject
8-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http-client", "nanoFramework.System.Net.Http-client\System.Net.Http-client.nfproj", "{6C6EE1B2-20F0-4F0E-8085-7ECD1E692567}"
7+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http.Client", "nanoFramework.System.Net.Http.Client\System.Net.Http.Client.nfproj", "{6C6EE1B2-20F0-4F0E-8085-7ECD1E692567}"
98
EndProject
10-
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http-server", "nanoFramework.System.Net.Http-server\System.Net.Http-server.nfproj", "{3B91A15A-40B1-4D57-93F2-EB96AF0E7949}"
9+
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http.Server", "nanoFramework.System.Net.Http.Server\System.Net.Http.Server.nfproj", "{3B91A15A-40B1-4D57-93F2-EB96AF0E7949}"
1110
EndProject
1211
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B16B2D5D-9C42-4042-88E4-F85A52CFDCB4}"
1312
ProjectSection(SolutionItems) = preProject

0 commit comments

Comments
 (0)