Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/HeuristicLab.EvolutionaryTracking.Views-3.4.csproj @ 9420

Last change on this file since 9420 was 9420, checked in by bburlacu, 11 years ago

#1772: Improved the LineageExplorerView, added generation labels in the GenealogyGraphChart, added new visual component VisualGenealogyGraphTextLabel.

File size: 9.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{318DFE8C-CA23-4F1B-A4AC-62B425060241}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.EvolutionaryTracking.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.EvolutionaryTracking.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="HeuristicLab.Common-3.3">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Core-3.3">
66      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.Core.Views-3.3">
70      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
74      <SpecificVersion>False</SpecificVersion>
75      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.MainForm-3.3">
79      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
83      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="System" />
106    <Reference Include="System.Core" />
107    <Reference Include="System.Drawing" />
108    <Reference Include="System.Windows.Forms" />
109    <Reference Include="System.Xml.Linq" />
110    <Reference Include="System.Data.DataSetExtensions" />
111    <Reference Include="Microsoft.CSharp" />
112    <Reference Include="System.Data" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="FrequentFragmentsDialog.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="FrequentFragmentsDialog.Designer.cs">
120      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
121    </Compile>
122    <Compile Include="GenealogyGraphChart.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="GenealogyGraphChart.Designer.cs">
126      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
127    </Compile>
128    <Compile Include="GenealogyGraphDialog.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="GenealogyGraphDialog.designer.cs">
132      <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
133    </Compile>
134    <Compile Include="GenealogyGraphView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="GenealogyGraphView.Designer.cs">
138      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="LineageExplorerView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="LineageExplorerView.Designer.cs">
144      <DependentUpon>LineageExplorerView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Plugin.cs" />
147    <Compile Include="Properties\AssemblyInfo.cs" />
148    <Compile Include="Properties\Resources.Designer.cs">
149      <AutoGen>True</AutoGen>
150      <DesignTime>True</DesignTime>
151      <DependentUpon>Resources.resx</DependentUpon>
152    </Compile>
153    <Compile Include="VisualGenealogyGraphArc.cs" />
154    <Compile Include="VisualGenealogyGraphNode.cs" />
155    <Compile Include="VisualGenealogyGraphTextLabel.cs" />
156  </ItemGroup>
157  <ItemGroup>
158    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
159      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
160      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.EvolutionaryTracking\3.4\HeuristicLab.EvolutionaryTracking-3.4.csproj">
164      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
165      <Name>HeuristicLab.EvolutionaryTracking-3.4</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
169      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
170      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
171      <Private>False</Private>
172    </ProjectReference>
173  </ItemGroup>
174  <ItemGroup>
175    <None Include="HeuristicLab.snk" />
176  </ItemGroup>
177  <ItemGroup>
178    <EmbeddedResource Include="FrequentFragmentsDialog.resx">
179      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
180    </EmbeddedResource>
181    <EmbeddedResource Include="GenealogyGraphChart.resx">
182      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="GenealogyGraphDialog.resx">
185      <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="GenealogyGraphView.resx">
188      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
189    </EmbeddedResource>
190    <EmbeddedResource Include="LineageExplorerView.resx">
191      <DependentUpon>LineageExplorerView.cs</DependentUpon>
192    </EmbeddedResource>
193    <EmbeddedResource Include="Properties\Resources.resx">
194      <Generator>ResXFileCodeGenerator</Generator>
195      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
196    </EmbeddedResource>
197  </ItemGroup>
198  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>
Note: See TracBrowser for help on using the repository browser.