Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj @ 7553

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

#1648 adapted client management for use with Hive

File size: 9.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>{494F87F4-0F25-4D33-A382-10CDB2174D48}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Access</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Access-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>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Clients.Common-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Common.Resources-3.3">
54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Core-3.3">
58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Core.Views-3.3">
62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Data-3.3">
66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.MainForm-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
78    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
79    <Reference Include="HeuristicLab.Persistence-3.3">
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="System" />
88    <Reference Include="System.Core" />
89    <Reference Include="System.Drawing" />
90    <Reference Include="System.Management" />
91    <Reference Include="System.Runtime.Serialization" />
92    <Reference Include="System.ServiceModel" />
93    <Reference Include="System.Windows.Forms" />
94    <Reference Include="System.Xml.Linq" />
95    <Reference Include="System.Data.DataSetExtensions" />
96    <Reference Include="Microsoft.CSharp" />
97    <Reference Include="System.Data" />
98    <Reference Include="System.Xml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="AccessClient.cs" />
102    <Compile Include="ClientInformation.cs" />
103    <Compile Include="ClientInformationUtils.cs" />
104    <Compile Include="ClientViews\ClientInformationDialog.cs">
105      <SubType>Form</SubType>
106    </Compile>
107    <Compile Include="ClientViews\ClientInformationDialog.Designer.cs">
108      <DependentUpon>ClientInformationDialog.cs</DependentUpon>
109    </Compile>
110    <Compile Include="ClientViews\ClientRegistrationDialog.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="ClientViews\ClientRegistrationDialog.Designer.cs">
114      <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ClientViews\ClientView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="ClientViews\ClientView.Designer.cs">
120      <DependentUpon>ClientView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="ClientViews\AdminClientView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="ClientViews\AdminClientView.Designer.cs">
126      <DependentUpon>AdminClientView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
129    <Compile Include="Plugin.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="ServiceClients\AccessServiceClient.cs" />
132    <Compile Include="ServiceClients\AccessItem.cs" />
133    <Compile Include="ServiceClients\ClientGroup.cs" />
134    <Compile Include="ServiceClients\Client.cs" />
135    <Compile Include="ServiceClients\Resource.cs" />
136    <Compile Include="ServiceClients\IAccessItem.cs" />
137    <Compile Include="ServiceClients\LightweightUser.cs" />
138    <Compile Include="ServiceClients\UserGroup.cs" />
139    <Compile Include="ServiceClients\UserGroupBase.cs" />
140    <Compile Include="Settings.Designer.cs">
141      <AutoGen>True</AutoGen>
142      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143      <DependentUpon>Settings.settings</DependentUpon>
144    </Compile>
145    <Compile Include="UserInformation.cs" />
146    <Compile Include="Views\LightweightUserGroupSelectionDialog.cs">
147      <SubType>Form</SubType>
148    </Compile>
149    <Compile Include="Views\LightweightUserGroupSelectionDialog.Designer.cs">
150      <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Views\LightweightUserGroupSelectionView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="Views\LightweightUserGroupSelectionView.Designer.cs">
156      <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Views\LightweightUserView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="Views\LightweightUserView.Designer.cs">
162      <DependentUpon>LightweightUserView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="Views\RefreshableLightweightUserView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="Views\RefreshableLightweightUserView.Designer.cs">
168      <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="Views\RefreshableView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="Views\RefreshableView.Designer.cs">
174      <DependentUpon>RefreshableView.cs</DependentUpon>
175    </Compile>
176  </ItemGroup>
177  <ItemGroup>
178    <None Include="app.config">
179      <SubType>Designer</SubType>
180    </None>
181    <None Include="HeuristicLab.snk" />
182    <None Include="Plugin.cs.frame" />
183    <None Include="Properties\AssemblyInfo.cs.frame" />
184    <None Include="ServiceClients\GenerateServiceClients.cmd" />
185    <None Include="Settings.settings">
186      <Generator>SettingsSingleFileGenerator</Generator>
187      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
188    </None>
189    <None Include="UpdateLocalInstallation.cmd" />
190  </ItemGroup>
191  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192  <PropertyGroup>
193    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
194set ProjectDir=$(ProjectDir)
195set SolutionDir=$(SolutionDir)
196set Outdir=$(Outdir)
197call PreBuildEvent.cmd</PreBuildEvent>
198  </PropertyGroup>
199  <PropertyGroup>
200    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204set TargetPath=$(TargetPath)
205
206call UpdateLocalInstallation.cmd</PostBuildEvent>
207  </PropertyGroup>
208  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
209       Other similar extension points exist, see Microsoft.Common.targets.
210  <Target Name="BeforeBuild">
211  </Target>
212  <Target Name="AfterBuild">
213  </Target>
214  -->
215</Project>
Note: See TracBrowser for help on using the repository browser.