Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1648

  • improved client registration dialog
  • fixed namespaces
File size: 8.8 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>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Access.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Access.Views-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">
41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.Benchmarks-3.3.dll</HintPath>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Clients.Common-3.3">
45      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3">
49      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Common-3.3">
53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Common.Resources-3.3">
57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Core-3.3">
61      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
62      <Private>False</Private>
63    </Reference>
64    <Reference Include="HeuristicLab.Core.Views-3.3">
65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Data-3.3">
69      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
70      <Private>False</Private>
71    </Reference>
72    <Reference Include="HeuristicLab.MainForm-3.3">
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
74      <Private>False</Private>
75    </Reference>
76    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Optimization-3.3">
81      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.Optimizer-3.3">
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Persistence-3.3">
89      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
90      <Private>False</Private>
91    </Reference>
92    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
93      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="System" />
97    <Reference Include="System.Core" />
98    <Reference Include="System.Drawing" />
99    <Reference Include="System.Runtime.Serialization" />
100    <Reference Include="System.Windows.Forms" />
101    <Reference Include="System.Xml.Linq" />
102    <Reference Include="System.Data.DataSetExtensions" />
103    <Reference Include="Microsoft.CSharp" />
104    <Reference Include="System.Data" />
105    <Reference Include="System.Xml" />
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="ClientViews\AdminClientView.cs">
109      <SubType>UserControl</SubType>
110    </Compile>
111    <Compile Include="ClientViews\AdminClientView.Designer.cs">
112      <DependentUpon>AdminClientView.cs</DependentUpon>
113    </Compile>
114    <Compile Include="ClientViews\ClientInformationDialog.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="ClientViews\ClientInformationDialog.Designer.cs">
118      <DependentUpon>ClientInformationDialog.cs</DependentUpon>
119    </Compile>
120    <Compile Include="ClientViews\ClientRegistrationDialog.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="ClientViews\ClientRegistrationDialog.Designer.cs">
124      <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
125    </Compile>
126    <Compile Include="ClientViews\ClientView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="ClientViews\ClientView.Designer.cs">
130      <DependentUpon>ClientView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="MenuItems\ClientInfoMenuItem.cs" />
133    <Compile Include="Plugin.cs" />
134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <Compile Include="UserViews\LightweightUserGroupSelectionDialog.cs">
136      <SubType>Form</SubType>
137    </Compile>
138    <Compile Include="UserViews\LightweightUserGroupSelectionDialog.Designer.cs">
139      <DependentUpon>LightweightUserGroupSelectionDialog.cs</DependentUpon>
140    </Compile>
141    <Compile Include="UserViews\LightweightUserGroupSelectionView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="UserViews\LightweightUserGroupSelectionView.Designer.cs">
145      <DependentUpon>LightweightUserGroupSelectionView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="UserViews\LightweightUserView.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="UserViews\LightweightUserView.Designer.cs">
151      <DependentUpon>LightweightUserView.cs</DependentUpon>
152    </Compile>
153    <Compile Include="UserViews\RefreshableLightweightUserView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="UserViews\RefreshableLightweightUserView.Designer.cs">
157      <DependentUpon>RefreshableLightweightUserView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="UserViews\RefreshableView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="UserViews\RefreshableView.Designer.cs">
163      <DependentUpon>RefreshableView.cs</DependentUpon>
164    </Compile>
165  </ItemGroup>
166  <ItemGroup>
167    <EmbeddedResource Include="ClientViews\ClientRegistrationDialog.resx">
168      <DependentUpon>ClientRegistrationDialog.cs</DependentUpon>
169    </EmbeddedResource>
170    <EmbeddedResource Include="Documents\ClientRegistrationInfo.rtf" />
171    <None Include="HeuristicLab.snk" />
172    <None Include="Plugin.cs.frame" />
173    <None Include="Properties\AssemblyInfo.cs.frame" />
174  </ItemGroup>
175  <ItemGroup>
176    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
177      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
178      <Name>HeuristicLab.Clients.Access-3.3</Name>
179    </ProjectReference>
180  </ItemGroup>
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>
190  <PropertyGroup>
191    <PostBuildEvent>
192    </PostBuildEvent>
193  </PropertyGroup>
194  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195       Other similar extension points exist, see Microsoft.Common.targets.
196  <Target Name="BeforeBuild">
197  </Target>
198  <Target Name="AfterBuild">
199  </Target>
200  -->
201</Project>
Note: See TracBrowser for help on using the repository browser.