Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.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: 7.6 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>{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-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.Runtime.Serialization">
58      <RequiredTargetFramework>3.0</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.ServiceModel">
61      <RequiredTargetFramework>3.0</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Windows.Forms" />
64    <Reference Include="System.Xml.Linq">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data.DataSetExtensions">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="TableResultsView.cs">
75      <SubType>UserControl</SubType>
76    </Compile>
77    <Compile Include="TableResultsView.Designer.cs">
78      <DependentUpon>TableResultsView.cs</DependentUpon>
79    </Compile>
80    <Compile Include="Console.cs" />
81    <Compile Include="ConsoleEditor.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="IResultsView.cs" />
85    <Compile Include="Problem.cs" />
86    <Compile Include="DataSet.cs" />
87    <Compile Include="DataSetList.cs" />
88    <Compile Include="DataSetListView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="DataSetListView.Designer.cs">
92      <DependentUpon>DataSetListView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="DataSetView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="DataSetView.Designer.cs">
98      <DependentUpon>DataSetView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
101    <Compile Include="ProblemView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="ProblemView.Designer.cs">
105      <DependentUpon>ProblemView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Properties\AssemblyInfo.cs" />
108    <Compile Include="ProblemInjector.cs" />
109    <Compile Include="Results.cs" />
110    <Compile Include="ResultsViewContainer.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ResultsViewContainer.Designer.cs">
114      <DependentUpon>ResultsViewContainer.cs</DependentUpon>
115    </Compile>
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="HeuristicLab.snk" />
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
122      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
123      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
126      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
127      <Name>HeuristicLab.Core</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
130      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
131      <Name>HeuristicLab.DataAnalysis</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
134      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
135      <Name>HeuristicLab.Data</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
138      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
139      <Name>HeuristicLab.Operators</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
142      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
143      <Name>HeuristicLab.PluginInfrastructure</Name>
144    </ProjectReference>
145  </ItemGroup>
146  <ItemGroup>
147    <EmbeddedResource Include="TableResultsView.resx">
148      <DependentUpon>TableResultsView.cs</DependentUpon>
149    </EmbeddedResource>
150    <EmbeddedResource Include="ConsoleEditor.resx">
151      <DependentUpon>ConsoleEditor.cs</DependentUpon>
152      <SubType>Designer</SubType>
153    </EmbeddedResource>
154    <EmbeddedResource Include="DataSetListView.resx">
155      <DependentUpon>DataSetListView.cs</DependentUpon>
156    </EmbeddedResource>
157    <EmbeddedResource Include="DataSetView.resx">
158      <DependentUpon>DataSetView.cs</DependentUpon>
159    </EmbeddedResource>
160    <EmbeddedResource Include="ProblemView.resx">
161      <DependentUpon>ProblemView.cs</DependentUpon>
162    </EmbeddedResource>
163    <EmbeddedResource Include="ResultsViewContainer.resx">
164      <DependentUpon>ResultsViewContainer.cs</DependentUpon>
165    </EmbeddedResource>
166  </ItemGroup>
167  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169       Other similar extension points exist, see Microsoft.Common.targets.
170  <Target Name="BeforeBuild">
171  </Target>
172  <Target Name="AfterBuild">
173  </Target>
174  -->
175  <PropertyGroup>
176    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
177set ProjectDir=$(ProjectDir)
178set SolutionDir=$(SolutionDir)
179set Outdir=$(Outdir)
180
181call PreBuildEvent.cmd</PreBuildEvent>
182  </PropertyGroup>
183</Project>
Note: See TracBrowser for help on using the repository browser.