Skip to content

Commit

Permalink
solution update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaughnAnderson94 committed Jun 28, 2024
1 parent 5e15276 commit 18f1481
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dotnetAPI.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testapi", "testapi\testapi.csproj", "{0E12640B-7819-4F75-938D-5E1656BB3507}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Api.Tests", "Test.Api.Tests\Test.Api.Tests.csproj", "{A1B2C3D4-E5F6-1234-5678-90ABCDEF1234}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +16,10 @@ Global
{0E12640B-7819-4F75-938D-5E1656BB3507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E12640B-7819-4F75-938D-5E1656BB3507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E12640B-7819-4F75-938D-5E1656BB3507}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B2C3D4-E5F6-1234-5678-90ABCDEF1234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B2C3D4-E5F6-1234-5678-90ABCDEF1234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B2C3D4-E5F6-1234-5678-90ABCDEF1234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B2C3D4-E5F6-1234-5678-90ABCDEF1234}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 18f1481

Please sign in to comment.