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.
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>GeoSigma.SigmaDrawerStyle</RootNamespace>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<BaseOutputPath>..\..\bin</BaseOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<!--<PropertyGroup>
|
|
|
|
|
|
<DefineConstants>WEB_SERVICE</DefineConstants>
|
|
|
|
|
|
</PropertyGroup>-->
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Update="System">
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Update="System.Core">
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Update="System.Drawing">
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Update="System.Data">
|
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<PackageReference Include="DevExpress.Win.Design" Version="25.1.4" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="GradientPanel.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|