Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj @ 1106

Last change on this file since 1106 was 1106, checked in by gkronber, 15 years ago

worked on presentation layer for CEDMA. Added a results view that displays data in a simple DataGrid. (#419)

File size: 6.2 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.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.CEDMA.Charting</RootNamespace>
12    <AssemblyName>HeuristicLab.CEDMA.Charting-3.2</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\x86\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="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Windows.Forms" />
58    <Reference Include="System.Xml.Linq">
59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Data.DataSetExtensions">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Data" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="HeuristicLabCedmaChartingPlugin.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
70  </ItemGroup>
71  <ItemGroup>
72    <ProjectReference Include="..\HeuristicLab.CEDMA.Core\HeuristicLab.CEDMA.Core.csproj">
73      <Project>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</Project>
74      <Name>HeuristicLab.CEDMA.Core</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
77      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
78      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\HeuristicLab.Charting.Data\HeuristicLab.Charting.Data.csproj">
81      <Project>{E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</Project>
82      <Name>HeuristicLab.Charting.Data</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\HeuristicLab.Charting\HeuristicLab.Charting.csproj">
85      <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project>
86      <Name>HeuristicLab.Charting</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
89      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
90      <Name>HeuristicLab.Core</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
93      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
94      <Name>HeuristicLab.DataAnalysis</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
97      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
98      <Name>HeuristicLab.Data</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\HeuristicLab.GP.StructureIdentification\HeuristicLab.GP.StructureIdentification.csproj">
101      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
102      <Name>HeuristicLab.GP.StructureIdentification</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.GP\HeuristicLab.GP.csproj">
105      <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project>
106      <Name>HeuristicLab.GP</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.Logging\HeuristicLab.Logging.csproj">
109      <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>
110      <Name>HeuristicLab.Logging</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
113      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
114      <Name>HeuristicLab.PluginInfrastructure</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="HeuristicLab.snk" />
119    <None Include="Properties\AssemblyInfo.frame" />
120  </ItemGroup>
121  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123       Other similar extension points exist, see Microsoft.Common.targets.
124  <Target Name="BeforeBuild">
125  </Target>
126  <Target Name="AfterBuild">
127  </Target>
128  -->
129  <PropertyGroup>
130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
131set ProjectDir=$(ProjectDir)
132set SolutionDir=$(SolutionDir)
133set Outdir=$(Outdir)
134
135call PreBuildEvent.cmd</PreBuildEvent>
136  </PropertyGroup>
137</Project>
Note: See TracBrowser for help on using the repository browser.