Skip to content

Commit 6cfa932

Browse files
authored
Fixing path casing (#29)
[skip ci]
1 parent 8df42d7 commit 6cfa932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ConsoleApplicationBuilder.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
CodeCoverage.runsettings = CodeCoverage.runsettings
1515
EndProjectSection
1616
EndProject
17-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
17+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
1818
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineExtensionsTests", "tests\CommandLineExtensionsTests\CommandLineExtensionsTests.csproj", "{CCD13C46-6727-42B1-917A-AAE4FDCF4723}"
19+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandLineExtensionsTests", "Tests\CommandLineExtensionsTests\CommandLineExtensionsTests.csproj", "{CCD13C46-6727-42B1-917A-AAE4FDCF4723}"
2020
EndProject
2121
Global
2222
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)