Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5163 was 5163, checked in by swagner, 13 years ago

Reintegrated .NET 4.0 migration branch (#1350)

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