Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8556 was 8556, checked in by bburlacu, 12 years ago

#1772: Modified genealogy graph chart and view to reflect changes in the class hierarchy.

File size: 7.2 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  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
44    <Reference Include="HeuristicLab.Core-3.3">
45      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Core.Views-3.3">
48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm-3.3">
59      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
68      <SpecificVersion>False</SpecificVersion>
69      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Drawing" />
82    <Reference Include="System.Windows.Forms" />
83    <Reference Include="System.Xml.Linq" />
84    <Reference Include="System.Data.DataSetExtensions" />
85    <Reference Include="Microsoft.CSharp" />
86    <Reference Include="System.Data" />
87    <Reference Include="System.Xml" />
88  </ItemGroup>
89  <ItemGroup>
90    <Compile Include="GenealogyGraphChart.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="GenealogyGraphChart.Designer.cs">
94      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
95    </Compile>
96    <Compile Include="GenealogyGraphView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="GenealogyGraphView.Designer.cs">
100      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="Plugin.cs" />
103    <Compile Include="Properties\AssemblyInfo.cs" />
104    <Compile Include="Properties\Resources.Designer.cs">
105      <AutoGen>True</AutoGen>
106      <DesignTime>True</DesignTime>
107      <DependentUpon>Resources.resx</DependentUpon>
108    </Compile>
109    <Compile Include="VisualGenealogyGraphArc.cs" />
110    <Compile Include="VisualGenealogyGraphNode.cs" />
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\..\HeuristicLab.EvolutionaryTracking\3.4\HeuristicLab.EvolutionaryTracking-3.4.csproj">
114      <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>
115      <Name>HeuristicLab.EvolutionaryTracking-3.4</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
118      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
119      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="HeuristicLab.snk" />
124  </ItemGroup>
125  <ItemGroup>
126    <EmbeddedResource Include="GenealogyGraphView.resx">
127      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
128    </EmbeddedResource>
129    <EmbeddedResource Include="Properties\Resources.resx">
130      <Generator>ResXFileCodeGenerator</Generator>
131      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
132    </EmbeddedResource>
133  </ItemGroup>
134  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136       Other similar extension points exist, see Microsoft.Common.targets.
137  <Target Name="BeforeBuild">
138  </Target>
139  <Target Name="AfterBuild">
140  </Target>
141  -->
142</Project>
Note: See TracBrowser for help on using the repository browser.