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')" />
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>
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>
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>
37 <SignAssembly>true</SignAssembly>
40 <AssemblyOriginatorKeyFile>OxyPlot.WindowsForms.snk</AssemblyOriginatorKeyFile>
43 <Reference Include="System" />
44 <Reference Include="System.Core" />
45 <Reference Include="System.Drawing" />
46 <Reference Include="System.Windows.Forms" />
49 <Compile Include="..\GlobalAssemblyInfo.cs">
50 <Link>Properties\GlobalAssemblyInfo.cs</Link>
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>
58 <Compile Include="PngExporter.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
63 <None Include="OxyPlot.WindowsForms.snk" />
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">