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/UCDraw/SigmaDrawerElement/SigmaDrawerElement.csproj

31 lines
1.2 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>Library</OutputType>
<RootNamespace>GeoSigma.SigmaDrawerElement</RootNamespace>
1 month ago
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1 month ago
<StartupObject />
1 month ago
<AssemblyTitle>SigmaDrawerElement</AssemblyTitle>
<Product>SigmaDrawerElement</Product>
<Copyright>Copyright © 2020</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin</BaseOutputPath>
1 month ago
</PropertyGroup>
1 month ago
<PropertyGroup>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
1 month ago
</PropertyGroup>
1 month ago
<!--
<PropertyGroup>
<DefineConstants>WEB_SERVICE</DefineConstants>
1 month ago
</PropertyGroup>
1 month ago
-->
1 month ago
<ItemGroup>
1 month ago
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj" />
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
<ProjectReference Include="..\SigmaDrawerStyle\SigmaDrawerStyle.csproj" />
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
1 month ago
</ItemGroup>
</Project>