[10265] | 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>
|
---|
[10269] | 11 | <RootNamespace>HeuristicLab.EvolutionTracking.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.EvolutionTracking.Views-3.4</AssemblyName>
|
---|
[10265] | 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.MainForm-3.3">
|
---|
| 74 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 75 | <Private>False</Private>
|
---|
| 76 | </Reference>
|
---|
| 77 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 78 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 82 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 83 | <Private>False</Private>
|
---|
| 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>
|
---|
| 88 | <Private>False</Private>
|
---|
| 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>
|
---|
| 93 | <Private>False</Private>
|
---|
| 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>
|
---|
| 98 | <Private>False</Private>
|
---|
| 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>
|
---|
| 111 | <Compile Include="AncestryLayoutAdapter.cs" />
|
---|
| 112 | <Compile Include="FrequentFragmentsDialog.cs">
|
---|
| 113 | <SubType>Form</SubType>
|
---|
| 114 | </Compile>
|
---|
| 115 | <Compile Include="FrequentFragmentsDialog.Designer.cs">
|
---|
| 116 | <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
|
---|
| 117 | </Compile>
|
---|
| 118 | <Compile Include="GenealogyGraphChart.cs">
|
---|
| 119 | <SubType>UserControl</SubType>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="GenealogyGraphChart.Designer.cs">
|
---|
| 122 | <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="Plugin.cs" />
|
---|
| 125 | <Compile Include="Primitives\LabeledEllipse.cs" />
|
---|
| 126 | <Compile Include="Primitives\LabeledRectangle.cs" />
|
---|
| 127 | <Compile Include="Primitives\PrimitiveGroup.cs" />
|
---|
| 128 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 129 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 130 | <AutoGen>True</AutoGen>
|
---|
| 131 | <DesignTime>True</DesignTime>
|
---|
| 132 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 133 | </Compile>
|
---|
[10300] | 134 | <Compile Include="GenealogyGraphView.cs">
|
---|
| 135 | <SubType>UserControl</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="GenealogyGraphView.Designer.cs">
|
---|
| 138 | <DependentUpon>GenealogyGraphView.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
[10265] | 140 | <Compile Include="VisualGenealogyGraphArc.cs" />
|
---|
| 141 | <Compile Include="VisualGenealogyGraphNode.cs" />
|
---|
| 142 | <Compile Include="VisualGenealogyGraphTextLabel.cs" />
|
---|
| 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
[10269] | 145 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">
|
---|
| 146 | <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>
|
---|
| 147 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>
|
---|
| 148 | </ProjectReference>
|
---|
| 149 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
|
---|
| 150 | <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
|
---|
| 151 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
|
---|
| 152 | </ProjectReference>
|
---|
| 153 | <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
|
---|
[10265] | 154 | <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
|
---|
| 155 | <Name>HeuristicLab.EvolutionTracking-3.4</Name>
|
---|
| 156 | <Private>False</Private>
|
---|
| 157 | </ProjectReference>
|
---|
| 158 | </ItemGroup>
|
---|
| 159 | <ItemGroup>
|
---|
| 160 | <None Include="HeuristicLab.snk" />
|
---|
| 161 | </ItemGroup>
|
---|
| 162 | <ItemGroup>
|
---|
| 163 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 164 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 165 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 166 | </EmbeddedResource>
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 169 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 170 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 171 | <Target Name="BeforeBuild">
|
---|
| 172 | </Target>
|
---|
| 173 | <Target Name="AfterBuild">
|
---|
| 174 | </Target>
|
---|
| 175 | -->
|
---|
| 176 | </Project> |
---|