| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFramework>net10.0</TargetFramework> |
| 6 | <RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
| 7 | <SelfContained>true</SelfContained> |
| 8 | <LangVersion>14</LangVersion> |
| 9 | <ImplicitUsings>enable</ImplicitUsings> |
| 10 | <Nullable>enable</Nullable> |
| 11 | <RootNamespace>ExportMcpManifest</RootNamespace> |
| 12 | <AssemblyName>ExportMcpManifest</AssemblyName> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <ProjectReference Include="..\..\DotnetDebugMcp.csproj" /> |
| 17 | <ProjectReference Include="..\..\..\tools\McpToolManifest\McpToolManifest.csproj" /> |
| 18 | </ItemGroup> |
| 19 | |
| 20 | </Project> |
| 21 | |
View only · write via MCP/CIDE