Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 16462

Last change on this file since 16462 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: 17.7 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{E226881D-315F-423D-B419-A766FE0D8685}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Core.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Core.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <DocumentationFile>
58    </DocumentationFile>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
95    <OutputPath>$(SolutionDir)\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <DocumentationFile>
98    </DocumentationFile>
99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x86</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
104    <Prefer32Bit>false</Prefer32Bit>
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      <RequiredTargetFramework>3.5</RequiredTargetFramework>
116    </Reference>
117    <Reference Include="System.Design" />
118    <Reference Include="System.Drawing" />
119    <Reference Include="System.Windows.Forms" />
120    <Reference Include="System.Xml.Linq">
121      <RequiredTargetFramework>3.5</RequiredTargetFramework>
122    </Reference>
123    <Reference Include="System.Data.DataSetExtensions">
124      <RequiredTargetFramework>3.5</RequiredTargetFramework>
125    </Reference>
126    <Reference Include="System.Data" />
127    <Reference Include="System.Xml" />
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="app.config" />
131    <None Include="packages.config" />
132    <None Include="Plugin.cs.frame" />
133    <Compile Include="BreadcrumbViewHost.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="BreadcrumbViewHost.Designer.cs">
137      <DependentUpon>BreadcrumbViewHost.cs</DependentUpon>
138    </Compile>
139    <Compile Include="CheckedItemCollectionView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="CheckedItemCollectionView.Designer.cs">
143      <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Clipboard.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="Clipboard.Designer.cs">
149      <DependentUpon>Clipboard.cs</DependentUpon>
150    </Compile>
151    <Compile Include="CheckedItemListView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="CheckedItemListView.Designer.cs">
155      <DependentUpon>CheckedItemListView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="MovieView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="MovieView.Designer.cs">
161      <DependentUpon>MovieView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="LogView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="LogView.Designer.cs">
167      <DependentUpon>LogView.cs</DependentUpon>
168    </Compile>
169    <Compile Include="NestingLevelErrorControl.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="NestingLevelErrorControl.Designer.cs">
173      <DependentUpon>NestingLevelErrorControl.cs</DependentUpon>
174    </Compile>
175    <Compile Include="ParameterizedItemView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="ParameterizedItemView.Designer.cs">
179      <DependentUpon>ParameterizedItemView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="Plugin.cs" />
182    <Compile Include="Properties\Settings.Designer.cs">
183      <AutoGen>True</AutoGen>
184      <DesignTimeSharedInput>True</DesignTimeSharedInput>
185      <DependentUpon>Settings.settings</DependentUpon>
186    </Compile>
187    <Compile Include="VariableValueView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="VariableValueView.Designer.cs">
191      <DependentUpon>VariableValueView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="TextDialog.cs">
194      <SubType>Form</SubType>
195    </Compile>
196    <Compile Include="TextDialog.Designer.cs">
197      <DependentUpon>TextDialog.cs</DependentUpon>
198    </Compile>
199    <Compile Include="OperatorTreeView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="OperatorTreeView.Designer.cs">
203      <DependentUpon>OperatorTreeView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="ParameterizedNamedItemView.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="ParameterizedNamedItemView.Designer.cs">
209      <DependentUpon>ParameterizedNamedItemView.cs</DependentUpon>
210    </Compile>
211    <Compile Include="ValueParameterCollectionView.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="ValueParameterCollectionView.Designer.cs">
215      <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
216    </Compile>
217    <Compile Include="ItemArrayView.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="ItemArrayView.Designer.cs">
221      <DependentUpon>ItemArrayView.cs</DependentUpon>
222    </Compile>
223    <Compile Include="CreateParameterDialog.cs">
224      <SubType>Form</SubType>
225    </Compile>
226    <Compile Include="CreateParameterDialog.Designer.cs">
227      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
228    </Compile>
229    <Compile Include="EngineView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="EngineView.Designer.cs">
233      <DependentUpon>EngineView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="ItemView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="ItemView.Designer.cs">
239      <DependentUpon>ItemView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="NamedItemView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="NamedItemView.Designer.cs">
245      <DependentUpon>NamedItemView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="OperatorGraphView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="OperatorGraphView.Designer.cs">
251      <DependentUpon>OperatorGraphView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="OperatorListView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="OperatorListView.Designer.cs">
257      <DependentUpon>OperatorListView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="OperatorsSidebar.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="OperatorsSidebar.Designer.cs">
263      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
264    </Compile>
265    <Compile Include="TypeSelectorDialog.cs">
266      <SubType>Form</SubType>
267    </Compile>
268    <Compile Include="TypeSelectorDialog.Designer.cs">
269      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
270    </Compile>
271    <Compile Include="TypeSelector.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="TypeSelector.Designer.cs">
275      <DependentUpon>TypeSelector.cs</DependentUpon>
276    </Compile>
277    <Compile Include="OperatorCollectionView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="OperatorCollectionView.Designer.cs">
281      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="OperatorSetView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="OperatorSetView.Designer.cs">
287      <DependentUpon>OperatorSetView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="ItemSetView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="ItemSetView.Designer.cs">
293      <DependentUpon>ItemSetView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="ItemCollectionView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="ItemCollectionView.Designer.cs">
299      <DependentUpon>ItemCollectionView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="ScopeListView.cs">
302      <SubType>UserControl</SubType>
303    </Compile>
304    <Compile Include="ScopeListView.Designer.cs">
305      <DependentUpon>ScopeListView.cs</DependentUpon>
306    </Compile>
307    <Compile Include="ItemListView.cs">
308      <SubType>UserControl</SubType>
309    </Compile>
310    <Compile Include="ItemListView.Designer.cs">
311      <DependentUpon>ItemListView.cs</DependentUpon>
312    </Compile>
313    <Compile Include="ScopeView.cs">
314      <SubType>UserControl</SubType>
315    </Compile>
316    <Compile Include="ScopeView.Designer.cs">
317      <DependentUpon>ScopeView.cs</DependentUpon>
318    </Compile>
319    <Compile Include="VariableCollectionView.cs">
320      <SubType>UserControl</SubType>
321    </Compile>
322    <Compile Include="VariableCollectionView.Designer.cs">
323      <DependentUpon>VariableCollectionView.cs</DependentUpon>
324    </Compile>
325    <Compile Include="ParameterCollectionView.cs">
326      <SubType>UserControl</SubType>
327    </Compile>
328    <Compile Include="ParameterCollectionView.Designer.cs">
329      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
330    </Compile>
331    <Compile Include="NamedItemCollectionView.cs">
332      <SubType>UserControl</SubType>
333    </Compile>
334    <Compile Include="NamedItemCollectionView.Designer.cs">
335      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
336    </Compile>
337    <Compile Include="Properties\AssemblyInfo.cs" />
338    <Compile Include="VariableView.cs">
339      <SubType>UserControl</SubType>
340    </Compile>
341    <Compile Include="VariableView.Designer.cs">
342      <DependentUpon>VariableView.cs</DependentUpon>
343    </Compile>
344    <None Include="Properties\Settings.settings">
345      <Generator>PublicSettingsSingleFileGenerator</Generator>
346      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
347    </None>
348  </ItemGroup>
349  <ItemGroup>
350    <None Include="HeuristicLab.snk" />
351    <None Include="Properties\AssemblyInfo.cs.frame" />
352  </ItemGroup>
353  <ItemGroup>
354    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
355      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
356      <Name>HeuristicLab.Collections-3.3</Name>
357      <Private>False</Private>
358    </ProjectReference>
359    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
360      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
361      <Name>HeuristicLab.Common.Resources-3.3</Name>
362      <Private>False</Private>
363    </ProjectReference>
364    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
365      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
366      <Name>HeuristicLab.Common-3.3</Name>
367      <Private>False</Private>
368    </ProjectReference>
369    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
370      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
371      <Name>HeuristicLab.Core-3.3</Name>
372      <Private>False</Private>
373    </ProjectReference>
374    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
375      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
376      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
377      <Private>False</Private>
378    </ProjectReference>
379    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
380      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
381      <Name>HeuristicLab.MainForm-3.3</Name>
382      <Private>False</Private>
383    </ProjectReference>
384    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
385      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
386      <Name>HeuristicLab.Persistence-3.3</Name>
387      <Private>False</Private>
388    </ProjectReference>
389    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
390      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
391      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
392      <Private>False</Private>
393    </ProjectReference>
394  </ItemGroup>
395  <ItemGroup>
396    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
397      <Visible>False</Visible>
398      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
399      <Install>false</Install>
400    </BootstrapperPackage>
401    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
402      <Visible>False</Visible>
403      <ProductName>.NET Framework 3.5 SP1</ProductName>
404      <Install>true</Install>
405    </BootstrapperPackage>
406    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
407      <Visible>False</Visible>
408      <ProductName>Windows Installer 3.1</ProductName>
409      <Install>true</Install>
410    </BootstrapperPackage>
411  </ItemGroup>
412  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
413  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
414       Other similar extension points exist, see Microsoft.Common.targets.
415  <Target Name="BeforeBuild">
416  </Target>
417  <Target Name="AfterBuild">
418  </Target>
419  -->
420  <PropertyGroup>
421    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
422set ProjectDir=$(ProjectDir)
423set SolutionDir=$(SolutionDir)
424set Outdir=$(Outdir)
425
426call PreBuildEvent.cmd
427</PreBuildEvent>
428    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
429export ProjectDir=$(ProjectDir)
430export SolutionDir=$(SolutionDir)
431
432$SolutionDir/PreBuildEvent.sh
433</PreBuildEvent>
434  </PropertyGroup>
435</Project>
Note: See TracBrowser for help on using the repository browser.