Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/HeuristicLab.EvolutionTracking.Views-3.4.csproj @ 10886

Last change on this file since 10886 was 10886, checked in by bburlacu, 10 years ago

#1772: Simplified GenealogyGraph (and related components) API in an effort to improve speed and memory consumption (eg., by sharing the same arc when walking the graph in both directions: parent-child and child-parent).

File size: 6.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.EvolutionTracking.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.EvolutionTracking.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.Core-3.3">
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Core.Views-3.3">
67      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.MainForm-3.3">
71      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
75      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
79      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="System" />
88    <Reference Include="System.Core" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Windows.Forms" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="FrequentFragmentsDialog.cs">
94      <SubType>Form</SubType>
95    </Compile>
96    <Compile Include="FrequentFragmentsDialog.Designer.cs">
97      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
98    </Compile>
99    <Compile Include="GenealogyGraphChart.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="GenealogyGraphChart.Designer.cs">
103      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
104    </Compile>
105    <Compile Include="Plugin.cs" />
106    <Compile Include="Properties\AssemblyInfo.cs" />
107    <Compile Include="GenealogyGraphView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="GenealogyGraphView.Designer.cs">
111      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="VisualGenealogyGraphArc.cs" />
114    <Compile Include="VisualGenealogyGraphNode.cs" />
115    <Compile Include="VisualGenealogyGraphTextLabel.cs" />
116  </ItemGroup>
117  <ItemGroup>
118    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
119      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
120      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
121      <Private>False</Private>
122    </ProjectReference>
123  </ItemGroup>
124  <ItemGroup>
125    <None Include="HeuristicLab.snk" />
126  </ItemGroup>
127  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128  <PropertyGroup>
129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
130set ProjectDir=$(ProjectDir)
131set SolutionDir=$(SolutionDir)
132set Outdir=$(Outdir)
133
134call PreBuildEvent.cmd
135</PreBuildEvent>
136  </PropertyGroup>
137  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138       Other similar extension points exist, see Microsoft.Common.targets.
139  <Target Name="BeforeBuild">
140  </Target>
141  <Target Name="AfterBuild">
142  </Target>
143  -->
144</Project>
Note: See TracBrowser for help on using the repository browser.