Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1648 worked on user and client information singletons

File size: 8.5 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\ClientView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="ClientViews\ClientView.Designer.cs">
108      <DependentUpon>ClientView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
111    <Compile Include="Plugin.cs" />
112    <Compile Include="Properties\AssemblyInfo.cs" />
113    <Compile Include="ServiceClients\AccessServiceClient.cs" />
114    <Compile Include="ServiceClients\AccessItem.cs" />
115    <Compile Include="ServiceClients\ClientGroup.cs" />
116    <Compile Include="ServiceClients\Client.cs" />
117    <Compile Include="ServiceClients\Resource.cs" />
118    <Compile Include="ServiceClients\IAccessItem.cs" />
119    <Compile Include="ServiceClients\LightweightUser.cs" />
120    <Compile Include="ServiceClients\UserGroup.cs" />
121    <Compile Include="ServiceClients\UserGroupBase.cs" />
122    <Compile Include="UserInformation.cs" />
123    <Compile Include="Views\LightweightUserGroupSelectionDialog.cs">
124      <SubType>Form</SubType>
125    </Compile>
126    <Compile Include="Views\LightweightUserGroupSelectionDialog.Designer.cs">
127      <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
128    </Compile>
129    <Compile Include="Views\LightweightUserGroupSelectionView.cs">
130      <SubType>UserControl</SubType>
131    </Compile>
132    <Compile Include="Views\LightweightUserGroupSelectionView.Designer.cs">
133      <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Views\LightweightUserView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="Views\LightweightUserView.Designer.cs">
139      <DependentUpon>LightweightUserView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Views\RefreshableLightweightUserView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="Views\RefreshableLightweightUserView.Designer.cs">
145      <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="Views\RefreshableView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="Views\RefreshableView.Designer.cs">
151      <DependentUpon>RefreshableView.cs</DependentUpon>
152    </Compile>
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="app.config">
156      <SubType>Designer</SubType>
157    </None>
158    <None Include="HeuristicLab.snk" />
159    <None Include="Plugin.cs.frame" />
160    <None Include="Properties\AssemblyInfo.cs.frame" />
161    <None Include="ServiceClients\GenerateServiceClients.cmd" />
162    <None Include="UpdateLocalInstallation.cmd" />
163  </ItemGroup>
164  <ItemGroup />
165  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166  <PropertyGroup>
167    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
168set ProjectDir=$(ProjectDir)
169set SolutionDir=$(SolutionDir)
170set Outdir=$(Outdir)
171call PreBuildEvent.cmd</PreBuildEvent>
172  </PropertyGroup>
173  <PropertyGroup>
174    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178set TargetPath=$(TargetPath)
179
180call UpdateLocalInstallation.cmd</PostBuildEvent>
181  </PropertyGroup>
182  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
183       Other similar extension points exist, see Microsoft.Common.targets.
184  <Target Name="BeforeBuild">
185  </Target>
186  <Target Name="AfterBuild">
187  </Target>
188  -->
189</Project>
Note: See TracBrowser for help on using the repository browser.