From 8826ba3a313a062b23ab9c6c19f04bdc6cf60eaf Mon Sep 17 00:00:00 2001 From: Adriano Serighelli Date: Tue, 28 Oct 2025 14:30:25 -0300 Subject: [PATCH] =?UTF-8?q?Removido=20o=20projeto=20App=5Fold=20da=20solu?= =?UTF-8?q?=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O projeto `App_old` foi completamente removido, incluindo: - Exclusão do arquivo `App_old.csproj` com suas configurações. - Remoção da entrada do projeto no arquivo `PI_Assync_SCDE.sln`. - Exclusão do código relacionado à classe `Plat_integ` no `Program.cs`. Essas mudanças fazem parte de uma reestruturação da solução, descontinuando o uso do `App_old`. --- App_old.csproj | 56 ---------------------------------------------- PI_Assync_SCDE.sln | 6 ----- Program.cs | 15 ------------- 3 files changed, 77 deletions(-) delete mode 100644 App_old.csproj delete mode 100644 Program.cs diff --git a/App_old.csproj b/App_old.csproj deleted file mode 100644 index 3720ab1..0000000 --- a/App_old.csproj +++ /dev/null @@ -1,56 +0,0 @@ - - - - Exe - net9.0-windows7.0 - enable - enable - AnyCPU - 7.0 - False - - - - - False - $(DefineConstants)TRACE - - - - False - $(DefineConstants)TRACE - - - - - tlbimp - 1 - 5 - 662901fc-6951-4854-9eb2-d9a2570f2b2e - 0 - false - true - - - - - - - - - - - True - True - Resources.resx - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - diff --git a/PI_Assync_SCDE.sln b/PI_Assync_SCDE.sln index 5e8f006..1dd3e88 100644 --- a/PI_Assync_SCDE.sln +++ b/PI_Assync_SCDE.sln @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.1.32319.34 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App_old", "App_old.csproj", "{48DFCC70-0352-4394-9821-2B243EB389AB}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{0910ED06-C154-41FF-B556-ADBA53A10427}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{38CE64C7-8F03-4622-8DD5-5BA19F66E7AF}" @@ -19,10 +17,6 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {48DFCC70-0352-4394-9821-2B243EB389AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {48DFCC70-0352-4394-9821-2B243EB389AB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {48DFCC70-0352-4394-9821-2B243EB389AB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {48DFCC70-0352-4394-9821-2B243EB389AB}.Release|Any CPU.Build.0 = Release|Any CPU {0910ED06-C154-41FF-B556-ADBA53A10427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0910ED06-C154-41FF-B556-ADBA53A10427}.Debug|Any CPU.Build.0 = Debug|Any CPU {0910ED06-C154-41FF-B556-ADBA53A10427}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/Program.cs b/Program.cs deleted file mode 100644 index 67debea..0000000 --- a/Program.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Concurrent; -using System.Data; -using System.Data.OleDb; -using System.Globalization; -using System.Text; -using System.Xml.Linq; -using Npgsql; - -internal class Plat_integ -{ - static async Task Main() - { - Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB"); - } -} \ No newline at end of file