diff --git a/src/Demo/Hello.cs b/src/Demo/Hello.cs new file mode 100644 index 0000000..95cd9f1 --- /dev/null +++ b/src/Demo/Hello.cs @@ -0,0 +1,3 @@ +#:property ImplicitUsings=true + +Console.WriteLine("Hello, World!"); \ No newline at end of file diff --git a/src/Demo/Mcp.cs b/src/Demo/Mcp.cs index 81e75bc..cc2daf0 100644 --- a/src/Demo/Mcp.cs +++ b/src/Demo/Mcp.cs @@ -1,5 +1,6 @@ #:property Title=LaTeX to Image MCP #:property Version=0.5.0 +#:property ImplicitUsings=true #:package Smith@0.2.5 #:package DotNetConfig.Configuration@1.2.* #:package ModelContextProtocol@0.3.0-preview.* diff --git a/src/Demo/Properties/launchSettings.json b/src/Demo/Properties/launchSettings.json index 9464a29..051dcc7 100644 --- a/src/Demo/Properties/launchSettings.json +++ b/src/Demo/Properties/launchSettings.json @@ -5,6 +5,9 @@ }, "Mcp.cs": { "commandName": "Project" + }, + "Hello.cs": { + "commandName": "Project" } } } \ No newline at end of file