Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj @ 6976

Last change on this file since 6976 was 6976, checked in by ascheibe, 12 years ago

#1672 integrate the Hive client projects into trunk (Hive Job Manager and Administrator)

File size: 14.3 KB
RevLine 
[6976]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>{E1D6C801-892A-406A-B606-F158E36DD3C3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>$(SolutionDir)\bin\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>
51    </DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>
71    </DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup>
79    <SignAssembly>true</SignAssembly>
80  </PropertyGroup>
81  <PropertyGroup>
82    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="System" />
86    <Reference Include="System.Core" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.Runtime.Serialization" />
89    <Reference Include="System.Windows.Forms" />
90    <Reference Include="System.Windows.Forms.DataVisualization" />
91    <Reference Include="System.Xml.Linq" />
92    <Reference Include="System.Data.DataSetExtensions" />
93    <Reference Include="System.Data" />
94    <Reference Include="System.Xml" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="HiveTasks\OptimizerHiveTaskView.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="HiveTasks\OptimizerHiveTaskView.designer.cs">
101      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
102    </Compile>
103    <Compile Include="HiveItemView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="HiveItemView.Designer.cs">
107      <DependentUpon>HiveItemView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="HiveTasks\HiveTaskListView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="HiveTasks\HiveTaskListView.designer.cs">
113      <DependentUpon>HiveTaskListView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="HiveTasks\HiveTaskView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="HiveTasks\HiveTaskView.designer.cs">
119      <DependentUpon>HiveTaskView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="TreeView\NewTaskTreeNodeAction.cs" />
122    <Compile Include="TreeView\DeleteTaskTreeNodeAction.cs" />
123    <Compile Include="TreeView\HiveTaskItemTreeView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="TreeView\HiveTaskItemTreeView.Designer.cs">
127      <DependentUpon>HiveTaskItemTreeView.cs</DependentUpon>
128    </Compile>
129    <Compile Include="TreeView\ItemTreeView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="TreeView\ItemTreeView.designer.cs">
133      <DependentUpon>ItemTreeView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="StateLog\StateLogGanttChartListView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="StateLog\StateLogGanttChartListView.designer.cs">
139      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="GanttChart\GanttChart.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="GanttChart\GanttChart.Designer.cs">
145      <DependentUpon>GanttChart.cs</DependentUpon>
146    </Compile>
147    <Compile Include="StateLog\StateLogGanttChartView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="StateLog\StateLogGanttChartView.designer.cs">
151      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="StateLog\StateLogListView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="StateLog\StateLogListView.designer.cs">
157      <DependentUpon>StateLogListView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="StateLog\StateLogView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="StateLog\StateLogView.designer.cs">
163      <DependentUpon>StateLogView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="HiveImageLibrary.Designer.cs">
166      <AutoGen>True</AutoGen>
167      <DesignTime>True</DesignTime>
168      <DependentUpon>HiveImageLibrary.resx</DependentUpon>
169    </Compile>
170    <Compile Include="Properties\Resources.Designer.cs">
171      <AutoGen>True</AutoGen>
172      <DesignTime>True</DesignTime>
173      <DependentUpon>Resources.resx</DependentUpon>
174    </Compile>
175    <None Include="Plugin.cs.frame" />
176    <Compile Include="Plugin.cs" />
177    <Compile Include="Progress\ProgressView.cs">
178      <SubType>UserControl</SubType>
179    </Compile>
180    <Compile Include="Progress\ProgressView.designer.cs">
181      <DependentUpon>ProgressView.cs</DependentUpon>
182    </Compile>
183    <Compile Include="Properties\AssemblyInfo.cs" />
184    <None Include="Properties\AssemblyInfo.cs.frame" />
185  </ItemGroup>
186  <ItemGroup>
187    <None Include="HeuristicLab.snk" />
188  </ItemGroup>
189  <ItemGroup>
190    <EmbeddedResource Include="HiveTasks\OptimizerHiveTaskView.resx">
191      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
192    </EmbeddedResource>
193    <EmbeddedResource Include="HiveTasks\HiveTaskView.resx">
194      <DependentUpon>HiveTaskView.cs</DependentUpon>
195    </EmbeddedResource>
196    <EmbeddedResource Include="TreeView\ItemTreeView.resx">
197      <DependentUpon>ItemTreeView.cs</DependentUpon>
198    </EmbeddedResource>
199    <EmbeddedResource Include="StateLog\StateLogGanttChartListView.resx">
200      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
201    </EmbeddedResource>
202    <EmbeddedResource Include="GanttChart\GanttChart.resx">
203      <DependentUpon>GanttChart.cs</DependentUpon>
204    </EmbeddedResource>
205    <EmbeddedResource Include="StateLog\StateLogGanttChartView.resx">
206      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
207    </EmbeddedResource>
208    <EmbeddedResource Include="StateLog\StateLogView.resx">
209      <DependentUpon>StateLogView.cs</DependentUpon>
210    </EmbeddedResource>
211    <EmbeddedResource Include="HiveImageLibrary.resx">
212      <Generator>PublicResXFileCodeGenerator</Generator>
213      <LastGenOutput>HiveImageLibrary.Designer.cs</LastGenOutput>
214    </EmbeddedResource>
215    <EmbeddedResource Include="Progress\ProgressView.resx">
216      <DependentUpon>ProgressView.cs</DependentUpon>
217    </EmbeddedResource>
218    <EmbeddedResource Include="Properties\Resources.resx">
219      <Generator>ResXFileCodeGenerator</Generator>
220      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
221    </EmbeddedResource>
222  </ItemGroup>
223  <ItemGroup>
224    <None Include="Images\Monitor.ico" />
225  </ItemGroup>
226  <ItemGroup>
227    <None Include="Images\network_center.ico" />
228  </ItemGroup>
229  <ItemGroup>
230    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
231      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
232      <Name>HeuristicLab.Clients.Hive-3.3</Name>
233      <Private>False</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
236      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
237      <Name>HeuristicLab.Collections-3.3</Name>
238      <Private>False</Private>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
241      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
242      <Name>HeuristicLab.Common.Resources-3.3</Name>
243      <Private>False</Private>
244    </ProjectReference>
245    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
246      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
247      <Name>HeuristicLab.Common-3.3</Name>
248      <Private>False</Private>
249    </ProjectReference>
250    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
251      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
252      <Name>HeuristicLab.Core.Views-3.3</Name>
253      <Private>False</Private>
254    </ProjectReference>
255    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
256      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
257      <Name>HeuristicLab.Core-3.3</Name>
258      <Private>False</Private>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
261      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
262      <Name>HeuristicLab.Data-3.3</Name>
263      <Private>False</Private>
264    </ProjectReference>
265    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
266      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
267      <Name>HeuristicLab.Hive-3.3</Name>
268      <Private>False</Private>
269    </ProjectReference>
270    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
271      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
272      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
273      <Private>False</Private>
274    </ProjectReference>
275    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
276      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
277      <Name>HeuristicLab.MainForm-3.3</Name>
278      <Private>False</Private>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
281      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
282      <Name>HeuristicLab.Optimization-3.3</Name>
283      <Private>False</Private>
284    </ProjectReference>
285    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
286      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
287      <Name>HeuristicLab.Optimizer-3.3</Name>
288      <Private>False</Private>
289    </ProjectReference>
290    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
291      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
292      <Name>HeuristicLab.Persistence-3.3</Name>
293      <Private>False</Private>
294    </ProjectReference>
295    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
296      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
297      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
298      <Private>False</Private>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
301      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
302      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
303      <Private>False</Private>
304    </ProjectReference>
305  </ItemGroup>
306  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
307  <PropertyGroup>
308    <PostBuildEvent>
309    </PostBuildEvent>
310  </PropertyGroup>
311  <PropertyGroup>
312    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
313set ProjectDir=$(ProjectDir)
314set SolutionDir=$(SolutionDir)
315set Outdir=$(Outdir)
316
317call PreBuildEvent.cmd</PreBuildEvent>
318  </PropertyGroup>
319  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
320       Other similar extension points exist, see Microsoft.Common.targets.
321  <Target Name="BeforeBuild">
322  </Target>
323  <Target Name="AfterBuild">
324  </Target>
325  -->
326</Project>
Note: See TracBrowser for help on using the repository browser.