External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj
author moel.mich
Sat, 08 Jun 2013 16:53:22 +0000
changeset 391 5be8f2773237
child 392 4b43228a9894
permissions -rw-r--r--
Added the source code of OxyPlot as of commit d190d7748a73 (6.5.2013).
     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>v4.0</TargetFrameworkVersion>
    13     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
    14     <FileAlignment>512</FileAlignment>
    15   </PropertyGroup>
    16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    17     <DebugSymbols>true</DebugSymbols>
    18     <DebugType>full</DebugType>
    19     <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\NET40\</OutputPath>
    21     <IntermediateOutputPath>obj\Debug\NET40\</IntermediateOutputPath>
    22     <DefineConstants>DEBUG;TRACE</DefineConstants>
    23     <ErrorReport>prompt</ErrorReport>
    24     <WarningLevel>4</WarningLevel>
    25   </PropertyGroup>
    26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    27     <DebugType>pdbonly</DebugType>
    28     <Optimize>true</Optimize>
    29     <OutputPath>..\..\Output\NET40\</OutputPath>
    30     <IntermediateOutputPath>obj\Release\NET40\</IntermediateOutputPath>
    31     <DefineConstants>TRACE</DefineConstants>
    32     <ErrorReport>prompt</ErrorReport>
    33     <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>..\..\Output\NET40\OxyPlot.WindowsForms.XML</DocumentationFile>
    35   </PropertyGroup>
    36   <PropertyGroup>
    37     <SignAssembly>true</SignAssembly>
    38   </PropertyGroup>
    39   <PropertyGroup>
    40     <AssemblyOriginatorKeyFile>OxyPlot.WindowsForms.snk</AssemblyOriginatorKeyFile>
    41   </PropertyGroup>
    42   <ItemGroup>
    43     <Reference Include="System" />
    44     <Reference Include="System.Core" />
    45     <Reference Include="System.Drawing" />
    46     <Reference Include="System.Windows.Forms" />
    47   </ItemGroup>
    48   <ItemGroup>
    49     <Compile Include="..\GlobalAssemblyInfo.cs">
    50       <Link>Properties\GlobalAssemblyInfo.cs</Link>
    51     </Compile>
    52     <Compile Include="Helpers\ConverterExtensions.cs" />
    53     <Compile Include="GraphicsRenderContext.cs" />
    54     <Compile Include="NamespaceDoc.cs" />
    55     <Compile Include="Plot.cs">
    56       <SubType>Component</SubType>
    57     </Compile>
    58     <Compile Include="PngExporter.cs" />
    59     <Compile Include="Properties\AssemblyInfo.cs" />
    60     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
    61   </ItemGroup>
    62   <ItemGroup>
    63     <None Include="OxyPlot.WindowsForms.snk" />
    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>