[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>
|
---|
[983] | 6 | <ProductVersion>9.0.30729</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>
|
---|
[635] | 70 | <Compile Include="Canvas.cs" />
|
---|
| 71 | <Compile Include="CanvasUI.cs">
|
---|
| 72 | <SubType>Component</SubType>
|
---|
| 73 | </Compile>
|
---|
| 74 | <Compile Include="CanvasUI.Designer.cs">
|
---|
| 75 | <DependentUpon>CanvasUI.cs</DependentUpon>
|
---|
| 76 | </Compile>
|
---|
[684] | 77 | <Compile Include="ChangeType.cs" />
|
---|
[680] | 78 | <Compile Include="ChartDataModelBase.cs" />
|
---|
| 79 | <Compile Include="ChartDataRowsModel.cs" />
|
---|
| 80 | <Compile Include="ChartDataRowsModelDummy.cs" />
|
---|
[635] | 81 | <Compile Include="CompositeShape.cs" />
|
---|
[874] | 82 | <Compile Include="ChartDataRowsModelDataCollector.cs" />
|
---|
[1182] | 83 | <Compile Include="DefaultLabelProvider.cs" />
|
---|
| 84 | <Compile Include="Grid.cs" />
|
---|
| 85 | <Compile Include="ILabelProvider.cs" />
|
---|
[1055] | 86 | <Compile Include="IMouseEventListener.cs" />
|
---|
| 87 | <Compile Include="PanListener.cs" />
|
---|
[1047] | 88 | <Compile Include="TextShape.cs" />
|
---|
[866] | 89 | <Compile Include="LegendShape.cs" />
|
---|
[761] | 90 | <Compile Include="DataRow.cs" />
|
---|
| 91 | <Compile Include="DrawingStyle.cs" />
|
---|
[621] | 92 | <Compile Include="HeuristicLabVisualizationPlugin.cs" />
|
---|
[635] | 93 | <Compile Include="ICanvas.cs" />
|
---|
[680] | 94 | <Compile Include="IChartDataModel.cs" />
|
---|
| 95 | <Compile Include="IChartDataRowsModel.cs" />
|
---|
[761] | 96 | <Compile Include="IDataRow.cs" />
|
---|
[635] | 97 | <Compile Include="IShape.cs" />
|
---|
[683] | 98 | <Compile Include="LineChart.cs">
|
---|
| 99 | <SubType>UserControl</SubType>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="LineChart.Designer.cs">
|
---|
| 102 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
| 103 | </Compile>
|
---|
[754] | 104 | <Compile Include="LineShape.cs" />
|
---|
[635] | 105 | <Compile Include="Offset.cs" />
|
---|
| 106 | <Compile Include="PointD.cs" />
|
---|
[621] | 107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[635] | 108 | <Compile Include="RectangleD.cs" />
|
---|
| 109 | <Compile Include="RectangleShape.cs" />
|
---|
| 110 | <Compile Include="SizeD.cs" />
|
---|
| 111 | <Compile Include="Transform.cs" />
|
---|
| 112 | <Compile Include="WorldShape.cs" />
|
---|
[983] | 113 | <Compile Include="XAxis.cs" />
|
---|
[1182] | 114 | <Compile Include="YAxis.cs" />
|
---|
[1055] | 115 | <Compile Include="ZoomListener.cs" />
|
---|
[621] | 116 | </ItemGroup>
|
---|
| 117 | <ItemGroup>
|
---|
| 118 | <None Include="HeuristicLab.snk" />
|
---|
| 119 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
[685] | 122 | <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
|
---|
| 123 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
| 124 | <Name>HeuristicLab.Core</Name>
|
---|
| 125 | </ProjectReference>
|
---|
[726] | 126 | <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
|
---|
| 127 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
| 128 | <Name>HeuristicLab.Data</Name>
|
---|
| 129 | </ProjectReference>
|
---|
[621] | 130 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 131 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 132 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 133 | </ProjectReference>
|
---|
| 134 | </ItemGroup>
|
---|
[684] | 135 | <ItemGroup>
|
---|
| 136 | <EmbeddedResource Include="LineChart.resx">
|
---|
| 137 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
[855] | 138 | <SubType>Designer</SubType>
|
---|
[684] | 139 | </EmbeddedResource>
|
---|
| 140 | </ItemGroup>
|
---|
[621] | 141 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 142 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 143 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 144 | <Target Name="BeforeBuild">
|
---|
| 145 | </Target>
|
---|
| 146 | <Target Name="AfterBuild">
|
---|
| 147 | </Target>
|
---|
| 148 | -->
|
---|
| 149 | <PropertyGroup>
|
---|
[852] | 150 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 151 | set ProjectDir=$(ProjectDir)
|
---|
| 152 | set SolutionDir=$(SolutionDir)
|
---|
| 153 | set Outdir=$(Outdir)
|
---|
| 154 |
|
---|
| 155 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[621] | 156 | </PropertyGroup>
|
---|
| 157 | </Project> |
---|