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/SigmaDrawerStyle/SigmaDrawerStyle.csproj

277 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{EEB9111D-BE72-4B3D-9288-61CC8329BA07}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeoSigma.SigmaDrawerStyle</RootNamespace>
<AssemblyName>SigmaDrawerStyle</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
<UseVSHostingProcess>true</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Release\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Drawer.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>
</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Design">
<HintPath>..\..\..\..\CS\bin\Debug\ComponentFactory.Krypton.Design.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Toolkit, Version=4.6.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\CS\bin\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System">
<Private>True</Private>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations">
<Private>True</Private>
</Reference>
<Reference Include="System.Core">
<Private>True</Private>
</Reference>
<Reference Include="System.Design">
<Private>True</Private>
</Reference>
<Reference Include="System.Drawing">
<Private>True</Private>
</Reference>
<Reference Include="System.Drawing.Design">
<Private>True</Private>
</Reference>
<Reference Include="System.Windows.Forms">
<Private>True</Private>
</Reference>
<Reference Include="System.Workflow.ComponentModel">
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions">
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data">
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AverageMethodFirstProperty.cs" />
<Compile Include="AverageMethodSecondProperty.cs" />
<Compile Include="ConditionDeletionPropery.cs" />
<Compile Include="ColorRGBtoInt.cs" />
<Compile Include="Constants.cs" />
<Compile Include="ContourGenerationProperty.cs" />
<Compile Include="ContourProperty.cs" />
<Compile Include="Converter\BaseConverter.cs" />
<Compile Include="Converter\ColumnCorrespondConvert.cs" />
<Compile Include="Converter\CurveLocationTypeConverter.cs" />
<Compile Include="Converter\CurveNameStyleTypeConverter.cs" />
<Compile Include="Converter\DoubleConverter.cs" />
<Compile Include="Converter\DoubleTrimConverter.cs" />
<Compile Include="Converter\DropDownTypeEditor.cs" />
<Compile Include="Converter\GradientTypeConverter.cs" />
<Compile Include="Converter\LineTypeConverter.cs" />
<Compile Include="Converter\TextStyleFlagsConverter.cs" />
<Compile Include="Converter\TwoMarkTypeConverter.cs" />
<Compile Include="Converter\YesNoConverter.cs" />
<Compile Include="CrossPointProperty.cs" />
<Compile Include="CurveArrow.cs" />
<Compile Include="CurveArrowHead.cs" />
<Compile Include="CurveArrowTail.cs" />
<Compile Include="CurveCenterName.cs" />
<Compile Include="CurveEffect.cs" />
<Compile Include="CurveFillSymbol.cs" />
<Compile Include="CurveInName.cs" />
<Compile Include="CurveInNameAny.cs" />
<Compile Include="CurveLocation.cs" />
<Compile Include="CurveName.cs" />
<Compile Include="CurveProperty.cs" />
<Compile Include="CurveScaleSymbol.cs" />
<Compile Include="CurveSurfaceProperty.cs" />
<Compile Include="CurveTwoMark.cs" />
<Compile Include="DrawerCurveStyle.cs" />
<Compile Include="CurveView.cs" />
<Compile Include="DrawerStyle.cs" />
<Compile Include="DrawerPointStyle.cs" />
<Compile Include="FractionPointProperty.cs" />
<Compile Include="FrmGradientColor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmGradientColor.Designer.cs">
<DependentUpon>FrmGradientColor.cs</DependentUpon>
</Compile>
<Compile Include="FrmGradientColorCalculate.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmGradientColorCalculate.Designer.cs">
<DependentUpon>FrmGradientColorCalculate.cs</DependentUpon>
</Compile>
<Compile Include="GradientColorColumn.cs" />
<Compile Include="GradientColorManager.cs" />
<Compile Include="GradientColorTemplate.cs" />
<Compile Include="GradientPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GradientPanel.Designer.cs">
<DependentUpon>GradientPanel.cs</DependentUpon>
</Compile>
<Compile Include="IPropertyFileImport.cs" />
<Compile Include="LineClassInfoProperty.cs" />
<Compile Include="LineClassInfoProperty123.cs" />
<Compile Include="MathFindProperty.cs" />
<Compile Include="OffsetMethodProperty.cs" />
<Compile Include="OtherInfoProperty.cs" />
<Compile Include="PointInfoProperty.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="PropertyEditorGradientColor.cs" />
<Compile Include="PropertyEditorGriddingKevSource.cs" />
<Compile Include="PropertyEditorGriddingSource.cs" />
<Compile Include="PropertyEditorSymbol.cs" />
<Compile Include="PropertySorter.cs" />
<Compile Include="SaveAsSymbolProperty.cs" />
<Compile Include="ScatterPointInfoProperty.cs" />
<Compile Include="SfMeshColor.cs" />
<Compile Include="PropertyTypeConverts.cs" />
<Compile Include="PointSymbol.cs" />
<Compile Include="PointText.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resource.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Include="ProportionProperty.cs" />
<Compile Include="RectangularCSGridProperty.cs" />
<Compile Include="SurfaceSmoothProperty.cs" />
<Compile Include="WellPositionProperty.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FrmGradientColor.resx">
<DependentUpon>FrmGradientColor.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FrmGradientColorCalculate.resx">
<DependentUpon>FrmGradientColorCalculate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GradientPanel.resx">
<DependentUpon>GradientPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ColorPicker\ColorPicker.csproj">
<Project>{de7a91f6-260b-4c8f-a2c0-4f080ee09bfe}</Project>
<Name>ColorPicker</Name>
</ProjectReference>
<ProjectReference Include="..\GeoSigmaDrawLib\GeoSigmaDrawLib.csproj">
<Project>{B13C222D-81C0-4ECC-AA24-26713BFF6050}</Project>
<Name>GeoSigmaDrawLib</Name>
</ProjectReference>
<ProjectReference Include="..\SigmaDrawerUtil\SigmaDrawerUtil.csproj">
<Project>{9A9EBFA1-819D-4A2F-9DBD-CF01C7994951}</Project>
<Name>SigmaDrawerUtil</Name>
</ProjectReference>
<ProjectReference Include="..\SymbolLibInterface\SymbolLibInterface.csproj">
<Project>{0D09E4BC-1818-4501-9B18-49D489889D95}</Project>
<Name>SymbolLibInterface</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\ChangeLabel_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\pbMoveLeft.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\pbMoveRight.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\pbMoveRightZ.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\tsbtnClear.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\spectrum.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\spectrum_absorption.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ClearAll_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\EmptyTableRowSeparator_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\SaveAs_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Open_16x16.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\tsbtnLoadColors.Image.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\tsbtnSaveColors.Image.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>