Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj @ 8600

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

#1937 added pre- and postbuild events for mono

File size: 14.0 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)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{C9CF6AE8-4637-4A75-9141-042F479B5D50}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Access.Administration</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Access.Administration-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <PublishUrl>publish\</PublishUrl>
18    <Install>true</Install>
19    <InstallFrom>Disk</InstallFrom>
20    <UpdateEnabled>false</UpdateEnabled>
21    <UpdateMode>Foreground</UpdateMode>
22    <UpdateInterval>7</UpdateInterval>
23    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24    <UpdatePeriodically>false</UpdatePeriodically>
25    <UpdateRequired>false</UpdateRequired>
26    <MapFileExtensions>true</MapFileExtensions>
27    <ApplicationRevision>0</ApplicationRevision>
28    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29    <IsWebBootstrapper>false</IsWebBootstrapper>
30    <UseApplicationTrust>false</UseApplicationTrust>
31    <BootstrapperEnabled>true</BootstrapperEnabled>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34    <DebugSymbols>true</DebugSymbols>
35    <DebugType>full</DebugType>
36    <Optimize>false</Optimize>
37    <OutputPath>$(SolutionDir)\bin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44    <DebugType>pdbonly</DebugType>
45    <Optimize>true</Optimize>
46    <OutputPath>$(SolutionDir)\bin\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <ErrorReport>prompt</ErrorReport>
49    <WarningLevel>4</WarningLevel>
50    <DocumentationFile>
51    </DocumentationFile>
52    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
55    <DebugSymbols>true</DebugSymbols>
56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
57    <DefineConstants>DEBUG;TRACE</DefineConstants>
58    <DebugType>full</DebugType>
59    <PlatformTarget>x86</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>TRACE</DefineConstants>
66    <DocumentationFile>
67    </DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
84    <OutputPath>$(SolutionDir)\bin\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <DocumentationFile>
87    </DocumentationFile>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <PropertyGroup>
95    <SignAssembly>true</SignAssembly>
96  </PropertyGroup>
97  <PropertyGroup>
98    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="System" />
102    <Reference Include="System.Core" />
103    <Reference Include="System.Runtime.Serialization" />
104    <Reference Include="System.ServiceModel" />
105    <Reference Include="System.Xml.Linq" />
106    <Reference Include="System.Data.DataSetExtensions" />
107    <Reference Include="Microsoft.CSharp" />
108    <Reference Include="System.Data" />
109    <Reference Include="System.Deployment" />
110    <Reference Include="System.Drawing" />
111    <Reference Include="System.Windows.Forms" />
112    <Reference Include="System.Xml" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="AccessAdministrationClient.cs" />
116    <Compile Include="MenuItems\UserAdministrationMenuItem.cs" />
117    <Compile Include="Plugin.cs" />
118    <Compile Include="Properties\AssemblyInfo.cs" />
119    <Compile Include="Views\PasswordDisplayDialog.cs">
120      <SubType>Form</SubType>
121    </Compile>
122    <Compile Include="Views\PasswordDisplayDialog.Designer.cs">
123      <DependentUpon>PasswordDisplayDialog.cs</DependentUpon>
124    </Compile>
125    <Compile Include="Views\RefreshableRoleSelectionListView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="Views\RefreshableRoleSelectionListView.Designer.cs">
129      <DependentUpon>RefreshableRoleSelectionListView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="Views\RoleSelectionListView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="Views\RoleSelectionListView.Designer.cs">
135      <DependentUpon>RoleSelectionListView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Views\RefreshableRoleListView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Views\RefreshableRoleListView.Designer.cs">
141      <DependentUpon>RefreshableRoleListView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Views\RoleListView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="Views\RoleListView.Designer.cs">
147      <DependentUpon>RoleListView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Views\UserGroupListView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="Views\UserGroupListView.Designer.cs">
153      <DependentUpon>UserGroupListView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Views\RefreshableUserGroupListView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Views\RefreshableUserGroupListView.Designer.cs">
159      <DependentUpon>RefreshableUserGroupListView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Views\UserGroupView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="Views\UserGroupView.Designer.cs">
165      <DependentUpon>UserGroupView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Views\RoleView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="Views\RoleView.Designer.cs">
171      <DependentUpon>RoleView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Views\RefreshableUserListView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="Views\RefreshableUserListView.Designer.cs">
177      <DependentUpon>RefreshableUserListView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Views\RefreshableView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="Views\RefreshableView.Designer.cs">
183      <DependentUpon>RefreshableView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="Views\UserAdministrationDialog.cs">
186      <SubType>Form</SubType>
187    </Compile>
188    <Compile Include="Views\UserAdministrationDialog.Designer.cs">
189      <DependentUpon>UserAdministrationDialog.cs</DependentUpon>
190    </Compile>
191    <Compile Include="Views\UserListView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="Views\UserListView.Designer.cs">
195      <DependentUpon>UserListView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="Views\UserView.cs">
198      <SubType>UserControl</SubType>
199    </Compile>
200    <Compile Include="Views\UserView.Designer.cs">
201      <DependentUpon>UserView.cs</DependentUpon>
202    </Compile>
203    <None Include="HeuristicLab.snk" />
204    <None Include="Plugin.cs.frame" />
205    <None Include="Properties\AssemblyInfo.cs.frame" />
206  </ItemGroup>
207  <ItemGroup>
208    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
209      <Visible>False</Visible>
210      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
211      <Install>true</Install>
212    </BootstrapperPackage>
213    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
214      <Visible>False</Visible>
215      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
216      <Install>false</Install>
217    </BootstrapperPackage>
218    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5 SP1</ProductName>
221      <Install>false</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
224      <Visible>False</Visible>
225      <ProductName>Windows Installer 3.1</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228  </ItemGroup>
229  <ItemGroup>
230    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
231      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
232      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
233      <Private>True</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
236      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
237      <Name>HeuristicLab.Clients.Access-3.3</Name>
238      <Private>True</Private>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
241      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
242      <Name>HeuristicLab.Clients.Common-3.3</Name>
243      <Private>True</Private>
244    </ProjectReference>
245    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
246      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
247      <Name>HeuristicLab.Collections-3.3</Name>
248      <Private>True</Private>
249    </ProjectReference>
250    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
251      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
252      <Name>HeuristicLab.Common.Resources-3.3</Name>
253      <Private>True</Private>
254    </ProjectReference>
255    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
256      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
257      <Name>HeuristicLab.Common-3.3</Name>
258      <Private>True</Private>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
261      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
262      <Name>HeuristicLab.Core.Views-3.3</Name>
263      <Private>True</Private>
264    </ProjectReference>
265    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
266      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
267      <Name>HeuristicLab.Core-3.3</Name>
268      <Private>True</Private>
269    </ProjectReference>
270    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
271      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
272      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
273      <Private>True</Private>
274    </ProjectReference>
275    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
276      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
277      <Name>HeuristicLab.MainForm-3.3</Name>
278      <Private>True</Private>
279    </ProjectReference>
280    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
281      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
282      <Name>HeuristicLab.Optimizer-3.3</Name>
283      <Private>True</Private>
284    </ProjectReference>
285    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
286      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
287      <Name>HeuristicLab.Persistence-3.3</Name>
288      <Private>True</Private>
289    </ProjectReference>
290    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
291      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
292      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
293      <Private>True</Private>
294    </ProjectReference>
295  </ItemGroup>
296  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
297  <PropertyGroup>
298   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
299set ProjectDir=$(ProjectDir)
300set SolutionDir=$(SolutionDir)
301set Outdir=$(Outdir)
302call PreBuildEvent.cmd</PreBuildEvent>
303<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
304export ProjectDir=$(ProjectDir)
305export SolutionDir=$(SolutionDir)
306
307$SolutionDir/PreBuildEvent.sh
308</PreBuildEvent>
309  </PropertyGroup>
310  <PropertyGroup>
311    <PostBuildEvent>
312    </PostBuildEvent>
313  </PropertyGroup>
314  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
315       Other similar extension points exist, see Microsoft.Common.targets.
316  <Target Name="BeforeBuild">
317  </Target>
318  <Target Name="AfterBuild">
319  </Target>
320  -->
321</Project>
Note: See TracBrowser for help on using the repository browser.