diff --git a/ProxmoxConnector.Tester/Program.cs b/ProxmoxConnector.Tester/Program.cs new file mode 100644 index 0000000..8a747a7 --- /dev/null +++ b/ProxmoxConnector.Tester/Program.cs @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..2082704 --- /dev/null +++ b/ProxmoxConnector.Tester/ProxmoxConnector.Tester.csproj @@ -0,0 +1,8 @@ + + + + Exe + net5.0 + + + diff --git a/ProxmoxConnector.sln b/ProxmoxConnector.sln new file mode 100644 index 0000000..41c62e3 --- /dev/null +++ b/ProxmoxConnector.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32014.148 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxmoxConnector.Tester", "ProxmoxConnector.Tester\ProxmoxConnector.Tester.csproj", "{A0C0198B-8327-4DC5-8577-0B55DF0F06A4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + 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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2BE248DF-16B1-42EF-9A34-C3FE5359D418} + EndGlobalSection +EndGlobal