From 90ee13a929f2c4bf4a6402d0d9f8e09677cb8aa4 Mon Sep 17 00:00:00 2001 From: Phillip Trudeau-Tavara Date: Tue, 22 Aug 2023 06:16:11 -0400 Subject: [PATCH] Add Visual Studio solution file and use it with 10x --- 10x.10x | 2 +- main.sln | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 main.sln diff --git a/10x.10x b/10x.10x index f7935a8..797c393 100644 --- a/10x.10x +++ b/10x.10x @@ -18,7 +18,7 @@ remedybg.exe start-debugging - + main.sln true Debug diff --git a/main.sln b/main.sln new file mode 100644 index 0000000..a810336 --- /dev/null +++ b/main.sln @@ -0,0 +1,32 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.6.33723.286 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "main", "main.exe", "{AA54BC1E-3360-4F83-9947-C1A78675D72C}" + ProjectSection(DebuggerProjectSystem) = preProject + PortSupplier = 00000000-0000-0000-0000-000000000000 + Executable = .\main.exe + StartingDirectory = .\ + Environment = Default + LaunchingEngine = 00000000-0000-0000-0000-000000000000 + UseLegacyDebugEngines = No + LaunchSQLEngine = No + AttachLaunchAction = No + IORedirection = Auto + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA54BC1E-3360-4F83-9947-C1A78675D72C}.Release|x64.ActiveCfg = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8FA0C944-81FC-4BE6-A866-162F58D74D4F} + EndGlobalSection +EndGlobal