Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj @ 5796

Last change on this file since 5796 was 5796, checked in by mkommend, 13 years ago

#1418: Merged trunk changes into branch.

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