[621] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
[1350] | 6 | <ProductVersion>9.0.21022</ProductVersion>
|
---|
[621] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Visualization</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Visualization-3.2</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</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 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <DocumentationFile>bin\Release\HeuristicLab.Visualization-3.2.XML</DocumentationFile>
|
---|
| 35 | </PropertyGroup>
|
---|
[853] | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 40 | <DebugType>full</DebugType>
|
---|
| 41 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | </PropertyGroup>
|
---|
| 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 45 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 46 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 47 | <DocumentationFile>bin\Release\HeuristicLab.Visualization-3.2.XML</DocumentationFile>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <DebugType>pdbonly</DebugType>
|
---|
| 50 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | </PropertyGroup>
|
---|
[621] | 53 | <ItemGroup>
|
---|
| 54 | <Reference Include="System" />
|
---|
| 55 | <Reference Include="System.Core">
|
---|
| 56 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 57 | </Reference>
|
---|
[635] | 58 | <Reference Include="System.Drawing" />
|
---|
| 59 | <Reference Include="System.Windows.Forms" />
|
---|
[621] | 60 | <Reference Include="System.Xml.Linq">
|
---|
| 61 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 62 | </Reference>
|
---|
| 63 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 64 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 65 | </Reference>
|
---|
| 66 | <Reference Include="System.Data" />
|
---|
| 67 | <Reference Include="System.Xml" />
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <ItemGroup>
|
---|
[1325] | 70 | <Compile Include="AvgAggregator.cs" />
|
---|
| 71 | <Compile Include="AvgLineAggregator.cs" />
|
---|
[1233] | 72 | <Compile Include="AxisTicks.cs" />
|
---|
[635] | 73 | <Compile Include="Canvas.cs" />
|
---|
| 74 | <Compile Include="CanvasUI.cs">
|
---|
| 75 | <SubType>Component</SubType>
|
---|
| 76 | </Compile>
|
---|
| 77 | <Compile Include="CanvasUI.Designer.cs">
|
---|
| 78 | <DependentUpon>CanvasUI.cs</DependentUpon>
|
---|
| 79 | </Compile>
|
---|
[684] | 80 | <Compile Include="ChangeType.cs" />
|
---|
[680] | 81 | <Compile Include="ChartDataModelBase.cs" />
|
---|
| 82 | <Compile Include="ChartDataRowsModel.cs" />
|
---|
| 83 | <Compile Include="ChartDataRowsModelDummy.cs" />
|
---|
[635] | 84 | <Compile Include="CompositeShape.cs" />
|
---|
[874] | 85 | <Compile Include="ChartDataRowsModelDataCollector.cs" />
|
---|
[1350] | 86 | <Compile Include="DataRowBase.cs" />
|
---|
[1194] | 87 | <Compile Include="LabelProvider\ContinuousLabelProvider.cs" />
|
---|
| 88 | <Compile Include="LabelProvider\DiscreteLabelProvider.cs" />
|
---|
[1182] | 89 | <Compile Include="Grid.cs" />
|
---|
[1187] | 90 | <Compile Include="HorizontalLineShape.cs" />
|
---|
[1194] | 91 | <Compile Include="LabelProvider\ILabelProvider.cs" />
|
---|
[1055] | 92 | <Compile Include="IMouseEventListener.cs" />
|
---|
[1233] | 93 | <Compile Include="Legend\LegendItem.cs" />
|
---|
[1325] | 94 | <Compile Include="MaxAggregator.cs" />
|
---|
| 95 | <Compile Include="MinAggregator.cs" />
|
---|
[1195] | 96 | <Compile Include="Options\OptionsDialog.cs">
|
---|
[1187] | 97 | <SubType>Form</SubType>
|
---|
| 98 | </Compile>
|
---|
[1195] | 99 | <Compile Include="Options\OptionsDialog.Designer.cs">
|
---|
[1187] | 100 | <DependentUpon>OptionsDialog.cs</DependentUpon>
|
---|
| 101 | </Compile>
|
---|
[1341] | 102 | <Compile Include="Options\ViewSettings.cs" />
|
---|
[1055] | 103 | <Compile Include="PanListener.cs" />
|
---|
[1194] | 104 | <Compile Include="LabelProvider\StringLabelProvider.cs" />
|
---|
[1047] | 105 | <Compile Include="TextShape.cs" />
|
---|
[1233] | 106 | <Compile Include="Legend\LegendShape.cs" />
|
---|
[761] | 107 | <Compile Include="DataRow.cs" />
|
---|
| 108 | <Compile Include="DrawingStyle.cs" />
|
---|
[621] | 109 | <Compile Include="HeuristicLabVisualizationPlugin.cs" />
|
---|
[680] | 110 | <Compile Include="IChartDataModel.cs" />
|
---|
| 111 | <Compile Include="IChartDataRowsModel.cs" />
|
---|
[761] | 112 | <Compile Include="IDataRow.cs" />
|
---|
[635] | 113 | <Compile Include="IShape.cs" />
|
---|
[683] | 114 | <Compile Include="LineChart.cs">
|
---|
| 115 | <SubType>UserControl</SubType>
|
---|
| 116 | </Compile>
|
---|
| 117 | <Compile Include="LineChart.Designer.cs">
|
---|
| 118 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
| 119 | </Compile>
|
---|
[754] | 120 | <Compile Include="LineShape.cs" />
|
---|
[635] | 121 | <Compile Include="Offset.cs" />
|
---|
| 122 | <Compile Include="PointD.cs" />
|
---|
[621] | 123 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[635] | 124 | <Compile Include="RectangleD.cs" />
|
---|
| 125 | <Compile Include="RectangleShape.cs" />
|
---|
| 126 | <Compile Include="SizeD.cs" />
|
---|
| 127 | <Compile Include="Transform.cs" />
|
---|
[1249] | 128 | <Compile Include="Translate.cs" />
|
---|
[635] | 129 | <Compile Include="WorldShape.cs" />
|
---|
[983] | 130 | <Compile Include="XAxis.cs" />
|
---|
[1182] | 131 | <Compile Include="YAxis.cs" />
|
---|
[1350] | 132 | <Compile Include="YAxisDescriptor.cs" />
|
---|
[1055] | 133 | <Compile Include="ZoomListener.cs" />
|
---|
[621] | 134 | </ItemGroup>
|
---|
| 135 | <ItemGroup>
|
---|
| 136 | <None Include="HeuristicLab.snk" />
|
---|
| 137 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 138 | </ItemGroup>
|
---|
| 139 | <ItemGroup>
|
---|
[685] | 140 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 141 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 142 | <Name>HeuristicLab.Core</Name>
|
---|
| 143 | </ProjectReference>
|
---|
[726] | 144 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 145 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 146 | <Name>HeuristicLab.Data</Name>
|
---|
| 147 | </ProjectReference>
|
---|
[621] | 148 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 149 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 150 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 151 | </ProjectReference>
|
---|
| 152 | </ItemGroup>
|
---|
[684] | 153 | <ItemGroup>
|
---|
| 154 | <EmbeddedResource Include="LineChart.resx">
|
---|
| 155 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
[855] | 156 | <SubType>Designer</SubType>
|
---|
[684] | 157 | </EmbeddedResource>
|
---|
[1195] | 158 | <EmbeddedResource Include="Options\OptionsDialog.resx">
|
---|
[1187] | 159 | <DependentUpon>OptionsDialog.cs</DependentUpon>
|
---|
| 160 | </EmbeddedResource>
|
---|
[684] | 161 | </ItemGroup>
|
---|
[621] | 162 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 163 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 164 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 165 | <Target Name="BeforeBuild">
|
---|
| 166 | </Target>
|
---|
| 167 | <Target Name="AfterBuild">
|
---|
| 168 | </Target>
|
---|
| 169 | -->
|
---|
| 170 | <PropertyGroup>
|
---|
[852] | 171 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 172 | set ProjectDir=$(ProjectDir)
|
---|
| 173 | set SolutionDir=$(SolutionDir)
|
---|
| 174 | set Outdir=$(Outdir)
|
---|
| 175 |
|
---|
| 176 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[621] | 177 | </PropertyGroup>
|
---|
[1249] | 178 | </Project> |
---|