Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1648 added client registration ui

File size: 9.2 KB
RevLine 
[6815]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>
[7368]12    <AssemblyName>HeuristicLab.Clients.Access-3.3</AssemblyName>
[6815]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>
[7368]20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[6815]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>
[7368]28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[6815]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>
[7534]40    <Reference Include="HeuristicLab.Algorithms.Benchmarks-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
[7368]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>
[7534]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" />
[7368]79    <Reference Include="HeuristicLab.Persistence-3.3">
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
[7367]83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
[6815]87    <Reference Include="System" />
88    <Reference Include="System.Core" />
[7368]89    <Reference Include="System.Drawing" />
[7534]90    <Reference Include="System.Management" />
[6815]91    <Reference Include="System.Runtime.Serialization" />
92    <Reference Include="System.ServiceModel" />
[7368]93    <Reference Include="System.Windows.Forms" />
[6815]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>
[7368]101    <Compile Include="AccessClient.cs" />
[7534]102    <Compile Include="ClientInformation.cs" />
103    <Compile Include="ClientInformationUtils.cs" />
[7536]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>
[7534]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>
[7536]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>
[7534]128    <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
[7367]129    <Compile Include="Plugin.cs" />
[6815]130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="ServiceClients\AccessServiceClient.cs" />
[7368]132    <Compile Include="ServiceClients\AccessItem.cs" />
[7534]133    <Compile Include="ServiceClients\ClientGroup.cs" />
134    <Compile Include="ServiceClients\Client.cs" />
135    <Compile Include="ServiceClients\Resource.cs" />
[7368]136    <Compile Include="ServiceClients\IAccessItem.cs" />
137    <Compile Include="ServiceClients\LightweightUser.cs" />
[7426]138    <Compile Include="ServiceClients\UserGroup.cs" />
[7368]139    <Compile Include="ServiceClients\UserGroupBase.cs" />
[7436]140    <Compile Include="UserInformation.cs" />
[7426]141    <Compile Include="Views\LightweightUserGroupSelectionDialog.cs">
142      <SubType>Form</SubType>
143    </Compile>
144    <Compile Include="Views\LightweightUserGroupSelectionDialog.Designer.cs">
145      <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
146    </Compile>
147    <Compile Include="Views\LightweightUserGroupSelectionView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="Views\LightweightUserGroupSelectionView.Designer.cs">
151      <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
152    </Compile>
[7368]153    <Compile Include="Views\LightweightUserView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="Views\LightweightUserView.Designer.cs">
157      <DependentUpon>LightweightUserView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="Views\RefreshableLightweightUserView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="Views\RefreshableLightweightUserView.Designer.cs">
163      <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Views\RefreshableView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="Views\RefreshableView.Designer.cs">
169      <DependentUpon>RefreshableView.cs</DependentUpon>
170    </Compile>
[6815]171  </ItemGroup>
172  <ItemGroup>
[6825]173    <None Include="app.config">
174      <SubType>Designer</SubType>
175    </None>
[6815]176    <None Include="HeuristicLab.snk" />
[7367]177    <None Include="Plugin.cs.frame" />
178    <None Include="Properties\AssemblyInfo.cs.frame" />
[6815]179    <None Include="ServiceClients\GenerateServiceClients.cmd" />
[7368]180    <None Include="UpdateLocalInstallation.cmd" />
[6815]181  </ItemGroup>
182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183  <PropertyGroup>
184    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
185set ProjectDir=$(ProjectDir)
186set SolutionDir=$(SolutionDir)
187set Outdir=$(Outdir)
188call PreBuildEvent.cmd</PreBuildEvent>
189  </PropertyGroup>
[7368]190  <PropertyGroup>
191    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195set TargetPath=$(TargetPath)
196
197call UpdateLocalInstallation.cmd</PostBuildEvent>
198  </PropertyGroup>
[6815]199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target>
203  <Target Name="AfterBuild">
204  </Target>
205  -->
206</Project>
Note: See TracBrowser for help on using the repository browser.