From 81f67d9cf9632cc35ec5026655623a7263b74182 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 29 二月 2024 16:49:01 +0800 Subject: [PATCH] 添加V8引擎的调用 --- Turf/Turf.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Turf/Turf.csproj b/Turf/Turf.csproj index df2fad7..11488ae 100644 --- a/Turf/Turf.csproj +++ b/Turf/Turf.csproj @@ -115,6 +115,7 @@ <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> + <Compile Include="Models\Coordinate.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> @@ -124,7 +125,6 @@ <Folder Include="App_Data\" /> <Folder Include="Content\" /> <Folder Include="Data\" /> - <Folder Include="Models\" /> <Folder Include="Views\" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.3