Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-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: 11.7 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>{5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Administrator</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Administrator-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>$(SolutionDir)\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <ItemGroup>
78    <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <HintPath>..\..\bin\Calendar.DayView.dll</HintPath>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="HeuristicLab.DayView-1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <HintPath>..\..\bin\HeuristicLab.DayView-1.0.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Core" />
88    <Reference Include="System.Data" />
89    <Reference Include="System.Data.DataSetExtensions" />
90    <Reference Include="System.Drawing" />
91    <Reference Include="System.Runtime.Serialization" />
92    <Reference Include="System.ServiceModel" />
93    <Reference Include="System.Windows.Forms" />
94    <Reference Include="System.Windows.Forms.DataVisualization" />
95    <Reference Include="System.Xml" />
96    <Reference Include="System.Xml.Linq" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Views\HiveAdministratorView.cs">
100      <SubType>UserControl</SubType>
101    </Compile>
102    <Compile Include="Views\HiveAdministratorView.Designer.cs">
103      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
104    </Compile>
105    <Compile Include="HiveAppointment.cs">
106      <SubType>Code</SubType>
107    </Compile>
108    <Compile Include="MenuItems\AdministratorMenuItem.cs" />
109    <Compile Include="Views\Recurrence.cs">
110      <SubType>Form</SubType>
111    </Compile>
112    <Compile Include="Views\Recurrence.Designer.cs">
113      <DependentUpon>Recurrence.cs</DependentUpon>
114    </Compile>
115    <Compile Include="RecurrentEvent.cs" />
116    <Compile Include="Views\ResourcesView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Views\ResourcesView.Designer.cs">
120      <DependentUpon>ResourcesView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Views\ScheduleView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Views\ScheduleView.Designer.cs">
126      <DependentUpon>ScheduleView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Views\SlaveView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Views\SlaveView.Designer.cs">
132      <DependentUpon>SlaveView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Plugin.cs" />
135    <None Include="Plugin.cs.frame" />
136    <Compile Include="Properties\AssemblyInfo.cs" />
137    <None Include="Properties\AssemblyInfo.cs.frame" />
138  </ItemGroup>
139  <ItemGroup>
140    <None Include="HeuristicLab.snk" />
141  </ItemGroup>
142  <ItemGroup>
143    <EmbeddedResource Include="Views\HiveAdministratorView.resx">
144      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
145    </EmbeddedResource>
146    <EmbeddedResource Include="Views\Recurrence.resx">
147      <DependentUpon>Recurrence.cs</DependentUpon>
148    </EmbeddedResource>
149    <EmbeddedResource Include="Views\ResourcesView.resx">
150      <DependentUpon>ResourcesView.cs</DependentUpon>
151    </EmbeddedResource>
152    <EmbeddedResource Include="Views\ScheduleView.resx">
153      <DependentUpon>ScheduleView.cs</DependentUpon>
154    </EmbeddedResource>
155    <EmbeddedResource Include="Views\SlaveView.resx">
156      <DependentUpon>SlaveView.cs</DependentUpon>
157    </EmbeddedResource>
158  </ItemGroup>
159  <ItemGroup>
160    <None Include="Views\Images\Monitor.ico" />
161  </ItemGroup>
162  <ItemGroup>
163    <None Include="Views\Images\network_center.ico" />
164  </ItemGroup>
165  <ItemGroup>
166    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
167      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
168      <Name>HeuristicLab.Clients.Common-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
172      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
173      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
174      <Private>False</Private>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
177      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
178      <Name>HeuristicLab.Clients.Hive-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
182      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
183      <Name>HeuristicLab.Collections-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
187      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
188      <Name>HeuristicLab.Common.Resources-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
192      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
193      <Name>HeuristicLab.Common-3.3</Name>
194      <Private>False</Private>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
197      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
198      <Name>HeuristicLab.Core.Views-3.3</Name>
199      <Private>False</Private>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
202      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
203      <Name>HeuristicLab.Core-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
207      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
208      <Name>HeuristicLab.Data-3.3</Name>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
212      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
213      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
214      <Private>False</Private>
215    </ProjectReference>
216    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
217      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
218      <Name>HeuristicLab.MainForm-3.3</Name>
219      <Private>False</Private>
220    </ProjectReference>
221    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
222      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
223      <Name>HeuristicLab.Optimization-3.3</Name>
224      <Private>False</Private>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
227      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
228      <Name>HeuristicLab.Optimizer-3.3</Name>
229      <Private>False</Private>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
232      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
233      <Name>HeuristicLab.Persistence-3.3</Name>
234      <Private>False</Private>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
237      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
238      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
239      <Private>False</Private>
240    </ProjectReference>
241  </ItemGroup>
242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
243  <PropertyGroup>
244    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
245set ProjectDir=$(ProjectDir)
246set SolutionDir=$(SolutionDir)
247set Outdir=$(Outdir)
248
249call PreBuildEvent.cmd</PreBuildEvent>
250  </PropertyGroup>
251  <PropertyGroup>
252    <PostBuildEvent>
253    </PostBuildEvent>
254  </PropertyGroup>
255  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256       Other similar extension points exist, see Microsoft.Common.targets.
257  <Target Name="BeforeBuild">
258  </Target>
259  <Target Name="AfterBuild">
260  </Target>
261  -->
262</Project>
Note: See TracBrowser for help on using the repository browser.