You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/GVision/FortAnalyzeLib/FortAnalyzeLib.csproj

30 lines
1.4 KiB
XML

1 month ago
<Project Sdk="Microsoft.NET.Sdk">
1 month ago
<PropertyGroup>
1 month ago
<TargetFramework>net8.0-windows</TargetFramework>
1 month ago
<OutputType>Library</OutputType>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1 month ago
<StartupObject />
1 month ago
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin</BaseOutputPath>
1 month ago
</PropertyGroup>
<ItemGroup>
1 month ago
<Reference Include="Clipper2LibCS">
1 month ago
<HintPath>..\..\bin\Debug\Clipper2LibCS.dll</HintPath>
</Reference>
<Reference Include="GeoSigmaDrawLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\GeoSigmaDrawLib.dll</HintPath>
</Reference>
<Reference Include="SigmaDrawerElement, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\SigmaDrawerElement.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SigmaDrawerStyle, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
</Reference>
1 month ago
<PackageReference Include="NetTopologySuite" Version="2.6.0" />
1 month ago
</ItemGroup>
</Project>