DataAnalysisControl.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{757B6B4D-2C28-4FBA-AC0F-E44BAF40B51F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DataAnalysisControl</RootNamespace>
  12. <AssemblyName>DataAnalysisControl</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Abt.Controls.SciChart.Wpf">
  47. <HintPath>..\..\ThirdParty\dlls\Abt.Controls.SciChart.Wpf.dll</HintPath>
  48. </Reference>
  49. <Reference Include="DynamicDataDisplay.Maps">
  50. <HintPath>..\..\ThirdParty\dlls\DynamicDataDisplay.Maps.dll</HintPath>
  51. </Reference>
  52. <Reference Include="log4net">
  53. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Loya.Dameer">
  56. <HintPath>..\..\ThirdParty\dlls\Loya.Dameer.dll</HintPath>
  57. </Reference>
  58. <Reference Include="lua51">
  59. <HintPath>..\..\ThirdParty\dlls\lua51.dll</HintPath>
  60. </Reference>
  61. <Reference Include="LuaInterface">
  62. <HintPath>..\..\ThirdParty\dlls\LuaInterface.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Mono.Security">
  65. <HintPath>..\..\ThirdParty\dlls\Mono.Security.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Npgsql">
  68. <HintPath>..\..\ThirdParty\dlls\Npgsql.dll</HintPath>
  69. </Reference>
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. <Reference Include="System" />
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Runtime.Serialization" />
  77. <Reference Include="System.ServiceModel" />
  78. <Reference Include="System.Windows.Forms" />
  79. <Reference Include="System.Xaml" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="WPFToolkit">
  87. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  88. </Reference>
  89. <Reference Include="WPFToolkit.Extended">
  90. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.Extended.dll</HintPath>
  91. </Reference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="Charting\Command\AddDataSeriesCommand.cs" />
  95. <Compile Include="Charting\Command\AddDataSourceCommand.cs" />
  96. <Compile Include="Charting\Command\ChangeFactorOffsetCommand.cs" />
  97. <Compile Include="Charting\Command\ChartingCommand.cs" />
  98. <Compile Include="Charting\Command\ExportAllSeriesCommand.cs" />
  99. <Compile Include="Charting\Command\HidAllSeriesCommand.cs" />
  100. <Compile Include="Charting\Command\LoadPresetSettingCommand.cs" />
  101. <Compile Include="Charting\Command\RemoveDataSeriesCommand.cs" />
  102. <Compile Include="Charting\Command\RemoveDataSourceCommand.cs" />
  103. <Compile Include="Charting\Command\RemoveGrowthCurveCommand.cs" />
  104. <Compile Include="Charting\Command\ShowAllSeriesCommand.cs" />
  105. <Compile Include="Charting\Command\SourceTimeSyncCommand.cs" />
  106. <Compile Include="Charting\Converter\bool2VisibilityConverter.cs" />
  107. <Compile Include="Charting\Converter\boolReverseConverter.cs" />
  108. <Compile Include="Charting\Converter\Bools2BoolConverter.cs" />
  109. <Compile Include="Charting\Converter\ColorToBrushConverter.cs" />
  110. <Compile Include="Charting\Converter\LineColorConverter.cs" />
  111. <Compile Include="Charting\Converter\MouseWheelZoomXConverter.cs" />
  112. <Compile Include="Charting\Converter\MouseWheelZoomYConverter.cs" />
  113. <Compile Include="Charting\Converter\PanEnableConverter.cs" />
  114. <Compile Include="Charting\Converter\RolloverDataPointerInfoConverter.cs" />
  115. <Compile Include="Charting\Converter\RolloverDataTimeConverter.cs" />
  116. <Compile Include="Charting\Converter\RolloverDataValueConverter.cs" />
  117. <Compile Include="Charting\Converter\Visibility2boolConverter.cs" />
  118. <Compile Include="Charting\Model\ArchievedFileDataSource.cs" />
  119. <Compile Include="Charting\Model\IDataSource.cs" />
  120. <Compile Include="Charting\Model\LuaFunction.cs" />
  121. <Compile Include="Charting\Model\PostgreSqlDataSource.cs" />
  122. <Compile Include="Charting\ViewModel\BaseViewModel.cs" />
  123. <Compile Include="Charting\ViewModel\ChartingBaseViewModel.cs" />
  124. <Compile Include="Charting\ViewModel\CommonViewModel.cs" />
  125. <Compile Include="Charting\ViewModel\DataDisplayViewModel.cs" />
  126. <Compile Include="Charting\ViewModel\DataSelectFrameViewModel.cs" />
  127. <Compile Include="Charting\ViewModel\DataSeriesEditViewModel.cs" />
  128. <Compile Include="Charting\ViewModel\DataSeriesViewModel.cs" />
  129. <Compile Include="Charting\ViewModel\DataSourceSelectionViewModel.cs" />
  130. <Compile Include="Charting\ViewModel\DataSourceViewModel.cs" />
  131. <Compile Include="Charting\ViewModel\DbConnConfigViewModel.cs" />
  132. <Compile Include="Charting\ViewModel\MainFrameViewModel.cs" />
  133. <Compile Include="Charting\ViewModel\PlotViewModel.cs" />
  134. <Compile Include="Charting\ViewModel\Regedit.cs" />
  135. <Compile Include="Charting\ViewModel\RunTimeStatisticViewModel.cs" />
  136. <Compile Include="Charting\ViewModel\TabStatisticViewModel.cs" />
  137. <Compile Include="Charting\View\About.xaml.cs">
  138. <DependentUpon>About.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Charting\View\DataDisplayFrame.xaml.cs">
  141. <DependentUpon>DataDisplayFrame.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Charting\View\DataSelectFrame.xaml.cs">
  144. <DependentUpon>DataSelectFrame.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Charting\View\DataSeriesEdit.xaml.cs">
  147. <DependentUpon>DataSeriesEdit.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Charting\View\DataSeriesExportingAll.cs" />
  150. <Compile Include="Charting\View\DataSeriesExportingDialog.xaml.cs">
  151. <DependentUpon>DataSeriesExportingDialog.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Charting\View\DataSeriesView.xaml.cs">
  154. <DependentUpon>DataSeriesView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Charting\View\DataSourceExportingDialog.xaml.cs">
  157. <DependentUpon>DataSourceExportingDialog.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="Charting\View\DataSourceSelection.xaml.cs">
  160. <DependentUpon>DataSourceSelection.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="Charting\View\DataSourceView.xaml.cs">
  163. <DependentUpon>DataSourceView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Charting\View\DbConnConfig.xaml.cs">
  166. <DependentUpon>DbConnConfig.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="Charting\View\LoadPresetDataDialog.xaml.cs">
  169. <DependentUpon>LoadPresetDataDialog.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="Charting\View\LuaEditor.xaml.cs">
  172. <DependentUpon>LuaEditor.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="Charting\View\MainFrame.xaml.cs">
  175. <DependentUpon>MainFrame.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Charting\View\MyLineSeries.cs" />
  178. <Compile Include="Charting\View\PlotConfigTableControl.xaml.cs">
  179. <DependentUpon>PlotConfigTableControl.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Charting\View\PlotView.xaml.cs">
  182. <DependentUpon>PlotView.xaml</DependentUpon>
  183. </Compile>
  184. <Compile Include="Charting\View\RunTimeStatisticView.xaml.cs">
  185. <DependentUpon>RunTimeStatisticView.xaml</DependentUpon>
  186. </Compile>
  187. <Compile Include="Charting\View\TabStatisticView.xaml.cs">
  188. <DependentUpon>TabStatisticView.xaml</DependentUpon>
  189. </Compile>
  190. <Compile Include="Charting\View\VirtualDeviceFunctionEditor.xaml.cs">
  191. <DependentUpon>VirtualDeviceFunctionEditor.xaml</DependentUpon>
  192. </Compile>
  193. <Compile Include="Core\Context.cs" />
  194. <Compile Include="Core\DefaultContext.cs" />
  195. <Compile Include="Core\DeviceTimer.cs" />
  196. <Compile Include="Core\FixSizeQueue.cs" />
  197. <Compile Include="Core\IDataAnalysisControlContext.cs" />
  198. <Compile Include="Core\ObjectSerializer.cs" />
  199. <Compile Include="Core\PeriodicJob.cs" />
  200. <Compile Include="Log\ICommonLog.cs" />
  201. <Compile Include="Log\LOG.cs" />
  202. <Compile Include="Log\LogItem.cs" />
  203. <Compile Include="Log\LogManager.cs" />
  204. <Compile Include="Log\LogWriter.cs" />
  205. <Compile Include="Properties\AssemblyInfo.cs" />
  206. <Compile Include="Properties\Resource.Designer.cs">
  207. <AutoGen>True</AutoGen>
  208. <DesignTime>True</DesignTime>
  209. <DependentUpon>Resource.resx</DependentUpon>
  210. </Compile>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Resource Include="Charting\Images\about.png" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Resource Include="Charting\Images\chart.png" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Resource Include="Charting\Images\CustomizeZoom.png" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Resource Include="Charting\Images\Data.png" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Resource Include="Charting\Images\data_config.png" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Resource Include="Charting\Images\databaseCfg.png" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <Resource Include="Charting\Images\deletered.png" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Resource Include="Charting\Images\gasStatistic.png" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Resource Include="Charting\Images\legend.png" />
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Resource Include="Charting\Images\loadFromDb.png" />
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Resource Include="Charting\Images\loadFromFile.png" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Resource Include="Charting\Images\logo.png" />
  247. </ItemGroup>
  248. <ItemGroup>
  249. <Resource Include="Charting\Images\moSourceStatistic.png" />
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Resource Include="Charting\Images\move.png" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Resource Include="Charting\Images\pan.png" />
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Resource Include="Charting\Images\pause_all.png" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <Resource Include="Charting\Images\play.png" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <Resource Include="Charting\Images\play2.png" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Resource Include="Charting\Images\preset.png" />
  268. </ItemGroup>
  269. <ItemGroup>
  270. <Resource Include="Charting\Images\select.png" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <Resource Include="Charting\Images\selectAll.png" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Resource Include="Charting\Images\target.png" />
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Resource Include="Charting\Images\TimeFollowing.png" />
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Resource Include="Charting\Images\TimeFollowing2.png" />
  283. </ItemGroup>
  284. <ItemGroup>
  285. <Resource Include="Charting\Images\unselectall.png" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <Resource Include="Charting\Images\VerticalLine.png" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <Resource Include="Charting\Images\x_overview.png" />
  292. </ItemGroup>
  293. <ItemGroup>
  294. <Resource Include="Charting\Images\zoom_all.png" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Resource Include="Charting\Images\zoom_auto.png" />
  298. </ItemGroup>
  299. <ItemGroup>
  300. <Resource Include="Charting\Images\zoom_x.png" />
  301. </ItemGroup>
  302. <ItemGroup>
  303. <Resource Include="Charting\Images\zoomAll.png" />
  304. </ItemGroup>
  305. <ItemGroup>
  306. <Resource Include="Charting\Images\ZoomX.png" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Resource Include="Charting\Images\ZoomY.png" />
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Page Include="Charting\View\About.xaml">
  313. <Generator>MSBuild:Compile</Generator>
  314. <SubType>Designer</SubType>
  315. </Page>
  316. <Page Include="Charting\View\DataDisplayFrame.xaml">
  317. <Generator>MSBuild:Compile</Generator>
  318. <SubType>Designer</SubType>
  319. </Page>
  320. <Page Include="Charting\View\DataSelectFrame.xaml">
  321. <Generator>MSBuild:Compile</Generator>
  322. <SubType>Designer</SubType>
  323. </Page>
  324. <Page Include="Charting\View\DataSeriesEdit.xaml">
  325. <Generator>MSBuild:Compile</Generator>
  326. <SubType>Designer</SubType>
  327. </Page>
  328. <Page Include="Charting\View\DataSeriesExportingAll.xaml">
  329. <Generator>MSBuild:Compile</Generator>
  330. <SubType>Designer</SubType>
  331. </Page>
  332. <Page Include="Charting\View\DataSeriesExportingDialog.xaml">
  333. <Generator>MSBuild:Compile</Generator>
  334. <SubType>Designer</SubType>
  335. </Page>
  336. <Page Include="Charting\View\DataSeriesView.xaml">
  337. <Generator>MSBuild:Compile</Generator>
  338. <SubType>Designer</SubType>
  339. </Page>
  340. <Page Include="Charting\View\DataSourceExportingDialog.xaml">
  341. <Generator>MSBuild:Compile</Generator>
  342. <SubType>Designer</SubType>
  343. </Page>
  344. <Page Include="Charting\View\DataSourceSelection.xaml">
  345. <Generator>MSBuild:Compile</Generator>
  346. <SubType>Designer</SubType>
  347. </Page>
  348. <Page Include="Charting\View\DataSourceView.xaml">
  349. <Generator>MSBuild:Compile</Generator>
  350. <SubType>Designer</SubType>
  351. </Page>
  352. <Page Include="Charting\View\DbConnConfig.xaml">
  353. <SubType>Designer</SubType>
  354. <Generator>MSBuild:Compile</Generator>
  355. </Page>
  356. <Page Include="Charting\View\LoadPresetDataDialog.xaml">
  357. <Generator>MSBuild:Compile</Generator>
  358. <SubType>Designer</SubType>
  359. </Page>
  360. <Page Include="Charting\View\LuaEditor.xaml">
  361. <Generator>MSBuild:Compile</Generator>
  362. <SubType>Designer</SubType>
  363. </Page>
  364. <Page Include="Charting\View\MainFrame.xaml">
  365. <Generator>MSBuild:Compile</Generator>
  366. <SubType>Designer</SubType>
  367. </Page>
  368. <Page Include="Charting\View\PlotConfigTableControl.xaml">
  369. <Generator>MSBuild:Compile</Generator>
  370. <SubType>Designer</SubType>
  371. </Page>
  372. <Page Include="Charting\View\PlotView.xaml">
  373. <Generator>MSBuild:Compile</Generator>
  374. <SubType>Designer</SubType>
  375. </Page>
  376. <Page Include="Charting\View\RunTimeStatisticView.xaml">
  377. <SubType>Designer</SubType>
  378. <Generator>MSBuild:Compile</Generator>
  379. </Page>
  380. <Page Include="Charting\View\TabStatisticView.xaml">
  381. <Generator>MSBuild:Compile</Generator>
  382. <SubType>Designer</SubType>
  383. </Page>
  384. <Page Include="Charting\View\VirtualDeviceFunctionEditor.xaml">
  385. <SubType>Designer</SubType>
  386. <Generator>MSBuild:Compile</Generator>
  387. </Page>
  388. <Resource Include="Resources\StringResources.en-US.xaml">
  389. <Generator>MSBuild:Compile</Generator>
  390. <SubType>Designer</SubType>
  391. </Resource>
  392. <Resource Include="Resources\StringResources.zh-CN.xaml">
  393. <Generator>MSBuild:Compile</Generator>
  394. <SubType>Designer</SubType>
  395. </Resource>
  396. </ItemGroup>
  397. <ItemGroup>
  398. <Resource Include="Charting\View\charting.ico" />
  399. </ItemGroup>
  400. <ItemGroup>
  401. <EmbeddedResource Include="Charting\View\ChartingPresetSetting.xml">
  402. <SubType>Designer</SubType>
  403. </EmbeddedResource>
  404. </ItemGroup>
  405. <ItemGroup>
  406. <EmbeddedResource Include="Properties\Resource.en-US.resx">
  407. <SubType>Designer</SubType>
  408. </EmbeddedResource>
  409. <EmbeddedResource Include="Properties\Resource.resx">
  410. <Generator>ResXFileCodeGenerator</Generator>
  411. <LastGenOutput>Resource.Designer.cs</LastGenOutput>
  412. </EmbeddedResource>
  413. <EmbeddedResource Include="Properties\Resource.zh-CN.resx" />
  414. <EmbeddedResource Include="SciChartLicense.xml" />
  415. <Resource Include="Charting\Images\zoom_undo.png" />
  416. <Resource Include="Charting\Images\export_box.png" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <Resource Include="Charting\Images\VirtualDeviceLogo.png" />
  420. </ItemGroup>
  421. <ItemGroup>
  422. <EmbeddedResource Include="VirtualDataTable.sql" />
  423. </ItemGroup>
  424. <ItemGroup>
  425. <None Include="App.config" />
  426. </ItemGroup>
  427. <ItemGroup />
  428. <ItemGroup>
  429. <Content Include="Charting\Matlab\Jackie.dll" />
  430. <Content Include="Charting\Matlab\MWArray.dll" />
  431. </ItemGroup>
  432. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  433. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  434. Other similar extension points exist, see Microsoft.Common.targets.
  435. <Target Name="BeforeBuild">
  436. </Target>
  437. <Target Name="AfterBuild">
  438. </Target>
  439. -->
  440. </Project>