Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveResourcePermissionManagement (trunk integration)/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj @ 7951

Last change on this file since 7951 was 7951, checked in by jkarder, 12 years ago

#1859:

  • added permission management support
  • extended administartion user interface
  • minor code improvements
File size: 11.6 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>{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.Clients.Access-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
83      <HintPath>..\..\bin\HeuristicLab.Clients.Access-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.Clients.Access.Administration-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <HintPath>..\..\bin\HeuristicLab.Clients.Access.Administration-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Clients.Access.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <HintPath>..\..\bin\HeuristicLab.Clients.Access.Views-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="HeuristicLab.DayView-1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <HintPath>..\..\bin\HeuristicLab.DayView-1.0.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="System" />
96    <Reference Include="System.Core" />
97    <Reference Include="System.Data" />
98    <Reference Include="System.Data.DataSetExtensions" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Runtime.Serialization" />
101    <Reference Include="System.ServiceModel" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Windows.Forms.DataVisualization" />
104    <Reference Include="System.Xml" />
105    <Reference Include="System.Xml.Linq" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="HiveRoles.cs" />
109    <Compile Include="Views\HiveAdministratorView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="Views\HiveAdministratorView.Designer.cs">
113      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="HiveAppointment.cs">
116      <SubType>Code</SubType>
117    </Compile>
118    <Compile Include="MenuItems\AdministratorMenuItem.cs" />
119    <Compile Include="Views\Recurrence.cs">
120      <SubType>Form</SubType>
121    </Compile>
122    <Compile Include="Views\Recurrence.Designer.cs">
123      <DependentUpon>Recurrence.cs</DependentUpon>
124    </Compile>
125    <Compile Include="RecurrentEvent.cs" />
126    <Compile Include="Views\ResourcesView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="Views\ResourcesView.Designer.cs">
130      <DependentUpon>ResourcesView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="Views\ScheduleView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="Views\ScheduleView.Designer.cs">
136      <DependentUpon>ScheduleView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="Views\SlaveView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="Views\SlaveView.Designer.cs">
142      <DependentUpon>SlaveView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Plugin.cs" />
145    <None Include="Plugin.cs.frame" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
147    <None Include="Properties\AssemblyInfo.cs.frame" />
148  </ItemGroup>
149  <ItemGroup>
150    <None Include="HeuristicLab.snk" />
151  </ItemGroup>
152  <ItemGroup>
153    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
154      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
155      <Name>HeuristicLab.Clients.Common-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
159      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
160      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
164      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
165      <Name>HeuristicLab.Clients.Hive-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
169      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
170      <Name>HeuristicLab.Collections-3.3</Name>
171      <Private>False</Private>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
174      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
175      <Name>HeuristicLab.Common.Resources-3.3</Name>
176      <Private>False</Private>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
179      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
180      <Name>HeuristicLab.Common-3.3</Name>
181      <Private>False</Private>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
184      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
185      <Name>HeuristicLab.Core.Views-3.3</Name>
186      <Private>False</Private>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
189      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
190      <Name>HeuristicLab.Core-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
194      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
195      <Name>HeuristicLab.Data-3.3</Name>
196      <Private>False</Private>
197    </ProjectReference>
198    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
199      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
200      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
201      <Private>False</Private>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
204      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
205      <Name>HeuristicLab.MainForm-3.3</Name>
206      <Private>False</Private>
207    </ProjectReference>
208    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
209      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
210      <Name>HeuristicLab.Optimization-3.3</Name>
211      <Private>False</Private>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
214      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
215      <Name>HeuristicLab.Optimizer-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
219      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
220      <Name>HeuristicLab.Persistence-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
224      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
225      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
226      <Private>False</Private>
227    </ProjectReference>
228  </ItemGroup>
229  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
230  <PropertyGroup>
231    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
232set ProjectDir=$(ProjectDir)
233set SolutionDir=$(SolutionDir)
234set Outdir=$(Outdir)
235
236call PreBuildEvent.cmd</PreBuildEvent>
237  </PropertyGroup>
238  <PropertyGroup>
239    <PostBuildEvent>
240    </PostBuildEvent>
241  </PropertyGroup>
242  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
243       Other similar extension points exist, see Microsoft.Common.targets.
244  <Target Name="BeforeBuild">
245  </Target>
246  <Target Name="AfterBuild">
247  </Target>
248  -->
249</Project>
Note: See TracBrowser for help on using the repository browser.