Adding SoundGraphDisplay and SensorFrontView classes.
They were respectively based on SystemTray and SensorNotifyIcon.
SoundGraphDisplay is now able to load iMONDisplay.dll providing it lives on your PATH.
Adding option to sensor context menu for adding it into FrontView.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{D4554296-094E-4CAC-8EAE-44EB250666C6}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>OxyPlot.WindowsForms</RootNamespace>
11 <AssemblyName>OxyPlot.WindowsForms</AssemblyName>
12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13 <TargetFrameworkProfile>
14 </TargetFrameworkProfile>
15 <FileAlignment>512</FileAlignment>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>Bin\Debug\</OutputPath>
22 <IntermediateOutputPath>obj\Debug\NET40\</IntermediateOutputPath>
23 <DefineConstants>TRACE;DEBUG</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>Bin\Release\</OutputPath>
31 <IntermediateOutputPath>obj\Release\NET40\</IntermediateOutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
39 <SignAssembly>true</SignAssembly>
42 <AssemblyOriginatorKeyFile>
43 </AssemblyOriginatorKeyFile>
46 <Reference Include="System" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
51 <Compile Include="..\GlobalAssemblyInfo.cs">
52 <Link>Properties\GlobalAssemblyInfo.cs</Link>
54 <Compile Include="HashSet.cs" />
55 <Compile Include="Helpers\ConverterExtensions.cs" />
56 <Compile Include="GraphicsRenderContext.cs" />
57 <Compile Include="NamespaceDoc.cs" />
58 <Compile Include="Plot.cs">
59 <SubType>Component</SubType>
61 <Compile Include="PngExporter.cs" />
62 <Compile Include="Properties\AssemblyInfo.cs" />
63 <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
66 <ProjectReference Include="..\OxyPlot\OxyPlot.csproj">
67 <Project>{7a0b35c0-dd17-4964-8e9a-44d6cecdc692}</Project>
71 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73 Other similar extension points exist, see Microsoft.Common.targets.
74 <Target Name="BeforeBuild">
76 <Target Name="AfterBuild">