Skip to content

Commit

Permalink
Merge pull request #1 from ntyrrell/bugfix/sln-file-incorrect-subdire…
Browse files Browse the repository at this point in the history
…ctories-csproj

Amended the directories in the solution file for the C# projects
  • Loading branch information
rstropek authored Apr 4, 2024
2 parents 88a459c + 93e1672 commit 143e28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/HandsOnLabs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "010-basics", "010-basics", "{663030A0-0A93-4565-BEE2-2F356E49FEFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiBasicsDotNet", "010-basics\ApiBasicsDotNet\ApiBasicsDotNet.csproj", "{99F0BCCA-ED5E-4654-937F-C79E7E2130C4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiBasicsDotNet", "010-basics-dotnet\ApiBasicsDotNet\ApiBasicsDotNet.csproj", "{99F0BCCA-ED5E-4654-937F-C79E7E2130C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "020-functions", "020-functions", "{468B4675-71B9-4397-8225-4DDEC46DD4B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionCallingDotNet", "020-functions\FunctionCallingDotNet\FunctionCallingDotNet.csproj", "{A71026F5-ACF4-49FF-94C4-73006234E737}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FunctionCallingDotNet", "020-functions-dotnet\FunctionCallingDotNet\FunctionCallingDotNet.csproj", "{A71026F5-ACF4-49FF-94C4-73006234E737}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 143e28d

Please sign in to comment.