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.
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Clipper2LibCS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddeb3f68c442d6e4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\bin\Debug\Clipper2LibCS.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="GeoSigmaDrawLib">
|
|
<HintPath>..\..\bin\Debug\GeoSigmaDrawLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SigmaDrawerElement">
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerElement.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SigmaDrawerStyle">
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
|
|
</Reference>
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FortAnalyzeLib\FortAnalyzeLib.csproj" />
|
|
</ItemGroup>
|
|
</Project> |