From ccc7aeb97274a75855ce76eb650444af886e7062 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 20 Dec 2025 11:42:33 -0500 Subject: [PATCH] feat: add solution and project configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set up .NET 9.0 Windows project with MCP server dependencies (ModelContextProtocol, NetOfficeFw.Outlook) for Outlook email search. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- EmailSearch.sln | 22 ++++++++++++++++++++++ EmailSearch/EmailSearch.csproj | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 EmailSearch.sln create mode 100644 EmailSearch/EmailSearch.csproj diff --git a/EmailSearch.sln b/EmailSearch.sln new file mode 100644 index 0000000..bc8b7c7 --- /dev/null +++ b/EmailSearch.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35514.174 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmailSearch", "EmailSearch\EmailSearch.csproj", "{EBA40A25-9107-4BB8-871A-390927F9BF3E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EBA40A25-9107-4BB8-871A-390927F9BF3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EBA40A25-9107-4BB8-871A-390927F9BF3E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EBA40A25-9107-4BB8-871A-390927F9BF3E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EBA40A25-9107-4BB8-871A-390927F9BF3E}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/EmailSearch/EmailSearch.csproj b/EmailSearch/EmailSearch.csproj new file mode 100644 index 0000000..a69fc00 --- /dev/null +++ b/EmailSearch/EmailSearch.csproj @@ -0,0 +1,17 @@ + + + + Exe + net9.0-windows + enable + enable + true + + + + + + + + +