Skip to content

Commit

Permalink
criar pasta de scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoKroetz committed May 18, 2024
1 parent cd51192 commit bf385e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions HotelSistem.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hotel.Domain", "Hotel.Domai
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hotel.Tests", "Hotel.Tests\Hotel.Tests.csproj", "{B2588852-31D5-4E62-9DDB-2A71E10C3335}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{3CC7FE64-D99E-4A3E-BEF7-0B7E3F5DA4C3}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root", "Root", "{3CC7FE64-D99E-4A3E-BEF7-0B7E3F5DA4C3}"
ProjectSection(SolutionItems) = preProject
appspec.yml = appspec.yml
Hotel.Domain\buildspec.yml = Hotel.Domain\buildspec.yml
HotelSistem.service = HotelSistem.service
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{47AF1C2B-F7EF-44F0-B2BE-CD381562AD8F}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{6C55B137-568E-409B-8053-0B7B34DCA34D}"
ProjectSection(SolutionItems) = preProject
after_install.sh = after_install.sh
before_install.sh = before_install.sh
Expand All @@ -40,9 +40,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47AF1C2B-F7EF-44F0-B2BE-CD381562AD8F} = {3CC7FE64-D99E-4A3E-BEF7-0B7E3F5DA4C3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7220612-7D82-44FE-A508-4F5C955873B5}
EndGlobalSection
Expand Down

0 comments on commit bf385e9

Please sign in to comment.