From b73e6de0b85cd54ad9b6226fb357f89389ff3cb8 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 05 八月 2024 09:31:42 +0800 Subject: [PATCH] 1 --- Turf/Turf.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Turf/Turf.csproj b/Turf/Turf.csproj index 11488ae..cfd5ac2 100644 --- a/Turf/Turf.csproj +++ b/Turf/Turf.csproj @@ -108,8 +108,12 @@ </ItemGroup> <ItemGroup> <Compile Include="App_Start\WebApiConfig.cs" /> + <Compile Include="Controllers\AiController.cs" /> + <Compile Include="cs\Args.cs" /> <Compile Include="cs\ModelHandler.cs" /> <Compile Include="cs\PostgreHelper.cs" /> + <Compile Include="cs\R.cs" /> + <Compile Include="cs\Result.cs" /> <Compile Include="cs\Tools.cs" /> <Compile Include="Controllers\CallController.cs" /> <Compile Include="Global.asax.cs"> -- Gitblit v1.9.3