Skip to content

Commit d9e271f

Browse files
move solution into root directory
1 parent 88ee19a commit d9e271f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Scrutor.Extensions.HttpClient/Scrutor.Extensions.HttpClient.sln renamed to Scrutor.Extensions.HttpClient.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.13.35617.110
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scrutor.Extensions.HttpClient", "Scrutor.Extensions.HttpClient.csproj", "{B02A0603-016D-4264-9028-4E15015E095F}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
97
ProjectSection(SolutionItems) = preProject
108
..\.gitignore = ..\.gitignore
@@ -13,16 +11,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1311
..\README.md = ..\README.md
1412
EndProjectSection
1513
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scrutor.Extensions.HttpClient", "Scrutor.Extensions.HttpClient\Scrutor.Extensions.HttpClient.csproj", "{9BAB1F5C-57D9-CE14-2C82-0CFEB033CBE6}"
15+
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1818
Debug|Any CPU = Debug|Any CPU
1919
Release|Any CPU = Release|Any CPU
2020
EndGlobalSection
2121
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22-
{B02A0603-016D-4264-9028-4E15015E095F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23-
{B02A0603-016D-4264-9028-4E15015E095F}.Debug|Any CPU.Build.0 = Debug|Any CPU
24-
{B02A0603-016D-4264-9028-4E15015E095F}.Release|Any CPU.ActiveCfg = Release|Any CPU
25-
{B02A0603-016D-4264-9028-4E15015E095F}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{9BAB1F5C-57D9-CE14-2C82-0CFEB033CBE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{9BAB1F5C-57D9-CE14-2C82-0CFEB033CBE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{9BAB1F5C-57D9-CE14-2C82-0CFEB033CBE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{9BAB1F5C-57D9-CE14-2C82-0CFEB033CBE6}.Release|Any CPU.Build.0 = Release|Any CPU
2626
EndGlobalSection
2727
GlobalSection(SolutionProperties) = preSolution
2828
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)