Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj @ 553

Last change on this file since 553 was 553, checked in by gkronber, 16 years ago

added a results-tab in the cedma console which contains a data chart that can be used to display histograms and scatter plots for any result value.

File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.CEDMA.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.CEDMA.Core</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="HeuristicLab.Charting, Version=3.0.0.91, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <HintPath>..\HeuristicLab.Charting\bin\Debug\HeuristicLab.Charting.dll</HintPath>
55    </Reference>
56    <Reference Include="System" />
57    <Reference Include="System.Core">
58      <RequiredTargetFramework>3.5</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.Runtime.Serialization">
62      <RequiredTargetFramework>3.0</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.ServiceModel">
65      <RequiredTargetFramework>3.0</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Windows.Forms" />
68    <Reference Include="System.Xml.Linq">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71    <Reference Include="System.Data.DataSetExtensions">
72      <RequiredTargetFramework>3.5</RequiredTargetFramework>
73    </Reference>
74    <Reference Include="System.Data" />
75    <Reference Include="System.Xml" />
76  </ItemGroup>
77  <ItemGroup>
78    <Compile Include="Agent.cs" />
79    <Compile Include="AgentList.cs" />
80    <Compile Include="Console.cs" />
81    <Compile Include="ConsoleEditor.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="Histogram.cs" />
85    <Compile Include="ResultList.cs" />
86    <Compile Include="ResultTable.cs" />
87    <Compile Include="ResultExporter.cs" />
88    <Compile Include="DatabaseOperatorLibrary.cs" />
89    <Compile Include="DatabaseOperatorLibraryView.cs">
90      <SubType>UserControl</SubType>
91    </Compile>
92    <Compile Include="DatabaseOperatorLibraryView.Designer.cs">
93      <DependentUpon>DatabaseOperatorLibraryView.cs</DependentUpon>
94    </Compile>
95    <Compile Include="OperatorLink.cs" />
96    <Compile Include="OperatorLinkPatcher.cs" />
97    <Compile Include="Result.cs" />
98    <Compile Include="IResult.cs" />
99    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
100    <Compile Include="IAgent.cs" />
101    <Compile Include="IAgentList.cs" />
102    <Compile Include="IDatabaseItem.cs" />
103    <Compile Include="Properties\AssemblyInfo.cs" />
104    <Compile Include="AgentListView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="AgentListView.Designer.cs">
108      <DependentUpon>AgentListView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="AgentView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="AgentView.Designer.cs">
114      <DependentUpon>AgentView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ResultListView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="ResultListView.Designer.cs">
120      <DependentUpon>ResultListView.cs</DependentUpon>
121    </Compile>
122  </ItemGroup>
123  <ItemGroup>
124    <None Include="HeuristicLab.snk" />
125  </ItemGroup>
126  <ItemGroup>
127    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
128      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
129      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
132      <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
133      <Name>HeuristicLab.Charting.Data</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
136      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
137      <Name>HeuristicLab.Core</Name>
138    </ProjectReference>
139    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
140      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
141      <Name>HeuristicLab.Operators</Name>
142    </ProjectReference>
143    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
144      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
145      <Name>HeuristicLab.PluginInfrastructure</Name>
146    </ProjectReference>
147  </ItemGroup>
148  <ItemGroup>
149    <EmbeddedResource Include="AgentListView.resx">
150      <DependentUpon>AgentListView.cs</DependentUpon>
151      <SubType>Designer</SubType>
152    </EmbeddedResource>
153    <EmbeddedResource Include="AgentView.resx">
154      <DependentUpon>AgentView.cs</DependentUpon>
155      <SubType>Designer</SubType>
156    </EmbeddedResource>
157    <EmbeddedResource Include="ConsoleEditor.resx">
158      <DependentUpon>ConsoleEditor.cs</DependentUpon>
159      <SubType>Designer</SubType>
160    </EmbeddedResource>
161    <EmbeddedResource Include="DatabaseOperatorLibraryView.resx">
162      <DependentUpon>DatabaseOperatorLibraryView.cs</DependentUpon>
163      <SubType>Designer</SubType>
164    </EmbeddedResource>
165    <EmbeddedResource Include="ResultListView.resx">
166      <DependentUpon>ResultListView.cs</DependentUpon>
167      <SubType>Designer</SubType>
168    </EmbeddedResource>
169  </ItemGroup>
170  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178  <PropertyGroup>
179    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181</Project>
Note: See TracBrowser for help on using the repository browser.