[558] | 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>
|
---|
[858] | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
[558] | 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.CEDMA.Charting</RootNamespace>
|
---|
[1290] | 12 | <AssemblyName>HeuristicLab.CEDMA.Charting-3.3</AssemblyName>
|
---|
[558] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
[560] | 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
[558] | 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 | </PropertyGroup>
|
---|
[564] | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 36 | <DebugSymbols>true</DebugSymbols>
|
---|
| 37 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 38 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 39 | <DebugType>full</DebugType>
|
---|
| 40 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 41 | <ErrorReport>prompt</ErrorReport>
|
---|
| 42 | </PropertyGroup>
|
---|
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 44 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 45 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 46 | <Optimize>true</Optimize>
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 49 | <ErrorReport>prompt</ErrorReport>
|
---|
| 50 | </PropertyGroup>
|
---|
[1474] | 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
| 53 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 60 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 65 | <ErrorReport>prompt</ErrorReport>
|
---|
| 66 | </PropertyGroup>
|
---|
[558] | 67 | <ItemGroup>
|
---|
| 68 | <Reference Include="System" />
|
---|
| 69 | <Reference Include="System.Core">
|
---|
| 70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 71 | </Reference>
|
---|
[560] | 72 | <Reference Include="System.Drawing" />
|
---|
| 73 | <Reference Include="System.Windows.Forms" />
|
---|
[558] | 74 | <Reference Include="System.Xml.Linq">
|
---|
| 75 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 78 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="System.Data" />
|
---|
| 81 | <Reference Include="System.Xml" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
[561] | 84 | <Compile Include="BubbleChart.cs" />
|
---|
| 85 | <Compile Include="BubbleChartControl.cs">
|
---|
| 86 | <SubType>UserControl</SubType>
|
---|
| 87 | </Compile>
|
---|
| 88 | <Compile Include="BubbleChartControl.Designer.cs">
|
---|
| 89 | <DependentUpon>BubbleChartControl.cs</DependentUpon>
|
---|
| 90 | </Compile>
|
---|
[1287] | 91 | <Compile Include="BubbleChartView.cs">
|
---|
[571] | 92 | <SubType>UserControl</SubType>
|
---|
| 93 | </Compile>
|
---|
[1287] | 94 | <Compile Include="BubbleChartView.Designer.cs">
|
---|
| 95 | <DependentUpon>BubbleChartView.cs</DependentUpon>
|
---|
[571] | 96 | </Compile>
|
---|
[558] | 97 | <Compile Include="HeuristicLabCedmaChartingPlugin.cs" />
|
---|
| 98 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
[1534] | 101 | <ProjectReference Include="..\..\HeuristicLab.CEDMA.Core\3.3\HeuristicLab.CEDMA.Core-3.3.csproj">
|
---|
[1287] | 102 | <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project>
|
---|
[1534] | 103 | <Name>HeuristicLab.CEDMA.Core-3.3</Name>
|
---|
[1287] | 104 | </ProjectReference>
|
---|
[1534] | 105 | <ProjectReference Include="..\..\HeuristicLab.CEDMA.DB.Interfaces\3.3\HeuristicLab.CEDMA.DB.Interfaces-3.3.csproj">
|
---|
[560] | 106 | <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
|
---|
[1534] | 107 | <Name>HeuristicLab.CEDMA.DB.Interfaces-3.3</Name>
|
---|
[560] | 108 | </ProjectReference>
|
---|
[1534] | 109 | <ProjectReference Include="..\..\HeuristicLab.Charting.Data\3.2\HeuristicLab.Charting.Data-3.2.csproj">
|
---|
[567] | 110 | <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
|
---|
[1534] | 111 | <Name>HeuristicLab.Charting.Data-3.2</Name>
|
---|
[567] | 112 | </ProjectReference>
|
---|
[1534] | 113 | <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj">
|
---|
[558] | 114 | <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
|
---|
[1534] | 115 | <Name>HeuristicLab.Charting-3.2</Name>
|
---|
[558] | 116 | </ProjectReference>
|
---|
[1534] | 117 | <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
|
---|
[560] | 118 | <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
|
---|
[1534] | 119 | <Name>HeuristicLab.Core-3.2</Name>
|
---|
[560] | 120 | </ProjectReference>
|
---|
[1534] | 121 | <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.2\HeuristicLab.DataAnalysis-3.2.csproj">
|
---|
[567] | 122 | <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
|
---|
[1534] | 123 | <Name>HeuristicLab.DataAnalysis-3.2</Name>
|
---|
[567] | 124 | </ProjectReference>
|
---|
[1534] | 125 | <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
|
---|
[567] | 126 | <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
|
---|
[1534] | 127 | <Name>HeuristicLab.Data-3.2</Name>
|
---|
[567] | 128 | </ProjectReference>
|
---|
[1534] | 129 | <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj">
|
---|
[567] | 130 | <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
|
---|
[1534] | 131 | <Name>HeuristicLab.Logging-3.2</Name>
|
---|
[567] | 132 | </ProjectReference>
|
---|
[1534] | 133 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[558] | 134 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 135 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 136 | </ProjectReference>
|
---|
| 137 | </ItemGroup>
|
---|
| 138 | <ItemGroup>
|
---|
[560] | 139 | <None Include="HeuristicLab.snk" />
|
---|
[558] | 140 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 141 | </ItemGroup>
|
---|
[560] | 142 | <ItemGroup>
|
---|
[561] | 143 | <EmbeddedResource Include="BubbleChartControl.resx">
|
---|
| 144 | <DependentUpon>BubbleChartControl.cs</DependentUpon>
|
---|
| 145 | </EmbeddedResource>
|
---|
[1287] | 146 | <EmbeddedResource Include="BubbleChartView.resx">
|
---|
| 147 | <DependentUpon>BubbleChartView.cs</DependentUpon>
|
---|
[571] | 148 | </EmbeddedResource>
|
---|
[560] | 149 | </ItemGroup>
|
---|
[558] | 150 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 151 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 152 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 153 | <Target Name="BeforeBuild">
|
---|
| 154 | </Target>
|
---|
| 155 | <Target Name="AfterBuild">
|
---|
| 156 | </Target>
|
---|
| 157 | -->
|
---|
| 158 | <PropertyGroup>
|
---|
[852] | 159 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 160 | set ProjectDir=$(ProjectDir)
|
---|
| 161 | set SolutionDir=$(SolutionDir)
|
---|
| 162 | set Outdir=$(Outdir)
|
---|
| 163 |
|
---|
| 164 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[558] | 165 | </PropertyGroup>
|
---|
| 166 | </Project> |
---|