123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{757B6B4D-2C28-4FBA-AC0F-E44BAF40B51F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>DataAnalysisControl</RootNamespace>
- <AssemblyName>DataAnalysisControl</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <TargetFrameworkProfile />
- </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>
- <PlatformTarget>x86</PlatformTarget>
- <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>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Abt.Controls.SciChart.Wpf">
- <HintPath>..\..\ThirdParty\dlls\Abt.Controls.SciChart.Wpf.dll</HintPath>
- </Reference>
- <Reference Include="DynamicDataDisplay.Maps">
- <HintPath>..\..\ThirdParty\dlls\DynamicDataDisplay.Maps.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Loya.Dameer">
- <HintPath>..\..\ThirdParty\dlls\Loya.Dameer.dll</HintPath>
- </Reference>
- <Reference Include="lua51">
- <HintPath>..\..\ThirdParty\dlls\lua51.dll</HintPath>
- </Reference>
- <Reference Include="LuaInterface">
- <HintPath>..\..\ThirdParty\dlls\LuaInterface.dll</HintPath>
- </Reference>
- <Reference Include="Mono.Security">
- <HintPath>..\..\ThirdParty\dlls\Mono.Security.dll</HintPath>
- </Reference>
- <Reference Include="Npgsql">
- <HintPath>..\..\ThirdParty\dlls\Npgsql.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <Reference Include="WPFToolkit">
- <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
- </Reference>
- <Reference Include="WPFToolkit.Extended">
- <HintPath>..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Charting\Command\AddDataSeriesCommand.cs" />
- <Compile Include="Charting\Command\AddDataSourceCommand.cs" />
- <Compile Include="Charting\Command\ChangeFactorOffsetCommand.cs" />
- <Compile Include="Charting\Command\ChartingCommand.cs" />
- <Compile Include="Charting\Command\ExportAllSeriesCommand.cs" />
- <Compile Include="Charting\Command\HidAllSeriesCommand.cs" />
- <Compile Include="Charting\Command\LoadPresetSettingCommand.cs" />
- <Compile Include="Charting\Command\RemoveDataSeriesCommand.cs" />
- <Compile Include="Charting\Command\RemoveDataSourceCommand.cs" />
- <Compile Include="Charting\Command\RemoveGrowthCurveCommand.cs" />
- <Compile Include="Charting\Command\ShowAllSeriesCommand.cs" />
- <Compile Include="Charting\Command\SourceTimeSyncCommand.cs" />
- <Compile Include="Charting\Converter\bool2VisibilityConverter.cs" />
- <Compile Include="Charting\Converter\boolReverseConverter.cs" />
- <Compile Include="Charting\Converter\Bools2BoolConverter.cs" />
- <Compile Include="Charting\Converter\ColorToBrushConverter.cs" />
- <Compile Include="Charting\Converter\LineColorConverter.cs" />
- <Compile Include="Charting\Converter\MouseWheelZoomXConverter.cs" />
- <Compile Include="Charting\Converter\MouseWheelZoomYConverter.cs" />
- <Compile Include="Charting\Converter\PanEnableConverter.cs" />
- <Compile Include="Charting\Converter\RolloverDataPointerInfoConverter.cs" />
- <Compile Include="Charting\Converter\RolloverDataTimeConverter.cs" />
- <Compile Include="Charting\Converter\RolloverDataValueConverter.cs" />
- <Compile Include="Charting\Converter\Visibility2boolConverter.cs" />
- <Compile Include="Charting\Model\ArchievedFileDataSource.cs" />
- <Compile Include="Charting\Model\IDataSource.cs" />
- <Compile Include="Charting\Model\LuaFunction.cs" />
- <Compile Include="Charting\Model\PostgreSqlDataSource.cs" />
- <Compile Include="Charting\ViewModel\BaseViewModel.cs" />
- <Compile Include="Charting\ViewModel\ChartingBaseViewModel.cs" />
- <Compile Include="Charting\ViewModel\CommonViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataDisplayViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataSelectFrameViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataSeriesEditViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataSeriesViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataSourceSelectionViewModel.cs" />
- <Compile Include="Charting\ViewModel\DataSourceViewModel.cs" />
- <Compile Include="Charting\ViewModel\DbConnConfigViewModel.cs" />
- <Compile Include="Charting\ViewModel\MainFrameViewModel.cs" />
- <Compile Include="Charting\ViewModel\PlotViewModel.cs" />
- <Compile Include="Charting\ViewModel\Regedit.cs" />
- <Compile Include="Charting\ViewModel\RunTimeStatisticViewModel.cs" />
- <Compile Include="Charting\ViewModel\TabStatisticViewModel.cs" />
- <Compile Include="Charting\View\About.xaml.cs">
- <DependentUpon>About.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataDisplayFrame.xaml.cs">
- <DependentUpon>DataDisplayFrame.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSelectFrame.xaml.cs">
- <DependentUpon>DataSelectFrame.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSeriesEdit.xaml.cs">
- <DependentUpon>DataSeriesEdit.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSeriesExportingAll.cs" />
- <Compile Include="Charting\View\DataSeriesExportingDialog.xaml.cs">
- <DependentUpon>DataSeriesExportingDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSeriesView.xaml.cs">
- <DependentUpon>DataSeriesView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSourceExportingDialog.xaml.cs">
- <DependentUpon>DataSourceExportingDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSourceSelection.xaml.cs">
- <DependentUpon>DataSourceSelection.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DataSourceView.xaml.cs">
- <DependentUpon>DataSourceView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\DbConnConfig.xaml.cs">
- <DependentUpon>DbConnConfig.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\LoadPresetDataDialog.xaml.cs">
- <DependentUpon>LoadPresetDataDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\LuaEditor.xaml.cs">
- <DependentUpon>LuaEditor.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\MainFrame.xaml.cs">
- <DependentUpon>MainFrame.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\MyLineSeries.cs" />
- <Compile Include="Charting\View\PlotConfigTableControl.xaml.cs">
- <DependentUpon>PlotConfigTableControl.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\PlotView.xaml.cs">
- <DependentUpon>PlotView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\RunTimeStatisticView.xaml.cs">
- <DependentUpon>RunTimeStatisticView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\TabStatisticView.xaml.cs">
- <DependentUpon>TabStatisticView.xaml</DependentUpon>
- </Compile>
- <Compile Include="Charting\View\VirtualDeviceFunctionEditor.xaml.cs">
- <DependentUpon>VirtualDeviceFunctionEditor.xaml</DependentUpon>
- </Compile>
- <Compile Include="Core\Context.cs" />
- <Compile Include="Core\DefaultContext.cs" />
- <Compile Include="Core\DeviceTimer.cs" />
- <Compile Include="Core\FixSizeQueue.cs" />
- <Compile Include="Core\IDataAnalysisControlContext.cs" />
- <Compile Include="Core\ObjectSerializer.cs" />
- <Compile Include="Core\PeriodicJob.cs" />
- <Compile Include="Log\ICommonLog.cs" />
- <Compile Include="Log\LOG.cs" />
- <Compile Include="Log\LogItem.cs" />
- <Compile Include="Log\LogManager.cs" />
- <Compile Include="Log\LogWriter.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resource.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resource.resx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\about.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\chart.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\CustomizeZoom.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\Data.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\data_config.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\databaseCfg.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\deletered.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\gasStatistic.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\legend.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\loadFromDb.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\loadFromFile.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\logo.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\moSourceStatistic.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\move.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\pan.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\pause_all.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\play.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\play2.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\preset.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\select.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\selectAll.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\target.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\TimeFollowing.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\TimeFollowing2.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\unselectall.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\VerticalLine.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\x_overview.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\zoom_all.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\zoom_auto.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\zoom_x.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\zoomAll.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\ZoomX.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\ZoomY.png" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="Charting\View\About.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataDisplayFrame.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSelectFrame.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSeriesEdit.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSeriesExportingAll.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSeriesExportingDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSeriesView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSourceExportingDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSourceSelection.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DataSourceView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\DbConnConfig.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Charting\View\LoadPresetDataDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\LuaEditor.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\MainFrame.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\PlotConfigTableControl.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\PlotView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\RunTimeStatisticView.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Charting\View\TabStatisticView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Charting\View\VirtualDeviceFunctionEditor.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Resource Include="Resources\StringResources.en-US.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Resource>
- <Resource Include="Resources\StringResources.zh-CN.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Resource>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\View\charting.ico" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Charting\View\ChartingPresetSetting.xml">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resource.en-US.resx">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resource.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resource.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resource.zh-CN.resx" />
- <EmbeddedResource Include="SciChartLicense.xml" />
- <Resource Include="Charting\Images\zoom_undo.png" />
- <Resource Include="Charting\Images\export_box.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Charting\Images\VirtualDeviceLogo.png" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="VirtualDataTable.sql" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Content Include="Charting\Matlab\Jackie.dll" />
- <Content Include="Charting\Matlab\MWArray.dll" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>
|