Dwsim / data /DWSIM.Controls.ZedGraph /DWSIM.Controls.ZedGraph.csproj
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2541686B-1673-43BF-AF89-3163945DB009}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ZedGraph</RootNamespace>
<AssemblyName>ZedGraph</AssemblyName>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>1</WarningLevel>
<DocumentationFile>bin\Release\ZedGraph.XML</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>bin\Release\ZedGraph.XML</DocumentationFile>
<Optimize>true</Optimize>
<WarningLevel>1</WarningLevel>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Security" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ZedGraph\ArrowObj.cs" />
<Compile Include="ZedGraph\Axis.cs" />
<Compile Include="ZedGraph\AxisLabel.cs" />
<Compile Include="ZedGraph\Bar.cs" />
<Compile Include="ZedGraph\BarItem.cs" />
<Compile Include="ZedGraph\BarSettings.cs" />
<Compile Include="ZedGraph\BasicArrayPointList.cs" />
<Compile Include="ZedGraph\Border.cs" />
<Compile Include="ZedGraph\BoxObj.cs" />
<Compile Include="ZedGraph\DetachedForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ZedGraph\DetachedForm.Designer.cs">
<DependentUpon>DetachedForm.cs</DependentUpon>
</Compile>
<Compile Include="ZedGraph\HiLowBarItem.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ZedGraph\OHLCBar.cs" />
<Compile Include="ZedGraph\OHLCBarItem.cs" />
<Compile Include="ZedGraph\Chart.cs" />
<Compile Include="ZedGraph\CollectionPlus.cs" />
<Compile Include="ZedGraph\ColorSymbolRotator.cs" />
<Compile Include="ZedGraph\CurveItem.cs" />
<Compile Include="ZedGraph\CurveList.cs" />
<Compile Include="ZedGraph\DataSourcePointList.cs" />
<Compile Include="ZedGraph\DateAsOrdinalScale.cs" />
<Compile Include="ZedGraph\DateScale.cs" />
<Compile Include="ZedGraph\EllipseObj.cs" />
<Compile Include="ZedGraph\ErrorBar.cs" />
<Compile Include="ZedGraph\ErrorBarItem.cs" />
<Compile Include="ZedGraph\ExponentScale.cs" />
<Compile Include="ZedGraph\Fill.cs" />
<Compile Include="ZedGraph\FilteredPointList.cs" />
<Compile Include="ZedGraph\FontSpec.cs" />
<Compile Include="ZedGraph\GapLabel.cs" />
<Compile Include="ZedGraph\GasGaugeNeedle.cs" />
<Compile Include="ZedGraph\GasGaugeRegion.cs" />
<Compile Include="ZedGraph\GraphObj.cs" />
<Compile Include="ZedGraph\GraphObjList.cs" />
<Compile Include="ZedGraph\GraphPane.cs" />
<Compile Include="ZedGraph\HSBColor.cs" />
<Compile Include="ZedGraph\ImageObj.cs" />
<Compile Include="ZedGraph\IPointList.cs" />
<Compile Include="ZedGraph\IPointListEdit.cs" />
<Compile Include="ZedGraph\JapaneseCandleStick.cs" />
<Compile Include="ZedGraph\JapaneseCandleStickItem.cs" />
<Compile Include="ZedGraph\Label.cs" />
<Compile Include="ZedGraph\Legend.cs" />
<Compile Include="ZedGraph\Line.cs" />
<Compile Include="ZedGraph\LinearAsOrdinalScale.cs" />
<Compile Include="ZedGraph\LinearScale.cs" />
<Compile Include="ZedGraph\LineBase.cs" />
<Compile Include="ZedGraph\LineItem.cs" />
<Compile Include="ZedGraph\LineObj.cs" />
<Compile Include="ZedGraph\Link.cs" />
<Compile Include="ZedGraph\Location.cs" />
<Compile Include="ZedGraph\LogScale.cs" />
<Compile Include="ZedGraph\MajorGrid.cs" />
<Compile Include="ZedGraph\MajorTic.cs" />
<Compile Include="ZedGraph\Margin.cs" />
<Compile Include="ZedGraph\MasterPane.cs" />
<Compile Include="ZedGraph\MinorGrid.cs" />
<Compile Include="ZedGraph\MinorTic.cs" />
<Compile Include="ZedGraph\NoDupePointList.cs" />
<Compile Include="ZedGraph\OrdinalScale.cs" />
<Compile Include="ZedGraph\PaneBase.cs" />
<Compile Include="ZedGraph\PaneList.cs" />
<Compile Include="ZedGraph\PieItem.cs" />
<Compile Include="ZedGraph\PointD.cs" />
<Compile Include="ZedGraph\PointPair.cs" />
<Compile Include="ZedGraph\PointPair4.cs" />
<Compile Include="ZedGraph\PointPairBase.cs" />
<Compile Include="ZedGraph\PointPairCV.cs" />
<Compile Include="ZedGraph\PointPairList.cs" />
<Compile Include="ZedGraph\PolyObj.cs" />
<Compile Include="ZedGraph\RadarPointList.cs" />
<Compile Include="ZedGraph\RollingPointPairList.cs" />
<Compile Include="ZedGraph\SampleMultiPointList.cs" />
<Compile Include="ZedGraph\SamplePointList.cs" />
<Compile Include="ZedGraph\Scale.cs" />
<Compile Include="ZedGraph\ScaleState.cs" />
<Compile Include="ZedGraph\ScaleStateList.cs" />
<Compile Include="ZedGraph\ScrollRange.cs" />
<Compile Include="ZedGraph\ScrollRangeList.cs" />
<Compile Include="ZedGraph\Selection.cs" />
<Compile Include="ZedGraph\StickItem.cs" />
<Compile Include="ZedGraph\StockPointList.cs" />
<Compile Include="ZedGraph\StockPt.cs" />
<Compile Include="ZedGraph\Symbol.cs" />
<Compile Include="ZedGraph\TextObj.cs" />
<Compile Include="ZedGraph\TextScale.cs" />
<Compile Include="ZedGraph\Types.cs" />
<Compile Include="ZedGraph\ValueHandler.cs" />
<Compile Include="ZedGraph\X2Axis.cs" />
<Compile Include="ZedGraph\XAxis.cs" />
<Compile Include="ZedGraph\XDate.cs" />
<Compile Include="ZedGraph\Y2Axis.cs" />
<Compile Include="ZedGraph\Y2AxisList.cs" />
<Compile Include="ZedGraph\YAxis.cs" />
<Compile Include="ZedGraph\YAxisList.cs" />
<Compile Include="ZedGraph\ZedGraphControl.ContextMenu.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Designer.cs" />
<Compile Include="ZedGraph\ZedGraphControl.Events.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Printing.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Properties.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.ScrollBars.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphException.cs" />
<Compile Include="ZedGraph\ZoomState.cs" />
<Compile Include="ZedGraph\ZoomStateStack.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ZedGraph\DetachedForm.en.resx">
<DependentUpon>DetachedForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\DetachedForm.pt-BR.resx">
<DependentUpon>DetachedForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\DetachedForm.resx">
<DependentUpon>DetachedForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\ZedGraphControl.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\ZedGraphLocale.de.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\ZedGraphLocale.es.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\ZedGraphLocale.pt-BR.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ZedGraph\ZedGraphLocale.resx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DWSIM.Interfaces\DWSIM.Interfaces.vbproj">
<Project>{50BFD69A-487E-4B38-86EA-48ACD85A0EB1}</Project>
<Name>DWSIM.Interfaces</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\DWSIM.SharedClassesCSharp\DWSIM.SharedClassesCSharp.csproj">
<Project>{67f90157-b522-487c-b108-864984637e33}</Project>
<Name>DWSIM.SharedClassesCSharp</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>