Files

32 lines
1.2 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<AssemblyName>LP</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<OutputType>WinExe</OutputType>
<UseWindowsForms>True</UseWindowsForms>
<TargetFramework>net472</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<LangVersion>14.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup>
<RootNamespace />
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Reference Include="System.Data" />
<Reference Include="Interop.MapWinGIS">
<HintPath>..\执行目录-2025-11-20\Interop.MapWinGIS.dll</HintPath>
</Reference>
<Reference Include="AxInterop.MapWinGIS">
<HintPath>..\执行目录-2025-11-20\AxInterop.MapWinGIS.dll</HintPath>
</Reference>
<Reference Include="Invoke_CircuitLightningProtection_Base">
<HintPath>..\执行目录-2025-11-20\Invoke_CircuitLightningProtection_Base.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
</ItemGroup>
</Project>