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.
16 lines
662 B
XML
16 lines
662 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>GeoSigma.SigmaDrawerUtil</RootNamespace>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<BaseOutputPath>..\..\bin\</BaseOutputPath>
|
|
<FileVersion>2.0.0.0</FileVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
|
</PropertyGroup>
|
|
</Project> |