External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj
author StephaneLenclud
Sun, 03 Feb 2013 18:01:50 +0100
branchMiniDisplay
changeset 433 090259cfd699
parent 391 5be8f2773237
child 445 fe4c711fd7f8
permissions -rw-r--r--
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')" />
     4   <PropertyGroup>
     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>
    16   </PropertyGroup>
    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>
    26   </PropertyGroup>
    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>
    35     <DocumentationFile>
    36     </DocumentationFile>
    37   </PropertyGroup>
    38   <PropertyGroup>
    39     <SignAssembly>true</SignAssembly>
    40   </PropertyGroup>
    41   <PropertyGroup>
    42     <AssemblyOriginatorKeyFile>
    43     </AssemblyOriginatorKeyFile>
    44   </PropertyGroup>
    45   <ItemGroup>
    46     <Reference Include="System" />
    47     <Reference Include="System.Drawing" />
    48     <Reference Include="System.Windows.Forms" />
    49   </ItemGroup>
    50   <ItemGroup>
    51     <Compile Include="..\GlobalAssemblyInfo.cs">
    52       <Link>Properties\GlobalAssemblyInfo.cs</Link>
    53     </Compile>
    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>
    60     </Compile>
    61     <Compile Include="PngExporter.cs" />
    62     <Compile Include="Properties\AssemblyInfo.cs" />
    63     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
    64   </ItemGroup>
    65   <ItemGroup>
    66     <ProjectReference Include="..\OxyPlot\OxyPlot.csproj">
    67       <Project>{7a0b35c0-dd17-4964-8e9a-44d6cecdc692}</Project>
    68       <Name>OxyPlot</Name>
    69     </ProjectReference>
    70   </ItemGroup>
    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">
    75   </Target>
    76   <Target Name="AfterBuild">
    77   </Target>
    78   -->
    79 </Project>