1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
4 | <PropertyGroup>
|
---|
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
7 | <ProjectGuid>{E1503702-8896-4D12-9A65-DC79377170EB}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.Optimization.BubbleChart</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.Optimization.BubbleChart-3.3</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | </PropertyGroup>
|
---|
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
16 | <DebugSymbols>true</DebugSymbols>
|
---|
17 | <DebugType>full</DebugType>
|
---|
18 | <Optimize>false</Optimize>
|
---|
19 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
21 | <ErrorReport>prompt</ErrorReport>
|
---|
22 | <WarningLevel>4</WarningLevel>
|
---|
23 | </PropertyGroup>
|
---|
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
25 | <DebugType>pdbonly</DebugType>
|
---|
26 | <Optimize>true</Optimize>
|
---|
27 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
28 | <DefineConstants>TRACE</DefineConstants>
|
---|
29 | <ErrorReport>prompt</ErrorReport>
|
---|
30 | <WarningLevel>4</WarningLevel>
|
---|
31 | </PropertyGroup>
|
---|
32 | <PropertyGroup>
|
---|
33 | <SignAssembly>true</SignAssembly>
|
---|
34 | </PropertyGroup>
|
---|
35 | <PropertyGroup>
|
---|
36 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
37 | </PropertyGroup>
|
---|
38 | <ItemGroup>
|
---|
39 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
40 | <SpecificVersion>False</SpecificVersion>
|
---|
41 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
44 | <SpecificVersion>False</SpecificVersion>
|
---|
45 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
46 | </Reference>
|
---|
47 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
48 | <SpecificVersion>False</SpecificVersion>
|
---|
49 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
50 | </Reference>
|
---|
51 | <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
52 | <SpecificVersion>False</SpecificVersion>
|
---|
53 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
54 | </Reference>
|
---|
55 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
56 | <SpecificVersion>False</SpecificVersion>
|
---|
57 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
58 | </Reference>
|
---|
59 | <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
60 | <SpecificVersion>False</SpecificVersion>
|
---|
61 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
64 | <SpecificVersion>False</SpecificVersion>
|
---|
65 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
66 | </Reference>
|
---|
67 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
68 | <SpecificVersion>False</SpecificVersion>
|
---|
69 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
70 | </Reference>
|
---|
71 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
72 | <SpecificVersion>False</SpecificVersion>
|
---|
73 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
74 | </Reference>
|
---|
75 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
76 | <SpecificVersion>False</SpecificVersion>
|
---|
77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
78 | </Reference>
|
---|
79 | <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
80 | <SpecificVersion>False</SpecificVersion>
|
---|
81 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
|
---|
82 | </Reference>
|
---|
83 | <Reference Include="System" />
|
---|
84 | <Reference Include="System.Data" />
|
---|
85 | <Reference Include="System.Drawing" />
|
---|
86 | <Reference Include="System.Windows.Forms" />
|
---|
87 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
88 | <Reference Include="System.Xml" />
|
---|
89 | </ItemGroup>
|
---|
90 | <ItemGroup>
|
---|
91 | <Compile Include="BubbleChartView.cs">
|
---|
92 | <SubType>UserControl</SubType>
|
---|
93 | </Compile>
|
---|
94 | <Compile Include="BubbleChartView.Designer.cs">
|
---|
95 | <DependentUpon>BubbleChartView.cs</DependentUpon>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="RecursiveDataItemView.cs">
|
---|
98 | <SubType>UserControl</SubType>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="RecursiveDataItemView.Designer.cs">
|
---|
101 | <DependentUpon>RecursiveDataItemView.cs</DependentUpon>
|
---|
102 | </Compile>
|
---|
103 | <None Include="Plugin.cs.frame" />
|
---|
104 | <Compile Include="RecursiveDataItem.cs" />
|
---|
105 | <Compile Include="Plugin.cs" />
|
---|
106 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
107 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
108 | </ItemGroup>
|
---|
109 | <ItemGroup>
|
---|
110 | <None Include="HeuristicLab.snk" />
|
---|
111 | </ItemGroup>
|
---|
112 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
113 | <PropertyGroup>
|
---|
114 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
115 | set ProjectDir=$(ProjectDir)
|
---|
116 | set SolutionDir=$(SolutionDir)
|
---|
117 | set Outdir=$(Outdir)
|
---|
118 |
|
---|
119 | call PreBuildEvent.cmd
|
---|
120 | </PreBuildEvent>
|
---|
121 | </PropertyGroup>
|
---|
122 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
123 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
124 | <Target Name="BeforeBuild">
|
---|
125 | </Target>
|
---|
126 | <Target Name="AfterBuild">
|
---|
127 | </Target>
|
---|
128 | -->
|
---|
129 | </Project> |
---|