Skip to content

Commit 0e30c19

Browse files
committed
Rearranging the deck chairs
Moving files to src & test folders.
1 parent 767e53c commit 0e30c19

19 files changed

+7
-10
lines changed

Http.sln renamed to http.sln

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.6
4+
VisualStudioVersion = 15.0.26730.3
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{211EDFE8-A357-49E1-875A-F7DBB367FF99}"
7-
ProjectSection(SolutionItems) = preProject
8-
LICENSE = LICENSE
9-
README.md = README.md
10-
EndProjectSection
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "http", "src\http.csproj", "{3079A6EF-6BA0-40C9-B57C-547810B6A690}"
117
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archon.Http", "Archon.Http\Archon.Http.csproj", "{3079A6EF-6BA0-40C9-B57C-547810B6A690}"
13-
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Archon.Http.Tests", "Archon.Http.Tests\Archon.Http.Tests.csproj", "{9F679E85-6092-48A4-AD0B-E39EDDCA97E4}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tests", "test\tests.csproj", "{9F679E85-6092-48A4-AD0B-E39EDDCA97E4}"
159
EndProject
1610
Global
1711
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -51,4 +45,7 @@ Global
5145
GlobalSection(SolutionProperties) = preSolution
5246
HideSolutionNode = FALSE
5347
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {7C2D203D-E998-4975-A8FD-EC364ADB2C14}
50+
EndGlobalSection
5451
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)