Skip to content

Commit

Permalink
add new pets
Browse files Browse the repository at this point in the history
  • Loading branch information
mishmanners committed Sep 18, 2024
1 parent 67fd842 commit 7b4393e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions PetSpotR.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED66D72F-6A2A-42A9-BE56-F4620746802C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "frontend", "frontend", "{B48773E7-E154-46F6-A5DA-8DA9F383C2DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PetSpotR", "src\frontend\PetSpotR\PetSpotR.csproj", "{59584A30-DAE8-480C-8061-16E2FA9C5C0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59584A30-DAE8-480C-8061-16E2FA9C5C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59584A30-DAE8-480C-8061-16E2FA9C5C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59584A30-DAE8-480C-8061-16E2FA9C5C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59584A30-DAE8-480C-8061-16E2FA9C5C0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B48773E7-E154-46F6-A5DA-8DA9F383C2DA} = {ED66D72F-6A2A-42A9-BE56-F4620746802C}
{59584A30-DAE8-480C-8061-16E2FA9C5C0C} = {B48773E7-E154-46F6-A5DA-8DA9F383C2DA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FCA9EBF-A518-4199-942D-38A1A95A3ED5}
EndGlobalSection
EndGlobal

0 comments on commit 7b4393e

Please sign in to comment.