diff --git a/ProxmoxConnector.Tester/Program.cs b/ProxmoxConnector.Tester/Program.cs deleted file mode 100644 index 8a747a7..0000000 --- a/ProxmoxConnector.Tester/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace ProxmoxConnector.Tester -{ - internal class Program - { - static void Main(string[] args) - { - Console.WriteLine("Hello World!"); - } - } -} diff --git a/ProxmoxConnector.Tester/ProxmoxConnector.Tester.csproj b/ProxmoxConnector.Tester/ProxmoxConnector.Tester.csproj deleted file mode 100644 index 2082704..0000000 --- a/ProxmoxConnector.Tester/ProxmoxConnector.Tester.csproj +++ /dev/null @@ -1,8 +0,0 @@ - - - - Exe - net5.0 - - - diff --git a/ProxmoxConnector.sln b/ProxmoxConnector.sln index f9b6947..bd3d4f2 100644 --- a/ProxmoxConnector.sln +++ b/ProxmoxConnector.sln @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32014.148 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProxmoxConnector.Tester", "ProxmoxConnector.Tester\ProxmoxConnector.Tester.csproj", "{A0C0198B-8327-4DC5-8577-0B55DF0F06A4}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{E73280D9-92D3-4894-B0CA-43AEADB86FD2}" ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes @@ -43,10 +41,6 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A0C0198B-8327-4DC5-8577-0B55DF0F06A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A0C0198B-8327-4DC5-8577-0B55DF0F06A4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A0C0198B-8327-4DC5-8577-0B55DF0F06A4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A0C0198B-8327-4DC5-8577-0B55DF0F06A4}.Release|Any CPU.Build.0 = Release|Any CPU {340A176C-AE9F-4F01-A82F-AAAAF140A728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {340A176C-AE9F-4F01-A82F-AAAAF140A728}.Debug|Any CPU.Build.0 = Debug|Any CPU {340A176C-AE9F-4F01-A82F-AAAAF140A728}.Release|Any CPU.ActiveCfg = Release|Any CPU