Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Ported the rest of the changes to the DirectedGraph and Vertex to the GenealogyGraph and GenealogyGraphNode. Adapted tracking operators, analyzers and views.

File size: 6.1 KB
RevLine 
[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.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>
[11253]99    <Compile Include="GenealogyGraphChart.cs" />
[10265]100    <Compile Include="GenealogyGraphChart.Designer.cs">
101      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Plugin.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
[11227]105    <Compile Include="GenealogyGraphView.cs">
106      <SubType>UserControl</SubType>
107    </Compile>
[10300]108    <Compile Include="GenealogyGraphView.Designer.cs">
109      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
110    </Compile>
[10265]111    <Compile Include="VisualGenealogyGraphArc.cs" />
112    <Compile Include="VisualGenealogyGraphNode.cs" />
113  </ItemGroup>
114  <ItemGroup>
[10269]115    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
[10265]116      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
117      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
118      <Private>False</Private>
119    </ProjectReference>
120  </ItemGroup>
121  <ItemGroup>
122    <None Include="HeuristicLab.snk" />
123  </ItemGroup>
124  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
[10458]125  <PropertyGroup>
126    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
127set ProjectDir=$(ProjectDir)
128set SolutionDir=$(SolutionDir)
129set Outdir=$(Outdir)
130
131call PreBuildEvent.cmd
132</PreBuildEvent>
133  </PropertyGroup>
[10265]134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141</Project>
Note: See TracBrowser for help on using the repository browser.