Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 17097

Last change on this file since 17097 was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

File size: 18.0 KB
RevLine 
[2511]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[2511]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>
[17097]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[5768]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[2511]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]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>
[2511]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[6866]43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2511]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]48    <Prefer32Bit>false</Prefer32Bit>
[2511]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[6866]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2511]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[6866]57    <DocumentationFile>
58    </DocumentationFile>
[4065]59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]60    <Prefer32Bit>false</Prefer32Bit>
[2511]61  </PropertyGroup>
[2803]62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
[6866]64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2803]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]70    <Prefer32Bit>false</Prefer32Bit>
[2803]71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2803]74    <DefineConstants>TRACE</DefineConstants>
[6866]75    <DocumentationFile>
76    </DocumentationFile>
[2803]77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
[4065]81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]82    <Prefer32Bit>false</Prefer32Bit>
[2803]83  </PropertyGroup>
[2875]84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
[6866]86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2875]87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]92    <Prefer32Bit>false</Prefer32Bit>
[2875]93  </PropertyGroup>
94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]95    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[2875]96    <DefineConstants>TRACE</DefineConstants>
[6866]97    <DocumentationFile>
98    </DocumentationFile>
[2875]99    <Optimize>true</Optimize>
100    <DebugType>pdbonly</DebugType>
101    <PlatformTarget>x86</PlatformTarget>
102    <ErrorReport>prompt</ErrorReport>
[4065]103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11920]104    <Prefer32Bit>false</Prefer32Bit>
[2875]105  </PropertyGroup>
[2511]106  <ItemGroup>
[17097]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>
[2511]113    <Reference Include="System" />
114    <Reference Include="System.Core">
115      <RequiredTargetFramework>3.5</RequiredTargetFramework>
116    </Reference>
[2655]117    <Reference Include="System.Design" />
[2520]118    <Reference Include="System.Drawing" />
[17097]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>
[2520]122    <Reference Include="System.Windows.Forms" />
[2511]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>
[15038]133    <None Include="app.config" />
[17097]134    <None Include="packages.config" />
[6866]135    <None Include="Plugin.cs.frame" />
[13258]136    <Compile Include="BreadcrumbViewHost.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="BreadcrumbViewHost.Designer.cs">
140      <DependentUpon>BreadcrumbViewHost.cs</DependentUpon>
141    </Compile>
[3558]142    <Compile Include="CheckedItemCollectionView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="CheckedItemCollectionView.Designer.cs">
146      <DependentUpon>CheckedItemCollectionView.cs</DependentUpon>
147    </Compile>
[3292]148    <Compile Include="Clipboard.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Clipboard.Designer.cs">
152      <DependentUpon>Clipboard.cs</DependentUpon>
153    </Compile>
[3565]154    <Compile Include="CheckedItemListView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="CheckedItemListView.Designer.cs">
158      <DependentUpon>CheckedItemListView.cs</DependentUpon>
159    </Compile>
[4641]160    <Compile Include="MovieView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="MovieView.Designer.cs">
164      <DependentUpon>MovieView.cs</DependentUpon>
165    </Compile>
[3289]166    <Compile Include="LogView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="LogView.Designer.cs">
170      <DependentUpon>LogView.cs</DependentUpon>
171    </Compile>
[11748]172    <Compile Include="NestingLevelErrorControl.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="NestingLevelErrorControl.Designer.cs">
176      <DependentUpon>NestingLevelErrorControl.cs</DependentUpon>
177    </Compile>
[13647]178    <Compile Include="ParameterizedItemView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="ParameterizedItemView.Designer.cs">
182      <DependentUpon>ParameterizedItemView.cs</DependentUpon>
183    </Compile>
[6866]184    <Compile Include="Plugin.cs" />
[15038]185    <Compile Include="Properties\Settings.Designer.cs">
186      <AutoGen>True</AutoGen>
187      <DesignTimeSharedInput>True</DesignTimeSharedInput>
188      <DependentUpon>Settings.settings</DependentUpon>
189    </Compile>
[2989]190    <Compile Include="VariableValueView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="VariableValueView.Designer.cs">
194      <DependentUpon>VariableValueView.cs</DependentUpon>
195    </Compile>
[2917]196    <Compile Include="TextDialog.cs">
197      <SubType>Form</SubType>
198    </Compile>
199    <Compile Include="TextDialog.Designer.cs">
200      <DependentUpon>TextDialog.cs</DependentUpon>
201    </Compile>
[2845]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>
[2796]214    <Compile Include="ValueParameterCollectionView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="ValueParameterCollectionView.Designer.cs">
218      <DependentUpon>ValueParameterCollectionView.cs</DependentUpon>
219    </Compile>
[2746]220    <Compile Include="ItemArrayView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="ItemArrayView.Designer.cs">
224      <DependentUpon>ItemArrayView.cs</DependentUpon>
225    </Compile>
[2655]226    <Compile Include="CreateParameterDialog.cs">
[2520]227      <SubType>Form</SubType>
228    </Compile>
[2655]229    <Compile Include="CreateParameterDialog.Designer.cs">
230      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
[2520]231    </Compile>
[2664]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>
[2655]250    <Compile Include="OperatorGraphView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="OperatorGraphView.Designer.cs">
254      <DependentUpon>OperatorGraphView.cs</DependentUpon>
255    </Compile>
[2684]256    <Compile Include="OperatorListView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="OperatorListView.Designer.cs">
260      <DependentUpon>OperatorListView.cs</DependentUpon>
261    </Compile>
[2655]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">
[2520]269      <SubType>Form</SubType>
270    </Compile>
[2655]271    <Compile Include="TypeSelectorDialog.Designer.cs">
272      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
[2520]273    </Compile>
[2655]274    <Compile Include="TypeSelector.cs">
[2520]275      <SubType>UserControl</SubType>
276    </Compile>
[2655]277    <Compile Include="TypeSelector.Designer.cs">
278      <DependentUpon>TypeSelector.cs</DependentUpon>
[2520]279    </Compile>
[2655]280    <Compile Include="OperatorCollectionView.cs">
[2520]281      <SubType>UserControl</SubType>
282    </Compile>
[2655]283    <Compile Include="OperatorCollectionView.Designer.cs">
284      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
[2520]285    </Compile>
[2655]286    <Compile Include="OperatorSetView.cs">
[2520]287      <SubType>UserControl</SubType>
288    </Compile>
[2655]289    <Compile Include="OperatorSetView.Designer.cs">
290      <DependentUpon>OperatorSetView.cs</DependentUpon>
[2520]291    </Compile>
[2655]292    <Compile Include="ItemSetView.cs">
[2520]293      <SubType>UserControl</SubType>
294    </Compile>
[2655]295    <Compile Include="ItemSetView.Designer.cs">
296      <DependentUpon>ItemSetView.cs</DependentUpon>
[2520]297    </Compile>
[2655]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>
[2520]316    <Compile Include="ScopeView.cs">
317      <SubType>UserControl</SubType>
318    </Compile>
319    <Compile Include="ScopeView.Designer.cs">
320      <DependentUpon>ScopeView.cs</DependentUpon>
321    </Compile>
[2655]322    <Compile Include="VariableCollectionView.cs">
[2520]323      <SubType>UserControl</SubType>
324    </Compile>
[2655]325    <Compile Include="VariableCollectionView.Designer.cs">
326      <DependentUpon>VariableCollectionView.cs</DependentUpon>
[2520]327    </Compile>
[2655]328    <Compile Include="ParameterCollectionView.cs">
[2520]329      <SubType>UserControl</SubType>
330    </Compile>
[2655]331    <Compile Include="ParameterCollectionView.Designer.cs">
332      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
[2520]333    </Compile>
[2655]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" />
[2520]341    <Compile Include="VariableView.cs">
342      <SubType>UserControl</SubType>
343    </Compile>
344    <Compile Include="VariableView.Designer.cs">
345      <DependentUpon>VariableView.cs</DependentUpon>
346    </Compile>
[15038]347    <None Include="Properties\Settings.settings">
348      <Generator>PublicSettingsSingleFileGenerator</Generator>
349      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
350    </None>
[2511]351  </ItemGroup>
352  <ItemGroup>
353    <None Include="HeuristicLab.snk" />
[6866]354    <None Include="Properties\AssemblyInfo.cs.frame" />
[2511]355  </ItemGroup>
356  <ItemGroup>
[2655]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>
[6866]360      <Private>False</Private>
[2655]361    </ProjectReference>
[3702]362    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
[2520]363      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
[3702]364      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]365      <Private>False</Private>
[2520]366    </ProjectReference>
[3384]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>
[6866]370      <Private>False</Private>
[2520]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>
[6866]375      <Private>False</Private>
[2520]376    </ProjectReference>
[3437]377    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
[2520]378      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
[3437]379      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[6866]380      <Private>False</Private>
[2520]381    </ProjectReference>
[3437]382    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
[2520]383      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
[3437]384      <Name>HeuristicLab.MainForm-3.3</Name>
[6866]385      <Private>False</Private>
[2520]386    </ProjectReference>
[2796]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>
[6866]390      <Private>False</Private>
[2796]391    </ProjectReference>
[3832]392    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[2511]393      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]394      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]395      <Private>False</Private>
[2511]396    </ProjectReference>
397  </ItemGroup>
[4065]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>
[2511]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>
[11748]424    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[2511]425set ProjectDir=$(ProjectDir)
426set SolutionDir=$(SolutionDir)
427set Outdir=$(Outdir)
428
[2754]429call PreBuildEvent.cmd
[6866]430</PreBuildEvent>
[11748]431    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]432export ProjectDir=$(ProjectDir)
433export SolutionDir=$(SolutionDir)
434
435$SolutionDir/PreBuildEvent.sh
436</PreBuildEvent>
[2511]437  </PropertyGroup>
438</Project>
Note: See TracBrowser for help on using the repository browser.