From 99b32e0aaa2e0fc7d71bbac7b691a5d5f7eef988 Mon Sep 17 00:00:00 2001 From: ccurran Date: Sun, 8 Mar 2026 08:59:36 -0400 Subject: [PATCH] Init Program --- .gitignore | 7 ++++++ prjOnRampAPI/prjOnRampAPI.sln | 22 +++++++++++++++++++ prjOnRampAPI/prjOnRampAPI/Program.vb | 7 ++++++ prjOnRampAPI/prjOnRampAPI/nuget.config | 9 ++++++++ prjOnRampAPI/prjOnRampAPI/prjOnRampAPI.vbproj | 14 ++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 .gitignore create mode 100644 prjOnRampAPI/prjOnRampAPI.sln create mode 100644 prjOnRampAPI/prjOnRampAPI/Program.vb create mode 100644 prjOnRampAPI/prjOnRampAPI/nuget.config create mode 100644 prjOnRampAPI/prjOnRampAPI/prjOnRampAPI.vbproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69f6fd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/prjOnRampAPI/.vs/prjOnRampAPI +/prjOnRampAPI/prjOnRampAPI/obj diff --git a/prjOnRampAPI/prjOnRampAPI.sln b/prjOnRampAPI/prjOnRampAPI.sln new file mode 100644 index 0000000..d5e78f5 --- /dev/null +++ b/prjOnRampAPI/prjOnRampAPI.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35707.178 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "prjOnRampAPI", "prjOnRampAPI\prjOnRampAPI.vbproj", "{392D651B-778A-4082-80D9-05FFFD1916A1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {392D651B-778A-4082-80D9-05FFFD1916A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {392D651B-778A-4082-80D9-05FFFD1916A1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {392D651B-778A-4082-80D9-05FFFD1916A1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {392D651B-778A-4082-80D9-05FFFD1916A1}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/prjOnRampAPI/prjOnRampAPI/Program.vb b/prjOnRampAPI/prjOnRampAPI/Program.vb new file mode 100644 index 0000000..46283ca --- /dev/null +++ b/prjOnRampAPI/prjOnRampAPI/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/prjOnRampAPI/prjOnRampAPI/nuget.config b/prjOnRampAPI/prjOnRampAPI/nuget.config new file mode 100644 index 0000000..6f18d8e --- /dev/null +++ b/prjOnRampAPI/prjOnRampAPI/nuget.config @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/prjOnRampAPI/prjOnRampAPI/prjOnRampAPI.vbproj b/prjOnRampAPI/prjOnRampAPI/prjOnRampAPI.vbproj new file mode 100644 index 0000000..0e6c689 --- /dev/null +++ b/prjOnRampAPI/prjOnRampAPI/prjOnRampAPI.vbproj @@ -0,0 +1,14 @@ + + + + Exe + prjOnRampAPI + net8.0 + + + + + + + +