Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.Access.Administration/3.3/HeuristicLab.Clients.Access.Administration-3.3.csproj @ 16452

Last change on this file since 16452 was 16452, checked in by jkarder, 5 years ago

#2520: upgraded projects to .NET 4.6.1

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