|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E4D36A91-B866-4780-AB30-2546DDCB7A8A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RevolvingCow.Highcharts</RootNamespace>
<AssemblyName>RevolvingCow.Highcharts</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Highchart.cs" />
<Compile Include="HighchartAxis.cs" />
<Compile Include="HighchartAxisEvent.cs" />
<Compile Include="HighchartAxisLabels.cs" />
<Compile Include="HighchartButton.cs" />
<Compile Include="HighchartButtonOptions.cs" />
<Compile Include="HighchartChart.cs" />
<Compile Include="HighchartChartEvents.cs" />
<Compile Include="HighchartCredits.cs" />
<Compile Include="HighchartDataLabel.cs" />
<Compile Include="HighchartDrilldown.cs" />
<Compile Include="HighchartExporting.cs" />
<Compile Include="HighchartExportingButtons.cs" />
<Compile Include="HighchartExportingContextButton.cs" />
<Compile Include="HighchartLabel.cs" />
<Compile Include="HighchartLabelItem.cs" />
<Compile Include="HighchartLabels.cs" />
<Compile Include="HighchartLegend.cs" />
<Compile Include="HighchartLegendNavigation.cs" />
<Compile Include="HighchartLegendTitle.cs" />
<Compile Include="HighchartLoading.cs" />
<Compile Include="HighchartNavigation.cs" />
<Compile Include="HighchartNoData.cs" />
<Compile Include="HighchartPane.cs" />
<Compile Include="HighchartPlotBand.cs" />
<Compile Include="HighchartPlotLine.cs" />
<Compile Include="HighchartPlotOptions.cs" />
<Compile Include="HighchartSeries.cs" />
<Compile Include="HighchartSeriesData.cs" />
<Compile Include="HighchartSeriesDataEvent.cs" />
<Compile Include="HighchartSeriesDataMarker.cs" />
<Compile Include="HighchartSeriesDataStates.cs" />
<Compile Include="HighchartState.cs" />
<Compile Include="HighchartSubtitle.cs" />
<Compile Include="HighchartTitle.cs" />
<Compile Include="HighchartTooltip.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
|