From ab6b2aea629d2752ffb9af52781a7c406d6a97bb Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:51:04 +0200 Subject: [PATCH] Add project files. --- Program.vb | 7 +++++++ alterware-launcher.sln | 25 +++++++++++++++++++++++++ alterware-launcher.vbproj | 9 +++++++++ 3 files changed, 41 insertions(+) create mode 100644 Program.vb create mode 100644 alterware-launcher.sln create mode 100644 alterware-launcher.vbproj diff --git a/Program.vb b/Program.vb new file mode 100644 index 0000000..46283ca --- /dev/null +++ b/Program.vb @@ -0,0 +1,7 @@ +Imports System + +Module Program + Sub Main(args As String()) + Console.WriteLine("Hello World!") + End Sub +End Module diff --git a/alterware-launcher.sln b/alterware-launcher.sln new file mode 100644 index 0000000..4f82c39 --- /dev/null +++ b/alterware-launcher.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33530.505 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "alterware-launcher", "alterware-launcher.vbproj", "{FDEA6E70-5F8E-438C-A79A-604DC8CEC5C2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FDEA6E70-5F8E-438C-A79A-604DC8CEC5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FDEA6E70-5F8E-438C-A79A-604DC8CEC5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FDEA6E70-5F8E-438C-A79A-604DC8CEC5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FDEA6E70-5F8E-438C-A79A-604DC8CEC5C2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9C3806A8-30BF-4467-A257-B01E592BBF6E} + EndGlobalSection +EndGlobal diff --git a/alterware-launcher.vbproj b/alterware-launcher.vbproj new file mode 100644 index 0000000..09c6c27 --- /dev/null +++ b/alterware-launcher.vbproj @@ -0,0 +1,9 @@ + + + + Exe + alterware_launcher + net6.0 + + +