Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Added license headers where they were missing. Introduced an id map to the DirectedGraph to get graph vertices based on the id injected in the scopes by the genealogy analyzer.

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    <Compile Include="GenealogyGraphChart.Designer.cs">
101      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Plugin.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <Compile Include="GenealogyGraphView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
108    <Compile Include="GenealogyGraphView.Designer.cs">
109      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
110    </Compile>
111    <Compile Include="VisualGenealogyGraphArc.cs" />
112    <Compile Include="VisualGenealogyGraphNode.cs" />
113    <Compile Include="VisualGenealogyGraphTextLabel.cs" />
114  </ItemGroup>
115  <ItemGroup>
116    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
117      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
118      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
119      <Private>False</Private>
120    </ProjectReference>
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="HeuristicLab.snk" />
124  </ItemGroup>
125  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126  <PropertyGroup>
127    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
128set ProjectDir=$(ProjectDir)
129set SolutionDir=$(SolutionDir)
130set Outdir=$(Outdir)
131
132call PreBuildEvent.cmd
133</PreBuildEvent>
134  </PropertyGroup>
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.