Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj @ 6872

Last change on this file since 6872 was 6872, checked in by ascheibe, 13 years ago

#1233

  • updated project settings to work with the trunk restructuring changes
  • added HowToCompile.txt with instructions on how to compile hive
File size: 14.2 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>{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>..\..\..\..\core\sources\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Views-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.Views-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="Calendar.DayView">
74      <HintPath>..\..\..\..\core\sources\bin\Calendar.DayView.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Collections-3.3">
78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Common-3.3">
82      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Common.Resources-3.3">
86      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
90      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Core.Views-3.3">
94      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Data-3.3">
98      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.MainForm-3.3">
102      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
106      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Optimization-3.3">
110      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Optimizer-3.3">
114      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Persistence-3.3">
118      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
122      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
126      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="System" />
130    <Reference Include="System.Core" />
131    <Reference Include="System.Drawing" />
132    <Reference Include="System.Runtime.Serialization" />
133    <Reference Include="System.Windows.Forms" />
134    <Reference Include="System.Windows.Forms.DataVisualization" />
135    <Reference Include="System.Xml.Linq" />
136    <Reference Include="System.Data.DataSetExtensions" />
137    <Reference Include="System.Data" />
138    <Reference Include="System.Xml" />
139  </ItemGroup>
140  <ItemGroup>
141    <Compile Include="HiveTasks\OptimizerHiveTaskView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="HiveTasks\OptimizerHiveTaskView.designer.cs">
145      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="HiveItemView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="HiveItemView.Designer.cs">
151      <DependentUpon>HiveItemView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="HiveTasks\HiveTaskListView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="HiveTasks\HiveTaskListView.designer.cs">
157      <DependentUpon>HiveTaskListView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="HiveTasks\HiveTaskView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="HiveTasks\HiveTaskView.designer.cs">
163      <DependentUpon>HiveTaskView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="TreeView\NewTaskTreeNodeAction.cs" />
166    <Compile Include="TreeView\DeleteTaskTreeNodeAction.cs" />
167    <Compile Include="TreeView\HiveTaskItemTreeView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="TreeView\HiveTaskItemTreeView.Designer.cs">
171      <DependentUpon>HiveTaskItemTreeView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="TreeView\ItemTreeView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="TreeView\ItemTreeView.designer.cs">
177      <DependentUpon>ItemTreeView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="StateLog\StateLogGanttChartListView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="StateLog\StateLogGanttChartListView.designer.cs">
183      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="GanttChart\GanttChart.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="GanttChart\GanttChart.Designer.cs">
189      <DependentUpon>GanttChart.cs</DependentUpon>
190    </Compile>
191    <Compile Include="StateLog\StateLogGanttChartView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="StateLog\StateLogGanttChartView.designer.cs">
195      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="StateLog\StateLogListView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="StateLog\StateLogListView.designer.cs">
201      <DependentUpon>StateLogListView.cs</DependentUpon>
202    </Compile>
203    <Compile Include="StateLog\StateLogView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="StateLog\StateLogView.designer.cs">
207      <DependentUpon>StateLogView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="HiveImageLibrary.Designer.cs">
210      <AutoGen>True</AutoGen>
211      <DesignTime>True</DesignTime>
212      <DependentUpon>HiveImageLibrary.resx</DependentUpon>
213    </Compile>
214    <Compile Include="Properties\Resources.Designer.cs">
215      <AutoGen>True</AutoGen>
216      <DesignTime>True</DesignTime>
217      <DependentUpon>Resources.resx</DependentUpon>
218    </Compile>
219    <None Include="Plugin.cs.frame" />
220    <Compile Include="Plugin.cs" />
221    <Compile Include="Progress\ProgressView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="Progress\ProgressView.designer.cs">
225      <DependentUpon>ProgressView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="Properties\AssemblyInfo.cs" />
228    <None Include="Properties\AssemblyInfo.cs.frame" />
229  </ItemGroup>
230  <ItemGroup>
231    <None Include="HeuristicLab.snk" />
232  </ItemGroup>
233  <ItemGroup>
234    <EmbeddedResource Include="HiveTasks\OptimizerHiveTaskView.resx">
235      <DependentUpon>OptimizerHiveTaskView.cs</DependentUpon>
236    </EmbeddedResource>
237    <EmbeddedResource Include="HiveTasks\HiveTaskView.resx">
238      <DependentUpon>HiveTaskView.cs</DependentUpon>
239    </EmbeddedResource>
240    <EmbeddedResource Include="TreeView\ItemTreeView.resx">
241      <DependentUpon>ItemTreeView.cs</DependentUpon>
242    </EmbeddedResource>
243    <EmbeddedResource Include="StateLog\StateLogGanttChartListView.resx">
244      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
245    </EmbeddedResource>
246    <EmbeddedResource Include="GanttChart\GanttChart.resx">
247      <DependentUpon>GanttChart.cs</DependentUpon>
248    </EmbeddedResource>
249    <EmbeddedResource Include="StateLog\StateLogGanttChartView.resx">
250      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
251    </EmbeddedResource>
252    <EmbeddedResource Include="StateLog\StateLogView.resx">
253      <DependentUpon>StateLogView.cs</DependentUpon>
254    </EmbeddedResource>
255    <EmbeddedResource Include="HiveImageLibrary.resx">
256      <Generator>PublicResXFileCodeGenerator</Generator>
257      <LastGenOutput>HiveImageLibrary.Designer.cs</LastGenOutput>
258    </EmbeddedResource>
259    <EmbeddedResource Include="Progress\ProgressView.resx">
260      <DependentUpon>ProgressView.cs</DependentUpon>
261    </EmbeddedResource>
262    <EmbeddedResource Include="Properties\Resources.resx">
263      <Generator>ResXFileCodeGenerator</Generator>
264      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
265    </EmbeddedResource>
266  </ItemGroup>
267  <ItemGroup>
268    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
269      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
270      <Name>HeuristicLab.Clients.Hive-3.3</Name>
271      <Private>False</Private>
272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
274      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
275      <Name>HeuristicLab.Hive-3.3</Name>
276      <Private>False</Private>
277    </ProjectReference>
278  </ItemGroup>
279  <ItemGroup>
280    <None Include="Images\Monitor.ico" />
281  </ItemGroup>
282  <ItemGroup>
283    <None Include="Images\network_center.ico" />
284  </ItemGroup>
285  <ItemGroup>
286    <None Include="Images\status_anim.gif" />
287  </ItemGroup>
288  <ItemGroup>
289    <WCFMetadata Include="Service References\" />
290  </ItemGroup>
291  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
292  <PropertyGroup>
293    <PostBuildEvent>
294    </PostBuildEvent>
295  </PropertyGroup>
296  <PropertyGroup>
297    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
298set ProjectDir=$(ProjectDir)
299set SolutionDir=$(SolutionDir)
300set Outdir=$(Outdir)
301
302call PreBuildEvent.cmd</PreBuildEvent>
303  </PropertyGroup>
304  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
305       Other similar extension points exist, see Microsoft.Common.targets.
306  <Target Name="BeforeBuild">
307  </Target>
308  <Target Name="AfterBuild">
309  </Target>
310  -->
311</Project>
Note: See TracBrowser for help on using the repository browser.