<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<Nullable>disable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<None Remove="map\gaode\css\display_menu.css" />
|
<None Remove="map\gaode\css\honey_switch.css" />
|
<None Remove="map\gaode\css\public.css" />
|
<None Remove="map\gaode\html\firehydrant_import.html" />
|
<None Remove="map\gaode\html\firehydrant_test.html" />
|
<None Remove="map\gaode\html\fixed_set.html" />
|
<None Remove="map\gaode\html\fixed_view.html" />
|
<None Remove="map\gaode\html\getPointLnglat.html" />
|
<None Remove="map\gaode\html\HTMLPage1.html" />
|
<None Remove="map\gaode\html\marker_multi_set.html" />
|
<None Remove="map\gaode\html\polygon_intake_set.html" />
|
<None Remove="map\gaode\html\polygon_intake_view.html" />
|
<None Remove="map\gaode\html\polygon_set.html" />
|
<None Remove="map\gaode\html\polygon_view.html" />
|
<None Remove="map\gaode\html\SetMarker.html" />
|
<None Remove="map\gaode\html\SetSimpleMarker.html" />
|
<None Remove="map\gaode\html\sketch_create.html" />
|
<None Remove="map\gaode\html\sketch_set.html" />
|
<None Remove="map\gaode\html\sketch_view.html" />
|
<None Remove="map\gaode\html\ViewMarker.html" />
|
<None Remove="map\gaode\img\current.png" />
|
<None Remove="map\gaode\img\locate.png" />
|
<None Remove="map\gaode\img\mark_b.png" />
|
<None Remove="map\gaode\img\point_red.png" />
|
<None Remove="map\gaode\img\search.png" />
|
<None Remove="map\gaode\img\touming.png" />
|
<None Remove="map\gaode\img\weizhi.png" />
|
<None Remove="map\gaode\js\base64.js" />
|
<None Remove="map\gaode\js\display_menu.js" />
|
<None Remove="map\gaode\js\honey_switch.js" />
|
<None Remove="map\gaode\js\jquery-2.1.1.min.js" />
|
<None Remove="map\gaode\js\public.js" />
|
<None Remove="map\gaode\js\tools.js" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Content Include="map\gaode\css\display_menu.css">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\css\honey_switch.css">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\css\public.css">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\firehydrant_import.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\firehydrant_test.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\fixed_set.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\fixed_view.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\getPointLnglat.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\HTMLPage1.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\marker_multi_set.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\SetSimpleMarker.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\SetMarker.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\ViewMarker.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\polygon_intake_set.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\polygon_intake_view.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\polygon_set.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\polygon_view.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\sketch_create.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\sketch_set.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\html\sketch_view.html">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\current.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\locate.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\mark_b.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\point_red.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\search.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\touming.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\img\weizhi.png">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\base64.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\display_menu.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\honey_switch.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\jquery-2.1.1.min.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\public.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
<Content Include="map\gaode\js\tools.js">
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
</Content>
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="Yw.BLL.Map.Core" Version="3.0.1" />
|
<PackageReference Include="Yw.WebBrower.Core" Version="3.0.2" />
|
<PackageReference Include="Yw.WebView2.WinFrmUI.Core" Version="3.0.1" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\Yw.WinFrmUI.Core\Yw.WinFrmUI.Core.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Update="03-SetSimpleMarker\MapSetSimpleMarkerContainer.cs" />
|
</ItemGroup>
|
|
</Project>
|