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/FortAnalysis/FortAnalysis.csproj

30 lines
1.3 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>WinExe</OutputType>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin</BaseOutputPath>
1 month ago
</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>
1 month ago
<Reference Include="SigmaDrawerStyle">
1 month ago
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
</Reference>
1 month ago
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
1 month ago
</ItemGroup>
<ItemGroup>
1 month ago
<ProjectReference Include="..\FortAnalyzeLib\FortAnalyzeLib.csproj" />
1 month ago
</ItemGroup>
</Project>