Convert-it/Convert-It.sln
Ricardo Carneiro be3a93f90d
Some checks failed
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Has been cancelled
fix: ajustes de idioma e pipelina
2025-09-12 13:45:37 -03:00

32 lines
1.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36414.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Convert-It", "Convert-It.csproj", "{D8E3BC66-82F6-0019-7082-DF2342D15CEC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "deploy", "deploy", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.gitea\workflows\deploy.yml = .gitea\workflows\deploy.yml
Dockerfile = Dockerfile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8E3BC66-82F6-0019-7082-DF2342D15CEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8E3BC66-82F6-0019-7082-DF2342D15CEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8E3BC66-82F6-0019-7082-DF2342D15CEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8E3BC66-82F6-0019-7082-DF2342D15CEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD63E0A6-3BE6-4B90-8606-3F4BDEB89264}
EndGlobalSection
EndGlobal