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 @ 16474

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

#2520: worked on reintegration of new persistence

  • added nuget references to HEAL.Fossil
  • added StorableType attributes to many classes
  • changed signature of StorableConstructors
  • removed some classes in old persistence
  • removed some unnecessary usings
File size: 14.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)' == '' ">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="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
108      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
109    </Reference>
110    <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
112    </Reference>
113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Runtime.Serialization" />
116    <Reference Include="System.ServiceModel" />
117    <Reference Include="System.Xml.Linq" />
118    <Reference Include="System.Data.DataSetExtensions" />
119    <Reference Include="Microsoft.CSharp" />
120    <Reference Include="System.Data" />
121    <Reference Include="System.Deployment" />
122    <Reference Include="System.Drawing" />
123    <Reference Include="System.Windows.Forms" />
124    <Reference Include="System.Xml" />
125  </ItemGroup>
126  <ItemGroup>
127    <Compile Include="AccessAdministrationClient.cs" />
128    <Compile Include="MenuItems\UserAdministrationMenuItem.cs" />
129    <Compile Include="Plugin.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="Views\PasswordDisplayDialog.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="Views\PasswordDisplayDialog.Designer.cs">
135      <DependentUpon>PasswordDisplayDialog.cs</DependentUpon>
136    </Compile>
137    <Compile Include="Views\RefreshableRoleSelectionListView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="Views\RefreshableRoleSelectionListView.Designer.cs">
141      <DependentUpon>RefreshableRoleSelectionListView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="Views\RoleSelectionListView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="Views\RoleSelectionListView.Designer.cs">
147      <DependentUpon>RoleSelectionListView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Views\RefreshableRoleListView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="Views\RefreshableRoleListView.Designer.cs">
153      <DependentUpon>RefreshableRoleListView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Views\RoleListView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Views\RoleListView.Designer.cs">
159      <DependentUpon>RoleListView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="Views\UserGroupListView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="Views\UserGroupListView.Designer.cs">
165      <DependentUpon>UserGroupListView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Views\RefreshableUserGroupListView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="Views\RefreshableUserGroupListView.Designer.cs">
171      <DependentUpon>RefreshableUserGroupListView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Views\UserGroupView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="Views\UserGroupView.Designer.cs">
177      <DependentUpon>UserGroupView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="Views\RoleView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="Views\RoleView.Designer.cs">
183      <DependentUpon>RoleView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="Views\RefreshableUserListView.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="Views\RefreshableUserListView.Designer.cs">
189      <DependentUpon>RefreshableUserListView.cs</DependentUpon>
190    </Compile>
191    <Compile Include="Views\RefreshableView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="Views\RefreshableView.Designer.cs">
195      <DependentUpon>RefreshableView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="Views\UserAdministrationDialog.cs">
198      <SubType>Form</SubType>
199    </Compile>
200    <Compile Include="Views\UserAdministrationDialog.Designer.cs">
201      <DependentUpon>UserAdministrationDialog.cs</DependentUpon>
202    </Compile>
203    <Compile Include="Views\UserListView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="Views\UserListView.Designer.cs">
207      <DependentUpon>UserListView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="Views\UserView.cs">
210      <SubType>UserControl</SubType>
211    </Compile>
212    <Compile Include="Views\UserView.Designer.cs">
213      <DependentUpon>UserView.cs</DependentUpon>
214    </Compile>
215    <None Include="HeuristicLab.snk" />
216    <None Include="packages.config" />
217    <None Include="Plugin.cs.frame" />
218    <None Include="Properties\AssemblyInfo.cs.frame" />
219  </ItemGroup>
220  <ItemGroup>
221    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
222      <Visible>False</Visible>
223      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
224      <Install>true</Install>
225    </BootstrapperPackage>
226    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
227      <Visible>False</Visible>
228      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
229      <Install>false</Install>
230    </BootstrapperPackage>
231    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1</ProductName>
234      <Install>false</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
237      <Visible>False</Visible>
238      <ProductName>Windows Installer 3.1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241  </ItemGroup>
242  <ItemGroup>
243    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
244      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
245      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
246      <Private>True</Private>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
249      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
250      <Name>HeuristicLab.Clients.Access-3.3</Name>
251      <Private>True</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
254      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
255      <Name>HeuristicLab.Clients.Common-3.3</Name>
256      <Private>True</Private>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
259      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
260      <Name>HeuristicLab.Collections-3.3</Name>
261      <Private>True</Private>
262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
264      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
265      <Name>HeuristicLab.Common.Resources-3.3</Name>
266      <Private>True</Private>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
269      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
270      <Name>HeuristicLab.Common-3.3</Name>
271      <Private>True</Private>
272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
274      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
275      <Name>HeuristicLab.Core.Views-3.3</Name>
276      <Private>True</Private>
277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
279      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
280      <Name>HeuristicLab.Core-3.3</Name>
281      <Private>True</Private>
282    </ProjectReference>
283    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
284      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
285      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
286      <Private>True</Private>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
289      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
290      <Name>HeuristicLab.MainForm-3.3</Name>
291      <Private>True</Private>
292    </ProjectReference>
293    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
294      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
295      <Name>HeuristicLab.Optimizer-3.3</Name>
296      <Private>True</Private>
297    </ProjectReference>
298    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
299      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
300      <Name>HeuristicLab.Persistence-3.3</Name>
301      <Private>True</Private>
302    </ProjectReference>
303    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
304      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
305      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
306      <Private>True</Private>
307    </ProjectReference>
308  </ItemGroup>
309  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
310  <PropertyGroup>
311    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
312set ProjectDir=$(ProjectDir)
313set SolutionDir=$(SolutionDir)
314set Outdir=$(Outdir)
315call PreBuildEvent.cmd</PreBuildEvent>
316    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
317export ProjectDir=$(ProjectDir)
318export SolutionDir=$(SolutionDir)
319
320$SolutionDir/PreBuildEvent.sh
321</PreBuildEvent>
322  </PropertyGroup>
323  <PropertyGroup>
324    <PostBuildEvent>
325    </PostBuildEvent>
326  </PropertyGroup>
327  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
328       Other similar extension points exist, see Microsoft.Common.targets.
329  <Target Name="BeforeBuild">
330  </Target>
331  <Target Name="AfterBuild">
332  </Target>
333  -->
334</Project>
Note: See TracBrowser for help on using the repository browser.