Files
Geradores/Geradores.sln
2024-11-18 10:42:44 +00:00

57 lines
3.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{6370AD16-6443-4846-B933-702A86A48A19}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitattributes = .gitattributes
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
Jenkinsfile = Jenkinsfile
README.md = README.md
EndProjectSection
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "geradoresfe", "geradoresfe\geradoresfe.esproj", "{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeradoresWS", "GeradoresWS\GeradoresWS.csproj", "{78B34F6D-E9C9-4FD0-A3E4-670BA401ACF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeradoresService", "GeradoresService\GeradoresService.csproj", "{35C4D726-3771-4D34-9A43-541588FCECAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{911FEEB4-749E-43CA-9FE3-CE8334B5E0C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Release|Any CPU.Build.0 = Release|Any CPU
{1D9DDDEB-6FBA-4A9C-AE85-6A3630D8B9AC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{78B34F6D-E9C9-4FD0-A3E4-670BA401ACF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78B34F6D-E9C9-4FD0-A3E4-670BA401ACF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78B34F6D-E9C9-4FD0-A3E4-670BA401ACF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78B34F6D-E9C9-4FD0-A3E4-670BA401ACF6}.Release|Any CPU.Build.0 = Release|Any CPU
{35C4D726-3771-4D34-9A43-541588FCECAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C4D726-3771-4D34-9A43-541588FCECAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C4D726-3771-4D34-9A43-541588FCECAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C4D726-3771-4D34-9A43-541588FCECAA}.Release|Any CPU.Build.0 = Release|Any CPU
{911FEEB4-749E-43CA-9FE3-CE8334B5E0C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911FEEB4-749E-43CA-9FE3-CE8334B5E0C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911FEEB4-749E-43CA-9FE3-CE8334B5E0C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911FEEB4-749E-43CA-9FE3-CE8334B5E0C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA9AF78C-44D3-433B-A72C-D3970887BA90}
EndGlobalSection
EndGlobal