Skip to content

Commit 66ca32f

Browse files
committed
🚚 Make scripts and tools directories lowercase
1 parent 0d5b29c commit 66ca32f

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

β€ŽOctokit.GraphQL.slnβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.4
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.12.35209.166
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit.GraphQL.Core", "Octokit.GraphQL.Core\Octokit.GraphQL.Core.csproj", "{42469D40-7485-4697-839E-493D89529EC6}"
77
EndProject
@@ -17,9 +17,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit.GraphQL.Core.Genera
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit.GraphQL.Core.Generation.UnitTests", "Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj", "{A0E130E4-6282-4B4B-B44E-32992DB9993B}"
1919
EndProject
20-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{516AB6AE-153D-4776-B861-DF653A0E54BF}"
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{516AB6AE-153D-4776-B861-DF653A0E54BF}"
2121
EndProject
22-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{369BC54B-D0C7-4F5B-BBAA-D84732192187}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{369BC54B-D0C7-4F5B-BBAA-D84732192187}"
2323
ProjectSection(SolutionItems) = preProject
2424
Scripts\configure-integration-tests.ps1 = Scripts\configure-integration-tests.ps1
2525
EndProjectSection
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)