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.

25 lines
966 B
XML

1 month ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\..\bin</BaseOutputPath>
<ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
</PropertyGroup>
<PropertyGroup>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<UseWPF>False</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Win.Design" Version="25.1.4" />
</ItemGroup>
<ItemGroup>
<Reference Include="GeoSigmaDrawLib">
<HintPath>..\..\..\bin\$(Configuration)\GeoSigmaDrawLib.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>