Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 16568

Last change on this file since 16568 was 16568, checked in by gkronber, 5 years ago

#2520: updated HEAL.Attic version (and reference the net461 specific build

File size: 18.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)' == '' ">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.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre02\lib\net461\HEAL.Attic.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.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
120      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
121    </Reference>
122    <Reference Include="System.Windows.Forms" />
123    <Reference Include="System.Xml.Linq">
124      <RequiredTargetFramework>3.5</RequiredTargetFramework>
125    </Reference>
126    <Reference Include="System.Data.DataSetExtensions">
127      <RequiredTargetFramework>3.5</RequiredTargetFramework>
128    </Reference>
129    <Reference Include="System.Data" />
130    <Reference Include="System.Xml" />
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="app.config" />
134    <None Include="packages.config" />
135    <None Include="Plugin.cs.frame" />
136    <Compile Include="BreadcrumbViewHost.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="BreadcrumbViewHost.Designer.cs">
140      <DependentUpon>BreadcrumbViewHost.cs</DependentUpon>
141    </Compile>
142    <Compile Include="CheckedItemCollectionView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="CheckedItemCollectionView.Designer.cs">
146      <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Clipboard.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Clipboard.Designer.cs">
152      <DependentUpon>Clipboard.cs</DependentUpon>
153    </Compile>
154    <Compile Include="CheckedItemListView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="CheckedItemListView.Designer.cs">
158      <DependentUpon>CheckedItemListView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="MovieView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="MovieView.Designer.cs">
164      <DependentUpon>MovieView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="LogView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="LogView.Designer.cs">
170      <DependentUpon>LogView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="NestingLevelErrorControl.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="NestingLevelErrorControl.Designer.cs">
176      <DependentUpon>NestingLevelErrorControl.cs</DependentUpon>
177    </Compile>
178    <Compile Include="ParameterizedItemView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="ParameterizedItemView.Designer.cs">
182      <DependentUpon>ParameterizedItemView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Plugin.cs" />
185    <Compile Include="Properties\Settings.Designer.cs">
186      <AutoGen>True</AutoGen>
187      <DesignTimeSharedInput>True</DesignTimeSharedInput>
188      <DependentUpon>Settings.settings</DependentUpon>
189    </Compile>
190    <Compile Include="VariableValueView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="VariableValueView.Designer.cs">
194      <DependentUpon>VariableValueView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="TextDialog.cs">
197      <SubType>Form</SubType>
198    </Compile>
199    <Compile Include="TextDialog.Designer.cs">
200      <DependentUpon>TextDialog.cs</DependentUpon>
201    </Compile>
202    <Compile Include="OperatorTreeView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="OperatorTreeView.Designer.cs">
206      <DependentUpon>OperatorTreeView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="ParameterizedNamedItemView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="ParameterizedNamedItemView.Designer.cs">
212      <DependentUpon>ParameterizedNamedItemView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="ValueParameterCollectionView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="ValueParameterCollectionView.Designer.cs">
218      <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="ItemArrayView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="ItemArrayView.Designer.cs">
224      <DependentUpon>ItemArrayView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="CreateParameterDialog.cs">
227      <SubType>Form</SubType>
228    </Compile>
229    <Compile Include="CreateParameterDialog.Designer.cs">
230      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
231    </Compile>
232    <Compile Include="EngineView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="EngineView.Designer.cs">
236      <DependentUpon>EngineView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="ItemView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="ItemView.Designer.cs">
242      <DependentUpon>ItemView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="NamedItemView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="NamedItemView.Designer.cs">
248      <DependentUpon>NamedItemView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="OperatorGraphView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="OperatorGraphView.Designer.cs">
254      <DependentUpon>OperatorGraphView.cs</DependentUpon>
255    </Compile>
256    <Compile Include="OperatorListView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="OperatorListView.Designer.cs">
260      <DependentUpon>OperatorListView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="OperatorsSidebar.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="OperatorsSidebar.Designer.cs">
266      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
267    </Compile>
268    <Compile Include="TypeSelectorDialog.cs">
269      <SubType>Form</SubType>
270    </Compile>
271    <Compile Include="TypeSelectorDialog.Designer.cs">
272      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
273    </Compile>
274    <Compile Include="TypeSelector.cs">
275      <SubType>UserControl</SubType>
276    </Compile>
277    <Compile Include="TypeSelector.Designer.cs">
278      <DependentUpon>TypeSelector.cs</DependentUpon>
279    </Compile>
280    <Compile Include="OperatorCollectionView.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="OperatorCollectionView.Designer.cs">
284      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
285    </Compile>
286    <Compile Include="OperatorSetView.cs">
287      <SubType>UserControl</SubType>
288    </Compile>
289    <Compile Include="OperatorSetView.Designer.cs">
290      <DependentUpon>OperatorSetView.cs</DependentUpon>
291    </Compile>
292    <Compile Include="ItemSetView.cs">
293      <SubType>UserControl</SubType>
294    </Compile>
295    <Compile Include="ItemSetView.Designer.cs">
296      <DependentUpon>ItemSetView.cs</DependentUpon>
297    </Compile>
298    <Compile Include="ItemCollectionView.cs">
299      <SubType>UserControl</SubType>
300    </Compile>
301    <Compile Include="ItemCollectionView.Designer.cs">
302      <DependentUpon>ItemCollectionView.cs</DependentUpon>
303    </Compile>
304    <Compile Include="ScopeListView.cs">
305      <SubType>UserControl</SubType>
306    </Compile>
307    <Compile Include="ScopeListView.Designer.cs">
308      <DependentUpon>ScopeListView.cs</DependentUpon>
309    </Compile>
310    <Compile Include="ItemListView.cs">
311      <SubType>UserControl</SubType>
312    </Compile>
313    <Compile Include="ItemListView.Designer.cs">
314      <DependentUpon>ItemListView.cs</DependentUpon>
315    </Compile>
316    <Compile Include="ScopeView.cs">
317      <SubType>UserControl</SubType>
318    </Compile>
319    <Compile Include="ScopeView.Designer.cs">
320      <DependentUpon>ScopeView.cs</DependentUpon>
321    </Compile>
322    <Compile Include="VariableCollectionView.cs">
323      <SubType>UserControl</SubType>
324    </Compile>
325    <Compile Include="VariableCollectionView.Designer.cs">
326      <DependentUpon>VariableCollectionView.cs</DependentUpon>
327    </Compile>
328    <Compile Include="ParameterCollectionView.cs">
329      <SubType>UserControl</SubType>
330    </Compile>
331    <Compile Include="ParameterCollectionView.Designer.cs">
332      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
333    </Compile>
334    <Compile Include="NamedItemCollectionView.cs">
335      <SubType>UserControl</SubType>
336    </Compile>
337    <Compile Include="NamedItemCollectionView.Designer.cs">
338      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
339    </Compile>
340    <Compile Include="Properties\AssemblyInfo.cs" />
341    <Compile Include="VariableView.cs">
342      <SubType>UserControl</SubType>
343    </Compile>
344    <Compile Include="VariableView.Designer.cs">
345      <DependentUpon>VariableView.cs</DependentUpon>
346    </Compile>
347    <None Include="Properties\Settings.settings">
348      <Generator>PublicSettingsSingleFileGenerator</Generator>
349      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
350    </None>
351  </ItemGroup>
352  <ItemGroup>
353    <None Include="HeuristicLab.snk" />
354    <None Include="Properties\AssemblyInfo.cs.frame" />
355  </ItemGroup>
356  <ItemGroup>
357    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
358      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
359      <Name>HeuristicLab.Collections-3.3</Name>
360      <Private>False</Private>
361    </ProjectReference>
362    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
363      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
364      <Name>HeuristicLab.Common.Resources-3.3</Name>
365      <Private>False</Private>
366    </ProjectReference>
367    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
368      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
369      <Name>HeuristicLab.Common-3.3</Name>
370      <Private>False</Private>
371    </ProjectReference>
372    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
373      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
374      <Name>HeuristicLab.Core-3.3</Name>
375      <Private>False</Private>
376    </ProjectReference>
377    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
378      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
379      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
380      <Private>False</Private>
381    </ProjectReference>
382    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
383      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
384      <Name>HeuristicLab.MainForm-3.3</Name>
385      <Private>False</Private>
386    </ProjectReference>
387    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
388      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
389      <Name>HeuristicLab.Persistence-3.3</Name>
390      <Private>False</Private>
391    </ProjectReference>
392    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
393      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
394      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
395      <Private>False</Private>
396    </ProjectReference>
397  </ItemGroup>
398  <ItemGroup>
399    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
400      <Visible>False</Visible>
401      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
402      <Install>false</Install>
403    </BootstrapperPackage>
404    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
405      <Visible>False</Visible>
406      <ProductName>.NET Framework 3.5 SP1</ProductName>
407      <Install>true</Install>
408    </BootstrapperPackage>
409    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
410      <Visible>False</Visible>
411      <ProductName>Windows Installer 3.1</ProductName>
412      <Install>true</Install>
413    </BootstrapperPackage>
414  </ItemGroup>
415  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
416  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
417       Other similar extension points exist, see Microsoft.Common.targets.
418  <Target Name="BeforeBuild">
419  </Target>
420  <Target Name="AfterBuild">
421  </Target>
422  -->
423  <PropertyGroup>
424    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
425set ProjectDir=$(ProjectDir)
426set SolutionDir=$(SolutionDir)
427set Outdir=$(Outdir)
428
429call PreBuildEvent.cmd
430</PreBuildEvent>
431    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
432export ProjectDir=$(ProjectDir)
433export SolutionDir=$(SolutionDir)
434
435$SolutionDir/PreBuildEvent.sh
436</PreBuildEvent>
437  </PropertyGroup>
438</Project>
Note: See TracBrowser for help on using the repository browser.