Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15561 was 15561, checked in by bburlacu, 6 years ago

#1772: Refactor SymbolicDataAnalysisGenealogyGraphView

File size: 6.3 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.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26    <UseVSHostingProcess>false</UseVSHostingProcess>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <Prefer32Bit>false</Prefer32Bit>
36  </PropertyGroup>
37  <PropertyGroup>
38    <SignAssembly>true</SignAssembly>
39  </PropertyGroup>
40  <PropertyGroup>
41    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x64</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <Prefer32Bit>false</Prefer32Bit>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x64</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <ItemGroup>
64    <Reference Include="HeuristicLab.Common-3.3">
65      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Core-3.3">
69      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.Core.Views-3.3">
73      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.MainForm-3.3">
77      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
81      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <SpecificVersion>False</SpecificVersion>
90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="System" />
94    <Reference Include="System.Core" />
95    <Reference Include="System.Drawing" />
96    <Reference Include="System.Windows.Forms" />
97  </ItemGroup>
98  <ItemGroup>
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  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
118      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
119      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
120      <Private>False</Private>
121    </ProjectReference>
122  </ItemGroup>
123  <ItemGroup>
124    <None Include="HeuristicLab.snk" />
125  </ItemGroup>
126  <ItemGroup>
127    <EmbeddedResource Include="GenealogyGraphView.resx">
128      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
129    </EmbeddedResource>
130  </ItemGroup>
131  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132  <PropertyGroup>
133    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
134set ProjectDir=$(ProjectDir)
135set SolutionDir=$(SolutionDir)
136set Outdir=$(Outdir)
137
138call PreBuildEvent.cmd
139</PreBuildEvent>
140  </PropertyGroup>
141  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142       Other similar extension points exist, see Microsoft.Common.targets.
143  <Target Name="BeforeBuild">
144  </Target>
145  <Target Name="AfterBuild">
146  </Target>
147  -->
148</Project>
Note: See TracBrowser for help on using the repository browser.