From da5de9f69f1a15c8de9b46fca3363381cab714d6 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 14 Feb 2025 21:38:22 -0800 Subject: [PATCH] adding Visual Studio solution file --- temporal-ai-agent.sln | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 temporal-ai-agent.sln diff --git a/temporal-ai-agent.sln b/temporal-ai-agent.sln new file mode 100644 index 0000000..9feac2b --- /dev/null +++ b/temporal-ai-agent.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainSearchWorker", "enterprise\TrainSearchWorker.csproj", "{E415E5FE-0362-B204-B4B1-A5E60F3A436D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E415E5FE-0362-B204-B4B1-A5E60F3A436D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E415E5FE-0362-B204-B4B1-A5E60F3A436D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E415E5FE-0362-B204-B4B1-A5E60F3A436D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E415E5FE-0362-B204-B4B1-A5E60F3A436D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {463FDBB3-0167-4747-8007-C25ADDC83630} + EndGlobalSection +EndGlobal