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.
26 lines
847 B
XML
26 lines
847 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="ColorPicker">
|
|
<HintPath>..\..\bin\Debug\ColorPicker.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GeoSigmaDrawLib">
|
|
<HintPath>..\..\bin\Debug\GeoSigmaDrawLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SigmaDrawerStyle">
|
|
<HintPath>..\..\bin\Debug\SigmaDrawerStyle.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|