[7779] | 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>
|
---|
[9420] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7779] | 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>
|
---|
[9296] | 28 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[7779] | 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>
|
---|
[9296] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
[9420] | 41 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[9296] | 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>
|
---|
[7779] | 57 | <ItemGroup>
|
---|
| 58 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 59 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[9420] | 60 | <Private>False</Private>
|
---|
[7779] | 61 | </Reference>
|
---|
[9420] | 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>
|
---|
[7779] | 65 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 66 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
[9420] | 67 | <Private>False</Private>
|
---|
[7779] | 68 | </Reference>
|
---|
| 69 | <Reference Include="HeuristicLab.Core.Views-3.3">
|
---|
| 70 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
|
---|
[9420] | 71 | <Private>False</Private>
|
---|
[7779] | 72 | </Reference>
|
---|
| 73 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 74 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
[9420] | 75 | <Private>False</Private>
|
---|
[7779] | 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 78 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
[9420] | 79 | <Private>False</Private>
|
---|
[7779] | 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[9420] | 83 | <Private>False</Private>
|
---|
[7779] | 84 | </Reference>
|
---|
| 85 | <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 86 | <SpecificVersion>False</SpecificVersion>
|
---|
| 87 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
|
---|
[9420] | 88 | <Private>False</Private>
|
---|
[7779] | 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-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.Symbolic.Regression-3.4.dll</HintPath>
|
---|
[9420] | 93 | <Private>False</Private>
|
---|
[7779] | 94 | </Reference>
|
---|
| 95 | <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
| 97 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
|
---|
[9420] | 98 | <Private>False</Private>
|
---|
[7779] | 99 | </Reference>
|
---|
| 100 | <Reference Include="System" />
|
---|
| 101 | <Reference Include="System.Core" />
|
---|
| 102 | <Reference Include="System.Drawing" />
|
---|
| 103 | <Reference Include="System.Windows.Forms" />
|
---|
| 104 | <Reference Include="System.Xml.Linq" />
|
---|
| 105 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 106 | <Reference Include="Microsoft.CSharp" />
|
---|
| 107 | <Reference Include="System.Data" />
|
---|
| 108 | <Reference Include="System.Xml" />
|
---|
| 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[9963] | 111 | <Compile Include="AncestryLayoutAdapter.cs" />
|
---|
| 112 | <Compile Include="ExtendedSymbolicExpressionTreeCanvas.cs">
|
---|
| 113 | <SubType>UserControl</SubType>
|
---|
| 114 | </Compile>
|
---|
[9296] | 115 | <Compile Include="FrequentFragmentsDialog.cs">
|
---|
| 116 | <SubType>Form</SubType>
|
---|
[7779] | 117 | </Compile>
|
---|
[9296] | 118 | <Compile Include="FrequentFragmentsDialog.Designer.cs">
|
---|
| 119 | <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
|
---|
| 120 | </Compile>
|
---|
[9420] | 121 | <Compile Include="GenealogyGraphChart.cs">
|
---|
| 122 | <SubType>UserControl</SubType>
|
---|
| 123 | </Compile>
|
---|
[7779] | 124 | <Compile Include="GenealogyGraphChart.Designer.cs">
|
---|
| 125 | <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
[9250] | 127 | <Compile Include="GenealogyGraphDialog.cs">
|
---|
| 128 | <SubType>Form</SubType>
|
---|
| 129 | </Compile>
|
---|
[9239] | 130 | <Compile Include="GenealogyGraphDialog.designer.cs">
|
---|
| 131 | <DependentUpon>GenealogyGraphDialog.cs</DependentUpon>
|
---|
| 132 | </Compile>
|
---|
[7779] | 133 | <Compile Include="GenealogyGraphView.cs">
|
---|
| 134 | <SubType>UserControl</SubType>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="GenealogyGraphView.Designer.cs">
|
---|
| 137 | <DependentUpon>GenealogyGraphView.cs</DependentUpon>
|
---|
| 138 | </Compile>
|
---|
[9239] | 139 | <Compile Include="LineageExplorerView.cs">
|
---|
| 140 | <SubType>UserControl</SubType>
|
---|
| 141 | </Compile>
|
---|
| 142 | <Compile Include="LineageExplorerView.Designer.cs">
|
---|
| 143 | <DependentUpon>LineageExplorerView.cs</DependentUpon>
|
---|
| 144 | </Compile>
|
---|
[7779] | 145 | <Compile Include="Plugin.cs" />
|
---|
[9963] | 146 | <Compile Include="Primitives\LabeledEllipse.cs" />
|
---|
| 147 | <Compile Include="Primitives\LabeledRectangle.cs" />
|
---|
| 148 | <Compile Include="Primitives\PrimitiveGroup.cs" />
|
---|
[7779] | 149 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 150 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 151 | <AutoGen>True</AutoGen>
|
---|
| 152 | <DesignTime>True</DesignTime>
|
---|
| 153 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 154 | </Compile>
|
---|
| 155 | <Compile Include="VisualGenealogyGraphArc.cs" />
|
---|
| 156 | <Compile Include="VisualGenealogyGraphNode.cs" />
|
---|
[9420] | 157 | <Compile Include="VisualGenealogyGraphTextLabel.cs" />
|
---|
[7779] | 158 | </ItemGroup>
|
---|
| 159 | <ItemGroup>
|
---|
[9835] | 160 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
|
---|
| 161 | <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>
|
---|
| 162 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
|
---|
| 163 | <Private>False</Private>
|
---|
| 164 | </ProjectReference>
|
---|
[9420] | 165 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
|
---|
| 166 | <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
|
---|
| 167 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
|
---|
| 168 | <Private>False</Private>
|
---|
| 169 | </ProjectReference>
|
---|
[7779] | 170 | <ProjectReference Include="..\..\HeuristicLab.EvolutionaryTracking\3.4\HeuristicLab.EvolutionaryTracking-3.4.csproj">
|
---|
[9239] | 171 | <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
|
---|
[7779] | 172 | <Name>HeuristicLab.EvolutionaryTracking-3.4</Name>
|
---|
[9420] | 173 | <Private>False</Private>
|
---|
[7779] | 174 | </ProjectReference>
|
---|
[8213] | 175 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
|
---|
| 176 | <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
|
---|
| 177 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
|
---|
[9420] | 178 | <Private>False</Private>
|
---|
[8213] | 179 | </ProjectReference>
|
---|
[7779] | 180 | </ItemGroup>
|
---|
| 181 | <ItemGroup>
|
---|
| 182 | <None Include="HeuristicLab.snk" />
|
---|
| 183 | </ItemGroup>
|
---|
| 184 | <ItemGroup>
|
---|
| 185 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 186 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 187 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 188 | </EmbeddedResource>
|
---|
| 189 | </ItemGroup>
|
---|
| 190 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 191 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 192 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 193 | <Target Name="BeforeBuild">
|
---|
| 194 | </Target>
|
---|
| 195 | <Target Name="AfterBuild">
|
---|
| 196 | </Target>
|
---|
| 197 | -->
|
---|
| 198 | </Project> |
---|