[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>
|
---|
[683] | 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>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Core">
|
---|
| 39 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 40 | </Reference>
|
---|
[635] | 41 | <Reference Include="System.Drawing" />
|
---|
| 42 | <Reference Include="System.Windows.Forms" />
|
---|
[621] | 43 | <Reference Include="System.Xml.Linq">
|
---|
| 44 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 45 | </Reference>
|
---|
| 46 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 47 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="System.Data" />
|
---|
| 50 | <Reference Include="System.Xml" />
|
---|
| 51 | </ItemGroup>
|
---|
| 52 | <ItemGroup>
|
---|
[635] | 53 | <Compile Include="Canvas.cs" />
|
---|
| 54 | <Compile Include="CanvasUI.cs">
|
---|
| 55 | <SubType>Component</SubType>
|
---|
| 56 | </Compile>
|
---|
| 57 | <Compile Include="CanvasUI.Designer.cs">
|
---|
| 58 | <DependentUpon>CanvasUI.cs</DependentUpon>
|
---|
| 59 | </Compile>
|
---|
[684] | 60 | <Compile Include="ChangeType.cs" />
|
---|
[680] | 61 | <Compile Include="ChartDataModelBase.cs" />
|
---|
| 62 | <Compile Include="ChartDataRowsModel.cs" />
|
---|
[684] | 63 | <Compile Include="ChartDataRowsModelDataChangedHandler.cs" />
|
---|
[680] | 64 | <Compile Include="ChartDataRowsModelDummy.cs" />
|
---|
[635] | 65 | <Compile Include="CompositeShape.cs" />
|
---|
[621] | 66 | <Compile Include="HeuristicLabVisualizationPlugin.cs" />
|
---|
[635] | 67 | <Compile Include="ICanvas.cs" />
|
---|
[680] | 68 | <Compile Include="IChartDataModel.cs" />
|
---|
| 69 | <Compile Include="IChartDataRowsModel.cs" />
|
---|
[635] | 70 | <Compile Include="IShape.cs" />
|
---|
[683] | 71 | <Compile Include="LineChart.cs">
|
---|
| 72 | <SubType>UserControl</SubType>
|
---|
| 73 | </Compile>
|
---|
| 74 | <Compile Include="LineChart.Designer.cs">
|
---|
| 75 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
| 76 | </Compile>
|
---|
[635] | 77 | <Compile Include="Offset.cs" />
|
---|
| 78 | <Compile Include="PointD.cs" />
|
---|
[621] | 79 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[635] | 80 | <Compile Include="RectangleD.cs" />
|
---|
| 81 | <Compile Include="RectangleShape.cs" />
|
---|
| 82 | <Compile Include="SizeD.cs" />
|
---|
| 83 | <Compile Include="Transform.cs" />
|
---|
| 84 | <Compile Include="WorldShape.cs" />
|
---|
[621] | 85 | </ItemGroup>
|
---|
| 86 | <ItemGroup>
|
---|
| 87 | <None Include="HeuristicLab.snk" />
|
---|
| 88 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 89 | </ItemGroup>
|
---|
| 90 | <ItemGroup>
|
---|
| 91 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 92 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 93 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 94 | </ProjectReference>
|
---|
| 95 | </ItemGroup>
|
---|
[684] | 96 | <ItemGroup>
|
---|
| 97 | <EmbeddedResource Include="LineChart.resx">
|
---|
| 98 | <DependentUpon>LineChart.cs</DependentUpon>
|
---|
| 99 | </EmbeddedResource>
|
---|
| 100 | </ItemGroup>
|
---|
[621] | 101 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 102 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 103 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 104 | <Target Name="BeforeBuild">
|
---|
| 105 | </Target>
|
---|
| 106 | <Target Name="AfterBuild">
|
---|
| 107 | </Target>
|
---|
| 108 | -->
|
---|
| 109 | <PropertyGroup>
|
---|
| 110 | <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
|
---|
| 111 | </PropertyGroup>
|
---|
| 112 | </Project> |
---|