Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2792 was 2754, checked in by swagner, 14 years ago

Added versions to all HeuristicLab 3.3 related plugins (#864)

File size: 10.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Core.Views-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Design" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq">
45      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46    </Reference>
47    <Reference Include="System.Data.DataSetExtensions">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50    <Reference Include="System.Data" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <None Include="HeuristicLabCoreViewsPlugin.cs.frame" />
55    <Compile Include="ItemArrayView.cs">
56      <SubType>UserControl</SubType>
57    </Compile>
58    <Compile Include="ItemArrayView.Designer.cs">
59      <DependentUpon>ItemArrayView.cs</DependentUpon>
60    </Compile>
61    <Compile Include="CreateParameterDialog.cs">
62      <SubType>Form</SubType>
63    </Compile>
64    <Compile Include="CreateParameterDialog.Designer.cs">
65      <DependentUpon>CreateParameterDialog.cs</DependentUpon>
66    </Compile>
67    <Compile Include="Auxiliary.cs" />
68    <Compile Include="EngineView.cs">
69      <SubType>UserControl</SubType>
70    </Compile>
71    <Compile Include="EngineView.Designer.cs">
72      <DependentUpon>EngineView.cs</DependentUpon>
73    </Compile>
74    <Compile Include="ItemView.cs">
75      <SubType>UserControl</SubType>
76    </Compile>
77    <Compile Include="ItemView.Designer.cs">
78      <DependentUpon>ItemView.cs</DependentUpon>
79    </Compile>
80    <Compile Include="NamedItemView.cs">
81      <SubType>UserControl</SubType>
82    </Compile>
83    <Compile Include="NamedItemView.Designer.cs">
84      <DependentUpon>NamedItemView.cs</DependentUpon>
85    </Compile>
86    <Compile Include="OperatorGraphView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="OperatorGraphView.Designer.cs">
90      <DependentUpon>OperatorGraphView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="OperatorListView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="OperatorListView.Designer.cs">
96      <DependentUpon>OperatorListView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="OperatorsSidebar.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="OperatorsSidebar.Designer.cs">
102      <DependentUpon>OperatorsSidebar.cs</DependentUpon>
103    </Compile>
104    <Compile Include="OperatorTreeView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="OperatorTreeView.Designer.cs">
108      <DependentUpon>OperatorTreeView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="TypeSelectorDialog.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="TypeSelectorDialog.Designer.cs">
114      <DependentUpon>TypeSelectorDialog.cs</DependentUpon>
115    </Compile>
116    <Compile Include="TypeSelector.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="TypeSelector.Designer.cs">
120      <DependentUpon>TypeSelector.cs</DependentUpon>
121    </Compile>
122    <Compile Include="ViewHost.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="ViewHost.Designer.cs">
126      <DependentUpon>ViewHost.cs</DependentUpon>
127    </Compile>
128    <Compile Include="OperatorCollectionView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="OperatorCollectionView.Designer.cs">
132      <DependentUpon>OperatorCollectionView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="OperatorSetView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="OperatorSetView.Designer.cs">
138      <DependentUpon>OperatorSetView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="ItemSetView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="ItemSetView.Designer.cs">
144      <DependentUpon>ItemSetView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="ItemCollectionView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="ItemCollectionView.Designer.cs">
150      <DependentUpon>ItemCollectionView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="ScopeListView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="ScopeListView.Designer.cs">
156      <DependentUpon>ScopeListView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="ItemListView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="ItemListView.Designer.cs">
162      <DependentUpon>ItemListView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="ScopeView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="ScopeView.Designer.cs">
168      <DependentUpon>ScopeView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="VariableCollectionView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="VariableCollectionView.Designer.cs">
174      <DependentUpon>VariableCollectionView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="ParameterCollectionView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="ParameterCollectionView.Designer.cs">
180      <DependentUpon>ParameterCollectionView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="NamedItemCollectionView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="NamedItemCollectionView.Designer.cs">
186      <DependentUpon>NamedItemCollectionView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="HeuristicLabCoreViewsPlugin.cs" />
189    <Compile Include="Properties\AssemblyInfo.cs" />
190    <Compile Include="VariableView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="VariableView.Designer.cs">
194      <DependentUpon>VariableView.cs</DependentUpon>
195    </Compile>
196  </ItemGroup>
197  <ItemGroup>
198    <None Include="HeuristicLab.snk" />
199    <None Include="Properties\AssemblyInfo.frame" />
200  </ItemGroup>
201  <ItemGroup>
202    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
203      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
204      <Name>HeuristicLab.Collections-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
207      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
208      <Name>HeuristicLab.Common.Resources-3.2</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
211      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
212      <Name>HeuristicLab.Common-3.2</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
215      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
216      <Name>HeuristicLab.Core-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
219      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
220      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
223      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
224      <Name>HeuristicLab.MainForm-3.2</Name>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
227      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
228      <Name>HeuristicLab.PluginInfrastructure</Name>
229    </ProjectReference>
230  </ItemGroup>
231  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
232  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
233       Other similar extension points exist, see Microsoft.Common.targets.
234  <Target Name="BeforeBuild">
235  </Target>
236  <Target Name="AfterBuild">
237  </Target>
238  -->
239  <PropertyGroup>
240    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
241set ProjectDir=$(ProjectDir)
242set SolutionDir=$(SolutionDir)
243set Outdir=$(Outdir)
244
245call PreBuildEvent.cmd
246SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCoreViewsPlugin.cs"</PreBuildEvent>
247  </PropertyGroup>
248</Project>
Note: See TracBrowser for help on using the repository browser.